919 Commits (4e0796dfc72f289e97dce3332e6186c6b00b693d)

Author SHA1 Message Date
Rich Felker 4e0796dfc7 add PTHREAD_NULL 6 years ago
Rich Felker e6093b5a87 fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h 6 years ago
Rich Felker a0217a2ff7 fix unprotected macro argument in sys/ttydefaults.h 6 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Leah Neukirchen 2507e7f531 define RLIMIT_RTTIME, bump RLIMIT_NLIMITS 6 years ago
Michael Forney a56ec7e8e2 unconditonally define alloca as __builtin_alloca 6 years ago
Rich Felker ac89e2ccf5 remove gratuitous aligned attribute from __ptrace_syscall_info 6 years ago
Szabolcs Nagy f296be74d5 sys/wait.h: add P_PIDFD from linux v5.4 6 years ago
Szabolcs Nagy 5e0c9f246c netinet/tcp.h: add new tcp_info fields from linux v5.4 6 years ago
Szabolcs Nagy 5675aaa559 sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 6 years ago
Szabolcs Nagy d95ead261e sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 6 years ago
Szabolcs Nagy f291c09ec9 sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 7 years ago
Szabolcs Nagy 06636c5542 sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 7 years ago
Szabolcs Nagy 167cbf1316 netinet/if_ether.h: add ETH_P_LLDP from linux v5.3 7 years ago
Szabolcs Nagy af2576e61d netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 7 years ago
A. Wilcox 0738e6c19f add uapi guards for new netinet/ip.h conflict with struct iphdr 6 years ago
Rich Felker 1e7f0fcd7f adjust utmpx struct layout for time64, 32-/64-bit arch compat 6 years ago
Rich Felker 3f959f6f76 fix elf_prstatus regression on time64, existing wrong definition on x32 6 years ago
Rich Felker b329095650 fix regression in ioctl definitions provided by arch/generic bits 6 years ago
Rich Felker f12bd8e05c signal to kernel headers that time_t is 64-bit 6 years ago
Rich Felker d6dcfe4d0c move time_t and suseconds_t definitions to common alltypes.h.in 7 years ago
Rich Felker c71dbb24c9 move time64 socket options from arch bits to top-level sys/socket.h 7 years ago
Rich Felker a0252bc75b move msghdr and cmsghdr out of bits/socket.h 7 years ago
Rich Felker 0bbc04c981 make time-related socket options overridable by arch bits files 7 years ago
Rich Felker 22daaea39f add time64 redirect for, and redirecting implementation of, dlsym 7 years ago
Rich Felker 2d69fcf5ef prepare struct sched_param for change in time_t definition 7 years ago
Rich Felker 1febd21d3f add time64 symbol name redirects to public headers, under arch control 7 years ago
Rich Felker 9b2921bea1 adjust struct timespec definition to be time64-ready 7 years ago
Rich Felker 2d3083e746 move pthread types out of per-arch alltypes.h 7 years ago
Rich Felker 7cc79d10af define LONG_MAX via arch alltypes.h, strip down bits/limits.h 7 years ago
Rich Felker 316730cdc7 make endian.h expose unprefixed macros, functions in standard profile 7 years ago
Rich Felker 71d23fbeac remove indirect use of endian.h from public headers 7 years ago
Rich Felker 97d35a552e move __BYTE_ORDER definition to alltypes.h 7 years ago
Rich Felker 00ec11d19e remove per-arch definitions for va_list 7 years ago
Szabolcs Nagy 81e795e1f1 fcntl.h: add AT_RECURSIVE from linux v5.2 7 years ago
Szabolcs Nagy cc1a53515b fcntl.h: add AT_STATX_ statx sync flag definitions 7 years ago
Szabolcs Nagy 1e22eb2e8f sched.h: add CLONE_PIDFD from linux v5.2 7 years ago
Szabolcs Nagy b5134ccd4d netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2 7 years ago
Rich Felker a882841baf add public declaration for optreset under appropriate feature profiles 7 years ago
Rich Felker 74244e5b3e add posix_spawn [f]chdir file actions 7 years ago
Árni Dagur f76e183111 add copy_file_range system call wrapper 7 years ago
Rich Felker 827aa8fbca remove sporadic server members from struct sched_param 7 years ago
Petr Vaněk 7844ecb590 add secure_getenv function 7 years ago
Ismael Luceno 49eacf29d2 glob: implement GLOB_TILDE and GLOB_TILDE_CHECK 7 years ago
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 7 years ago
Rich Felker 3c02bacf0f allow archs to define IPC_STAT, propagate time64 bit to other macros 7 years ago
Szabolcs Nagy 47bc7f0afe elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 7 years ago
Szabolcs Nagy eea841e653 netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 7 years ago
Szabolcs Nagy 5b2b682ddc sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 7 years ago
Szabolcs Nagy 93b5f6c843 netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1 7 years ago