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
8b975877e6817c38c8074b07d070c6669d8c984f
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
14
Aug
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
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.
Use fmap2 to support passing an address.
Align stack to 128 bytes
Merge branch 'dlopen_dlclose_dlsym' into 'master'
Apply cargo fmt to the whole repo
Implement dlopen/close
Allow struct Linker to specify which library space to use
Add callbacks to ld.so version of Linker's function
Refactor init and fini by merging common code
Allow Linker struct to specify with library name space to operate on
Loading