Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
8511511c583cf44ed3aa0bbcaab9168956dce493
/
include
1de4788
add NT_VMCOREDD to elf.h from linux v4.18
by Szabolcs Nagy
· 6 years ago
836022b
add AT_MINSIGSTKSZ to elf.h from linux v4.18
by Szabolcs Nagy
· 6 years ago
ca73bea
add TRAP_UNK si_code to signal.h from linux v4.18
by Szabolcs Nagy
· 6 years ago
a71276e
add SIGSYS support to sys/signalfd.h from linux v4.18
by Szabolcs Nagy
· 6 years ago
0a9a5c2
add AF_XDP to sys/socket.h from linux v4.18
by Szabolcs Nagy
· 6 years ago
4b9b8c8
update netinet/udp.h for linux v4.18
by Szabolcs Nagy
· 6 years ago
ac1af87
update netinet/tcp.h for linux v4.18
by Szabolcs Nagy
· 6 years ago
bf453d6
restore attribute((const)) to pthread_self and errno location decls
by Rich Felker
· 6 years ago
7d7f442
define MAX_HANDLE_SZ for use with name_to_handle_at
by Khem Raj
· 6 years ago
3e14bbc
wireup linux/name_to_handle_at and name_to_handle_at syscalls
by Khem Raj
· 6 years ago
fe61a7a
rework mechanism for posix_spawnp calling posix_spawn
by Rich Felker
· 6 years ago
cdbbcfb
fix dubious char signedness check in limits.h
by Rich Felker
· 6 years ago
184ef36
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
by Rich Felker
· 6 years ago
767f7a1
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
by Rich Felker
· 6 years ago
f2c6dbe
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
by midipix
· 6 years ago
2fab90a
remove inclusion guard hacks for sys/kd.h
by midipix
· 6 years ago
df6d945
add support for arch-specific ptrace command macros
by Szabolcs Nagy
· 6 years ago
7ea32a8
sys/ptrace.h: add missing PTRACE_EVENT_STOP
by Szabolcs Nagy
· 6 years ago
cbf16c4
uchar.h: define char16_t and char32_t for old c++
by Szabolcs Nagy
· 6 years ago
0620152
add ST_RELATIME to statvfs.h
by Rich Felker
· 6 years ago
05ac345
add explicit_bzero implementation
by David Carlier
· 6 years ago
587f5a5
fix value of SO_PEERSEC on mips archs
by Rich Felker
· 6 years ago
38f2fa3
add memfd_create syscall wrapper
by Szabolcs Nagy
· 6 years ago
b64d66d
add mlock2 linux syscall wrapper
by Szabolcs Nagy
· 7 years ago
da9f2b2
add speculation control prctls from linux v4.17
by Szabolcs Nagy
· 6 years ago
5b85ed5
add ETH_P_PREAUTH ethertype from linux v4.17
by Szabolcs Nagy
· 6 years ago
ebeb1de
add TCP_NLA_* from linux v4.17
by Szabolcs Nagy
· 6 years ago
af55070
add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
by Szabolcs Nagy
· 6 years ago
156a3be
add MAP_FIXED_NOREPLACE from linux v4.17
by Szabolcs Nagy
· 6 years ago
0f7aa60
sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
by Szabolcs Nagy
· 7 years ago
3a81cbe
netinet/if_ether.h: add ETH_TLEN from linux v4.16
by Szabolcs Nagy
· 7 years ago
833df86
netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
by Szabolcs Nagy
· 7 years ago
29f3202
sys/epoll.h: add EPOLLNVAL from linux v4.16
by Szabolcs Nagy
· 7 years ago
d5e55ba
add missing m68k relocation types in elf.h
by Rich Felker
· 6 years ago
729fef0
fix default feature profile in tar.h
by Rich Felker
· 7 years ago
919ad8d
explicitly use signed keyword to define intNN_t and derivative types
by Rich Felker
· 7 years ago
f9c2498
remove spurious const keyword in sigqueue declaration
by Rich Felker
· 7 years ago
a3f7bcd
fix minor namespace issue in unistd.h
by Rich Felker
· 7 years ago
d93c074
fix minor namespace issue in tar.h
by Rich Felker
· 7 years ago
8e1381b
fix minor namespace issues in limits.h
by Rich Felker
· 7 years ago
c9c2cd3
reverse definition dependency between PAGESIZE and PAGE_SIZE
by Rich Felker
· 7 years ago
2fae10f
fix aliasing violations in fgetpos/fsetpos
by Rich Felker
· 7 years ago
82f1768
add getentropy function
by Rich Felker
· 7 years ago
e206582
add getrandom syscall wrapper
by Hauke Mehrtens
· 7 years ago
74ab4b8
elf.h: add DT_SYMTAB_SHNDX
by Szabolcs Nagy
· 7 years ago
dfeeeaf
elf.h: syncronize DF_1_ flags with binutils
by Szabolcs Nagy
· 7 years ago
eef5e48
elf.h: update NT_* coredump elf notes for linux v4.15
by Szabolcs Nagy
· 7 years ago
5024804
elf.h: add PPC64_OPT_LOCALENTRY
by Szabolcs Nagy
· 7 years ago
e7bd039
elf.h: add AT_* auxval macros for cache geometry
by Szabolcs Nagy
· 7 years ago
121d18d
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
by Szabolcs Nagy
· 7 years ago
4001c51
netinet/in.h: add new IPV6_FREEBIND from linux v4.15
by Szabolcs Nagy
· 7 years ago
5f4ff22
netinet/tcp.h: add TCP_* socket options from linux v4.15
by Szabolcs Nagy
· 7 years ago
9b57db3
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
by Szabolcs Nagy
· 7 years ago
e696087
netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14
by Szabolcs Nagy
· 7 years ago
abdaba8
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
by Szabolcs Nagy
· 7 years ago
fba3059
netinet/if_ether.h: add new ETH_P_ macros from linux v4.14
by Szabolcs Nagy
· 7 years ago
4d4a665
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
by Szabolcs Nagy
· 7 years ago
38e81dd
signal.h: add missing SIGTRAP si_codes
by Szabolcs Nagy
· 7 years ago
5431c20
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
by Szabolcs Nagy
· 7 years ago
986bc21
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
by Szabolcs Nagy
· 7 years ago
404097a
sys/socket.h: add SOL_TLS from linux v4.13
by Szabolcs Nagy
· 7 years ago
709bbf5
sys/socket.h: add PF_SMC from linux v4.11
by Szabolcs Nagy
· 7 years ago
1bc10ff
add _DIRENT_HAVE_D_* macros to dirent.h
by Rostislav Skudnov
· 7 years ago
b583c5d
add additional uapi guards for Linux kernel header files
by Hauke Mehrtens
· 7 years ago
d5029bb
fix endian errors in netinet/icmp6.h due to failure to include endian.h
by Rich Felker
· 7 years ago
14cec86
fix endian errors in arpa/nameser.h due to failure to include endian.h
by Jo-Philipp Wich
· 7 years ago
2488d31
adjust fopencookie structure tag for ABI-compat
by Rich Felker
· 7 years ago
0618433
implement the fopencookie extension to stdio
by William Pitcock
· 7 years ago
6651ef1
add new tcp.h socket options from linux v4.13
by Szabolcs Nagy
· 7 years ago
14ced22
add new fcntl.h macros from linux v4.13
by Szabolcs Nagy
· 7 years ago
c35a8bf
add SO_ getsockopt options from linux v4.13
by Szabolcs Nagy
· 7 years ago
4c81122
add ARPHDR_VSOCKMON from linux v4.12
by Szabolcs Nagy
· 7 years ago
54f04d9
add new SO_ socket options from linux v4.12
by Szabolcs Nagy
· 7 years ago
c519658
add TCP_NLA_* enums from linux v4.11
by Szabolcs Nagy
· 7 years ago
ee3ae78
add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11
by Szabolcs Nagy
· 7 years ago
3eb82f7
add ETH_P_IBOE from linux v4.11
by Szabolcs Nagy
· 7 years ago
d800403
add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
by Szabolcs Nagy
· 8 years ago
f5638c2
add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
by Szabolcs Nagy
· 8 years ago
0136969
add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10
by Szabolcs Nagy
· 8 years ago
5c596ed
add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
by Szabolcs Nagy
· 8 years ago
48be5b6
fix use of memset without declaration in sched.h cpu set macros
by Rich Felker
· 7 years ago
5f7efb8
move IPPORT_RESERVED from netdb.h to netinet/in.h
by Rich Felker
· 7 years ago
947d330
add _NL_LOCALE_NAME extension to nl_langinfo
by Rich Felker
· 7 years ago
bd00cc8
remove useless declarations in string.h
by Alexander Monakov
· 7 years ago
77e895d
add no-op POSIX_SPAWN_USEVFORK to spawn.h
by Rich Felker
· 8 years ago
bb439bb
implement new posix_spawn flag POSIX_SPAWN_SETSID
by Rich Felker
· 8 years ago
60c46db
update tcp_info struct to linux v4.9
by Szabolcs Nagy
· 8 years ago
a8a8fdf
add MS_NOREMOTELOCK mount flag from linux v4.9
by Szabolcs Nagy
· 8 years ago
bfcf573
in public headers, don't assume pre-C99 compilers have __inline keyword
by Quentin Rameau
· 8 years ago
ffaaa6d
remove legacy i386 fallback stdarg implementation and framework
by Rich Felker
· 8 years ago
b418ea1
generalize ELF hash table types not to assume 32-bit entries
by Rich Felker
· 8 years ago
31fb174
add limited pthread_setattr_default_np API to set stack size defaults
by Rich Felker
· 8 years ago
04983f2
make netinet/in.h suppress clashing definitions from kernel headers
by Rich Felker
· 8 years ago
c8fdcfe
don't claim support for resolv.h APIs that aren't supported
by Rich Felker
· 8 years ago
7352b59
remove redundant feature test macro checks in sys/time.h
by Rich Felker
· 8 years ago
7597fc2
fix various header namespace issues under feature-test-macro control
by Rich Felker
· 8 years ago
2ed4e9d
remove parameter names from public headers
by Rich Felker
· 8 years ago
4b8f94c
fix misspelling of a legacy macro name in sys/param.h
by Rich Felker
· 8 years ago
71e8392
add missing if_ether.h constants
by Daniel Sabogal
· 8 years ago
79c7ded
add missing if_arp.h constant
by Daniel Sabogal
· 8 years ago
Next »