aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-04-05fix signature of function accepted by makecontextBobby Bingham
2019-03-13sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy
2019-03-13elf.h: add NT_ definitions from linux v5.0Szabolcs Nagy
2019-03-13elf.h: update with C-SKY definitionsSzabolcs Nagy
2019-03-13netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0Szabolcs Nagy
2019-03-13netinet/udp.h: add UDP_GRO from linux v5.0Szabolcs Nagy
2019-03-13sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy
2019-03-13netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20Szabolcs Nagy
2019-03-13add PACKET_IGNORE_OUTGOING sockopt from linux v4.20Szabolcs Nagy
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy
2019-03-13elf.h: add new mips core dump note values from linux v4.19Szabolcs Nagy
2019-03-13netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19Szabolcs Nagy
2019-03-13netinet/tcp.h: add tcp_info fields from linux v4.19Szabolcs Nagy
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy
2019-03-13sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer
2019-03-13expose TSVTX unconditionally in tar.hRich Felker
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker
2019-02-07update line discipline constantsBobby Bingham
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham
2018-12-09add NT_VMCOREDD to elf.h from linux v4.18Szabolcs Nagy
2018-12-09add AT_MINSIGSTKSZ to elf.h from linux v4.18Szabolcs Nagy
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy
2018-10-16restore attribute((const)) to pthread_self and errno location declsRich Felker
2018-09-13define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj
2018-09-12wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj
2018-09-12rework mechanism for posix_spawnp calling posix_spawnRich Felker
2018-08-28fix dubious char signedness check in limits.hRich Felker
2018-08-22fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker
2018-08-20remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy
2018-07-17uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy
2018-07-12add ST_RELATIME to statvfs.hRich Felker
2018-06-26add explicit_bzero implementationDavid Carlier
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy
2018-06-19add speculation control prctls from linux v4.17Szabolcs Nagy
2018-06-19add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy
2018-06-19add TCP_NLA_* from linux v4.17Szabolcs Nagy
2018-06-19add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy