about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+2
* sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy2018-07-171-0/+1
* uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy2018-07-171-1/+3
* add ST_RELATIME to statvfs.hRich Felker2018-07-121-0/+1
* add explicit_bzero implementationDavid Carlier2018-06-261-0/+1
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-261-1/+1
* add memfd_create syscall wrapperSzabolcs Nagy2018-06-201-0/+5
* add mlock2 linux syscall wrapperSzabolcs Nagy2018-06-201-3/+8
* add speculation control prctls from linux v4.17Szabolcs Nagy2018-06-191-0/+9
* add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* add TCP_NLA_* from linux v4.17Szabolcs Nagy2018-06-191-0/+10
* add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy2018-06-191-1/+7
* netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* add missing m68k relocation types in elf.hRich Felker2018-06-121-1/+19
* 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