summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland4-0/+6
2019-08-11ldso: remove redundant runtime checks in static TLS logicRich Felker1-2/+2
2019-08-11ldso: fix calloc misuse allocating initial tlsRich Felker1-5/+7
2019-08-08add secure_getenv functionPetr Vaněk2-0/+9
2019-08-07in clock_getres, check for null pointer before storing resultRich Felker1-1/+1
2019-08-07remove spurious null check in clock_settimeRich Felker1-1/+1
2019-08-07fix regression in recvmmsg with no timeoutRich Felker1-1/+1
2019-08-07add non-stub implementation of catgets localization functionsRich Felker3-3/+114
2019-08-07fix regression in select with no timeoutRich Felker1-1/+2
2019-08-07fix failure of glob to match broken symlinks under some conditionsRich Felker1-5/+12
2019-08-06remove riscv64 bits/user.h contentsRich Felker1-43/+0
2019-08-06fix risc64 conflict with kernel headersBaruch Siach1-8/+8
2019-08-06in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander1-4/+4
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2-1/+44
2019-08-05use setitimer function rather than syscall to implement alarmRich Felker1-3/+3
2019-08-05fix build regression in i386 asm for atan2, atan2fRich Felker2-2/+2
2019-08-05fix x87 stack imbalance in corner cases of i386 math asmRich Felker8-44/+14
2019-08-05fix regression in clock_gettime on 32-bit archs without vdsoRich Felker1-0/+1
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker1-0/+8
2019-08-02clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker1-0/+32
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker11-3/+11
2019-08-02fix missing declarations for pthread_join extensions in source fileRich Felker1-0/+1
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker4-6/+8
2019-08-02clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+19
2019-08-02clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker1-0/+110
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker3-1/+34
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker8-2/+79
2019-07-31make __socketcall analogous to __syscall, error-returningRich Felker1-6/+6
2019-07-31sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker4-12/+41
2019-07-31fix semctl with SEM_STAT_ANYRich Felker1-1/+1
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker3-36/+0
2019-07-30remove arch-specific bits/ipc.h that are identical to genericRich Felker2-22/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker16-22/+16
2019-07-30select: overhaul for time64Rich Felker1-13/+31
2019-07-29recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+18
2019-07-29setitimer, getitimer: decouple time_t from longRich Felker4-0/+44
2019-07-29remove duplicates of new generic bits/msg.hRich Felker6-75/+0
2019-07-29use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker1-3/+0
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker5-0/+75
2019-07-29remove duplicates of new generic bits/sem.hRich Felker5-57/+0
2019-07-29use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker1-2/+0
2019-07-29collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker4-20/+0
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker7-0/+112
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker7-25/+36
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker9-9/+0
2019-07-29remove duplicates of new generic bits/shm.hRich Felker5-123/+0
2019-07-29use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker1-3/+0
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker5-0/+140
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+42
2019-07-29sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archsRich Felker1-0/+14