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
5dd9c042d602370068436f652425f9e4f388f469
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
7
Jun
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
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
Handle missing paths in load_library search without using access
Merge branch 'relibc-netdb-v1' into 'master'
netdb: implement getnetbynane and getnetent
Fix compilation on Redox by removing use of access in ld_so
Merge branch 'scanf' into 'master'
Add more scanf tests
Make scanf write to string and increase match count only when a pattern is matched
Fix scanf.stdout as per glibc
use lookahead buffer in inner_scanf
Implemment lookaheadreader with lookahead and commit api
Separate the logic from locking in ftello and fseeko
Apply Cargo fmt for src/ld_so
Merge branch 'fpermissive' into 'master'
FIX error: right operand of shift expression '(1 << BLA)' is greater than or equal to the precision BLA of the left operand [-fpermissive]
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc
Build xargo locally
Remove unnecessary compiler-builtins patch
Merge branch 'LD_LIBRARY_PATH' into 'master'
Remove dependency on errno in ld.so
Prioterize search path instead of overwriting it.
Add __need_winit_t to wctype.h
Use C type names in byteorder functions
arpa_inet-types
arpa_inet-types
Use path to patch compiler-builtins
Add compiler-builtins patch
Replace mem::uninitialized()
ctime_r
ctime_r
Add test for ctime_r()
Merge branch 'alignment-test-nullcheck' into 'master'
Merge branch 'simplify-posix_memalign' into 'master'
Don't accept null pointer when requesting aligned memory
alignment-test-…
alignment-test-nullcheck
Always set memptr in posix_memalign()
simplify-posix_…
simplify-posix_memalign
Simplify alignment check in posix_memalign()
Merge branch 'gcc-regressions' into 'master'
Add test for negative pad stupport in printf
Support negative padding size in printf and friends
Test off by one bug in vfscanf
Fix off-by-1 error in vfscanf
Implement regression test for ftell-ungetc bug
Fix bug related to ungetc and ftell()
Unit test arbitrarily long ungetc()
Add support for multiple unget at the same time
Loading