| Commit message (Expand) | Author | Age | Files | Lines |
* | Also add a cross-reference to NetBSD updlastlogx(). | ed | 2010-02-03 | 1 | -1/+3 |
* | Bump .Dd, forgotten in r203393 | gavin | 2010-02-02 | 1 | -1/+1 |
* | The multiplicand a = 0x5deece66d = 25214903917, not 0xfdeece66d. | gavin | 2010-02-02 | 1 | -1/+1 |
* | Perform some cleanups to devname(3). | ed | 2010-01-31 | 1 | -13/+10 |
* | Remove pseudo-terminals from ttys(5). | ed | 2010-01-27 | 1 | -36/+1 |
* | Improve the ttyname(3) manual page. | ed | 2010-01-24 | 1 | -20/+5 |
* | EMPTY records don't have a timestamp. | ed | 2010-01-23 | 1 | -1/+2 |
* | Reapply r201145 to lib/libc/gen/sem.c | antoine | 2010-01-23 | 1 | -1/+1 |
* | Just ignore the timestamps given to pututxline(). | ed | 2010-01-23 | 3 | -23/+12 |
* | English nitpicking. | ed | 2010-01-22 | 1 | -1/+1 |
* | Describe why pututxline() doesn't entirely conform to standards. | ed | 2010-01-22 | 1 | -2/+20 |
* | Remove comments about breaking the specification. | ed | 2010-01-22 | 1 | -2/+0 |
* | Style: reword comment. | ache | 2010-01-20 | 1 | -1/+1 |
* | For alphasort() add reference to strcoll(3) | ache | 2010-01-20 | 1 | -2/+4 |
* | Style: rename internal function to opendir_compar() | ache | 2010-01-20 | 1 | -2/+2 |
* | Style: remove extra empty line in the comment. | ache | 2010-01-20 | 1 | -1/+0 |
* | Revert r202447 by re-exposing the old uname(3) function. | ed | 2010-01-19 | 2 | -3/+4 |
* | Double checking my commit I found that comment saying that | ache | 2010-01-18 | 1 | -7/+3 |
* | preserve errno when processing error cases. | davidxu | 2010-01-18 | 1 | -1/+3 |
* | a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires. | ache | 2010-01-18 | 2 | -8/+4 |
* | Perform several small cleanups to the utmpx code. | ed | 2010-01-17 | 5 | -60/+62 |
* | Add forgotten break; keyword to getutxid(). | ed | 2010-01-17 | 1 | -0/+2 |
* | Simplify ttyslot(3). | ed | 2010-01-17 | 1 | -25/+1 |
* | Unexpose the old uname(3) function. | ed | 2010-01-16 | 2 | -4/+3 |
* | Also call sem_module_init in sem_close to initialize mutex | davidxu | 2010-01-15 | 1 | -0/+2 |
* | Add wtmpcvt(1). | ed | 2010-01-14 | 1 | -0/+1 |
* | Remove ttyslot from Symbol.map anyway. | ed | 2010-01-14 | 1 | -1/+0 |
* | Unbreak pututxline() on 32-bit architectures. | ed | 2010-01-14 | 1 | -4/+4 |
* | Revert the change to Symbol.map, made in r202274. | ed | 2010-01-14 | 1 | -0/+1 |
* | Don't use fseeko() to obtain the file offset. | ed | 2010-01-14 | 1 | -1/+1 |
* | Add two changes that should have gone into commit r202274. | ed | 2010-01-14 | 2 | -2/+1 |
* | Phase out ttyslot(3). | ed | 2010-01-14 | 3 | -22/+6 |
* | Implement <utmpx.h>. | ed | 2010-01-13 | 7 | -6/+1190 |
* | Return SEM_FAILED instead of NULL, though there are same, but the | davidxu | 2010-01-13 | 1 | -2/+3 |
* | Update manuals of sem_open and sem_init. | davidxu | 2010-01-12 | 2 | -5/+5 |
* | Update manual for sem_init and sem_open, restrictions of shared semaphore | davidxu | 2010-01-09 | 2 | -9/+17 |
* | Remove BUGS section that no longer applies after recent changes to semaphore | trasz | 2010-01-07 | 1 | -8/+1 |
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | davidxu | 2010-01-07 | 1 | -1/+3 |
* | Do not rely on behaviour undefined by ANSI C, use thunks to adapt | kib | 2010-01-05 | 2 | -4/+33 |
* | More cleanup, remove _libc prefix because libthr no longer has stubs | davidxu | 2010-01-05 | 2 | -39/+21 |
* | forgot to remove SYM_FBP10. ;-) | davidxu | 2010-01-05 | 1 | -1/+0 |
* | Remove unused macros. | davidxu | 2010-01-05 | 1 | -5/+0 |
* | Don't check has_waiters twice, inline some small functions. | davidxu | 2010-01-05 | 1 | -8/+5 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 5 | -79/+680 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 3 | -18/+15 |
* | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | kib | 2009-12-29 | 1 | -0/+1 |
* | Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for | kib | 2009-12-29 | 1 | -4/+3 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -1/+1 |
* | sem_init(3): document process shared semaphores and their restrictions | jilles | 2009-12-08 | 1 | -18/+9 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 7 | -32/+18 |