summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the IMPLEMENTATION NOTES section to reflect recent mallocJason Evans2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.Jason Evans2007-03-281-1/+0
* Add a HISTORY section.Jason Evans2007-03-281-0/+5
* In account management, verify whether the account has been lockedYaroslav Tykhiy2007-03-272-3/+22
* Describe the contents of the "ar_name" and "ar_rawname" fields ofJoseph Koshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:Joseph Koshy2007-03-271-12/+30
* Clarify memory management rules for pmc_cpuinfo().Joseph Koshy2007-03-261-1/+4
* Document the return type of elf_rand(3) correctly.Joseph Koshy2007-03-261-1/+1
* Fix some subtle bugs for posix_memalign() having to do with integerJason Evans2007-03-241-18/+43
* Notice when mkdir() fails.Tim Kientzle2007-03-243-11/+73
* Fix compile error when libbz2 is unavailable.Tim Kientzle2007-03-241-1/+1
* Fix posix_memalign() for large objects. Now that runs are extents ratherJason Evans2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinJason Evans2007-03-231-321/+330
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inMax Laier2007-03-211-1/+6
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order toJason Evans2007-03-201-152/+233
* Correct a typo.Joseph Koshy2007-03-191-3/+3
* Don't forget to increment the raw_position (bytes written) counter, evenColin Percival2007-03-171-0/+1
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredMaxim Konovalov2007-03-161-1/+14
* The ufs_disk_fillout(3) can take special device name (with or without /dev/Pawel Jakub Dawidek2007-03-161-7/+36
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-6/+11
* Fix a comment in memstat.h: errors are associated with memory type lists,Robert Watson2007-03-151-1/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:Tim Kientzle2007-03-132-5/+11
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-114-16/+37
* Merge the following changes from NetBSD:Stefan Farfeleder2007-03-119-95/+144
* Libarchive 2.0.23:Tim Kientzle2007-03-117-157/+145
* Merge changes to the NetBSD copyright (advertising clause removal).Stefan Farfeleder2007-03-113-18/+6
* Wordsmithery.Bruce M Simpson2007-03-091-1/+1
* Enable ncurses wide character supportRong-En Fan2007-03-0911-24/+195
* - style.Makefile(9) fixRong-En Fan2007-03-096-927/+925
* Document SO_ACCEPTCONN.Bruce M Simpson2007-03-081-1/+9
* New tests for system-independent ACL support.Tim Kientzle2007-03-083-0/+744
* Distinguish between the end of ACL data and an error in pullingTim Kientzle2007-03-081-1/+1
* Add GELF_* accessor macros.Joseph Koshy2007-03-081-0/+16
* Fix license. Clause 4 is still required (UCB materiel).Bruce M Simpson2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.Bruce M Simpson2007-03-071-4/+6
* Only reject file descriptors higher than FD_SETSIZE if we are not usingJohn Baldwin2007-03-051-7/+5
* Oops, fix a typo in the last commit :-/Brian Somers2007-03-052-2/+2
* In the NOTYET code path when a process forks, the remainingBrian Somers2007-03-052-14/+8
* Apply my patch properly.Ruslan Ermilov2007-03-051-1/+1
* Fix markup.Bruce M Simpson2007-03-051-22/+36
* .Xr nit.Bruce M Simpson2007-03-051-2/+2
* Update shutdown() manual page to reflect actual behaviour of code.Bruce M Simpson2007-03-051-10/+82
* Test cases for back references.Xin LI2007-03-051-0/+24
* Only stop evaluation of a back reference if the match length isXin LI2007-03-051-15/+17
* Avoid infinite recursion on:Xin LI2007-03-051-0/+2
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddenSimon L. B. Nielsen2007-03-042-0/+10
* - Bump _yplib_timeout limit from 10 to 20 seconds to better handleSimon L. B. Nielsen2007-03-041-1/+9
* libarchive 2.0Tim Kientzle2007-03-0372-2432/+7204
* Fix a typo.Joseph Koshy2007-03-031-2/+2
* Force the umask to something predictable while creating objectsTim Kientzle2007-03-021-1/+2