summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix_spawn(): Do not fail when trying to close an fd that is not open.jilles2011-05-301-5/+2
* [mdoc] Fixed .Dt call.ru2011-05-251-1/+1
* Remove vestiges of disklabel(5).pluknet2011-04-141-1/+0
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-051-1/+1
* Use FD_CLOEXEC explicitly.pluknet2011-03-301-1/+1
* Don't calculate len too early.pjd2011-03-261-1/+1
* Follow style(9) in example code and handle opendir(3) error.pjd2011-03-261-4/+7
* From fts.c comment:pjd2011-03-162-0/+2
* Add text string for ECAPMODE to libc.rwatson2011-03-031-0/+1
* Fix style(9) issues in pututxline(3).ed2011-02-251-5/+10
* Add a utility, utxrm(8).ed2011-02-191-2/+3
OpenPOWER on IntegriCloud