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
schyrsivochter
relibc
Graph
af548fd1bccca2419482071447a16c038a2d6fef
Select Git revision
Branches
11
clippy
epoll
fix-ub-fn-pointers
gitlab-cache
macos-port
master
default
protected
misc
patch-1
signals
syscall-instruction
truncate-n-mkfifo
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Mar
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
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
Formatted stdio files
Added some constants in linux for file modes in the new branch
Added some tests for stdio
Implemented stdio functions
Removed an unused import from printf
Added a FileReader struct
Added lseek to syscalls
Added some constants in linux for file modes
Merge pull request #75 from azymohliad/master
Merge pull request #84 from dlrobertson/fixup_signal
signal: sigaction struct should not be a typedef
Use a sys module for OS specific information
handle the null case
Merge pull request #82 from Tommoa/master
Actual working tests on strspn and strcspn
Fix constants in signal.h
Merge remote-tracking branch 'upstream/master'
Merge branch 'signal' of https://github.com/dlrobertson/relibc into dlrobertson-signal
Fix fcntl header constants
Update cbindgen and lock file
Merge pull request #78 from Tommoa/master
Merge branch 'master' into master
The erroneous use came back!
Merge branch 'master' of github.com:Tommoa/relibc
Missed having both loops look at themselves. I'm not sure how long this has been here.
Merge pull request #80 from dlrobertson/master
Reimplement strpbrk() using strcspn()
Merge branch 'wait' of github.com:sajattack/relibc into wait
requested change
Add the no_mangle attribute to fns
remove erroneous import in string
Change the type of byteset from [u8] to [usize] in strcspn and strspn. Hopefully this is the last bug in these!
Merge branch 'master' into wait
Merge branch 'master' into master
Merge pull request #77 from dlrobertson/add_extern_crate
Loading