aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge vfscanf.c, v1.37:David Schultz2004-05-021-8/+7
* Merge vfprintf.c, v1.65:David Schultz2004-05-021-24/+17
* Add option NO_FP_LIBC, which disables floating-point support inDavid Schultz2004-05-021-0/+3
* - To make it easier to compile *printf() and *scanf() withoutDavid Schultz2004-05-022-31/+21
* When *printf() and *scanf() are compiled without floating-pointDavid Schultz2004-05-021-0/+4
* Include appropriate flag header on Linux.Tim Kientzle2004-05-021-0/+4
* Create missing directories when extracting hardlinks and symlinks.Tim Kientzle2004-04-301-9/+39
* Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports theTim Kientzle2004-04-291-7/+49
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-2810-1/+43
* Correct spelling of "shell archive" to match /usr/share/misc/magic.Tim Kientzle2004-04-281-1/+1
* Add the libarchive-formats.5 manpage. This summarizes the variousTim Kientzle2004-04-283-0/+229
* Add read support for four more common cpio variants:Tim Kientzle2004-04-281-64/+304
* - Added rad_demangle() for demangling user-passwords (needed forRuslan Ermilov2004-04-276-32/+415
* Markup nit.Ruslan Ermilov2004-04-271-1/+1
* Update file flag handling.Tim Kientzle2004-04-269-82/+506
* Rewrite split_lines() to operate safelyAndrey A. Chernov2004-04-251-3/+7
* Make sure that symbols are declared in math.h iff the appropriateDavid Schultz2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beenDavid Schultz2004-04-251-6/+1
* Unconditionaly initialize any spin lock passed to pthread_spin_init(). WhileMike Makonnen2004-04-241-4/+0
* Make clone more aggressive about copying strings to the new entry.Tim Kientzle2004-04-231-9/+9
* Set the 'dump' flag for shardump format.Tim Kientzle2004-04-231-0/+4
* Correct spelling of == so that file flags are correctly restored.Tim Kientzle2004-04-231-1/+1
* Use the correct size to allocate, copy and clear argument type tablesTim J. Robbins2004-04-222-12/+18
* Enable libdisk for powerpc build.Peter Grehan2004-04-211-5/+1
* PowerPC support.Peter Grehan2004-04-216-4/+125
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISJonathan Chen2004-04-211-0/+1
* Unbreak world.Ruslan Ermilov2004-04-211-3/+2
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-215-44/+82
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesNate Lawson2004-04-211-5/+18
* Add mention of the fact that timeouts are silently limited to 24 hours.Colin Percival2004-04-201-0/+5
* Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.Tim Kientzle2004-04-201-15/+27
* In GNU tar archives, read ctime from ctime field, not atime field.Tim Kientzle2004-04-201-1/+1
* Eliminate some redundant calls to archive_entry_hardlink.Tim Kientzle2004-04-202-8/+15
* Optimize ustar header formatting.Tim Kientzle2004-04-191-89/+79
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andColin Percival2004-04-181-0/+7
* Bring describtion of a sysctl in line with the source:Christian Brueffer2004-04-161-1/+1
* Remove unnecessary .Pp macro and bump document dateChristian Brueffer2004-04-161-2/+1
* List some sysctl variables that influence accountingChristian Brueffer2004-04-161-0/+16
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.Tim Kientzle2004-04-161-0/+3
* Use a MANFILTER to patch the man pages to point to the right path.Hartmut Brandt2004-04-141-0/+4
* Bump the shared library version number for the bsnmp v1.6 importHartmut Brandt2004-04-141-1/+1
* Put the name of the module first in the list of all .Nm calls withHartmut Brandt2004-04-141-0/+1
* Compare with 0 if comparing an integer, not with NULL.Hartmut Brandt2004-04-141-1/+1
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toHartmut Brandt2004-04-141-2/+2
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-1312-51/+99
* Perform some basic validation of multibyte conversion state objects.Tim J. Robbins2004-04-128-16/+116
* Remove a nonsensical remark about byte order markers in UTF-8 streams.Tim J. Robbins2004-04-121-6/+1
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-1236-933/+396
* Belatedly remove the getvfsent(3) API. All the consumers have beenMaxime Henrion2004-04-113-342/+2
* Document the meaning of the zero return value.Tim J. Robbins2004-04-112-6/+11