about summary refs log tree commit diff
path: root/src/signal/sigtimedwait.c
Commit message (Expand)AuthorAgeFilesLines
* sigtimedwait: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-4/+24
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-1/+2
* overhaul pthread cancellationRich Felker2011-04-171-6/+2
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-0/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-1/+1
* make sigtimedwait a cancellation pointRich Felker2011-03-101-0/+3
* don't fail with EINTR in sigtimedwaitRich Felker2011-03-101-6/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+12