summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-07-17uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy-1/+3
2018-07-12add ST_RELATIME to statvfs.hRich Felker-0/+1
2018-06-26add explicit_bzero implementationDavid Carlier-0/+1
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker-1/+1
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy-0/+5
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy-3/+8
2018-06-19add speculation control prctls from linux v4.17Szabolcs Nagy-0/+9
2018-06-19add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy-0/+1
2018-06-19add TCP_NLA_* from linux v4.17Szabolcs Nagy-0/+10
2018-06-19add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy-0/+3
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy-0/+1
2018-06-19sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy-1/+7
2018-06-19netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy-0/+1
2018-06-19netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy-0/+1
2018-06-19sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy-0/+1
2018-06-12add missing m68k relocation types in elf.hRich Felker-1/+19
2018-03-28fix default feature profile in tar.hRich Felker-0/+2
2018-03-12explicitly use signed keyword to define intNN_t and derivative typesRich Felker-4/+4
2018-03-10remove spurious const keyword in sigqueue declarationRich Felker-1/+1
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