summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cipher(3) is gone.ceri2007-04-041-1/+0
* Cast away const qualifier to squash GCC warning.kan2007-04-041-1/+1
* First argument of MD5Final is an array of unsigned characters.kan2007-04-041-1/+2
* Use correct u_int and socklen_t types for parameters if function iskan2007-04-041-2/+3
* Add include directives for string.h and stdlib.h to get proper functionkan2007-04-0411-0/+12
* Include string.h to get proper memcpy prototype.kan2007-04-041-0/+1
* Import amd64 assembly implementations of div(3) family from NetBSD.jkim2007-04-044-0/+51
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingcperciva2007-04-031-0/+4
* Add entry for dl_iterate_phdr.kan2007-04-031-0/+1
* Add stub for dl_iterate_phdr.kan2007-04-031-0/+10
* 'ar' format support for libarchive, contributed by Kai Wang.kientzle2007-04-036-0/+1376
* 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
OpenPOWER on IntegriCloud