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.
213c629852ac5caefbcbd138007084930330895b
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
23
Jan
22
21
20
19
18
17
15
12
13
12
11
10
6
5
31
Dec
28
27
25
23
21
22
21
20
18
17
16
15
14
12
3
2
1
30
Nov
29
30
28
27
26
25
23
24
22
21
20
17
16
15
14
13
11
10
9
7
6
5
4
3
2
30
Oct
29
28
21
19
14
7
23
Sep
22
21
18
17
16
15
14
13
12
11
10
9
15
Aug
11
Jul
17
May
7
7
Apr
2
30
Mar
28
27
12
9
Feb
8
29
Jan
13
adding SOCK_NONBLOCK & SOCK_CLOEXEC for linux MIPS
adding SOCK_NONBLOCK and SOCK_CLOEXEC
Merge pull request #149 from alexcrichton/more-tested
Merge branch 'clone_common_type' of https://github.com/fiveop/libc
Merge branch 'eventfd-initval-unsigned' of https://github.com/jimblandy/libc
Linkify more docs, add more tested triples
Merge pull request #142 from alexcrichton/bump
Use same type for all CLONE_ flags.
Bump to 0.2.5
Merge pull request #145 from dhuseby/fixing_O_ACCMODE
Fixes #144 by defining O_ACCMODE for BSD's
Merge pull request #143 from Mokosha/AddPowerPCSupport
Preliminary PowerPC Support
Merge pull request #140 from jaksi/patch-1
Add IP_TRANSPARENT socket option
Merge pull request #139 from alexcrichton/freebsd
Fix all definitions on FreeBSD
Add OpenBSD and FreeBSD CI to Travis
Merge pull request #138 from nbaksalyar/illumos
Move getpwuid_r definition to platform-specific modules
Reorganize Illumos module
Add Illumos support
Merge pull request #137 from mrjana/setns
Add setns api to linux targets
Merge pull request #133 from antonblanchard/powerpc64_merge
Add powerpc64 and powerpc64le support
The type of eventfd's 'initval' argument should be unsigned.
Merge pull request #136 from jimblandy/eventfd-whitelist
Skip C/Rust type checks for eventfd.
Merge pull request #135 from alexcrichton/fix-mips-flags
Correct MIPS types of SA_* flags
Merge pull request #127 from jimblandy/no-linux-fs
Common up all definitions of MS_RMT_MASK, since they're all equal now.
Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>.
Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel interface.
Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more portable!) MS_SILENT.
Merge pull request #134 from alexcrichton/merge
Fix constant values for MIPS
Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into merge
Merge branch 'add_ioctl_constants' of https://github.com/derekdreery/libc into merge
Loading