about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix errno for posix_openpt with no free ptys availableRich Felker2019-10-241-1/+3
* adjust struct timespec definition to be time64-readyRich Felker2019-10-201-1/+1
* clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker2019-10-201-11/+46
* wait4, getrusage: add time64/x32 variantRich Felker2019-10-192-3/+61
* internally, define time64 rusage syscalls on x32 as the existing onesRich Felker2019-10-191-0/+2
* use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker2019-10-192-2/+2
* fix fpregset_t type on powerpc64Rich Felker2019-10-191-5/+1
* fix return value of ungetc when argument is outside unsigned char rangeRich Felker2019-10-181-1/+1
* fix incorrect use of fabs on long double operand in floatscan.cRich Felker2019-10-181-4/+1
* move pthread types out of per-arch alltypes.hRich Felker2019-10-1717-128/+8
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-1734-117/+35
* make endian.h expose unprefixed macros, functions in standard profileRich Felker2019-10-171-16/+20
* remove use of endian.h from arch reloc.h headers, clean upRich Felker2019-10-179-24/+0
* remove indirect use of endian.h from public headersRich Felker2019-10-1712-18/+0
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-1734-69/+68