about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker2019-07-294-20/+0
* duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker2019-07-297-0/+112
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-297-25/+36
* remove trailing newlines from various versions of bits/shm.hRich Felker2019-07-299-9/+0
* remove duplicates of new generic bits/shm.hRich Felker2019-07-295-123/+0
* use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker2019-07-291-3/+0
* duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker2019-07-295-0/+140
* timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+42
* sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archsRich Felker2019-07-291-0/+14
* clock_getres: don't assume time_t is 32-bit on 32-bit archsRich Felker2019-07-291-0/+14
* timer_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+16
* remove x32 syscall timespec fixup hacksRich Felker2019-07-293-101/+4
* utimensat: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-6/+31
* clock_settime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+17
* timer_settime: add support for time64 syscall, decouple 32-bit time_tRich Felker2019-07-291-0/+25
* pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-282-4/+34
* futex wait operations: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-282-3/+41
* semtimedop: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-2/+24
* sigtimedwait: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-4/+24
* mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_tRich Felker2019-07-282-0/+34
* clock_nanosleep: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-0/+25
* implement settimeofday in terms of clock_settime, not old syscallRich Felker2019-07-271-1/+6
* internally, define plain syscalls, if missing, as their time64 variantsRich Felker2019-07-271-0/+83
* internally, define time64 syscalls on x32 as the existing syscallsRich Felker2019-07-271-0/+19
* don't use futimesat syscall as utimensat fallback on x32Rich Felker2019-07-271-0/+2
* fix and simplify futimesat fallback in utimensatRich Felker2019-07-271-6/+4
* refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker2019-07-274-5/+11
* use the correct stat structure in the fstat pathSamuel Holland2019-07-211-4/+4
* refactor adjtime function using adjtimex function instead of syscallRich Felker2019-07-201-1/+1
* refactor adjtimex in terms of clock_adjtimeRich Felker2019-07-202-2/+4
* fix inadvertent introduction of extern object stxRich Felker2019-07-191-1/+1
* implement fstatat with SYS_statx, conditional on undersized kstat timeRich Felker2019-07-181-2/+68
* cleanup includes now that stat, lstat no longer make direct syscallsRich Felker2019-07-182-2/+0
* restore property that fstat(AT_FDCWD) fails with EBADFRich Felker2019-07-181-0/+1
* remove mips/n32/64 stat struct hacks from syscall machineryRich Felker2019-07-186-213/+36
* decouple struct stat from kernel typeRich Felker2019-07-1817-4/+364
* refactor all stat functions in terms of fstatatRich Felker2019-07-184-23/+37
* remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2019-07-182-6/+0
* use register constraint instead of memory operand for riscv64 atomicsRich Felker2019-07-171-8/+8
* fix riscv64 atomic asm constraintsRich Felker2019-07-171-6/+10
* fix riscv64 syscall asm constraintRich Felker2019-07-171-1/+1
* fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAXRich Felker2019-07-161-0/+15
* fix broken lseek on mipsn32 with offsets larger than LONG_MAXRich Felker2019-07-161-0/+20
* clean up mips64/n32 syscall asm constraintsRich Felker2019-07-162-54/+56
* deduplicate mips64/n32 syscall clobbered register listsRich Felker2019-07-162-28/+22
* use namespace-safe __lseek for __stdio_seek instead of direct syscallRich Felker2019-07-163-10/+6
* release 1.1.23 v1.1.23Rich Felker2019-07-162-1/+39
* update year in COPYRIGHT fileRich Felker2019-07-151-1/+1
* update authors/contributors listRich Felker2019-07-151-0/+15
* fix build failure on arm building C code in thumb1 modeRich Felker2019-07-151-1/+1