about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix default feature profile in tar.hRich Felker2018-03-281-0/+2
* explicitly use signed keyword to define intNN_t and derivative typesRich Felker2018-03-121-4/+4
* remove spurious const keyword in sigqueue declarationRich Felker2018-03-101-1/+1
* fix minor namespace issue in unistd.hRich Felker2018-03-101-2/+1
* fix minor namespace issue in tar.hRich Felker2018-03-101-0/+2
* fix minor namespace issues in limits.hRich Felker2018-03-101-5/+10
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-101-2/+2
* fix aliasing violations in fgetpos/fsetposRich Felker2018-02-241-0/+1
* add getentropy functionRich Felker2018-02-231-0/+1
* add getrandom syscall wrapperHauke Mehrtens2018-02-221-0/+19
* elf.h: add DT_SYMTAB_SHNDXSzabolcs Nagy2018-02-221-1/+2
* elf.h: syncronize DF_1_ flags with binutilsSzabolcs Nagy2018-02-221-0/+2
* elf.h: update NT_* coredump elf notes for linux v4.15Szabolcs Nagy2018-02-221-0/+21
* elf.h: add PPC64_OPT_LOCALENTRYSzabolcs Nagy2018-02-221-0/+1
* elf.h: add AT_* auxval macros for cache geometrySzabolcs Nagy2018-02-221-0/+8
* sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy2018-02-221-0/+6
* netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy2018-02-221-0/+2
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-221-0/+2
* netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy2018-02-221-0/+8
* sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy2018-02-222-0/+26
* netinet/if_ether.h: add new ETH_P_ macros from linux v4.14Szabolcs Nagy2018-02-221-0/+4
* net/if_arp.h: add ARPHRD_RAWIP from linux v4.14Szabolcs Nagy2018-02-221-0/+1
* signal.h: add missing SIGTRAP si_codesSzabolcs Nagy2018-02-221-0/+2
* sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy2018-02-221-0/+2
* sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy2018-02-221-0/+2
* sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy2018-02-221-0/+1
* sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy2018-02-221-1/+3
* add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov2018-01-121-0/+4
* add additional uapi guards for Linux kernel header filesHauke Mehrtens2018-01-093-0/+10
* fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker2017-12-151-0/+1
* fix endian errors in arpa/nameser.h due to failure to include endian.hJo-Philipp Wich2017-12-141-0/+1
* adjust fopencookie structure tag for ABI-compatRich Felker2017-12-061-1/+1
* implement the fopencookie extension to stdioWilliam Pitcock2017-12-061-0/+14
* add new tcp.h socket options from linux v4.13Szabolcs Nagy2017-11-051-2/+7
* add new fcntl.h macros from linux v4.13Szabolcs Nagy2017-11-051-0/+12
* add SO_ getsockopt options from linux v4.13Szabolcs Nagy2017-11-051-0/+2
* add ARPHDR_VSOCKMON from linux v4.12Szabolcs Nagy2017-11-051-0/+1
* add new SO_ socket options from linux v4.12Szabolcs Nagy2017-11-051-0/+3
* add TCP_NLA_* enums from linux v4.11Szabolcs Nagy2017-11-051-0/+2
* add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add ETH_P_IBOE from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy2017-11-051-0/+1
* add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy2017-11-051-0/+2
* add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy2017-11-051-0/+2
* add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy2017-11-052-0/+11
* fix use of memset without declaration in sched.h cpu set macrosRich Felker2017-09-281-0/+1
* move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2017-08-292-2/+2
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+6
* remove useless declarations in string.hAlexander Monakov2017-07-041-2/+0