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
8fca7bcbc1c9e8ad8ad10929324ca725074c0406
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
3
May
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
20
19
15
14
13
12
11
7
6
4
1
31
Mar
30
28
27
25
17
16
10
5
4
3
28
Feb
25
24
23
22
21
20
19
2
27
Jan
21
20
18
17
15
14
13
7
6
5
1
31
Dec
30
29
28
26
23
19
18
17
14
13
12
11
9
2
1
28
Nov
27
26
25
23
22
18
17
16
14
13
11
10
9
7
6
5
1
29
Oct
28
27
17
16
15
14
13
11
10
9
Merge branch 'ld.so_regressions' into 'master'
Make "./a.out" entry the first in rmap list
Use segments instead of sections for calculating which offset to write,
Fill gaps in binary memory image
Merge branch 'wide-strings' into 'master'
Add tests for both wcsncasecmp and wcscasecmp
Implement wcscasecmp and wcsncasecmp
Test towlower and towupper
Move towlower and towupper to wctype.h and Implement it
Merge branch 'procfs' into 'master'
Implement #include<sys/user.h> and #include<sys/procfs.h>
Merge branch 'init_fini_ld.so' into 'master'
Move IO Initialization to .init_array section
Implement code that use .init_array and .fini_array
Catch circular dependency when resolving loading shared libraries
Merge branch 'Debugger_Support' into 'master'
Merge branch 'sigaction-restore' into 'master'
sigaction should set sigaction.sa_restorer
Enable RTLD debugging protocol system-wide
Initial implementation of SVR4 debugging interface for runtime linker
Merge branch 'cbindgen' into 'master'
Remove vendored cbindgen, use cbindgen dependency to generate includes in build.rs
Merge branch 'use_kernel_loaded_elf' into 'master'
Use Kernel mapped binaries when available.
ld_so: Default to non-verbose
Keep exported functions
Merge branch 'weak-symbols' into 'master'
Fix issue if test:redox is run without build:redox
Run cargo test
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc
Work on adding cargo test capability
Resolve Both strong and weak symbols
Running ./fmt.sh
Refactor Linker::Link
Merge branch 'stdc-compatiability' into 'master'
Adjust stddef.h to be compatiable with other libc(s)
Add minimal basic features.h resembling musl lib's own
Fix redox ld_so
Merge branch 'linux-ld' of gitlab.redox-os.org:oddcoder/relibc
Reduce Verbosity level when ld.so is invoked as interpreter
Loading