summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Now that there is always a compression-layer skip function available,cperciva2007-04-021-9/+3
* Fix type-punned pointer, minor style fixes.kientzle2007-04-021-6/+7
* Remove unused variable; use consistent types.kientzle2007-04-021-3/+2
* Be consistent: file flags are unsigned bitmaps.kientzle2007-04-021-1/+1
* Don't compare a signed char to 0xFF.kientzle2007-04-021-3/+3
* Avoid a potential overflow when 'skip' is larger than a pointer.kientzle2007-04-021-1/+1
* Style fix: Use the correct type for 'bytes_to_write'.kientzle2007-04-021-2/+2
* Style: bare "unsigned" is deprecated, use "unsigned int" instead.kientzle2007-04-022-8/+8
* Remove some unused fields from archive_read internal structure.kientzle2007-04-021-5/+1
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-313-34/+44
* Back out my previous commit to this area, there are differences betweentrhodes2007-03-302-363/+0
* Use size_t instead of unsigned for pagesize-related values, in order tojasone2007-03-291-4/+8
* Remove the run promotion/demotion machinery. Replace it with red-blackjasone2007-03-281-430/+219
* Change macro in order to refer to FreeBSD 7.0 instead of 7.0BSD.jasone2007-03-281-2/+2
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Add a HISTORY section.jasone2007-03-281-0/+5
* In account management, verify whether the account has been lockedyar2007-03-272-3/+22
* Describe the contents of the "ar_name" and "ar_rawname" fields ofjkoshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:jkoshy2007-03-271-13/+31
* Clarify memory management rules for pmc_cpuinfo().jkoshy2007-03-261-1/+4
* Document the return type of elf_rand(3) correctly.jkoshy2007-03-261-1/+1
* Fix some subtle bugs for posix_memalign() having to do with integerjasone2007-03-241-18/+43
* Notice when mkdir() fails.kientzle2007-03-243-11/+73
* Fix compile error when libbz2 is unavailable.kientzle2007-03-241-1/+1
* Fix posix_memalign() for large objects. Now that runs are extents ratherjasone2007-03-231-151/+297
* Use extents rather than binary buddies to track free pages withinjasone2007-03-231-323/+332
* Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy inmlaier2007-03-211-1/+6
* Avoid using vsnprintf(3) unless MALLOC_STATS is defined, in order tojasone2007-03-201-152/+233
* Correct a typo.jkoshy2007-03-191-3/+3
* Don't forget to increment the raw_position (bytes written) counter, evencperciva2007-03-171-0/+1
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredmaxim2007-03-161-1/+14
* The ufs_disk_fillout(3) can take special device name (with or without /dev/pjd2007-03-161-7/+36
* - Sysctl's move to seperate filerrs2007-03-151-6/+11
* Fix a comment in memstat.h: errors are associated with memory type lists,rwatson2007-03-151-1/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:kientzle2007-03-132-5/+11
* Merge the following changes from NetBSD:stefanf2007-03-114-16/+37
* Merge the following changes from NetBSD:stefanf2007-03-119-95/+144
* Libarchive 2.0.23:kientzle2007-03-117-157/+145
* Merge changes to the NetBSD copyright (advertising clause removal).stefanf2007-03-113-18/+6
* Wordsmithery.bms2007-03-091-1/+1
* Enable ncurses wide character supportrafan2007-03-0911-24/+195
* - style.Makefile(9) fixrafan2007-03-096-936/+934
* Document SO_ACCEPTCONN.bms2007-03-081-1/+9
* New tests for system-independent ACL support.kientzle2007-03-083-0/+744
* Distinguish between the end of ACL data and an error in pullingkientzle2007-03-081-1/+1
* Add GELF_* accessor macros.jkoshy2007-03-081-0/+16
* Fix license. Clause 4 is still required (UCB materiel).bms2007-03-071-6/+5
* use 2-clause BSD license as per hoskins strike-off july 22 1999.bms2007-03-071-4/+6
* Only reject file descriptors higher than FD_SETSIZE if we are not usingjhb2007-03-051-7/+5
OpenPOWER on IntegriCloud