aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-07fix regression in select with no timeoutRich Felker
2019-08-07fix failure of glob to match broken symlinks under some conditionsRich Felker
2019-08-06remove riscv64 bits/user.h contentsRich Felker
2019-08-06fix risc64 conflict with kernel headersBaruch Siach
2019-08-06in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno
2019-08-05use setitimer function rather than syscall to implement alarmRich Felker
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker
2019-08-05fix regression in clock_gettime on 32-bit archs without vdsoRich Felker
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker
2019-08-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker
2019-08-02fix missing declarations for pthread_join extensions in source fileRich Felker
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker
2019-08-02clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker
2019-07-31make __socketcall analogous to __syscall, error-returningRich Felker
2019-07-31sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker
2019-07-31fix semctl with SEM_STAT_ANYRich Felker
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker
2019-07-30remove arch-specific bits/ipc.h that are identical to genericRich Felker
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker
2019-07-30select: overhaul for time64Rich Felker
2019-07-29recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29setitimer, getitimer: decouple time_t from longRich Felker
2019-07-29remove duplicates of new generic bits/msg.hRich Felker
2019-07-29use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker
2019-07-29remove duplicates of new generic bits/sem.hRich Felker
2019-07-29use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker
2019-07-29collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker
2019-07-29remove duplicates of new generic bits/shm.hRich Felker
2019-07-29use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archsRich Felker
2019-07-29clock_getres: don't assume time_t is 32-bit on 32-bit archsRich Felker
2019-07-29timer_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29remove x32 syscall timespec fixup hacksRich Felker
2019-07-29utimensat: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29clock_settime: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-29timer_settime: add support for time64 syscall, decouple 32-bit time_tRich Felker
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker
2019-07-28futex wait operations: add time64 syscall support, decouple 32-bit time_tRich Felker