about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-021-3/+1
* allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker2019-08-024-6/+8
* elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1Szabolcs Nagy2019-07-011-0/+2
* netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/fanotify.h: update for linux v5.1Szabolcs Nagy2019-07-011-1/+33
* remove implicit include of sys/sysmacros.h from sys/types.hRich Felker2019-06-211-1/+0
* add riscv64 architecture supportRich Felker2019-06-141-0/+56
* define FP_FAST_FMA* when fma* can be inlinedSzabolcs Nagy2019-04-171-0/+12
* fcntl.h: define O_TTY_INIT to 0A. Wilcox2019-04-101-2/+3
* fix signature of function accepted by makecontextBobby Bingham2019-04-051-1/+1
* sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy2019-03-131-0/+7
* elf.h: add NT_ definitions from linux v5.0Szabolcs Nagy2019-03-131-0/+2
* elf.h: update with C-SKY definitionsSzabolcs Nagy2019-03-131-1/+57
* netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0Szabolcs Nagy2019-03-131-0/+1
* netinet/udp.h: add UDP_GRO from linux v5.0Szabolcs Nagy2019-03-131-0/+1
* sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy2019-03-131-0/+1
* netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20Szabolcs Nagy2019-03-131-0/+1
* add PACKET_IGNORE_OUTGOING sockopt from linux v4.20Szabolcs Nagy2019-03-131-0/+1
* sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy2019-03-132-0/+4
* elf.h: add new mips core dump note values from linux v4.19Szabolcs Nagy2019-03-131-0/+2
* netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19Szabolcs Nagy2019-03-131-0/+1
* netinet/tcp.h: add tcp_info fields from linux v4.19Szabolcs Nagy2019-03-131-0/+8
* sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy2019-03-131-0/+1
* sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy2019-03-131-0/+2
* fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2019-03-131-0/+2
* expose TSVTX unconditionally in tar.hRich Felker2019-03-131-4/+0
* make FILE a complete type for pre-C11 standard profilesRich Felker2019-03-123-0/+9
* add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker2019-02-221-0/+17
* update line discipline constantsBobby Bingham2019-02-071-0/+12
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-071-0/+98
* add NT_VMCOREDD to elf.h from linux v4.18Szabolcs Nagy2018-12-091-0/+1
* add AT_MINSIGSTKSZ to elf.h from linux v4.18Szabolcs Nagy2018-12-091-0/+1
* add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy2018-12-091-0/+1
* add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy2018-12-091-1/+5
* add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy2018-12-091-1/+4
* update netinet/udp.h for linux v4.18Szabolcs Nagy2018-12-091-0/+3
* update netinet/tcp.h for linux v4.18Szabolcs Nagy2018-12-091-0/+18
* restore attribute((const)) to pthread_self and errno location declsRich Felker2018-10-163-0/+9
* define MAX_HANDLE_SZ for use with name_to_handle_atKhem Raj2018-09-131-0/+1
* wireup linux/name_to_handle_at and name_to_handle_at syscallsKhem Raj2018-09-121-0/+7
* rework mechanism for posix_spawnp calling posix_spawnRich Felker2018-09-121-1/+3
* fix dubious char signedness check in limits.hRich Felker2018-08-281-1/+1
* fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker2018-08-221-1/+1
* remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker2018-08-201-1/+0
* move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix2018-07-203-3/+3
* remove inclusion guard hacks for sys/kd.hmidipix2018-07-201-7/+0