Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sem_timewait() and fix sem_wait()'s handling of signals, so | 2012-03-03 | 1 | -1/+2 | |
| | | | | | | | that it resumes waiting unless the thread was canceled. As part of this, change the internal _sem_wait() function to return zero on success and an errno value on failure instead of 1 on success and zero on failure. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -10/+10 | |
| | |||||
* | tab vs. spaces | 2002-01-18 | 1 | -12/+12 | |
| | |||||
* | From FreeBSD: header for POSIX 1003.1b semaphores. | 2002-01-18 | 1 | -0/+68 | |