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
f01c669771d0caaac403e05ee29c8b47ff96fab1
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
Jun
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
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
Update ralloc. Closes GH-83.
Update gitignore for tests
Merge pull request #116 from matijaskala/patch-1
Merge pull request #120 from Majora320/master
Merge pull request #123 from Arcterus/qsort-real
Merge pull request #122 from Arcterus/qsort
Add optimized version of memchr
stdlib: recurse into the smaller partition when sorting
stdlib: save stack space by looping in introsort_helper()
stdlib: move insertion sort from introsort() into a separate function
stdlib: implement qsort() as an introsort
Merge pull request #121 from Arcterus/strtoul
stdio, string, platform: fix a bug in printf() involving chars
Fix various formatting issues
Implement conversion of nanoseconds to clocks in terms of CLOCKS_PER_SEC
Add CLOCKS_PER_SEC
Change 1000000 to 1_000_000
Loading