Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
kernel
Graph
d3ace7dcad0012e031b7dadccf8d31694e824c91
Select Git revision
Branches
4
master
default
riscv64
scheme-fmt
unlink-path-format
Tags
4
0.6.0
0.1.54
0.5.0
0.3.5
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Jul
14
13
12
11
10
9
8
7
6
5
3
2
29
Jun
28
26
23
22
21
20
19
18
17
14
13
11
4
2
21
May
12
11
10
29
Apr
28
25
24
19
18
16
15
14
13
11
8
7
5
3
1
27
Mar
26
24
21
20
19
18
16
27
Feb
15
13
11
7
24
Jan
16
13
11
10
9
7
4
3
1
28
Dec
27
13
6
29
Nov
28
25
19
18
17
16
15
14
7
4
3
2
1
31
Oct
26
24
23
20
14
13
6
5
28
Sep
26
25
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
1
31
Aug
30
29
28
25
24
20
19
18
17
16
15
14
Rolled parsing and execution steps into one for namespace modifiers
Namespaces can now be concatenated, handling of SSDTs is now performed
Finalized ACPIType
Moved AccessType into namespace
Moved ConnectFieldBufferData to the namespace
Moved ConnectFieldNameString into namespace
Moved DataRegion into namespace - more infrastructure required
Moved indexfield to namespace
Moved arbitrary length buffer field into namespace
Moved BufferFields into namespace
Moved BankField to the namespace
Removed temporary files
Moved Event to namespace
Moved Mutex to namespace
Moved PowerResource into namespace
Moved Processor to namespace, and refactored namespace layout to use BTreeMap
Moved ComputationalData::String into namespace
Moved DefDevice and DefThermalZone to namespace
Moved Alias to the namespace
Merge pull request #38 from ids1024/espipe
Make seek on pipe return ESPIPE
Merge pull request #37 from ids1024/cloexec
Make dup/dup2 clear cloexec
Merge pull request #36 from CWood1/hpet
Moved PIT driver into kernel
Implemented HPET driver
Saved HPET table for global access
Implemented ACPI table
Merge pull request #34 from ids1024/dup2
Make dup2() work if second file descriptor doesn't exist
Merge pull request #33 from ids1024/path
Pass relative, not canonicalized, path to script
Merge pull request #32 from ids1024/process
Strip whitspaces after #!
Merge pull request #31 from ids1024/fstat
Implement fstat() for pipe scheme
Simpler debug message
Allow simple signal delivery to PID 1 (the kernel idle process)
Remove syscall replacement
Merge branch 'master' of https://github.com/redox-os/kernel
Loading