summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-03-10fix minor namespace issue in unistd.hRich Felker-2/+1
2018-03-10fix minor namespace issue in tar.hRich Felker-0/+2
2018-03-10fix minor namespace issues in limits.hRich Felker-5/+10
2018-03-10reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker-2/+2
2018-02-24fix aliasing violations in fgetpos/fsetposRich Felker-0/+1
2018-02-23add getentropy functionRich Felker-0/+1
2018-02-22add getrandom syscall wrapperHauke Mehrtens-0/+19
2018-02-22elf.h: add DT_SYMTAB_SHNDXSzabolcs Nagy-1/+2
2018-02-22elf.h: syncronize DF_1_ flags with binutilsSzabolcs Nagy-0/+2
2018-02-22elf.h: update NT_* coredump elf notes for linux v4.15Szabolcs Nagy-0/+21
2018-02-22elf.h: add PPC64_OPT_LOCALENTRYSzabolcs Nagy-0/+1
2018-02-22elf.h: add AT_* auxval macros for cache geometrySzabolcs Nagy-0/+8
2018-02-22sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy-0/+6
2018-02-22netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy-0/+1
2018-02-22netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy-0/+2
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy-0/+2
2018-02-22netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy-0/+8
2018-02-22sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy-0/+26
2018-02-22netinet/if_ether.h: add new ETH_P_ macros from linux v4.14Szabolcs Nagy-0/+4
2018-02-22net/if_arp.h: add ARPHRD_RAWIP from linux v4.14Szabolcs Nagy-0/+1
2018-02-22signal.h: add missing SIGTRAP si_codesSzabolcs Nagy-0/+2
2018-02-22sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy-0/+2
2018-02-22sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy-0/+2
2018-02-22sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy-0/+1
2018-02-22sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy-1/+3
2018-01-12add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov-0/+4
2018-01-09add additional uapi guards for Linux kernel header filesHauke Mehrtens-0/+10
2017-12-15fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker-0/+1
2017-12-14fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich-0/+1
2017-12-06adjust fopencookie structure tag for ABI-compatRich Felker-1/+1
2017-12-06implement the fopencookie extension to stdioWilliam Pitcock-0/+14
2017-11-05add new tcp.h socket options from linux v4.13Szabolcs Nagy-2/+7
2017-11-05add new fcntl.h macros from linux v4.13Szabolcs Nagy-0/+12
2017-11-05add SO_ getsockopt options from linux v4.13Szabolcs Nagy-0/+2
2017-11-05add ARPHDR_VSOCKMON from linux v4.12Szabolcs Nagy-0/+1
2017-11-05add new SO_ socket options from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add TCP_NLA_* enums from linux v4.11Szabolcs Nagy-0/+2
2017-11-05add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add ETH_P_IBOE from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy-0/+1
2017-11-05add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy-0/+11
2017-09-28fix use of memset without declaration in sched.h cpu set macrosRich Felker-0/+1
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker-2/+2
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker-0/+6
2017-07-04remove useless declarations in string.hAlexander Monakov-2/+0
2017-04-22add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker-0/+1
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker-0/+1
2016-12-29update tcp_info struct to linux v4.9Szabolcs Nagy-0/+2