| Commit message (Expand) | Author | Age | Files | Lines |
* | add non-stub implementation of catgets localization functions | Rich Felker | 2019-08-07 | 3 | -3/+114 |
* | fix regression in select with no timeout | Rich Felker | 2019-08-07 | 1 | -1/+2 |
* | fix failure of glob to match broken symlinks under some conditions | Rich Felker | 2019-08-07 | 1 | -5/+12 |
* | remove riscv64 bits/user.h contents | Rich Felker | 2019-08-06 | 1 | -43/+0 |
* | fix risc64 conflict with kernel headers | Baruch Siach | 2019-08-06 | 1 | -8/+8 |
* | in arm cancellation point asm, don't unnecessarily preserve link register | Patrick Oppenlander | 2019-08-06 | 1 | -4/+4 |
* | glob: implement GLOB_TILDE and GLOB_TILDE_CHECK | Ismael Luceno | 2019-08-06 | 2 | -1/+44 |
* | use setitimer function rather than syscall to implement alarm | Rich Felker | 2019-08-05 | 1 | -3/+3 |
* | fix build regression in i386 asm for atan2, atan2f | Rich Felker | 2019-08-05 | 2 | -2/+2 |
* | fix x87 stack imbalance in corner cases of i386 math asm | Rich Felker | 2019-08-05 | 8 | -44/+14 |
* | fix regression in clock_gettime on 32-bit archs without vdso | Rich Felker | 2019-08-05 | 1 | -0/+1 |
* | update riscv64 syscall numbers to linux v5.1 | Rich Felker | 2019-08-03 | 1 | -0/+8 |
* | clock_gettime: add support for 32-bit vdso with 64-bit time_t | Rich Felker | 2019-08-02 | 1 | -0/+32 |
* | move IPC_STAT definition to a new bits/ipcstat.h file | Rich Felker | 2019-08-02 | 11 | -3/+11 |
* | fix missing declarations for pthread_join extensions in source file | Rich Felker | 2019-08-02 | 1 | -0/+1 |
* | allow archs to define IPC_STAT, propagate time64 bit to other macros | Rich Felker | 2019-08-02 | 4 | -6/+8 |
* | clock_gettime: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-08-02 | 1 | -0/+19 |
* | clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32 | Rich Felker | 2019-08-02 | 1 | -0/+110 |
* | ioctl: add fallback for new time64 SIOCGSTAMP[NS] | Rich Felker | 2019-07-31 | 3 | -1/+34 |
* | get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO | Rich Felker | 2019-07-31 | 8 | -2/+79 |
* | make __socketcall analogous to __syscall, error-returning | Rich Felker | 2019-07-31 | 1 | -6/+6 |
* | sysvipc: overhaul {sem,shm,msg}ctl for time64 | Rich Felker | 2019-07-31 | 4 | -12/+41 |
* | fix semctl with SEM_STAT_ANY | Rich Felker | 2019-07-31 | 1 | -1/+1 |
* | remove gratuitously-different arch-specific bits/ipc.h files | Rich Felker | 2019-07-30 | 3 | -36/+0 |
* | remove arch-specific bits/ipc.h that are identical to generic | Rich Felker | 2019-07-30 | 2 | -22/+0 |
* | move IPC_64 from public bits/ipc.h to syscall_arch.h | Rich Felker | 2019-07-30 | 16 | -22/+16 |
* | select: overhaul for time64 | Rich Felker | 2019-07-30 | 1 | -13/+31 |
* | recvmmsg: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -0/+18 |
* | setitimer, getitimer: decouple time_t from long | Rich Felker | 2019-07-29 | 4 | -0/+44 |
* | remove duplicates of new generic bits/msg.h | Rich Felker | 2019-07-29 | 6 | -75/+0 |
* | use 64-bit msqid_ds layout in the generic version of bits/msg.h | Rich Felker | 2019-07-29 | 1 | -3/+0 |
* | duplicate generic bits/msg.h for each arch using it, in prep to change | Rich Felker | 2019-07-29 | 5 | -0/+75 |
* | remove duplicates of new generic bits/sem.h | Rich Felker | 2019-07-29 | 5 | -57/+0 |
* | use 64-bit semid_ds layout in the generic version of bits/sem.h | Rich Felker | 2019-07-29 | 1 | -2/+0 |
* | collapse out byte order conditions in bits/sem.h for fixed-endian archs | Rich Felker | 2019-07-29 | 4 | -20/+0 |
* | duplicate generic bits/sem.h for each arch using it, in prep to change | Rich Felker | 2019-07-29 | 7 | -0/+112 |
* | extricate bits/sem.h from x32 time_t hack | Rich Felker | 2019-07-29 | 7 | -25/+36 |
* | remove trailing newlines from various versions of bits/shm.h | Rich Felker | 2019-07-29 | 9 | -9/+0 |
* | remove duplicates of new generic bits/shm.h | Rich Felker | 2019-07-29 | 5 | -123/+0 |
* | use 64-bit shmid_ds layout in the generic version of bits/shm.h | Rich Felker | 2019-07-29 | 1 | -3/+0 |
* | duplicate generic bits/shm.h for each arch using it, in prep to change | Rich Felker | 2019-07-29 | 5 | -0/+140 |
* | timerfd: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -0/+42 |
* | sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs | Rich Felker | 2019-07-29 | 1 | -0/+14 |
* | clock_getres: don't assume time_t is 32-bit on 32-bit archs | Rich Felker | 2019-07-29 | 1 | -0/+14 |
* | timer_gettime: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -0/+16 |
* | remove x32 syscall timespec fixup hacks | Rich Felker | 2019-07-29 | 3 | -101/+4 |
* | utimensat: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -6/+31 |
* | clock_settime: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -0/+17 |
* | timer_settime: add support for time64 syscall, decouple 32-bit time_t | Rich Felker | 2019-07-29 | 1 | -0/+25 |
* | pselect, ppoll: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-28 | 2 | -4/+34 |