Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
syscall
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
syscall
Graph
fcebe8f225142830fa5880a27d9faa6ed6b2aeb8
Select Git revision
Branches
1
master
default
protected
Tags
20
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.5
0.3.3
0.3.2
0.3.1
0.3.0
0.2.16
0.2.15
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Mar
21
Feb
11
Dec
10
30
Sep
29
25
24
23
14
11
10
9
8
17
Jul
15
4
3
1
30
Jun
29
28
27
26
25
14
17
Mar
12
9
Dec
15
Nov
19
Oct
8
Sep
7
31
Aug
2
21
Jul
17
12
4
1
30
Jun
29
11
10
8
7
28
May
27
14
Mar
13
31
Aug
30
24
15
12
29
Jul
27
26
22
30
Mar
23
19
12
28
Feb
6
Aug
1
11
Jul
8
16
Jun
15
4
May
28
Apr
13
12
Mar
7
14
Feb
27
Jan
26
13
11
10
27
Aug
17
15
14
3
1
30
Jul
28
27
24
22
21
10
9
8
7
28
Jun
27
25
21
19
16
10
Feb
3
2
20
Jan
15
Aug
31
Jul
30
29
28
27
26
24
23
20
8
7
6
5
4
3
1
25
Jun
8
Apr
7
6
31
Mar
20
Jan
19
31
Dec
28
11
26
Nov
16
12
14
Oct
1
Sep
11
Aug
10
Jul
24
Jun
12
30
May
20
7
Jan
6
5
3
27
Dec
28
Nov
27
Aug
9
8
2
29
Jul
28
23
11
10
9
5
4
3
29
Jun
28
26
2
30
May
8
10
Apr
7
19
Mar
9
Jan
29
Dec
27
20
14
25
Nov
18
17
16
15
14
10
3
2
31
Oct
26
13
6
5
28
Sep
26
25
23
22
20
17
13
11
8
0.5.10
0.5.10 master
0.5.10 master
Implement SYS_CALL.
0.5.9
0.5.9
0.5.9
Add SqeOpcode::CloseMsg.
0.5.8
0.5.8
0.5.8
feat(mremap): add `KEEP_OLD` flag
0.5.7
0.5.7
0.5.7
Complete RISC-V64 support
Remove SYS_UMASK.
0.5.6
0.5.6
0.5.6
Fix panic in dirent Buffer::split_at
0.5.5
0.5.5
0.5.5
Fix cargo test
Add sender_infos for idempotent signals.
Add RtSigInfo.
Add syscalls for an initial in-kernel rtsig impl.
Add minimal realtime sig constants.
Make arch module available on nonredox.
0.5.4
0.5.4
0.5.4
WIP: Add next_opaque_id
Document (sub)Buffer OOB write ability.
Make sure unused header bytes are cleared.
Future-proof dirent interface.
Add SYS_GETDENTS
Convert repr(packed) to repr(C, packed).
Rustfmt.
Also read pctl in currently_pending_unblocked.
0.5.3
0.5.3
0.5.3
Check SA_NOCLDSTOP in sig_will_ign.
Fix i686 CAS.
Add FakeThread test abstraction.
Add loom test, and move signal ABI to separate mod.
Put sigaction-like struct in shmem.
Add currently_pending_unblocked.
Implement CAS-based 64-bit fetch_add on i686.
Reduce saved sig registers to ip and 'archdep'.
Add lock prefix to cmpxchg8b :)
Re-document control word mask as 'unmask'.
Fix cmpxchg8b invocation.
Fix i686.
Loading