aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* MFV: Update zlib to 1.2.7.Xin LI2012-06-2133-895/+2449
|\
* | Add the functions documented in the man pages in commit 237393 to theIsabell Long2012-06-211-2/+7
* | Be explicit about the dependency on nsparser.h.David E. O'Brien2012-06-211-1/+1
* | Add more locale-specific functions to the relevant man pages:Isabell Long2012-06-214-7/+54
* | Don't close an uninitialized descriptor. [1]Eitan Adler2012-06-201-2/+6
* | Further refine the implementation of POSIX_FADV_NOREUSE.John Baldwin2012-06-191-5/+4
* | Switch the default password hash from md5 to sha512.Dag-Erling Smørgrav2012-06-191-1/+1
* | Revert user comparison back to user names as some user can share uids (root/toorBaptiste Daroussin2012-06-191-6/+13
* | libc: Reduce relative relocations in strftime().Jilles Tjoelker2012-06-171-1/+1
* | More style.Konstantin Belousov2012-06-161-19/+14
* | Revert part of the r235740 which changed separate allocation of theKonstantin Belousov2012-06-161-2/+7
* | mandoc fixes.Joel Dahl2012-06-161-14/+5
* | Per kib, since __flt_rounds is being added to FreeBSD 10, itTim Kientzle2012-06-151-0/+3
* | Make sure that fstab fd is not leaked on exec.Konstantin Belousov2012-06-141-1/+11
* | __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),Tim Kientzle2012-06-141-1/+1
* | Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib,Dimitry Andric2012-06-121-1/+2
* | Stop using auth_getval() now that it always returns NULL. Instead,Dag-Erling Smørgrav2012-06-123-20/+8
* | Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-125-127/+7
* | LibUSB v1.0 API compiliance and bugfixes.Hans Petter Selasky2012-06-123-5/+33
* | Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)Xin LI2012-06-111-8/+1
* | Clean up some symbol versions for libsupc++ / libcxxrt.David Chisnall2012-06-111-5/+13
* | Fix a leak when setting the global character locale to "C" from something else.David Chisnall2012-06-111-7/+13
* | __flt_rounds was omitted from the exported symbols here.Tim Kientzle2012-06-091-0/+1
* | Document that we also support sha256 and sha512.Dag-Erling Smørgrav2012-06-081-1/+3
* | mdoc: add missing -width argument to Bl -tag.Joel Dahl2012-06-0836-112/+112
* | Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM fileJohn Baldwin2012-06-071-0/+17
* | Fix two warnings about self-assignment in libc. These normally onlyDimitry Andric2012-06-062-2/+2
* | mdoc: add missing -width argument to Bl -tag.Joel Dahl2012-06-0615-16/+16
* | Remove repeated words.Joel Dahl2012-06-053-3/+3
* | 1) Although unpublished version of standardAndrey A. Chernov2012-06-051-17/+6
* | 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatAndrey A. Chernov2012-06-041-6/+16
* | Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'sDimitry Andric2012-06-021-0/+7
* | Tabify libcxxrt and libc++'s Makefiles.Dimitry Andric2012-06-022-154/+154
* | Remove invalid remark about pipes.Ed Schouten2012-06-021-2/+2
* | mdoc: minor Bl improvements.Joel Dahl2012-06-027-33/+42
* | Style(9) improvements: remove unnecessary parenthesis, improve orderGuy Helmer2012-06-011-50/+52
* | Add characters mapping for codepages used in Germany.Eitan Adler2012-06-011-0/+76
* | Only set _w to 0 when the file stream is not currently reading. WithoutEitan Adler2012-05-301-1/+1
* | Upgrade to BIND version 9.8.3, the latest from ISC.Doug Barton2012-05-283-0/+56
|\ \
| * | Vendor import of BIND 9.8.3vendor/bind9/9.8.3Doug Barton2012-05-2820-214/+629
* | | libfetch: Avoid SIGPIPE on network connections.Jilles Tjoelker2012-05-281-0/+2
* | | - Include forgotten bsd.own.mk and fix conditionGabor Kovesdan2012-05-281-1/+3
* | | Allow inclusion of libc++ <cmath> to work after including math.hDavid Chisnall2012-05-271-43/+36
* | | Return EBUSY for PTHREAD_MUTEX_ADAPTIVE_NP too when the mutex could notDavid Xu2012-05-271-0/+1
* | | Update to OpenPAM Micrampelis.Dag-Erling Smørgrav2012-05-261-2/+15
|\ \ \
| * | | Vendor import of OpenPAM Micrampelis.Dag-Erling Smørgrav2012-05-2629-465/+1357
| * | | Merge upstream r509: don't log an error in the common case (ENOENT).Dag-Erling Smørgrav2011-12-221-3/+5
* | | | Passing NULL as a key casues a segfault when loading SSH 1 keys. UseDag-Erling Smørgrav2012-05-261-1/+1
* | | | Clarify the SEEK_HOLE description, it repositions the file pointer.Konstantin Belousov2012-05-261-4/+4
* | | | - Add support for BSD iconv when it is build into libcGabor Kovesdan2012-05-252-0/+14