3050 Commits (3953aecbef11f3e8f5ae9388873dfaa554874309)

Author SHA1 Message Date
Rich Felker 8a544ee3a2 synchronously clean up pthread_create failure due to scheduling errors 7 years ago
Rich Felker 022f27d541 set explicit scheduling for new thread from calling thread, not self 7 years ago
Rich Felker dd0a23dd9e fix unsynchronized decrement of thread count on pthread_create error 7 years ago
Rich Felker a882841baf add public declaration for optreset under appropriate feature profiles 7 years ago
Rich Felker 74244e5b3e add posix_spawn [f]chdir file actions 7 years ago
Árni Dagur f76e183111 add copy_file_range system call wrapper 7 years ago
Rich Felker d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 7 years ago
Rich Felker b19fa24783 fix accidentlly-external cmp symbol introduced with catgets 7 years ago
Samuel Holland 08869deb7e add support for powerpc/powerpc64 unaligned relocations 7 years ago
Petr Vaněk 7844ecb590 add secure_getenv function 7 years ago
Rich Felker 0847902ab9 in clock_getres, check for null pointer before storing result 7 years ago
Rich Felker a108127256 remove spurious null check in clock_settime 7 years ago
Rich Felker 37d6d09ec6 fix regression in recvmmsg with no timeout 7 years ago
Rich Felker 7590203c48 add non-stub implementation of catgets localization functions 7 years ago
Rich Felker d0b547dfb5 fix regression in select with no timeout 7 years ago
Rich Felker e408deefeb fix failure of glob to match broken symlinks under some conditions 7 years ago
Patrick Oppenlander e0e8ae754c in arm cancellation point asm, don't unnecessarily preserve link register 7 years ago
Ismael Luceno 49eacf29d2 glob: implement GLOB_TILDE and GLOB_TILDE_CHECK 7 years ago
Rich Felker f522de81ac use setitimer function rather than syscall to implement alarm 7 years ago
Rich Felker 6818c31c9b fix build regression in i386 asm for atan2, atan2f 7 years ago
Rich Felker f3ed8bfe8a fix x87 stack imbalance in corner cases of i386 math asm 7 years ago
Rich Felker 244778f70c fix regression in clock_gettime on 32-bit archs without vdso 7 years ago
Rich Felker 0705fe9356 clock_gettime: add support for 32-bit vdso with 64-bit time_t 7 years ago
Rich Felker 3541925fb1 fix missing declarations for pthread_join extensions in source file 7 years ago
Rich Felker 72f50245d0 clock_gettime: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 2b4fd6f75b clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32 7 years ago
Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 7 years ago
Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 7 years ago
Rich Felker 59324c8b09 make __socketcall analogous to __syscall, error-returning 7 years ago
Rich Felker 8b24970470 sysvipc: overhaul {sem,shm,msg}ctl for time64 7 years ago
Rich Felker fe5e72ae78 fix semctl with SEM_STAT_ANY 7 years ago
Rich Felker f56d57f8a7 move IPC_64 from public bits/ipc.h to syscall_arch.h 7 years ago
Rich Felker 722a1ae335 select: overhaul for time64 7 years ago
Rich Felker 6a4a1691a0 recvmmsg: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 558c01338b setitimer, getitimer: decouple time_t from long 7 years ago
Rich Felker 89c5016cba timerfd: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 1d4471b1fd sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 7 years ago
Rich Felker 244858553e clock_getres: don't assume time_t is 32-bit on 32-bit archs 7 years ago
Rich Felker a02bd52864 timer_gettime: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 4c307bed03 remove x32 syscall timespec fixup hacks 7 years ago
Rich Felker 01f3480d37 utimensat: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 7aeecf3e0b clock_settime: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker e1501091c4 timer_settime: add support for time64 syscall, decouple 32-bit time_t 7 years ago
Rich Felker 22276671d0 pselect, ppoll: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 1492bdf53c futex wait operations: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker eb2e298cdc semtimedop: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 68c983919e sigtimedwait: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 2ab90de7ac mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t 7 years ago
Rich Felker 1334e36680 clock_nanosleep: add time64 syscall support, decouple 32-bit time_t 7 years ago
Rich Felker 2c2c3605d3 implement settimeofday in terms of clock_settime, not old syscall 7 years ago