Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dot at the end of errx() message. | kib | 2010-03-14 | 1 | -1/+1 |
| | | | | | Noted by: bde MFC after: 3 days | ||||
* | Adjust style, fix typo, do not print errno because it is meaningless there. | kib | 2010-03-14 | 1 | -1/+2 |
| | | | | | | This test fails for now. MFC after: 3 days | ||||
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | davidxu | 2010-01-07 | 1 | -2/+2 |
| | | | | The fourth specifies initial value for the semaphore. | ||||
* | Add test code for POSIX semaphore implementation. | davidxu | 2010-01-05 | 1 | -0/+101 |