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
388d8ed8cfdc8b178a75e56f082b209c31771ab6
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
20
Mar
19
18
17
18
17
16
15
14
15
14
13
14
13
14
13
14
13
14
13
14
13
12
13
12
11
12
11
10
11
10
9
10
9
8
9
8
9
8
7
8
7
6
7
6
7
6
7
5
4
3
4
3
2
1
implement rand and srand
Merged master into master
Fixed clearerr actually doing nothing
unistd: use .is_null() for pointers
unistd: fix off-by-one in getopt()
unistd: add a preliminary implementation of getopt()
Merge branch 'master' into master
Merge pull request #98 from jeizsm/master
Merge pull request #92 from tdbgamer/feature/strtok
Merge pull request #100 from jrraymond/bsearch
fix c99 mode
bsearch
refactor nanosleep
* simplify strtok implementation
Merge pull request #86 from dlrobertson/add_headers
Merge pull request #95 from ids1024/travis
Use build matrix on Travis CI
* remove unnecessary assignments
Merged master with branch
Removed all function pointers in FILE, moved internal functions to be member functions of FILE, made relevant *mut FILEs into &mut FILE and made suitable functions safe again
Made it so that AtomicBool exports as volatile char
Changed redox lseek to have the same function signature as the linux version
Merge branch 'master' into master
Merge pull request #91 from tdbgamer/master
* add strtok_r
* fix test case a bit
* create basic strtok
Issue #89
Merge branch 'master' into master
Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability
Merge pull request #74 from sajattack/wait
Ran formatting for freopen()
Added freopen() and relevant tests
Merge branch 'wait' of github.com:sajattack/relibc into wait
test cleanup
Merge branch 'master' into wait
more requested changes
Add basic structures for netinet/in.h crate
Add structures and stub fns for sys/socket.h
Added a different internal function for redox
Loading