2019-11-02 |
Rich Felker | move msghdr and cmsghdr out of bits/socket.h
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | fix x32 msghdr struct by removing x32 bits/socket.h
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | make time-related socket options overridable by arch...
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | add framework for arch-provided makefile fragments...
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | add __dlsym_time64 asm entry point for all legacy-32bit...
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | add time64 redirect for, and redirecting implementation...
|
commit | commitdiff | tree |
2019-11-02 |
Rich Felker | add time32 ABI compat shims, compat source tree
|
commit | commitdiff | tree |
2019-10-28 |
Rich Felker | make fstatat fill in old time32 stat fields too
|
commit | commitdiff | tree |
2019-10-28 |
Rich Felker | disable lfs64 aliases for remapped time64 functions
|
commit | commitdiff | tree |
2019-10-28 |
Rich Felker | prepare struct sched_param for change in time_t definition
|
commit | commitdiff | tree |
2019-10-28 |
Rich Felker | add time64 symbol name redirects to public headers...
|
commit | commitdiff | tree |
2019-10-28 |
Rich Felker | add missing m68k user.h/procfs.h regset types
|
commit | commitdiff | tree |
2019-10-25 |
Rich Felker | update case mappings to unicode 12.1.0
|
commit | commitdiff | tree |
2019-10-25 |
Rich Felker | overhaul wide character case mapping implementation
|
commit | commitdiff | tree |
2019-10-25 |
Rich Felker | add missing case mapping between U+03F3 and U+037F
|
commit | commitdiff | tree |
2019-10-24 |
Rich Felker | fix errno for posix_openpt with no free ptys available
|
commit | commitdiff | tree |
2019-10-20 |
Rich Felker | adjust struct timespec definition to be time64-ready
|
commit | commitdiff | tree |
2019-10-20 |
Rich Felker | clock_adjtime: generalize time64 not to assume old...
|
commit | commitdiff | tree |
2019-10-20 |
Rich Felker | wait4, getrusage: add time64/x32 variant
|
commit | commitdiff | tree |
2019-10-20 |
Rich Felker | internally, define time64 rusage syscalls on x32 as...
|
commit | commitdiff | tree |
2019-10-19 |
Rich Felker | use struct pt_regs * rather than void * for powerpc...
|
commit | commitdiff | tree |
2019-10-19 |
Rich Felker | fix fpregset_t type on powerpc64
|
commit | commitdiff | tree |
2019-10-19 |
Rich Felker | fix return value of ungetc when argument is outside...
|
commit | commitdiff | tree |
2019-10-19 |
Rich Felker | fix incorrect use of fabs on long double operand in...
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | move pthread types out of per-arch alltypes.h
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | define LONG_MAX via arch alltypes.h, strip down bits...
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | make endian.h expose unprefixed macros, functions in...
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | remove use of endian.h from arch reloc.h headers, clean up
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | remove indirect use of endian.h from public headers
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | move __BYTE_ORDER definition to alltypes.h
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | remove per-arch definitions for va_list
|
commit | commitdiff | tree |
2019-10-17 |
Rich Felker | remove i386 support for legacy struct __va_list
|
commit | commitdiff | tree |
2019-10-13 |
Rich Felker | release 1.1.24
|
commit | commitdiff | tree |
2019-10-13 |
Rich Felker | fix aliasing-based undefined behavior in mbsrtowcs
|
commit | commitdiff | tree |
2019-10-02 |
Rich Felker | reintroduce riscv64 struct sigcontext
|
commit | commitdiff | tree |
2019-09-30 |
Rich Felker | fix riscv64 elf_fpregset_t type and member names mismatch
|
commit | commitdiff | tree |
2019-09-29 |
Rich Felker | fix riscv64 signal.h namespace violations and ucontext...
|
commit | commitdiff | tree |
2019-09-27 |
Rich Felker | clean up mips (32-bit, o32) syscall asm constraints
|
commit | commitdiff | tree |
2019-09-27 |
Rich Felker | document mips r6 in INSTALL file
|
commit | commitdiff | tree |
2019-09-27 |
Rich Felker | fix mips setjmp/longjmp fpu state on r6, related issues
|
commit | commitdiff | tree |
2019-09-26 |
Rich Felker | fix mips r6 syscall clobber lists not to include hi...
|
commit | commitdiff | tree |
2019-09-26 |
Rich Felker | fix data race in timer_create with SIGEV_THREAD notification
|
commit | commitdiff | tree |
2019-09-13 |
Rich Felker | harden thread start with failed scheduling against...
|
commit | commitdiff | tree |
2019-09-11 |
Rich Felker | fix arm __tlsdesc_dynamic when built as thumb code...
|
commit | commitdiff | tree |
2019-09-11 |
Rich Felker | fix arm __a_barrier_oldkuser when built as thumb
|
commit | commitdiff | tree |
2019-09-11 |
Rich Felker | fix code path where child function returns in arm __clone...
|
commit | commitdiff | tree |
2019-09-08 |
Rich Felker | honor __WCHAR_TYPE__ on archs with legacy long definition...
|
commit | commitdiff | tree |
2019-09-06 |
Rich Felker | synchronously clean up pthread_create failure due to...
|
commit | commitdiff | tree |
2019-09-06 |
Rich Felker | set explicit scheduling for new thread from calling...
|
commit | commitdiff | tree |
2019-09-06 |
Rich Felker | fix unsynchronized decrement of thread count on pthread_crea...
|
commit | commitdiff | tree |
2019-08-30 |
Rich Felker | add public declaration for optreset under appropriate...
|
commit | commitdiff | tree |
2019-08-30 |
Rich Felker | add posix_spawn [f]chdir file actions
|
commit | commitdiff | tree |
2019-08-19 |
Rich Felker | fix clash between sys/user.h and kernel ptrace.h on...
|
commit | commitdiff | tree |
2019-08-18 |
Rich Felker | fix external dummy_lock symbol inadvertently introduced...
|
commit | commitdiff | tree |
2019-08-15 |
Rich Felker | remove sporadic server members from struct sched_param
|
commit | commitdiff | tree |
2019-08-14 |
Rich Felker | fix regression whereby main thread didn't get TLS relocations
|
commit | commitdiff | tree |
2019-08-13 |
Rich Felker | fix accidentlly-external cmp symbol introduced with...
|
commit | commitdiff | tree |
2019-08-12 |
Rich Felker | ldso: correct condition for local symbol handling in...
|
commit | commitdiff | tree |
2019-08-11 |
Rich Felker | ldso: remove redundant runtime checks in static TLS...
|
commit | commitdiff | tree |
2019-08-11 |
Rich Felker | ldso: fix calloc misuse allocating initial tls
|
commit | commitdiff | tree |
2019-08-08 |
Rich Felker | in clock_getres, check for null pointer before storing...
|
commit | commitdiff | tree |
2019-08-08 |
Rich Felker | remove spurious null check in clock_settime
|
commit | commitdiff | tree |
2019-08-08 |
Rich Felker | fix regression in recvmmsg with no timeout
|
commit | commitdiff | tree |
2019-08-08 |
Rich Felker | add non-stub implementation of catgets localization...
|
commit | commitdiff | tree |
2019-08-07 |
Rich Felker | fix regression in select with no timeout
|
commit | commitdiff | tree |
2019-08-07 |
Rich Felker | fix failure of glob to match broken symlinks under...
|
commit | commitdiff | tree |
2019-08-06 |
Rich Felker | remove riscv64 bits/user.h contents
|
commit | commitdiff | tree |
2019-08-06 |
Rich Felker | use setitimer function rather than syscall to implement...
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix build regression in i386 asm for atan2, atan2f
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix x87 stack imbalance in corner cases of i386 math asm
|
commit | commitdiff | tree |
2019-08-05 |
Rich Felker | fix regression in clock_gettime on 32-bit archs without...
|
commit | commitdiff | tree |
2019-08-03 |
Rich Felker | update riscv64 syscall numbers to linux v5.1
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_gettime: add support for 32-bit vdso with 64...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | move IPC_STAT definition to a new bits/ipcstat.h file
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | fix missing declarations for pthread_join extensions...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | allow archs to define IPC_STAT, propagate time64 bit...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_gettime: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-08-02 |
Rich Felker | clock_adjtime: add time64 support, decouple 32-bit...
|
commit | commitdiff | tree |
2019-08-01 |
Rich Felker | ioctl: add fallback for new time64 SIOCGSTAMP[NS]
|
commit | commitdiff | tree |
2019-08-01 |
Rich Felker | get/setsockopt: add fallback for new time64 SO_RCVTIMEO...
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | make __socketcall analogous to __syscall, error-returning
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | sysvipc: overhaul {sem,shm,msg}ctl for time64
|
commit | commitdiff | tree |
2019-07-31 |
Rich Felker | fix semctl with SEM_STAT_ANY
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | remove gratuitously-different arch-specific bits/ipc...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | remove arch-specific bits/ipc.h that are identical...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | move IPC_64 from public bits/ipc.h to syscall_arch.h
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | select: overhaul for time64
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | recvmmsg: add time64 syscall support, decouple 32-bit...
|
commit | commitdiff | tree |
2019-07-30 |
Rich Felker | setitimer, getitimer: decouple time_t from long
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/msg.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit msqid_ds layout in the generic version of...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | duplicate generic bits/msg.h for each arch using it...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/sem.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit semid_ds layout in the generic version of...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | collapse out byte order conditions in bits/sem.h for...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | duplicate generic bits/sem.h for each arch using it...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | extricate bits/sem.h from x32 time_t hack
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove trailing newlines from various versions of bits...
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/shm.h
|
commit | commitdiff | tree |
2019-07-29 |
Rich Felker | use 64-bit shmid_ds layout in the generic version of...
|
commit | commitdiff | tree |