Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Removed some variable initializations which were unnecessary and divergent | alex | 1998-09-07 | 1 | -6/+6 |
| | | | | from style(9). | ||||
* | -Wall clean. | alex | 1998-09-07 | 1 | -1/+3 |
| | |||||
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 1 | -0/+333 |
UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time. |