summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* sem_init(3): document process shared semaphores and their restrictionsJilles Tjoelker2009-12-081-18/+9
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-057-32/+18
* Don't let the C library depend on <utmp.h>.Ed Schouten2009-12-052-10/+9
* Remove warnings from exec.c.Ed Schouten2009-12-051-20/+19
* Use ANSI C prototypes inside termios.Ed Schouten2009-12-051-31/+13
* Remove (hidden) warning about missing prototypes for fdevname(3).Ed Schouten2009-12-051-0/+1
* Properly use the envp argument in execvPe().Ed Schouten2009-11-271-2/+2
* Reset path name back to original correctly in fts_build() whenJaakko Heinonen2009-11-261-5/+2
* Clarify that the value of the fts_info field is different in post-order.Jaakko Heinonen2009-11-261-4/+3
* Eliminate more dead stores.Garrett Wollman2009-11-253-5/+4
* Revert the previous change to pthread_once() stub in libc. It is actuallyJohn Baldwin2009-11-202-6/+3
* Add an internal _once() method. This works identical to pthread_once(3)John Baldwin2009-11-203-2/+70
* Catch up with r130332 which changed the default timezone from GMT to UTC.David E. O'Brien2009-11-171-2/+2
* Fix a copy+paste error by checking the correct variable against MM_NULLACT.Christian Brueffer2009-11-081-1/+1
* Use our canonical .Dd format.Christian Brueffer2009-11-0210-10/+10
* Move pselect(3) man page to section 2.Konstantin Belousov2009-10-282-123/+1
* Commit libc files missed in r198508Konstantin Belousov2009-10-273-8/+1
* Current pselect(3) is implemented in usermode and thus vulnerable toKonstantin Belousov2009-10-271-78/+0
* wordexp(3): fix some bugs with signals and long outputsJilles Tjoelker2009-10-231-19/+57
* Make getcwd(3) faster, simpler and more compliant using *at syscalls.Jilles Tjoelker2009-10-131-45/+18
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anRobert Watson2009-10-071-0/+1
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsRobert Watson2009-10-064-13/+33
* fts_open() requires that the list passed as argument to contain at leastXin LI2009-10-052-2/+8
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow forJoe Marcus Clarke2009-10-011-1/+1
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]Alan Cox2009-09-211-3/+4
* Add getpagesizes(3). This functions either the number of supported pageAlan Cox2009-09-194-3/+183
* It is believed the last subsystem that limited ID sizes to somethingKen Smith2009-07-221-7/+18
* Implement RTLD_NOLOAD flag for dlopen(3).Konstantin Belousov2009-07-171-1/+8
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.Edward Tomasz Napierala2009-07-136-761/+4
* Make the structure definitions in the man pages match the real code, andKonstantin Belousov2009-06-291-9/+5
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-242-3/+29
* Use const instead of __const, and merge the license change from NetBSD.Xin LI2009-06-231-9/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-192-6/+22
* Rename the queue macros I introduced last year.Ed Schouten2009-05-271-1/+1
* As the comment says, close() frees the variable, record. So we obtainXin LI2009-05-141-1/+1
* TTYs don't necessarily use /dev/ttyxx.Ed Schouten2009-05-091-3/+2
* Add tcsetsid(3).Ed Schouten2009-05-075-3/+109
* Fix whitespace and sorting in Symbol.map.Ed Schouten2009-05-041-25/+25
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).Konstantin Belousov2009-04-033-31/+9
* Properly handle malloc() failures.Xin LI2009-04-021-5/+7
* Properly update the shm_open/shm_unlink symbol versioning metadata afterJohn Baldwin2009-04-021-2/+0
* Document RTLD_NODELETE, -z nodelete and -z origin support.Konstantin Belousov2009-04-011-2/+9
* Fix a file descriptor leak in fts_child().David Schultz2009-03-041-1/+3
* Sync license changes.Xin LI2009-03-042-20/+3
* Properly invalidate highest pts number when calling setttyent().Ed Schouten2009-02-121-5/+4
* Make ttyslot(3) work with pts(4) devices.Ed Schouten2009-02-121-6/+5
* Add two new routines: fdevname() and fdevname_r().Ed Schouten2009-02-115-15/+85
* Update the description of KERN_PROC.Tom Rhodes2009-01-281-5/+3
* The times(3) function returns the number of CLK_TCKs since theGiorgos Keramidas2008-12-011-4/+9
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov2008-11-272-0/+14