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
Graph
313483ba2ef5aa1f70a137952c696cf499e3f0e3
Select Git revision
Branches
4
base
dev
main
default
protected
master
4 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
Apr
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
27
20
18
15
9
8
7
4
1
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
Auto merge of #1313 - keur:master, r=gnzlbg
Auto merge of #1312 - gnzlbg:issue_temp, r=gnzlbg
Avoid the template showing up in the issues
add forkpty to linux
add login_tty api from libutil
Enable the wasi target on CI
Add an issue template
Auto merge of #1309 - alexcrichton:bump, r=gnzlbg
Auto merge of #1308 - tormol:master, r=gnzlbg
Bump to 0.2.51
Auto merge of #1307 - alexcrichton:wasi-pr, r=gnzlbg
Touch up style of wasi.rs
Address some PR feedback
Add intiial support for wasm32-unknown-wasi
Correct mqd_t on DragonFlyBSD
Add mq_getfd_np() for FreeBSD
Auto merge of #1306 - gnzlbg:fix_asmjs, r=gnzlbg
Loading