Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix sem_open and sem_close to obey posix semantics | Rich Felker | 2011-03-10 | 1 | -0/+1 |
| | | | | | | | | | multiple opens of the same named semaphore must return the same pointer, and only the last close can unmap it. thus the ugly global state keeping track of mappings. the maximum number of distinct named semaphores that can be opened is limited sufficiently small that the linear searches take trivial time, especially compared to the syscall overhead of these functions. | ||||
* | preliminaries to adding POSIX semaphores | Rich Felker | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | extensive header cleanup for standards conformance & correctness | Rich Felker | 2011-02-14 | 1 | -2/+3 |
| | | | | | thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based | ||||
* | begin namespace-cleanup of standard C headers | Rich Felker | 2011-02-14 | 1 | -1/+7 |
| | |||||
* | reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) | Rich Felker | 2011-02-13 | 1 | -1/+2 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+101 |