| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 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 |
* | 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 | 6 | -79/+682 |
* | 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 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -20/+0 |
* | Use _once() to initialize the pthread key for thread-local storage to hold | jhb | 2009-12-30 | 1 | -14/+14 |
* | Document _FAST and _PRECISE clocks. | kib | 2009-12-29 | 1 | -10/+40 |
* | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | kib | 2009-12-29 | 2 | -3/+7 |
* | 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 |
* | Use a local copy of entry_d for finding matches. Otherwise, if entry_d pointed | markus | 2009-12-25 | 1 | -1/+6 |
* | MFV of tzdata2009t, r200831 | edwin | 2009-12-22 | 1 | -1/+1 |
* | Use vsprintf instead of rolling our own. | delphij | 2009-12-21 | 1 | -9/+1 |
* | Use vsscanf instead of rolling our own. | delphij | 2009-12-21 | 1 | -24/+1 |
* | K&R -> ANSI prototype. | delphij | 2009-12-21 | 1 | -8/+3 |
* | Use _once() to initialize the pthread key for thread-local storage to hold | jhb | 2009-12-21 | 1 | -14/+14 |
* | (no commit message) | matteo | 2009-12-16 | 1 | -1/+2 |
* | cpuset(2): fix a typo and a markup error in the man page | jilles | 2009-12-15 | 1 | -2/+2 |
* | Simplify arena_run_reg_dalloc(), and remove a bug that was due to incorrect | jasone | 2009-12-10 | 1 | -89/+28 |
* | Fix the posix_memalign() changes in r196861 to actually return a NULL pointer | jasone | 2009-12-10 | 1 | -0/+1 |
* | sem_init(3): document process shared semaphores and their restrictions | jilles | 2009-12-08 | 1 | -18/+9 |
* | Revert behavior change to setenv(), unsetenv() and putenv() until a more | scf | 2009-12-07 | 1 | -3/+6 |
* | Update the getenv(3) man page to reflect the recent change to the behavior | scf | 2009-12-06 | 1 | -9/+9 |
* | Change the behavior of setenv(), putenv() and unsetenv() to continue parsing | scf | 2009-12-06 | 1 | -6/+3 |
* | Improve the comment within getenv() explaining the search order it takes to | scf | 2009-12-06 | 1 | -8/+9 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | ed | 2009-12-05 | 12 | -42/+27 |
* | Don't let the C library depend on <utmp.h>. | ed | 2009-12-05 | 3 | -14/+12 |
* | Remove warnings from exec.c. | ed | 2009-12-05 | 1 | -20/+19 |
* | Use ANSI C prototypes inside termios. | ed | 2009-12-05 | 1 | -31/+13 |
* | Remove (hidden) warning about missing prototypes for fdevname(3). | ed | 2009-12-05 | 1 | -0/+1 |
* | Add a missing word to a sentence in the return values section. | trhodes | 2009-12-04 | 1 | -1/+1 |