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
962836aa47028cec6ffcffcf13d73a7718e773af
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
30
Jul
29
28
26
25
24
23
22
21
19
18
17
15
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
Merge branch 'aml-namespace' of github.com:cwood1/kernel into aml-namespace
Implemented much of ctx::modify and ctx::get
Update syscall
Moved event signal/wait code into context
Moved lock manipulation into context
Merge pull request #42 from ids1024/description
F_GETFD and F_SETFD
Remove unused imports
Use file description alongside file descriptior, matching posix
Update to new nightly API
Add cargo.lock
Implemented derefof
Implemented condrefof
Implemented RefOf
Fixed object references
Implemented SizeOf
Implemented ToBuffer
Implemented defBuffer
Fixed bank name issue
Converted all types to string
Converted to integer fully
Completed simple type conversions
Implemented numerous "simple" type conversions
All conversions to BufferField, dependent on the conversion to Buffer
Converted BufferField into Buffer
Converted string to buffer
Converted Integer to Buffer
Error handling in namespace path assembly
Implemented path parent character "^" when calculating scope paths
Merge pull request #40 from ids1024/components
Strip extra slashes from path
Prevent nested signals, fix check for PID > 0
Implement sending signals to process groups. Modify max context value to fit inside of isize
Add PGID
Implemented table API in full
Implemented Load
Use EINVAL instead of ENOENT
Make it an error to supply a dup buffer to schemes that do not handle it
Shutdown on fatal error
Fixed a bunch of warnings
Loading