summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: Reduce relative relocations in strftime().jilles2012-06-171-1/+1
* More style.kib2012-06-161-19/+14
* Revert part of the r235740 which changed separate allocation of thekib2012-06-161-2/+7
* mandoc fixes.joel2012-06-161-14/+5
* Per kib, since __flt_rounds is being added to FreeBSD 10, itkientzle2012-06-151-0/+3
* Make sure that fstab fd is not leaked on exec.kib2012-06-141-1/+11
* __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),kientzle2012-06-141-1/+1
* Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib,dim2012-06-121-1/+2
* Stop using auth_getval() now that it always returns NULL. Instead,des2012-06-123-20/+8
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-125-127/+7
* LibUSB v1.0 API compiliance and bugfixes.hselasky2012-06-123-5/+33
* Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)delphij2012-06-111-8/+1
* Clean up some symbol versions for libsupc++ / libcxxrt.theraven2012-06-111-5/+13
* Fix a leak when setting the global character locale to "C" from something else.theraven2012-06-111-7/+13
* __flt_rounds was omitted from the exported symbols here.kientzle2012-06-091-0/+1
* Document that we also support sha256 and sha512.des2012-06-081-1/+3
* mdoc: add missing -width argument to Bl -tag.joel2012-06-0836-112/+112
* Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM filejhb2012-06-071-0/+17
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-062-2/+2
* mdoc: add missing -width argument to Bl -tag.joel2012-06-0615-16/+16
* Remove repeated words.joel2012-06-053-3/+3
* 1) Although unpublished version of standardache2012-06-051-17/+6
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'sdim2012-06-021-0/+7
* Tabify libcxxrt and libc++'s Makefiles.dim2012-06-022-154/+154
* Remove invalid remark about pipes.ed2012-06-021-2/+2
* mdoc: minor Bl improvements.joel2012-06-027-33/+42
* Style(9) improvements: remove unnecessary parenthesis, improve orderghelmer2012-06-011-50/+52
* Add characters mapping for codepages used in Germany.eadler2012-06-011-0/+76
* Only set _w to 0 when the file stream is not currently reading. Withouteadler2012-05-301-1/+1
* Upgrade to BIND version 9.8.3, the latest from ISC.dougb2012-05-283-0/+56
|\
| * Vendor import of BIND 9.8.3dougb2012-05-2820-214/+629
| * Vendor import of BIND 9.8.2dougb2012-04-04741-1733/+2514
| * Vendor import of BIND 9.8.1-P1dougb2011-11-171-3/+3
* | libfetch: Avoid SIGPIPE on network connections.jilles2012-05-281-0/+2
* | - Include forgotten bsd.own.mk and fix conditiongabor2012-05-281-1/+3
* | Allow inclusion of libc++ <cmath> to work after including math.htheraven2012-05-271-43/+36
* | Return EBUSY for PTHREAD_MUTEX_ADAPTIVE_NP too when the mutex could notdavidxu2012-05-271-0/+1
* | Update to OpenPAM Micrampelis.des2012-05-261-2/+15
|\ \
| * | Vendor import of OpenPAM Micrampelis.des2012-05-2629-465/+1357
| * | Merge upstream r509: don't log an error in the common case (ENOENT).des2011-12-221-3/+5
* | | Passing NULL as a key casues a segfault when loading SSH 1 keys. Usedes2012-05-261-1/+1
* | | Clarify the SEEK_HOLE description, it repositions the file pointer.kib2012-05-261-4/+4
* | | - Add support for BSD iconv when it is build into libcgabor2012-05-252-0/+14
* | | Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to themarcel2012-05-251-1/+4
* | | Consitently use "__LP64__".obrien2012-05-241-1/+1
* | | Allow building for the PowerPC EABI by providing a dummy __eabi()marcel2012-05-243-1/+35
* | | Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-2/+2
* | | Upgrade our copy of llvm/clang to 3.1 release. Release notes can bedim2012-05-232-4/+4
* | | Add two new locale-specific man pages:issyl02012-05-233-1/+157
OpenPOWER on IntegriCloud