Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1da1ffe0def5303e504973fc83e55140fbd2936b
Select Git revision
Branches
4
base
dev
main
default
protected
master
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
May
2
1
30
Apr
29
26
25
24
23
20
19
17
14
8
7
5
2
28
Mar
27
26
25
11
8
5
4
3
2
1
28
Feb
26
24
23
22
21
20
19
18
17
14
13
12
11
9
8
7
5
4
2
30
Jan
28
26
23
22
21
17
16
15
14
13
12
11
9
8
3
2
1
28
Dec
27
26
25
24
23
22
21
20
18
17
16
15
14
13
11
10
9
8
7
6
5
4
3
2
1
28
Nov
27
26
27
26
24
23
22
21
20
19
16
12
10
7
6
3
2
1
31
Oct
30
29
28
27
26
20
19
18
17
16
15
14
8
6
5
4
3
2
28
Sep
25
22
21
19
18
13
12
10
9
8
5
3
2
24
Aug
22
19
16
15
14
13
11
7
6
2
1
31
Jul
30
29
22
21
18
17
16
14
12
10
9
8
6
5
4
3
1
30
Jun
28
Move Redox support into unix module
Auto merge of #1331 - gnzlbg:revert_1322, r=alexcrichton
Bump patch version to 0.2.54
Revert PR: 1322
Auto merge of #1329 - alex:patch-1, r=gnzlbg
Oops, move this outside the s! block
Implement si_addr
Deprecate _pad field on siginfo_t
Auto merge of #1328 - crlf0710:master, r=gnzlbg
Fix getgrgid_r to accept gid_t.
Auto merge of #1326 - sunfishcode:bump, r=alexcrichton
Bump to 0.2.53
Auto merge of #1325 - sunfishcode:wasi-more-libc, r=alexcrichton
Remove utsname and uname for now too.
Remove fd_set, select, and pselect entirely for now.
Remove the definition of ULONG_SIZE which is no longer needed.
Use the WASI layout for fd_set.
Remove FD_SET and related functions for now.
Update to the latest wasi-sysroot.
Fix dirent to match WASI libc's definition.
Make FD_ISSET's argument a pointer to const, to match the libc declaration.
Don't make opaque types like FILE and DIR copyable.
Don't add "struct" to "DIR" or "fd_set".
Recognize WASI as either a target_env or a target_os.
Add headers for WASI to libc-test/build.rs
Define WASI libc errno constants.
Add more WASI libc bindings.
Auto merge of #1323 - jackpot51:patch-1, r=gnzlbg
Auto merge of #1319 - jasonbking:readdir, r=gnzlbg
Bump to 0.2.52
Auto merge of #1322 - redox-os:redox, r=gnzlbg
Fix style issue
Support crt-static in Redox
Put comments in the correct location
Added doc comment w/ links explaining the difference between 32-bit and 64-bit libc for readdir_r
This fixes issue #1318 - on Solarish systems __posix_readdir_r is only
Auto merge of #1317 - alex:patch-1, r=gnzlbg
Remove duplicate target from ci/build.sh
Auto merge of #1314 - alexcrichton:wasi-ci, r=gnzlbg
Add binding for new `__wasilibc_find_relpath` API
Loading