summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sidenwhitehorn2010-08-251-4/+5
* Fix an accidental sed...imp2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-249-32/+35
* Remove extra FreeBSD tag.kib2010-08-241-1/+0
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intokib2010-08-243-4/+22
* MFtbemd:imp2010-08-239-27/+27
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-235-4/+71
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-0/+9
* Style.kib2010-08-232-3/+3
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-1710-22/+217
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-1610-13/+14
* Correct the return code from _dns_gethostby*() to correspondume2010-08-151-4/+20
* - When there is no room for returning the result, nss backendume2010-08-1311-49/+109
* Fix typos and spelling mistakes.joel2010-08-065-5/+5
* Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,ache2010-08-051-5/+5
* Spelling fixes.joel2010-08-027-9/+9
* mdoc: remove unbalanced quotesuqs2010-08-022-6/+6
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-023-3/+3
* Disable all warnings when building gdtoa. This allows building libc withrpaulo2010-08-011-1/+1
* Fix a couple of typos.uqs2010-07-301-1/+1
* Update mlockall(2) to mention that it's superuser-only syscall, justtrasz2010-07-272-4/+7
* Apply a small grammar fix to {toupper,tolower}(3).bcr2010-07-252-4/+4
* Verify return value of the sigset manipulation functionskib2010-07-221-22/+14
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* For xsi_sigpause(3), remove the supplied signal from the process maskkib2010-07-121-2/+10
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-1038-2/+2443
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialnwhitehorn2010-07-101-1/+2
OpenPOWER on IntegriCloud