summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/__thrsleep.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Validate timespec and return ECANCELED when interrupted with SA_RESTART.pirofti2018-04-241-3/+11
| | | | | | | | | | | | | | | Discussing with mpi@ and guenther@, we decided to first fix the existing semaphore implementation with regards to SA_RESTART and POSIX compliant returns in the case where we deal with restartable signals. Currently we return EINTR everywhere which is mostly incorrect as the user can not know if she needs to recall the syscall or not. Return ECANCELED to signal that SA_RESTART was set and EINTR otherwise. Regression tests pass and so does the posixsuite. Timespec validation bits are needed to pass the later. OK mpi@, guenther@
* Don't list individual valid CLOCK_* values, instead refer toakfaew2016-09-031-6/+5
| | | | | | clock_gettime(2). ok guenther@
* __thrsleep.2 is contained in section 2natano2016-03-201-3/+3
| | | | ok jmc
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
|
* a little fix for the version historytedu2013-04-061-2/+2
|
* remove more references to kern.rthreads sysctl.tedu2013-04-061-4/+2
| | | | many thanks to jmc for noticing
* Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Variousguenther2012-03-131-0/+214
syntax and grammar fixes from jmc@