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
redox-os
relibc
Graph
f9dca89c1f7197388e096680df1c8c9bf85b278d
Select Git revision
Branches
3
fix_semaphore
master
default
protected
scheme-fmt
Tags
2
0.6.0
0.5.0
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Aug
25
23
21
20
17
15
14
12
11
8
7
5
4
3
2
30
Jul
25
19
18
15
9
8
1
29
Jun
27
25
24
23
22
20
19
14
13
9
7
6
3
2
1
28
May
27
26
24
23
22
21
13
8
3
2
26
Apr
24
19
15
14
13
10
7
29
Mar
24
19
10
8
7
6
2
1
28
Feb
24
18
14
7
6
28
Jan
27
21
20
13
8
18
Dec
17
16
15
6
5
2
1
29
Nov
28
14
18
Sep
17
16
15
13
8
17
Aug
12
11
9
8
7
4
31
Jul
25
24
21
18
13
12
11
10
6
5
4
3
1
30
Jun
27
26
16
14
13
12
10
30
May
23
22
12
11
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
Align parameter naming with POSIX
Variable for weakened symbols, weaken umodti3
Avoid assuming c_char is i8
Weaken __fixdfti
Include stdlib.h so free() can be used
Merge branch 'bump-fmap' into 'master'
Merge branch 'brk' into 'master'
Use renamed fmap call
Emulate brk
Merge branch 'gcc_compile' into 'master'
make all ld printlns happen in case of verbose = true and apply cargo fmt
Avoid relinking already linked libs
Refer to libraries with soname if available and avoid loading libs twice
Add SONAME for libc.so
Merge branch 'lD_PATH' into 'master'
Modify ld_script so that it works on linux.
Merge branch 'elf_And_flock' into 'master'
Run Linux tests in CI
Merge branch 'weaken_floattidf' into 'master'
Add (POSIX defined) struct flock
Add elf.h header to relibc
Merge branch 'fix-ci' into 'master'
Fix CI
Fix printf issue found in GDB
Merge branch 'fix-linker' into 'master'
Move text section of linker away
Also weaken `__floattidf`
Use objcopy to remove duplicate symbols
Add sys_mman expected output
Init TLS before allocator
Do not require allocation in static_init
Add llvm_asm features
Correct more asm! usages
Use 2020-07-27 nightly, it has rustfmt
Fix compilation on newer nightly, update nightly to 2020-08-01
Merge branch 'memory' into 'master'
Update redox_syscall
Make munmap use funmap2
Remove ptrace write call.
Use mmap2 version of redox_syscall.
Loading