summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker-0/+9
2018-09-13define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj-0/+1
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj-0/+7
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker-1/+3
2018-08-28fix dubious char signedness check in limits.hRich Felker-1/+1
2018-08-22fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker-1/+1
2018-08-20remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker-1/+0
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix-3/+3
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix-7/+0
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+2
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy-0/+1
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