Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
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
Peter Limkilde Svendsen
relibc
Graph
2284bc4af5054d124cc99197e7c03152d0c20245
Select Git revision
Branches
20
a64l_l64a_refactor
abs-ub-panic
add-docstrings
alignment-test-nullcheck
all-posix-headers
alloc_cleanup
arpa-inet-docs
arpa_inet-types
arpa_inet-unsafe-blocks
asctime-char-cast
asctime-ub-asserts
assert-unsafe-blocks
bsearch-rework
calloc-no-intrinsics
calloc_overflow_check
centralize-page-size
clippy
clock_getcpuclockid-paramtype-fix
clocks-per-sec-test
crypt-docs
20 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
Sep
28
27
26
25
24
23
22
21
19
18
16
15
14
12
11
7
6
4
29
Aug
18
17
15
10
4
1
28
Jul
25
23
21
20
19
18
17
16
15
9
6
24
Jun
23
14
10
8
11
May
6
16
Apr
5
2
27
Mar
26
25
22
21
18
17
12
10
9
4
1
29
Feb
28
19
12
11
10
8
3
2
26
Jan
25
18
17
16
13
12
11
8
7
5
3
2
24
Dec
12
11
9
7
24
Nov
15
12
5
4
2
1
27
Oct
26
25
20
19
14
12
10
8
2
1
13
Sep
11
9
7
21
Aug
7
2
1
20
Jul
7
5
30
Jun
27
26
24
13
11
10
5
2
1
31
May
30
29
22
17
16
12
11
10
9
8
7
6
5
4
29
Apr
26
25
22
19
18
17
16
15
14
13
12
11
5
4
3
2
30
Mar
29
28
27
26
25
24
22
Remove ld.so's now unnecessary access() wrapper.
Merge branch 'test' into 'master'
Add sigaltstack test.
Merge branch 'impl_net_if_h' into 'master'
Impl net/if.h
Merge branch 'pal_errno2' into 'master'
Remove the "-1 errno" e() function.
Switch PalPtrace to Rusty error handling.
Switch to Rusty error handling in PalSocket.
Merge branch 'pal_errno' into 'master'
Convert PalEpoll to Rusty error handling.
Rustify PalSignal error handling.
Use unsigned return values in read()-like Pal fns.
Remove all remaining errno interfaces from Pal.
Switch almost all of Pal to Rusty error handling.
Merge branch 'pal_errno' into 'master'
Convert more Pal methods to Result.
Convert a bunch of c_int to Result<(), Errno>.
Merge branch 'umask' into 'master'
Preserve umask across execv.
Merge branch 'umask' into 'master'
Move umask to a regular global variable.
Merge branch 'sigq' into 'master'
Move psignal test to correct (non-expect) category.
Use only sig & 63 when checking SA_ONSTACK.
Properly deallocate thread stack on pthread_exit.
Implement psignal and psiginfo.
Fix sigsuspend and add it to the sigqueue test.
Add sigtimedwait to test, and various fixes.
Implement sigtimedwait on Redox.
Implement sigsuspend.
Deduplicate and simplify sigprocmask code.
Mostly fix i686.
Fix non-edge-case signal handling on aarch64.
Probably complete aarch64 asm.
Simplify aarch64 asm slightly.
WIP: Update i686 signal asm.
Set uc_stack properly.
Set siginfo_t.si_{pid,uid} from kill signals too.
Draft of updated aarch64 signal trampoline.
Loading