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
0dd2befe4d2786190804af01cb46d244e6c53a6a
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
16
Sep
13
31
Aug
30
29
27
21
19
16
13
10
9
8
7
6
2
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
Add commented out system call debug printing code
Implement events on pipe
Fix the mapping of TLS - it will now be page aligned
Remove warnings
Merge pull request #48 from CWood1/master
Merge
Converted DDB handle to integer and vice versa
Moved DDB handles over to using signature scheme
Stored signature to include OEM signature and OEM table ID
Eliminated dead code
Refactored ACPI initialisation code to be better conducive to DDB Handle stuff
Implemented notification API
Implemented copy
Implemented externam
Implemented concat
Implemented type checking and coersion upon store
Completed Get method
Make syscall a submodule
Fix PIT
Implemented buffer field index modify
Merge pull request #47 from ids1024/exec
Support arguments in #!
Made index modification recursion resolve
Implemented recursive index modifications
Completed context modify, aside from BufferFields and nested Indexes
Update syscall crate
Merge pull request #46 from ids1024/dupfd
Implement F_DUPFD in fcntl
Move duplication in dup() and dup2() to new function
Merge pull request #45 from ids1024/filelock
Prevent freezing due to double locking
Update Cargo.lock
Merge pull request #44 from ids1024/fifo
Use fifo flag for pipe
Merge pull request #43 from cookie545445/machdep
Rearrange serial I/O code and make 16550 driver generic over T: Io
Move x86_64-specific code to arch/x86_64
Merge branch 'aml-namespace' of github.com:cwood1/kernel into aml-namespace
Implemented much of ctx::modify and ctx::get
Update syscall
Loading