Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | 2018-04-24 | 1 | -2/+17 | |
| | | | | | | | | | | | | | | | 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@ | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | add sem_timedwait to NAME; | 2012-03-04 | 1 | -2/+3 | |
| | |||||
* | Document sem_timedwait() | 2012-03-03 | 1 | -6/+31 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - make sure sem_ pages reference each other (idea from similar freebsd commit) | 2005-07-14 | 1 | -1/+5 | |
| | | | | | | | - where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)... | ||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -2/+3 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | fix includes and some cleanup. | 2002-02-20 | 1 | -4/+2 | |
| | |||||
* | fix this by now; .Rv prolly has to be removed. | 2002-02-19 | 1 | -2/+3 | |
| | |||||
* | sem_XXX(3) manpages; better now that never. | 2002-01-28 | 1 | -0/+87 | |
From FreeBSD. |