about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-3016-0/+16
* sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy2019-12-301-0/+28
* sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/if_ether.h: add ETH_P_LLDP from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* netinet/tcp.h: add TCP_TX_DELAY from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* fix types for mips sigcontext/mcontext_t regset membersKhem Raj2019-12-301-2/+6
* spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker2019-12-221-1/+1
* add further ioctl time64 fallback conversion for device-specific commandRich Felker2019-12-221-0/+3
* add uapi guards for new netinet/ip.h conflict with struct iphdrA. Wilcox2019-12-221-0/+2
* adjust utmpx struct layout for time64, 32-/64-bit arch compatRich Felker2019-12-221-1/+6
* fix elf_prstatus regression on time64, existing wrong definition on x32Rich Felker2019-12-221-4/+3
* don't continue looping through ioctl compat_map after finding matchRich Felker2019-12-211-0/+1
* revert unwanted and inadvertent change that slipped into mmap.cRich Felker2019-12-201-1/+0
* add further ioctl time64 fallback conversionsRich Felker2019-12-201-1/+49
* improve ioctl time64 conversion fallback frameworkRich Felker2019-12-191-17/+18
* convert ioctl time64 fallbacks to table-driven frameworkRich Felker2019-12-181-17/+66
* fix regression in ioctl definitions provided by arch/generic bitsRich Felker2019-12-181-0/+1
* hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2019-12-172-6/+14
* implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker2019-12-175-0/+71
* signal to kernel headers that time_t is 64-bitRich Felker2019-12-171-0/+1
* fix null pointer dereference in setitimer time32 compat shimRich Felker2019-12-081-4/+6
* arm: avoid conditional branch to PLT in sigsetjmpAndre McCurdy2019-12-071-2/+3
* riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai2019-12-071-1/+4
* update contributor nameAda Worcester2019-12-072-1/+2
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-053-2/+11
* fix build regression on mips64 due to endian.h removalRich Felker2019-11-051-0/+2
* fix failure to build time32 compat shims with out-of-tree buildsRich Felker2019-11-041-1/+1
* fix time64 link regression of dlsym stub for static-linked programsRich Felker2019-11-031-0/+4
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-0217-48/+2
* move time64 ioctl numbers to generic bits/ioctl.hRich Felker2019-11-026-21/+5
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-0210-45/+11
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-0285-217/+420
* add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker2019-11-021-0/+4
* add back x32 bits/socket.h defining time-related socket optionsRich Felker2019-11-021-0/+5
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-0211-208/+34
* fix x32 msghdr struct by removing x32 bits/socket.hRich Felker2019-11-021-16/+0
* make time-related socket options overridable by arch bits filesRich Felker2019-11-021-6/+11
* add framework for arch-provided makefile fragments, compat source dirsRich Felker2019-11-021-2/+3
* add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker2019-11-029-0/+27
* add time64 redirect for, and redirecting implementation of, dlsymRich Felker2019-11-022-0/+31
* add time32 ABI compat shims, compat source treeRich Felker2019-11-0264-0/+1039
* make fstatat fill in old time32 stat fields tooRich Felker2019-10-281-0/+16
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-286-0/+14
* 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
* add missing m68k user.h/procfs.h regset typesRich Felker2019-10-281-0/+5
* update case mappings to unicode 12.1.0Rich Felker2019-10-251-85/+92
* update ctype data to unicode 12.1.0u_quark2019-10-254-201/+232
* overhaul wide character case mapping implementationRich Felker2019-10-252-290/+345
* add missing case mapping between U+03F3 and U+037FRich Felker2019-10-251-0/+1