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
a8a73f87c7128f12047bada3f5f076152a01afbd
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
26
Jul
22
14
Apr
4
27
Mar
24
23
17
13
Feb
15
Dec
14
1
30
Nov
22
Sep
14
13
14
Aug
13
10
6
5
4
3
19
Jul
18
18
Jun
17
16
May
10
28
Apr
7
27
Mar
24
16
12
2
1
27
Feb
28
27
23
19
18
14
20
Jan
18
14
11
10
5
3
23
Dec
18
Oct
6
2
1
30
Sep
29
17
10
9
8
6
27
Aug
25
23
21
20
17
15
14
12
11
8
7
5
4
3
2
30
Jul
25
19
18
15
9
8
1
29
Jun
27
25
24
23
22
21
20
19
14
13
9
7
6
3
2
1
28
May
27
26
24
23
22
21
13
8
3
2
26
Apr
24
19
15
14
13
10
7
29
Mar
24
19
10
8
7
6
2
1
28
Feb
24
18
14
7
6
28
Jan
27
21
20
13
8
18
Dec
17
16
15
6
5
3
2
1
29
Nov
28
14
17
Oct
16
18
Sep
17
16
15
13
12
8
7
3
2
24
Aug
20
17
12
11
9
8
7
4
31
Jul
25
24
21
18
16
13
12
11
10
6
5
4
3
1
30
Jun
27
26
16
14
13
12
10
30
May
23
22
12
11
9
8
1
28
Apr
27
26
25
24
23
22
21
Allow constructors to access env vars.
Implement PT_INTERP, and thus dynamic linking.
Manually init FPU context in pte_clone.
Fix waitpid deadlock.
Handle sigactions properly in execve and fork.
Correctly preserve and set MXCSR and FCW.
Conflict-proof #[global_allocator] symbols too.
Use same rust-toolchain version as elsewhere.
Fix leaks for setuid/setgid too.
Split fexec_impl into crate, used by escalated.
Fix file descriptor leak in fork().
Refactor out clone, fix some fd leaks.
Implement clone in userspace.
WIP: Support setuid/setgid
WIP: Add setuid/setgid support.
Allow POSIX's `environ` to be set.
Implement fexec in userspace.
Update llvm_asm to asm for aarch64
Add triple underscore tls_get_addr for x86
Add i386 __restore_rt
Fix x86 setjmp/longjmp
Initial support for x86 32-bit
Add some messages when unimplemented PTE functions are called
Add timeout to futex_wait calls
Merge branch 'update-dependencies' into 'master'
Use redox_syscall 0.2.12 from crates.io, not git
Update syscall.
Update dependencies for rust 2022-03-18.
Fix redox readlink
Add mlock and friends
Only try to set FS on x86_64
Make sure strong symbols are preferred by ld_so
R_X86_64_TPOFF64 does not require symbol, allow it to be unset
Do not try to open traceme on special PIDs
Workaround waitpid deadlock by making ptrace state thread local
Use r10 instead of rcx for linux pte_clone
Use CLONE_THREAD for linux pte_clone
Fix netdb stack overuse
Fixes for program_invocation_name and program_invocation_short_name
Use anonymous fmap
Loading