Commit Graph

8 Commits

Author SHA1 Message Date
wiz 6237a79478 file system police; remove trailing whitespace; merge two error sections
for same error.
2018-05-05 06:39:10 +00:00
christos 9308b34941 It is not a bug that we are only allowing /name. Update for newly allowed
length.
2018-05-04 20:28:51 +00:00
wiz 5f354a83a5 Merge error descriptions for same error code. 2012-03-08 22:12:52 +00:00
joerg 4acff4c01b Implement sem_timedwait. 2012-03-08 21:59:24 +00:00
peter bae4325411 This function is in librt, not libc. 2005-05-16 00:45:24 +00:00
wiz 910da6b63e Add "not" to a sentence so that it makes more sense. 2005-01-29 14:19:43 +00:00
briggs a665897c6f Bring in sem_open (& sem_close & sem_unlink) man page from FreeBSD.
These functions are actually implemented, but the old man page said that
they simply returned with errors--it was apparently out of date at the
time of import.
2005-01-22 03:16:33 +00:00
thorpej 37946878c4 Add librt, which provides POSIX 1003.1b Real-time extensions not
present in libc.  Currently includes 1003.1b semaphores.
2003-01-24 01:52:42 +00:00