summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Optimize the handling of SC_NPROCESSORS_CONF, by using auxv AT_NCPUkib2012-06-271-0/+4
* Remove end of line whitespace.joel2012-06-261-1/+1
* Add more locale-specific functions to the relevant man pages andissyl02012-06-255-3/+46
* Add the sys directory we create to the list of items to clean.andrew2012-06-241-0/+1
* Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h.andrew2012-06-241-1/+15
* Fix mandoc "Oc breaks Op" warning.joel2012-06-241-1/+1
* Remove the assert added in r237286eadler2012-06-241-2/+0
* Merge changes from upstream libedit.pfg2012-06-2220-410/+634
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-2210-2/+374
* MFV: Update zlib to 1.2.7.delphij2012-06-2133-895/+2449
|\
| * Flattern zlib vendor tree.delphij2010-02-2331-13562/+0
* | Add the functions documented in the man pages in commit 237393 to theissyl02012-06-211-2/+7
* | Be explicit about the dependency on nsparser.h.obrien2012-06-211-1/+1
* | Add more locale-specific functions to the relevant man pages:issyl02012-06-214-7/+54
* | Don't close an uninitialized descriptor. [1]eadler2012-06-201-2/+6
* | Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-191-5/+4
* | Switch the default password hash from md5 to sha512.des2012-06-191-1/+1
* | Revert user comparison back to user names as some user can share uids (root/toorbapt2012-06-191-6/+13
* | 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
OpenPOWER on IntegriCloud