summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker-0/+2
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker-0/+11
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker-0/+34
2019-11-02make time-related socket options overridable by arch bits filesRich Felker-6/+11
2019-11-02add time64 redirect for, and redirecting implementation of, dlsymRich Felker-0/+4
2019-10-28prepare struct sched_param for change in time_t definitionRich Felker-0/+4
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker-0/+150
2019-10-20adjust struct timespec definition to be time64-readyRich Felker-1/+1
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-0/+8
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-5/+11
2019-10-17make endian.h expose unprefixed macros, functions in standard profileRich Felker-16/+20
2019-10-17remove indirect use of endian.h from public headersRich Felker-10/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-7/+4
2019-10-17remove per-arch definitions for va_listRich Felker-0/+3
2019-09-11fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy-0/+1
2019-09-11fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy-0/+4
2019-09-11sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy-0/+1
2019-09-11netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy-0/+1
2019-08-30add public declaration for optreset under appropriate feature profilesRich Felker-0/+1
2019-08-30add posix_spawn [f]chdir file actionsRich Felker-0/+5
2019-08-23add copy_file_range system call wrapperÁrni Dagur-0/+1
2019-08-14remove sporadic server members from struct sched_paramRich Felker-4/+6
2019-08-08add secure_getenv functionPetr Vaněk-0/+1
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno-0/+3
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker-3/+1
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker-6/+8
2019-07-01elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1Szabolcs Nagy-0/+2
2019-07-01netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy-0/+1
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