summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Sort cross references by section.brucec2010-12-181-2/+2
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* Bump manual page date.trasz2010-12-131-1/+1
* After PSARC/2010/029, "canonical six" no longer exists.trasz2010-12-131-1/+3
* Fix stack alignment (required to be to 16 bytes) instead of ptrace andnwhitehorn2010-12-112-5/+5
* When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-9696/+0
* Remove two unused variables, left over from the refactoring in r180104.gavin2010-12-021-6/+0
* Update the documentation to reflect changes to the implementation indas2010-11-301-14/+14
* 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
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+18
* Make sure to specify the alignment of minbrk and curbrk. They were correctlydim2010-11-112-0/+2
* Remove some unneeded spaces from the __sym_compat() macro, since newerdim2010-11-111-1/+1
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
* - Note that non-superusers are not allowed to set the SF_ARCHIVEDjh2010-10-291-3/+7
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+9
* Fix PIC_RETURN when abicalls are not defined.jchandra2010-10-241-1/+1
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: make pages render with mandocuqs2010-10-213-4/+3
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-202-4/+0
* Unbreak buildworld by including pthread_rwlockattr_setkind_np anddavidxu2010-10-182-0/+4
* Clang related fixes:rpaulo2010-10-132-1/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-0829-32/+0
* Missed space.kib2010-10-061-1/+1
* Add cross-references to lrand48(3) and arc4random(3) from rand(3)kib2010-10-062-1/+11
* When no protocol entry is found, getproto*_r(3) shouldume2010-10-053-3/+3
* Clear errno for each method dispatch.ume2010-10-041-0/+2
* libc: Remove the i386 assembler version of strlen(3).jilles2010-10-012-55/+1
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-302-136/+0
* Apply the same workaround for clang to amd64's version of ldexp.c (as indim2010-09-291-3/+9
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-257-53/+43
* Workaround LLVM bug #4434:rpaulo2010-09-211-3/+7
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-4/+6
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-6/+26
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-122-2/+2
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-114-7/+7
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.gjb2010-09-101-2/+2
* Add EINVAL to list of possible return values for cpuset_getaffinity(2).gjb2010-09-101-0/+6
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-104-1/+51
* Arrgh, tested wrong source tree _again_. Fix previous commit. Also,trasz2010-09-091-1/+1
* Add minor optimization. It's less strict than its kernel counterparttrasz2010-09-091-0/+9
* Add ECONNRESET to list of possible errors in connect(2).gjb2010-09-061-1/+3
* Use NULL instead of 0 for pointer in example.kib2010-08-291-1/+1
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-1/+14
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-287-10/+10
* Do not call __pthread_cxa_finalize with invalid struct dl_phdr_info.kib2010-08-271-1/+1
OpenPOWER on IntegriCloud