| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove login(3), logout(3) and logwtmp(3) from libutil. | ed | 2010-01-13 | 8 | -459/+4 |
* | Remove utmpx stub from libulog. | ed | 2010-01-13 | 14 | -1030/+45 |
* | Let pam_lastlog use utmpx instead of libulog's utmpx interface. | ed | 2010-01-13 | 1 | -5/+6 |
* | Let libopie use utmpx instead of utmp. | ed | 2010-01-13 | 2 | -6/+5 |
* | Implement <utmpx.h>. | ed | 2010-01-13 | 8 | -13/+1190 |
* | Return SEM_FAILED instead of NULL, though there are same, but the | davidxu | 2010-01-13 | 1 | -2/+3 |
* | Miscellaneous mdoc, spelling and inconsistency fixes. | brueffer | 2010-01-12 | 12 | -45/+54 |
* | Remove useless .TE groff macro. | brueffer | 2010-01-12 | 1 | -1/+0 |
* | Bug fix: add a missing initializer. | jkoshy | 2010-01-12 | 1 | -0/+1 |
* | Update manuals of sem_open and sem_init. | davidxu | 2010-01-12 | 2 | -5/+5 |
* | Reset variable fields in case the transfer is opened again | thompsa | 2010-01-10 | 1 | -1/+12 |
* | Give a less silly response to a silly request. | cperciva | 2010-01-10 | 2 | -3/+40 |
* | Use the correct types to store uids and gids in the credential cache. | brooks | 2010-01-09 | 1 | -4/+4 |
* | Implement the fo_readdir method. This does not support long | marcel | 2010-01-09 | 1 | -1/+68 |
* | Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). | delphij | 2010-01-09 | 2 | -4/+8 |
* | Update manual for sem_init and sem_open, restrictions of shared semaphore | davidxu | 2010-01-09 | 2 | -9/+17 |
* | Merge r195129 from project/mips to head by hand: | imp | 2010-01-09 | 1 | -2/+6 |
* | Merge r195030 from project/mips to head by hand | imp | 2010-01-09 | 2 | -1/+19 |
* | Merge r197800 from projects/mips to head by hand: | imp | 2010-01-08 | 2 | -7/+4 |
* | Merge r195025 from projects/mips to head by hand: | imp | 2010-01-08 | 6 | -0/+0 |
* | Remove unnecessary quoting and markup, add missing punctuation. | brueffer | 2010-01-08 | 1 | -3/+2 |
* | Further fix grammar. | kib | 2010-01-07 | 1 | -1/+1 |
* | Fix a typo and bump date for the previous commit. | brueffer | 2010-01-07 | 1 | -2/+2 |
* | Remove BUGS section that no longer applies after recent changes to semaphore | trasz | 2010-01-07 | 1 | -8/+1 |
* | Give some information on SF_MNOWAIT flag. | kib | 2010-01-07 | 1 | -2/+10 |
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | davidxu | 2010-01-07 | 1 | -1/+3 |
* | Use _pthread_once() rather than _once() for localtime() and gmtime(). These | jhb | 2010-01-06 | 1 | -2/+2 |
* | Do not rely on behaviour undefined by ANSI C, use thunks to adapt | kib | 2010-01-05 | 2 | -4/+33 |
* | Fix a double free(). | brueffer | 2010-01-05 | 1 | -1/+1 |
* | remove file thr_sem_new.c. | davidxu | 2010-01-05 | 1 | -1/+0 |
* | More cleanup, remove _libc prefix because libthr no longer has stubs | davidxu | 2010-01-05 | 2 | -39/+21 |
* | Remove extra new semaphore stubs, because libc already has them, and | davidxu | 2010-01-05 | 2 | -110/+0 |
* | 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 | 12 | -311/+854 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 3 | -18/+15 |
* | Don't forget to clean up the file copied from the kernel sources. | ed | 2010-01-02 | 1 | -0/+2 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 65 | -37/+81 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -20/+0 |
* | Remove an unused variable. | ed | 2009-12-31 | 1 | -1/+0 |
* | Add missing `void' keyword. | ed | 2009-12-31 | 1 | -1/+1 |