| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement <utmpx.h>. | Ed Schouten | 2010-01-13 | 7 | -6/+1190 |
* | Return SEM_FAILED instead of NULL, though there are same, but the | David Xu | 2010-01-13 | 1 | -2/+3 |
* | Update manuals of sem_open and sem_init. | David Xu | 2010-01-12 | 2 | -5/+5 |
* | Update manual for sem_init and sem_open, restrictions of shared semaphore | David Xu | 2010-01-09 | 2 | -9/+17 |
* | Remove BUGS section that no longer applies after recent changes to semaphore | Edward Tomasz Napierala | 2010-01-07 | 1 | -8/+1 |
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | David Xu | 2010-01-07 | 1 | -1/+3 |
* | Do not rely on behaviour undefined by ANSI C, use thunks to adapt | Konstantin Belousov | 2010-01-05 | 2 | -4/+33 |
* | More cleanup, remove _libc prefix because libthr no longer has stubs | David Xu | 2010-01-05 | 2 | -39/+21 |
* | forgot to remove SYM_FBP10. ;-) | David Xu | 2010-01-05 | 1 | -1/+0 |
* | Remove unused macros. | David Xu | 2010-01-05 | 1 | -5/+0 |
* | Don't check has_waiters twice, inline some small functions. | David Xu | 2010-01-05 | 1 | -8/+5 |
* | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 5 | -79/+680 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | Konstantin Belousov | 2010-01-04 | 3 | -18/+15 |
* | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | Konstantin Belousov | 2009-12-29 | 1 | -0/+1 |
* | Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for | Konstantin Belousov | 2009-12-29 | 1 | -4/+3 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -1/+1 |
* | sem_init(3): document process shared semaphores and their restrictions | Jilles Tjoelker | 2009-12-08 | 1 | -18/+9 |
* | Fix many "function declaration isn't a prototype" warnings in libc. | Ed Schouten | 2009-12-05 | 7 | -32/+18 |
* | Don't let the C library depend on <utmp.h>. | Ed Schouten | 2009-12-05 | 2 | -10/+9 |
* | Remove warnings from exec.c. | Ed Schouten | 2009-12-05 | 1 | -20/+19 |
* | Use ANSI C prototypes inside termios. | Ed Schouten | 2009-12-05 | 1 | -31/+13 |
* | Remove (hidden) warning about missing prototypes for fdevname(3). | Ed Schouten | 2009-12-05 | 1 | -0/+1 |
* | Properly use the envp argument in execvPe(). | Ed Schouten | 2009-11-27 | 1 | -2/+2 |
* | Reset path name back to original correctly in fts_build() when | Jaakko Heinonen | 2009-11-26 | 1 | -5/+2 |
* | Clarify that the value of the fts_info field is different in post-order. | Jaakko Heinonen | 2009-11-26 | 1 | -4/+3 |
* | Eliminate more dead stores. | Garrett Wollman | 2009-11-25 | 3 | -5/+4 |
* | Revert the previous change to pthread_once() stub in libc. It is actually | John Baldwin | 2009-11-20 | 2 | -6/+3 |
* | Add an internal _once() method. This works identical to pthread_once(3) | John Baldwin | 2009-11-20 | 3 | -2/+70 |
* | Catch up with r130332 which changed the default timezone from GMT to UTC. | David E. O'Brien | 2009-11-17 | 1 | -2/+2 |
* | Fix a copy+paste error by checking the correct variable against MM_NULLACT. | Christian Brueffer | 2009-11-08 | 1 | -1/+1 |
* | Use our canonical .Dd format. | Christian Brueffer | 2009-11-02 | 10 | -10/+10 |
* | Move pselect(3) man page to section 2. | Konstantin Belousov | 2009-10-28 | 2 | -123/+1 |
* | Commit libc files missed in r198508 | Konstantin Belousov | 2009-10-27 | 3 | -8/+1 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | Konstantin Belousov | 2009-10-27 | 1 | -78/+0 |
* | wordexp(3): fix some bugs with signals and long outputs | Jilles Tjoelker | 2009-10-23 | 1 | -19/+57 |
* | Make getcwd(3) faster, simpler and more compliant using *at syscalls. | Jilles Tjoelker | 2009-10-13 | 1 | -45/+18 |
* | Add a new errno, ENOTCAPABLE, to be returned when a process requests an | Robert Watson | 2009-10-07 | 1 | -0/+1 |
* | Add basename_r(3) to complement basename(3). basename_r(3) which accepts | Robert Watson | 2009-10-06 | 4 | -13/+33 |
* | fts_open() requires that the list passed as argument to contain at least | Xin LI | 2009-10-05 | 2 | -2/+8 |
* | Correct the pthread stub prototype for pthread_mutexattr_settype to allow for | Joe Marcus Clarke | 2009-10-01 | 1 | -1/+1 |
* | Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] | Alan Cox | 2009-09-21 | 1 | -3/+4 |
* | Add getpagesizes(3). This functions either the number of supported page | Alan Cox | 2009-09-19 | 4 | -3/+183 |
* | It is believed the last subsystem that limited ID sizes to something | Ken Smith | 2009-07-22 | 1 | -7/+18 |
* | Implement RTLD_NOLOAD flag for dlopen(3). | Konstantin Belousov | 2009-07-17 | 1 | -1/+8 |
* | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | Edward Tomasz Napierala | 2009-07-13 | 6 | -761/+4 |
* | Make the structure definitions in the man pages match the real code, and | Konstantin Belousov | 2009-06-29 | 1 | -9/+5 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 2 | -3/+29 |
* | Use const instead of __const, and merge the license change from NetBSD. | Xin LI | 2009-06-23 | 1 | -9/+3 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | Brooks Davis | 2009-06-19 | 2 | -6/+22 |
* | Rename the queue macros I introduced last year. | Ed Schouten | 2009-05-27 | 1 | -1/+1 |