summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add thr_kill2 syscall.davidxu2007-08-221-0/+3
* This commit updates libarchive to be compatible withkientzle2007-08-182-183/+600
* Make suid/sgid restore be "opportunistic" ifkientzle2007-08-122-16/+82
* Update the tests for reading the various GNU tar sparse formats.kientzle2007-08-121-75/+267
* Output error message to STDERR_FILENO.davidxu2007-08-071-1/+1
* Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.rink2007-08-051-19/+38
* Back out previous commit until I figure out why my regression test fails.des2007-08-033-23/+17
* Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.des2007-08-033-17/+23
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* Two minor nits:kientzle2007-07-311-0/+7
* Cross-reference the correct manual page.jkoshy2007-07-282-2/+2
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* Set timeout for all NIS RPC requests to 1 second and not just forsimon2007-07-241-8/+8
* Apply the same error checks to PAM_TTY in pam_sm_close_session() as indes2007-07-221-1/+9
* Whitespace cleanupdes2007-07-221-6/+6
* - Correctly substitute variables like @NCURSES_MAJOR@ in manual pagesrafan2007-07-212-2/+10
* Added environ-replacement detection. For programs that "clean" (i.e., su)scf2007-07-201-78/+163
* Fix a strict aliasing warning from GCC 4.1.kientzle2007-07-201-1/+4
* 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
OpenPOWER on IntegriCloud