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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Tornax O7
relibc
Graph
81dc1442416f223a10550af9fa99b16d058135dd
Select Git revision
Branches
2
fix_semaphore
master
default
protected
Tags
2
0.6.0
0.5.0
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
11
May
9
8
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
7
6
5
2
29
Sep
26
24
23
22
21
20
18
17
15
5
4
2
1
27
Aug
26
25
24
18
17
13
12
10
9
8
9
8
7
5
4
3
2
31
Jul
30
29
28
27
26
25
24
23
22
21
19
18
17
14
13
12
11
8
6
4
3
2
1
30
Jun
28
27
26
Fix Clippy warnings
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc
If the prefix is recompiled, clzsi2 does not have to be removed.
Rename __assert to __assert_fail
Add memrchr()
Cargo fmt
Fix inaccurate comment
Fix the CI; Disregard last commit
Fix race condition in parallel Makefile
Avoid call to memalign()
Get page size through sysconf()
Add tests for valloc
Fix the GitLab CI for Redox OS (finally!)
Add socketpair on Linux with stub on Redox
Fix use of timeout in epoll_pwait on redox
Fix redox epoll timeout
Fix time path, use c_str macro
Add all 3 epoll_ctl ops
Remove epoll_ctl debug message
Fixes for epoll on Redox
Support for native relibc compilation of tests
Allow custom sysroot to be specified
Format
Merge remote-tracking branch 'origin/epoll'
Bring in changes that were accidently lost
Fix select on regular files
Convert select example to use pipes
signal test is no longer expected
Add epoll test
Add pipe2
Merge branch 'epoll'
Update pthreads-emb
Merge branch 'jD91mZM2/epoll' into 'epoll'
Avoid allocations in redox epoll
Merge branch 'master' into 'master'
Add completely untested redox epoll implementation
C flavored Rust doesn't taste good
Add timegm
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/relibc
Format code
Loading