941 Commits (db981ffb3e242e32e13520fbaf47e91ae88d5ff4)

Author SHA1 Message Date
Ariadne Conill 821083ac7b implement reallocarray 6 years ago
Szabolcs Nagy 67f774625e netinet/in.h: add IP_RECVERR_4884 from linux v5.9 6 years ago
Szabolcs Nagy d078f83657 sys/fanotify.h: add new FAN_* macros from linux v5.9 6 years ago
William Woodruff badc5bb211 add missing personality values 6 years ago
James Y Knight 7c71792e87 add support for SIGEV_THREAD_ID timers 7 years ago
Rich Felker bd153422f2 implement _Fork and refactor fork using it 6 years ago
Szabolcs Nagy f035c7b1e6 netinet/if_ether.h: add ETH_P_MRP from linux v5.8 6 years ago
Szabolcs Nagy 6b1741aaf5 elf.h: add .note.gnu.property related definitions 6 years ago
Szabolcs Nagy 616a8bf660 netinet/tcp.h: update to linux v5.7 6 years ago
Szabolcs Nagy a6c302bec1 sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 6 years ago
Szabolcs Nagy 8adf42f7c1 sys/fanotify.h: update to linux v5.7 6 years ago
Szabolcs Nagy 43b640c2ff sched.h: add CLONE_NEWTIME from linux v5.6 6 years ago
Szabolcs Nagy 3da18e6951 sys/random.h: add GRND_INSECURE from linux v5.6 6 years ago
Szabolcs Nagy 8f4aa78a0c sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 6 years ago
Szabolcs Nagy 1ab341e89b netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 6 years ago
Szabolcs Nagy c6321616b8 netinet/tcp.h: update for linux v5.6 6 years ago
Szabolcs Nagy 8fca0ea4e9 netinet/in.h: add IPPROTO_ macros from linux v5.6 6 years ago
Szabolcs Nagy d4f298149c netinet/tcp.h: update tcp_info for linux v5.5 6 years ago
Rich Felker 1ccc804e13 fix regression with applications that expect struct winsize in ioctl.h 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker d49cf07541 add gettid function 6 years ago
Rich Felker 2f2348c958 remove duplicate definitions of INET[6]_ADDRSTRLEN 6 years ago
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 7 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 7 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