about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker2019-09-111-0/+4
* fix arm __a_barrier_oldkuser when built as thumbRich Felker2019-09-111-2/+2
* fix code path where child function returns in arm __clone built as thumbRich Felker2019-09-111-7/+3
* synchronously clean up pthread_create failure due to scheduling errorsRich Felker2019-09-061-13/+18
* set explicit scheduling for new thread from calling thread, not selfRich Felker2019-09-061-21/+12
* fix unsynchronized decrement of thread count on pthread_create errorRich Felker2019-09-061-1/+2
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-301-0/+1
* add posix_spawn [f]chdir file actionsRich Felker2019-08-304-0/+45
* add copy_file_range system call wrapperÁrni Dagur2019-08-231-0/+8
* fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker2019-08-171-1/+1
* fix accidentlly-external cmp symbol introduced with catgetsRich Felker2019-08-131-1/+1
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-111-0/+1
* add secure_getenv functionPetr Vaněk2019-08-081-0/+8
* in clock_getres, check for null pointer before storing resultRich Felker2019-08-071-1/+1
* remove spurious null check in clock_settimeRich Felker2019-08-071-1/+1
* fix regression in recvmmsg with no timeoutRich Felker2019-08-071-1/+1
* add non-stub implementation of catgets localization functionsRich Felker2019-08-073-3/+114
* fix regression in select with no timeoutRich Felker2019-08-071-1/+2
* fix failure of glob to match broken symlinks under some conditionsRich Felker2019-08-071-5/+12
* in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander2019-08-061-4/+4
* glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2019-08-061-1/+41
* use setitimer function rather than syscall to implement alarmRich Felker2019-08-051-3/+3
* fix build regression in i386 asm for atan2, atan2fRich Felker2019-08-052-2/+2
* fix x87 stack imbalance in corner cases of i386 math asmRich Felker2019-08-058-44/+14
* fix regression in clock_gettime on 32-bit archs without vdsoRich Felker2019-08-051-0/+1
* clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker2019-08-021-0/+32
* fix missing declarations for pthread_join extensions in source fileRich Felker2019-08-021-0/+1
* clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-08-021-0/+19
* clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker2019-08-021-0/+110
* ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker2019-07-312-1/+31
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-313-2/+64
* make __socketcall analogous to __syscall, error-returningRich Felker2019-07-311-6/+6
* sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker2019-07-314-12/+41
* fix semctl with SEM_STAT_ANYRich Felker2019-07-311-1/+1
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-301-0/+6
* select: overhaul for time64Rich Felker2019-07-301-13/+31
* recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+18
* setitimer, getitimer: decouple time_t from longRich Felker2019-07-294-0/+44
* 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-292-43/+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