summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* - Switch ARM and MIPS to TLS Variant Igonzo2012-03-061-3/+10
* Removed excessive _seekdir() call in closedir(). This saves one lseek()ru2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.ru2012-03-021-24/+14
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-252-21/+32
* libc: Eliminate some relative relocations in fmtmsg().jilles2012-02-221-7/+7
* Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* Use ANSI prototypes.delphij2012-02-181-42/+13
* Fix cross-references.kib2012-02-171-2/+2
* Document dl_iterate_phdr(3).kib2012-02-171-0/+115
* Fetch the aux vector for the static libc, and use the entries tokib2012-02-172-5/+79
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-3/+3
* Replace utxrm(8) by utx(8).ed2012-02-111-1/+1
* Set read buffer size to multiple of sizeof(struct futx).ed2012-02-111-7/+12
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+15
* More accurately document what happens on error.eadler2012-02-091-3/+6
* Add API for obtaining extended machine context states that cannot bekib2012-01-213-2/+36
* Insert read memory barriers.davidxu2012-01-162-1/+2
* Remove wtmpcvt(1).ed2012-01-131-1/+0
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-101-13/+28
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-074-3/+47
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-033-5/+5
* Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* libc: Eliminate some relative relocations in file flags table.jilles2011-12-291-23/+23
* libc: Eliminate some relative relocations in getusershell().jilles2011-12-271-8/+7
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-233-0/+66
* - Fix style(9) bugs in glob.ceadler2011-12-201-35/+35
* - Add restrict keyword to glob(3)eadler2011-12-202-3/+4
* Clean up includes; the prototype for getosreldate() has moved toru2011-12-141-4/+3
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* style(9) fix.theraven2011-11-261-1/+1
* Return not-implemented from pthread_once and pthread_key_create, rathertheraven2011-11-261-2/+10
* fdopendir(): Do not close the passed file descriptor on failure.jilles2011-11-221-4/+13
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-202-6/+20
* Further reduce diffs with OpenBSD's arc4random. The main functionaldas2011-11-151-33/+30
* Sync the style, comments, and variable names of arc4random.c withdas2011-11-151-39/+33
* Don't forget to kick the man page date.ed2011-10-271-1/+1
* Make our utmpx more like System V.ed2011-10-272-3/+20
* Fix the manual section number for a cross-reference to open(2) and sort it.pluknet2011-10-271-1/+1
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-0/+141
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Reimplement ctermid().ed2011-10-012-21/+35
* Get rid of major/minor number distinction.ed2011-09-281-2/+3
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-101-1/+4
* Fix whitespace inconsistencies in libc in files copyrighted by me.ed2011-06-264-7/+7
* Sync with OpenBSD, primarily make the code easier to read, and a licensedelphij2011-06-182-68/+54
* Sync with OpenBSD (zap rcsid).delphij2011-06-181-7/+1
* posix_spawn(3): Document r222511 (trying to close already closed fd).jilles2011-06-171-9/+14
* Use size of int to fetch sysctl kern.sched.cpusetsize because it haddavidxu2011-06-161-3/+3
OpenPOWER on IntegriCloud