Age | Commit message (Expand) | Author | Lines |
2019-11-03 | fix time64 link regression of dlsym stub for static-linked programs | Rich Felker | -0/+4 |
2019-11-02 | move time_t and suseconds_t definitions to common alltypes.h.in | Rich Felker | -48/+2 |
2019-11-02 | move time64 ioctl numbers to generic bits/ioctl.h | Rich Felker | -21/+5 |
2019-11-02 | move time64 socket options from arch bits to top-level sys/socket.h | Rich Felker | -45/+11 |
2019-11-02 | switch all existing 32-bit archs to 64-bit time_t | Rich Felker | -217/+420 |
2019-11-02 | add x32 bits/ioctl_fix.h defining time-related sockios macros | Rich Felker | -0/+4 |
2019-11-02 | add back x32 bits/socket.h defining time-related socket options | Rich Felker | -0/+5 |
2019-11-02 | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | -208/+34 |
2019-11-02 | fix x32 msghdr struct by removing x32 bits/socket.h | Rich Felker | -16/+0 |
2019-11-02 | make time-related socket options overridable by arch bits files | Rich Felker | -6/+11 |
2019-11-02 | add framework for arch-provided makefile fragments, compat source dirs | Rich Felker | -2/+3 |
2019-11-02 | add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs | Rich Felker | -0/+27 |
2019-11-02 | add time64 redirect for, and redirecting implementation of, dlsym | Rich Felker | -0/+31 |
2019-11-02 | add time32 ABI compat shims, compat source tree | Rich Felker | -0/+1039 |
2019-10-28 | make fstatat fill in old time32 stat fields too | Rich Felker | -0/+16 |
2019-10-28 | disable lfs64 aliases for remapped time64 functions | Rich Felker | -0/+14 |
2019-10-28 | prepare struct sched_param for change in time_t definition | Rich Felker | -0/+4 |
2019-10-28 | add time64 symbol name redirects to public headers, under arch control | Rich Felker | -0/+150 |
2019-10-28 | add missing m68k user.h/procfs.h regset types | Rich Felker | -0/+5 |
2019-10-25 | update case mappings to unicode 12.1.0 | Rich Felker | -85/+92 |
2019-10-25 | update ctype data to unicode 12.1.0 | u_quark | -201/+232 |
2019-10-25 | overhaul wide character case mapping implementation | Rich Felker | -290/+345 |
2019-10-25 | add missing case mapping between U+03F3 and U+037F | Rich Felker | -0/+1 |
2019-10-24 | fix errno for posix_openpt with no free ptys available | Rich Felker | -1/+3 |
2019-10-20 | adjust struct timespec definition to be time64-ready | Rich Felker | -1/+1 |
2019-10-20 | clock_adjtime: generalize time64 not to assume old struct layout match | Rich Felker | -11/+46 |
2019-10-19 | wait4, getrusage: add time64/x32 variant | Rich Felker | -3/+61 |
2019-10-19 | internally, define time64 rusage syscalls on x32 as the existing ones | Rich Felker | -0/+2 |
2019-10-19 | use struct pt_regs * rather than void * for powerpc[64] sigcontext regs | Rich Felker | -2/+2 |
2019-10-19 | fix fpregset_t type on powerpc64 | Rich Felker | -5/+1 |
2019-10-18 | fix return value of ungetc when argument is outside unsigned char range | Rich Felker | -1/+1 |
2019-10-18 | fix incorrect use of fabs on long double operand in floatscan.c | Rich Felker | -4/+1 |
2019-10-17 | move pthread types out of per-arch alltypes.h | Rich Felker | -128/+8 |
2019-10-17 | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | -117/+35 |
2019-10-17 | make endian.h expose unprefixed macros, functions in standard profile | Rich Felker | -16/+20 |
2019-10-17 | remove use of endian.h from arch reloc.h headers, clean up | Rich Felker | -24/+0 |
2019-10-17 | remove indirect use of endian.h from public headers | Rich Felker | -18/+0 |
2019-10-17 | move __BYTE_ORDER definition to alltypes.h | Rich Felker | -69/+68 |
2019-10-17 | remove per-arch definitions for va_list | Rich Felker | -48/+3 |
2019-10-17 | remove i386 support for legacy struct __va_list | Rich Felker | -5/+0 |
2019-10-14 | mips: add single-instruction math functions | info@mobile-stream.com | -0/+64 |
2019-10-14 | fix cacosh results for arguments with negative imaginary part | Michael Morrell | -3/+12 |
2019-10-13 | release 1.1.24v1.1.24 | Rich Felker | -1/+50 |
2019-10-13 | math: fix signed int left shift ub in sqrt | Szabolcs Nagy | -4/+2 |
2019-10-13 | fix aliasing-based undefined behavior in mbsrtowcs | Rich Felker | -2/+8 |
2019-10-06 | add Arm to the copyright file | Szabolcs Nagy | -1/+2 |
2019-10-02 | reintroduce riscv64 struct sigcontext | Rich Felker | -6/+10 |
2019-09-29 | fix riscv64 elf_fpregset_t type and member names mismatch | Rich Felker | -5/+2 |
2019-09-29 | fix riscv64 signal.h namespace violations and ucontext API mismatches | Rich Felker | -27/+20 |
2019-09-29 | remove remaining traces of __tls_get_new | Szabolcs Nagy | -12/+1 |