summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly styleify utmpx code and document error codes in man page.ed2011-02-194-56/+107
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-1/+1
* Don't forget to bump man page date for r218711.ed2011-02-151-1/+1
* Remove dead reference to regexp(3). Use regex(3) instead.ed2011-02-151-1/+1
* Document some more sysconf(3) variables.brucec2011-02-131-1/+58
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).jilles2011-02-061-2/+10
* Make sys_signame upper case.jilles2011-02-042-33/+33
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-083-0/+39
* Always set errno to a sane value when pututxline(3) fails.ed2010-11-141-0/+3
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-132-124/+130
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+9
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-084-4/+0
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-255-53/+31
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-233-1/+49
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-0/+9
OpenPOWER on IntegriCloud