summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-11-04fix failure to build time32 compat shims with out-of-tree buildsRich Felker-1/+1
2019-11-03fix time64 link regression of dlsym stub for static-linked programsRich Felker-0/+4
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker-48/+2
2019-11-02move time64 ioctl numbers to generic bits/ioctl.hRich Felker-21/+5
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker-45/+11
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker-217/+420
2019-11-02add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker-0/+4
2019-11-02add back x32 bits/socket.h defining time-related socket optionsRich Felker-0/+5
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker-208/+34
2019-11-02fix x32 msghdr struct by removing x32 bits/socket.hRich Felker-16/+0
2019-11-02make time-related socket options overridable by arch bits filesRich Felker-6/+11
2019-11-02add framework for arch-provided makefile fragments, compat source dirsRich Felker-2/+3
2019-11-02add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker-0/+27
2019-11-02add time64 redirect for, and redirecting implementation of, dlsymRich Felker-0/+31
2019-11-02add time32 ABI compat shims, compat source treeRich Felker-0/+1039
2019-10-28make fstatat fill in old time32 stat fields tooRich Felker-0/+16
2019-10-28disable lfs64 aliases for remapped time64 functionsRich Felker-0/+14
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-28add missing m68k user.h/procfs.h regset typesRich Felker-0/+5
2019-10-25update case mappings to unicode 12.1.0Rich Felker-85/+92
2019-10-25update ctype data to unicode 12.1.0u_quark-201/+232
2019-10-25overhaul wide character case mapping implementationRich Felker-290/+345
2019-10-25add missing case mapping between U+03F3 and U+037FRich Felker-0/+1
2019-10-24fix errno for posix_openpt with no free ptys availableRich Felker-1/+3
2019-10-20adjust struct timespec definition to be time64-readyRich Felker-1/+1
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker-11/+46
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker-3/+61
2019-10-19internally, define time64 rusage syscalls on x32 as the existing onesRich Felker-0/+2
2019-10-19use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker-2/+2
2019-10-19fix fpregset_t type on powerpc64Rich Felker-5/+1
2019-10-18fix return value of ungetc when argument is outside unsigned char rangeRich Felker-1/+1
2019-10-18fix incorrect use of fabs on long double operand in floatscan.cRich Felker-4/+1
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-128/+8
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-117/+35
2019-10-17make endian.h expose unprefixed macros, functions in standard profileRich Felker-16/+20
2019-10-17remove use of endian.h from arch reloc.h headers, clean upRich Felker-24/+0
2019-10-17remove indirect use of endian.h from public headersRich Felker-18/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-69/+68
2019-10-17remove per-arch definitions for va_listRich Felker-48/+3
2019-10-17remove i386 support for legacy struct __va_listRich Felker-5/+0
2019-10-14mips: add single-instruction math functionsinfo@mobile-stream.com-0/+64
2019-10-14fix cacosh results for arguments with negative imaginary partMichael Morrell-3/+12
2019-10-13release 1.1.24v1.1.24Rich Felker-1/+50
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy-4/+2
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker-2/+8
2019-10-06add Arm to the copyright fileSzabolcs Nagy-1/+2
2019-10-02reintroduce riscv64 struct sigcontextRich Felker-6/+10
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker-5/+2
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker-27/+20