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
18961114e2944cf2b3884861f72458d70a598ef5
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
23
Jun
22
23
22
21
20
21
20
14
12
24
May
23
20
15
13
12
11
10
26
Apr
19
17
15
14
8
4
3
27
Mar
26
25
23
22
21
20
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
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Merge branch 'master' into 'master'
Merged relibc (20/06/2018) with branch
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Fix undefined behavior
Fix broken comment
Merge branch 'master' into 'master'
Fix setlocale return value
Add empty locale functions
Merge branch 'master' into 'master'
Add *scanf to header
Add scanf
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
Merge branch 'sys_wait_macros' into 'master'
sys_wait: implement C macros properly
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Add aligned_alloc
Fix missing strtol, strtoul
Update ralloc, fix invalid c++ names
Merge branch 'sys_wait_fix' into 'master'
Fix compilation error in `sys_wait`
Merge branch 'fix-81' into 'master'
Add `sys_wait` functions (Fixes #81)
Update links to gitlab
Update README.md
Merge pull request #127 from stratact/master
Remove pointless cast
Fix stupid mistake
Use the right C types from `platform::types`
Merge pull request #128 from ids1024/lifetime
Merge pull request #129 from ids1024/cstr
Simplify cstr_from_bytes_with_nul_unchecked()
Make functions taking raw pointer return &'a instead of &'static
Have `open()` and `dup()` match `-1` for `Err` instead of `0`
Use the `super` module instead of `sys`
Implement `RawFile::from_raw_fd()`
Implement `RawFile::open()` and add `*_raw_df()` convenience methods
Implement `RawFile::dup()` completely
Merge pull request #126 from ProgVal/update-ralloc
Loading