about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-0/+2
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-021-0/+11
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-0/+34
* make time-related socket options overridable by arch bits filesRich Felker2019-11-021-6/+11
* add time64 redirect for, and redirecting implementation of, dlsymRich Felker2019-11-021-0/+4
* prepare struct sched_param for change in time_t definitionRich Felker2019-10-281-0/+4
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-2821-0/+150
* adjust struct timespec definition to be time64-readyRich Felker2019-10-201-1/+1
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-0/+8
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-171-5/+11
* make endian.h expose unprefixed macros, functions in standard profileRich Felker2019-10-171-16/+20
* remove indirect use of endian.h from public headersRich Felker2019-10-178-10/+0
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-7/+4
* remove per-arch definitions for va_listRich Felker2019-10-171-0/+3
* fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy2019-09-111-0/+4
* sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-301-0/+1
* add posix_spawn [f]chdir file actionsRich Felker2019-08-301-0/+5
* add copy_file_range system call wrapperÁrni Dagur2019-08-231-0/+1
* remove sporadic server members from struct sched_paramRich Felker2019-08-141-4/+6
* add secure_getenv functionPetr Vaněk2019-08-081-0/+1
* glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2019-08-061-0/+3
* 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