summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28sjg2014-08-19443-7126/+4861
|\
| * If telldir() is called immediately after a call to seekdir(), POSIXjhb2014-07-292-28/+26
| * Update the list of cross references to include the more modern set ofgnn2014-07-281-1/+13
| * Unbreak the ABI by reverting r268494 until the compat shims are providedgahr2014-07-281-1/+1
| * In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.hdim2014-07-261-10/+10
| * strftime() xlocale cleanups.pfg2014-07-261-37/+46
| * In the "Too many open files" edge cases don't try to preserve oldache2014-07-261-0/+8
| * Remove useless getpwnam() call.des2014-07-261-3/+1
| * Reviewed by: impsjg2014-07-261-3/+3
| * POSIX says that passing a location returned by telldir() to seekdir()jhb2014-07-241-0/+1
| * libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is notsbruno2014-07-242-13/+14
| * Fix fault injection in bhyve.neel2014-07-242-32/+0
| * Fix mismatch.pfg2014-07-231-1/+1
| * fparseln(3): Update from NetBSD sources.pfg2014-07-231-5/+11
| * Emulate instructions emitted by OpenBSD/i386 version 5.5:neel2014-07-232-2/+47
| * Avoid possible cast degradation.pfg2014-07-222-2/+2
| * For "a"-mode files and rewind/fseek + fwrite combination return meaningfulache2014-07-221-0/+18
| * Back the whole change out until I figure out how to obtain O_APPEND,ache2014-07-221-6/+0
| * Checking for __SAPP alone is not enough because it is emulated O_APPENDache2014-07-221-1/+2
| * Revert r268984:pfg2014-07-221-2/+5
| * Mostly cosmetic cleanups.pfg2014-07-222-3/+3
| * ftello: return 1 when seeking offset on an append stream.pfg2014-07-221-0/+2
| * rewind: always clear error indicator.pfg2014-07-221-3/+2
| * Fix hdestroy() compliance issue.pfg2014-07-211-1/+0
| * Update license.pfg2014-07-211-7/+2
| * Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-214-41/+153
| * Adjust errno on failed prepwrite.pfg2014-07-203-3/+10
| * Const-ify a character string.pfg2014-07-201-1/+1
| * Use a correct errno in freopen.pfg2014-07-201-1/+1
| * Update fflush(3) to return success on a read-only stream.pfg2014-07-201-9/+16
| * Add dl_unwind_find_exidx() for ARM EABI, required for C++ exceptionian2014-07-193-1/+111
| * Add support for the "account" facility.des2014-07-192-5/+25
| * Handle nested exceptions in bhyve.neel2014-07-192-0/+32
| * Check if the specified group is the user's primary group beforedes2014-07-191-6/+4
| * Clean up the libunbound build to avoid accidentally regenerating thedes2014-07-191-2/+11
| * Clean r268867.pfg2014-07-191-1/+1
| * Use unsigned optlen in getsourcefilter()pfg2014-07-191-1/+2
| * ttyname(3): Fix EBADF/ENOTTY error descriptions.jilles2014-07-181-5/+21
| * Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-3/+20
| * Update libucl to the 2014-07-16 snapshotbapt2014-07-181-1/+3
| * Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| * Add a comment to explain the EAGAIN is only there for POSIX compliancebapt2014-07-151-0/+1
| * libc/stdlib: Minor cleanups to code originating in NetBSDpfg2014-07-153-22/+14
| * Document that listen(2) can fail with EDESTADDRREQ.kevlo2014-07-151-1/+4
| * libc/gen: small updates to code originating at OpenBSDpfg2014-07-152-19/+8
| * Make generation of nslexer.c more robust.jmmv2014-07-141-3/+5
| * * Update the comments to agree with commit r226595.kargl2014-07-131-4/+4
| * * Makefile:kargl2014-07-138-19/+696
| * * Use 9 digits instead of 11 digits in efx and efx8.kargl2014-07-131-54/+49
| * * Update the comments that refer to erf[c](nan) and erf[c](+-inf)kargl2014-07-131-4/+4
OpenPOWER on IntegriCloud