summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document the fact that in a jailed environment, sendto(2) could failcsjp2004-05-111-0/+4
* In the absence of proper validation, at least check that null bytestjr2004-05-114-1/+19
* Fix and clarify unparsable sentence.dds2004-05-111-3/+3
* Bring the description for login_getclassbyname in sync with the function'sdds2004-05-112-8/+28
* Remove a trailing newline, to behave as documented in syslog(3):dds2004-05-101-0/+4
* Fixed style bugs in previous commit (bogus forward declaration andbde2004-05-101-3/+1
* Use a binary search to find the range containing a character intjr2004-05-093-20/+34
* o fix a sentence to match with the synopsis [1]brueffer2004-05-091-3/+3
* The FTS_NOSTAT option is an optimisation that reduces the numberpeadar2004-05-083-6/+153
* Add an implementation of copysignl(), a long double version of copysign().stefanf2004-05-074-4/+57
* Add an MLINK for fabsl().stefanf2004-05-071-1/+1
* The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments'stefanf2004-05-061-8/+11
* A minor refactoring to simplify portability: assign the filenamekientzle2004-05-052-10/+14
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-038-60/+60
* Remove bogus FBSDID.obrien2004-05-021-3/+1
* Fix damaged FBSDID.obrien2004-05-021-3/+1
* Merge vfscanf.c, v1.37:das2004-05-021-8/+7
* Merge vfprintf.c, v1.65:das2004-05-021-24/+17
* Add option NO_FP_LIBC, which disables floating-point support indas2004-05-021-0/+3
* - To make it easier to compile *printf() and *scanf() withoutdas2004-05-022-31/+21
* When *printf() and *scanf() are compiled without floating-pointdas2004-05-021-0/+4
* Include appropriate flag header on Linux.kientzle2004-05-021-0/+4
* Create missing directories when extracting hardlinks and symlinks.kientzle2004-04-301-9/+39
* Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports thekientzle2004-04-291-7/+49
* Add statistics: track offset in compressed and uncompressed archive,kientzle2004-04-2810-1/+43
* Correct spelling of "shell archive" to match /usr/share/misc/magic.kientzle2004-04-281-1/+1
* Add the libarchive-formats.5 manpage. This summarizes the variouskientzle2004-04-283-0/+229
* Add read support for four more common cpio variants:kientzle2004-04-281-64/+304
* - Added rad_demangle() for demangling user-passwords (needed forru2004-04-276-32/+415
* Markup nit.ru2004-04-271-1/+1
* Update file flag handling.kientzle2004-04-269-82/+506
* Rewrite split_lines() to operate safelyache2004-04-251-3/+7
* Make sure that symbols are declared in math.h iff the appropriatedas2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beendas2004-04-251-6/+1
* Unconditionaly initialize any spin lock passed to pthread_spin_init(). Whilemtm2004-04-241-4/+0
* Make clone more aggressive about copying strings to the new entry.kientzle2004-04-231-9/+9
* Set the 'dump' flag for shardump format.kientzle2004-04-231-0/+4
* Correct spelling of == so that file flags are correctly restored.kientzle2004-04-231-1/+1
* Use the correct size to allocate, copy and clear argument type tablestjr2004-04-222-12/+18
* Enable libdisk for powerpc build.grehan2004-04-211-5/+1
* PowerPC support.grehan2004-04-216-4/+125
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISjon2004-04-211-0/+1
* Unbreak world.ru2004-04-211-3/+2
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-215-44/+82
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesnjl2004-04-211-5/+18
* Add mention of the fact that timeouts are silently limited to 24 hours.cperciva2004-04-201-0/+5
* Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.kientzle2004-04-201-15/+27
* In GNU tar archives, read ctime from ctime field, not atime field.kientzle2004-04-201-1/+1
* Eliminate some redundant calls to archive_entry_hardlink.kientzle2004-04-202-8/+15
* Optimize ustar header formatting.kientzle2004-04-191-89/+79
OpenPOWER on IntegriCloud