summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Publicize a handful of new functions and bump the version numberkientzle2009-04-171-5/+17
* Merge lots of test suite updates from libarchive.googlecode.com.kientzle2009-04-1742-349/+2236
* FreeBSD has a lot of crypto functions used by the recent mtree writer updates.kientzle2009-04-171-1/+7
* Ensure that the option setters return OK (option used) evenkientzle2009-04-171-3/+9
* Fix a memory leak: Release the current list of /set keywordskientzle2009-04-171-3/+9
* Document the new read options interface and the new read_header2() call.kientzle2009-04-171-0/+62
* Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r().kientzle2009-04-171-16/+57
* Don't match an empty file on a read error.kientzle2009-04-171-6/+5
* When pulling metadata from disk, lookup the user and group name at the same t...kientzle2009-04-171-1/+12
* LZW bugfix: when we hit end-of-file, return an invalid code.kientzle2009-04-171-2/+2
* Minor fix: some platforms require both inttypes.h and stdint.h.kientzle2009-04-171-1/+2
* Implement command-line fallbacks for gzip and bzip2 decompression as well.kientzle2009-04-173-14/+41
* Merge new xz/lzma support from libarchive.googlecode.com.kientzle2009-04-173-0/+1083
* Don't use the open callback, which is deprecated (because it'skientzle2009-04-173-142/+84
* Accept empty options, add a new read_next_header2() which is morekientzle2009-04-171-5/+22
* Properly clone and free the recently-added "sourcepath" field.kientzle2009-04-171-0/+2
* Use thread-safe getgrnam_r() and getpwnam_r(); dynamically sizekientzle2009-04-171-6/+50
* Fix a minor memory leak.kientzle2009-04-171-0/+2
* Merge from libarchive.googlecode.com: Numerous fixes to thekientzle2009-04-174-232/+360
* Merge from libarchive.googlecode.com: If we'rekientzle2009-04-171-32/+15
* There is no way for strmode(3) to append '+' if the file has ACL,trasz2009-04-142-4/+2
* Re-enable backing up extended attributes, as the ZFS bug thiskientzle2009-04-131-4/+0
* Sort man page cross references by section, no need for a comma after therwatson2009-04-133-4/+4
* Merge from libarchive.googlecode.com r791, r879, r884, r948: Variouskientzle2009-04-122-36/+113
* Thanks to Christoph Mallon for pointing out the dead variable here.kientzle2009-04-121-5/+6
* Merge from libarchive.googlecode.com: Mostly a bunch ofkientzle2009-04-1221-220/+250
* Merge from libarchive.googlecode.com r756,r761:kientzle2009-04-122-0/+319
* Merge from libarchive.googlecode.com:kientzle2009-04-122-5/+11
* Merge r881 from libarchive.googlecode.com: The "empty" formatkientzle2009-04-121-2/+3
* Include a space between "send" and "broadcast".emaste2009-04-091-1/+1
* Add wide character variants of string manipulations routines to 'SEE ALSO'.trasz2009-04-0716-16/+33
* Add support for PowerPC kernel core files. This commit only addsmarcel2009-04-061-55/+170
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-062-4/+6
* MFp4 //depot/projects/usb@159934thompsa2009-04-051-145/+301
* Temporary hack to unbreak user/group lookups;kientzle2009-04-041-2/+2
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).kib2009-04-033-31/+9
* Properly handle malloc() failures.delphij2009-04-021-5/+7
* Remove a warning which is supposed to have been removed on 20030301.delphij2009-04-021-12/+0
* Bail out when memory allocation is failed, rather than referencingdelphij2009-04-021-2/+6
* Properly update the shm_open/shm_unlink symbol versioning metadata afterjhb2009-04-022-2/+6
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),kib2009-04-011-4/+3
* Document RTLD_NODELETE, -z nodelete and -z origin support.kib2009-04-011-2/+9
* Fix an off-by-one buffer overflow in ngets().jhb2009-03-311-1/+1
* Turn on nodelete linker flag because libthr can not be unloaded safely,davidxu2009-03-311-0/+1
* Query DNS only once per an address family.ume2009-03-291-86/+170
* Add some casts to silence compiler warning about signedness.delphij2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().delphij2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.delphij2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterdelphij2009-03-281-15/+5
OpenPOWER on IntegriCloud