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
6269f68b038b05a35dd25575392e3a36a0edd9a5
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
13
Jul
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
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
Restore kernel parameters on sigreturn
Merge pull request #30 from ids1024/pipe
Revert "pipe: make read() return when write end is closed"
WIP: Signal handling
Implement passthrough of futimens
Update to new allocator API
Merge pull request #29 from ids1024/pipe
Implemented opcodes
pipe: make read() return when write end is closed
Implemented match
Implemented further opcodes in full, added get to context
Merge pull request #28 from ids1024/dup
Pass empty second argument to dup in exec
Merge pull request #27 from ids1024/clone
Pass empty second argument to dup() call in clone
Revert syscall path
WIP: Signal handling
Fixed number of bugs
Added object modification
Added a context manager
Refactored parser to execute in the parse step for efficiency and simplicity
Merge pull request #26 from ids1024/getppid
Implement getppid system call
Merge pull request #19 from bjorn3/fix_warnings
Merge branch 'master' into fix_warnings
Rolled parsing and execution steps into one for namespace modifiers
Namespaces can now be concatenated, handling of SSDTs is now performed
Finalized ACPIType
Loading