summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Make getcwd(3) faster, simpler and more compliant using *at syscalls.jilles2009-10-131-45/+18
* Add a new errno, ENOTCAPABLE, to be returned when a process requests anrwatson2009-10-071-0/+1
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-064-13/+33
* fts_open() requires that the list passed as argument to contain at leastdelphij2009-10-052-2/+8
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]alc2009-09-211-3/+4
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-194-3/+183
* It is believed the last subsystem that limited ID sizes to somethingkensmith2009-07-221-7/+18
* Implement RTLD_NOLOAD flag for dlopen(3).kib2009-07-171-1/+8
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-136-761/+4
* Make the structure definitions in the man pages match the real code, andkib2009-06-291-9/+5
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-242-3/+29
* Use const instead of __const, and merge the license change from NetBSD.delphij2009-06-231-9/+3
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-192-6/+22
* Rename the queue macros I introduced last year.ed2009-05-271-1/+1
* As the comment says, close() frees the variable, record. So we obtaindelphij2009-05-141-1/+1
* TTYs don't necessarily use /dev/ttyxx.ed2009-05-091-3/+2
* Add tcsetsid(3).ed2009-05-075-3/+109
* Fix whitespace and sorting in Symbol.map.ed2009-05-041-25/+25
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).kib2009-04-033-31/+9
* Properly handle malloc() failures.delphij2009-04-021-5/+7
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-021-2/+0
* Document RTLD_NODELETE, -z nodelete and -z origin support.kib2009-04-011-2/+9
* Fix a file descriptor leak in fts_child().das2009-03-041-1/+3
* Sync license changes.delphij2009-03-042-20/+3
* Properly invalidate highest pts number when calling setttyent().ed2009-02-121-5/+4
* Make ttyslot(3) work with pts(4) devices.ed2009-02-121-6/+5
* Add two new routines: fdevname() and fdevname_r().ed2009-02-115-15/+85
* Update the description of KERN_PROC.trhodes2009-01-281-5/+3
* The times(3) function returns the number of CLK_TCKs since thekeramida2008-12-011-4/+9
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-272-0/+14
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* Sync with OpenBSD's dirname(3) - license change, avoid strcpy() overdelphij2008-11-032-68/+46
* In example use of err(3) and errx(3), use sysexits(3) constants.rwatson2008-10-311-4/+5
* Fix a typo.rdivacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* Add unistd.h to the getosreldate(3) manpage.kib2008-09-301-1/+2
* <osreldate.h> does not have a forward declration of getosreldate(), sorodrigc2008-09-201-1/+0
* Return two fixes from previous backout which does not requireache2008-09-091-1/+2
* Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Priorcperciva2008-08-041-0/+1
* Restored from previous backing out (because that is OpenBSD way, soache2008-08-031-12/+16
* Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, anddas2008-08-022-37/+99
* Convert popen()'s `pidlist' to a SLIST, for consistency.ed2008-07-291-11/+13
* Fix the email address formats in some posix_spawn(3) manpages.ed2008-07-282-2/+2
* Add manual pages for posix_spawn() functions.davidxu2008-07-2811-1/+1483
* Per rwatson's request:ache2008-07-251-29/+17
* Fixes based on bde's feedback.ache2008-07-221-9/+9
* Change /dev/urandom to /dev/random since urandom marked asache2008-07-221-1/+1
* In arc4random_uniform() detect simple "power of two" case andache2008-07-221-1/+5
OpenPOWER on IntegriCloud