aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-16258-258/+258
* MFC r215236:Xin LI2010-11-272-124/+130
* Revert r213002.Rui Paulo2010-09-264-33/+13
* MFC r197804 (rwatson):Rui Paulo2010-09-224-13/+33
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-279-9/+9
* MFC r206615: remove .Pp where not neededUlrich Spörlein2010-08-273-10/+0
* MFC r207981:Gordon Tetlow2010-05-191-2/+2
* MFC r206760: getcwd(3): Clarify that EACCES may or may not be checked.Jilles Tjoelker2010-05-051-3/+11
* MFC r207186: sysctl(3): Update description of various kern.* variables.Jilles Tjoelker2010-05-051-12/+10
* MFC r206711: fnmatch: Fix bad FNM_PERIOD disablingJilles Tjoelker2010-04-231-8/+8
* MFC r205606Pietro Cerutti2010-03-312-3/+3
* MFC r204307:Konstantin Belousov2010-03-041-1/+7
* Merge r203393,r203395 from head:Gavin Atkinson2010-02-131-2/+2
* MFC r201145 to stable/8:Antoine Brodin2010-01-301-1/+1
* Merge scandir(3) interface update to stable/8.Konstantin Belousov2010-01-243-20/+39
* MFC r201194:Konstantin Belousov2010-01-051-4/+3
* MFC r201201:Konstantin Belousov2010-01-011-0/+1
* MFC r199844:Jaakko Heinonen2009-12-301-5/+2
* MFC r198508, r198509:Konstantin Belousov2009-12-194-209/+2
* MFC 199606, 199614:John Baldwin2009-12-172-1/+66
* Merge r197841 from head to stable/8:Robert Watson2009-12-141-0/+1
* MFC r198406: wordexp(3): fix some bugs with signals and long outputsJilles Tjoelker2009-12-061-19/+57
* MFC r199843:Jaakko Heinonen2009-12-041-4/+3
* MFC revs 199781,199782,199784,199785,199786:Garrett Wollman2009-12-023-5/+4
* MFC: r199046Christian Brueffer2009-11-161-1/+1
* MFC r197331, r197394Alan Cox2009-11-014-3/+184
* MFC: rev. 197681Joe Marcus Clarke2009-10-041-1/+1
* 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