summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2019-07-01netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy-0/+1
2019-07-01fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/fanotify.h: update for linux v5.1Szabolcs Nagy-1/+33
2019-06-21remove implicit include of sys/sysmacros.h from sys/types.hRich Felker-1/+0
2019-06-14add riscv64 architecture supportRich Felker-0/+56
2019-04-17define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy-0/+12
2019-04-10fcntl.h: define O_TTY_INIT to 0A. Wilcox-2/+3
2019-04-05fix signature of function accepted by makecontextBobby Bingham-1/+1
2019-03-13sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy-0/+7
2019-03-13elf.h: add NT_ definitions from linux v5.0Szabolcs Nagy-0/+2
2019-03-13elf.h: update with C-SKY definitionsSzabolcs Nagy-1/+57
2019-03-13netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0Szabolcs Nagy-0/+1
2019-03-13netinet/udp.h: add UDP_GRO from linux v5.0Szabolcs Nagy-0/+1
2019-03-13sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy-0/+1
2019-03-13netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20Szabolcs Nagy-0/+1
2019-03-13add PACKET_IGNORE_OUTGOING sockopt from linux v4.20Szabolcs Nagy-0/+1
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy-0/+4
2019-03-13elf.h: add new mips core dump note values from linux v4.19Szabolcs Nagy-0/+2
2019-03-13netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19Szabolcs Nagy-0/+1
2019-03-13netinet/tcp.h: add tcp_info fields from linux v4.19Szabolcs Nagy-0/+8
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy-0/+1
2019-03-13sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy-0/+2
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer-0/+2
2019-03-13expose TSVTX unconditionally in tar.hRich Felker-4/+0
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker-0/+9
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker-0/+17
2019-02-07update line discipline constantsBobby Bingham-0/+12
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham-0/+98
2018-12-09add NT_VMCOREDD to elf.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add AT_MINSIGSTKSZ to elf.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy-1/+5
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy-1/+4
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy-0/+3
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy-0/+18
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