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.
a9e3cc6c1b529eaffef5b82934d0c47203edebe5
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
16
May
15
14
10
9
4
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
Remove conflicting linux/netfilter_ipv4.h header file due to conflicting definitions
Warn users of gettimeofday of potential breaking change
Skip verification of gettimeofday on FreeBSD
Added MAP_FIXED_NOREPLACE and MAP_SHARED_VALIDATE consts.
Update all remaining targets to Ubuntu 18.04
Refactor Linux target
Refactor FreeBSD target
Remove OpenBSD-related dead-code
Update Android Docker images Ubuntu version
Refactor Android target
Build Switch on CI
Fix accidental syntax error (oops)
Fix FIONBIO type
Add more FreeBSD TCP_ constants
Add more FreeBSD IPv6 constants
Add FIOCLEX
Add IP_ and IPV6_
Use FreeBSD SO_ constants on newlib
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.
Loading