summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-155-10/+27
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-154-0/+22
* Clarify one test.kientzle2007-07-151-1/+1
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-141-1/+2
* Take a sentence into the present by removing a reference to FreeBSD 3.0.brueffer2007-07-141-4/+2
* Use an uncompressed test archive for gtar sparse format 1.0 format,kientzle2007-07-141-20/+6
* Report each failed test once, but keep a count and report that countkientzle2007-07-143-22/+111
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* Restore the 'break' that was inadvertently removed in 1.57 of this file.kientzle2007-07-141-0/+1
* Extend the basic tar reading test to exercise most types ofkientzle2007-07-141-49/+388
* Make the test for reading gtar sparse entries more robust;kientzle2007-07-131-35/+198
* New test suite test_read_pax_truncated probes libarchivekientzle2007-07-132-0/+282
* New file "read_open_memory.c" is a custom variant ofkientzle2007-07-133-1/+153
* Fix running individual tests via "libarchive_test <number> <number> ..."kientzle2007-07-131-1/+2
* Correct multiple security issues in how libarchive handles corruptcperciva2007-07-122-41/+104
* Fix installworld: /usr/bin/printf isn't available then,kientzle2007-07-071-1/+3
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
* New "version stamp" simplifies determining the exact versionkientzle2007-07-064-23/+70
* Fix a typo that prevented the quad symbols from being exporteddeischen2007-07-061-1/+1
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* If the mech_type argument to gss_display_status is null, use a defaultdfr2007-07-051-1/+10
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-049-9/+119
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-047-22/+35
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-045-34/+20
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-045-259/+622
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0111-19/+18
* Merge fixes back from heimdal.dfr2007-06-305-63/+154
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* - Bump share library version which were missed in last bumprafan2007-06-183-3/+3
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Add rewind() to the list of functions which may fail and set errnoache2007-06-181-1/+2
* Add mbstate clear missed in one of the cases.ache2007-06-181-5/+6
* Fix library names.davidxu2007-06-1810-10/+10
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* - Bump ncurses share library version for the coming RELENG_7rafan2007-06-161-1/+1
* Add information about the implications of using mmap(2) instead of sbrk(2).jasone2007-06-151-1/+19
* Fix junk/zero filling for realloc(). Junk filling was missing in one case,jasone2007-06-151-36/+48
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.simokawa2007-06-154-18/+39
* Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP.harti2007-06-141-2/+4
OpenPOWER on IntegriCloud