| Commit message (Expand) | Author | Age | Files | Lines |
* | LZW bugfix: when we hit end-of-file, return an invalid code. | kientzle | 2009-04-17 | 1 | -2/+2 |
* | Minor fix: some platforms require both inttypes.h and stdint.h. | kientzle | 2009-04-17 | 1 | -1/+2 |
* | Implement command-line fallbacks for gzip and bzip2 decompression as well. | kientzle | 2009-04-17 | 3 | -14/+41 |
* | Merge new xz/lzma support from libarchive.googlecode.com. | kientzle | 2009-04-17 | 3 | -0/+1083 |
* | Don't use the open callback, which is deprecated (because it's | kientzle | 2009-04-17 | 3 | -142/+84 |
* | Accept empty options, add a new read_next_header2() which is more | kientzle | 2009-04-17 | 1 | -5/+22 |
* | Properly clone and free the recently-added "sourcepath" field. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Use thread-safe getgrnam_r() and getpwnam_r(); dynamically size | kientzle | 2009-04-17 | 1 | -6/+50 |
* | Fix a minor memory leak. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Merge from libarchive.googlecode.com: Numerous fixes to the | kientzle | 2009-04-17 | 4 | -232/+360 |
* | Merge from libarchive.googlecode.com: If we're | kientzle | 2009-04-17 | 1 | -32/+15 |
* | There is no way for strmode(3) to append '+' if the file has ACL, | trasz | 2009-04-14 | 2 | -4/+2 |
* | Re-enable backing up extended attributes, as the ZFS bug this | kientzle | 2009-04-13 | 1 | -4/+0 |
* | Sort man page cross references by section, no need for a comma after the | rwatson | 2009-04-13 | 3 | -4/+4 |
* | Merge from libarchive.googlecode.com r791, r879, r884, r948: Various | kientzle | 2009-04-12 | 2 | -36/+113 |
* | Thanks to Christoph Mallon for pointing out the dead variable here. | kientzle | 2009-04-12 | 1 | -5/+6 |
* | Merge from libarchive.googlecode.com: Mostly a bunch of | kientzle | 2009-04-12 | 21 | -220/+250 |
* | Merge from libarchive.googlecode.com r756,r761: | kientzle | 2009-04-12 | 2 | -0/+319 |
* | Merge from libarchive.googlecode.com: | kientzle | 2009-04-12 | 2 | -5/+11 |
* | Merge r881 from libarchive.googlecode.com: The "empty" format | kientzle | 2009-04-12 | 1 | -2/+3 |
* | Include a space between "send" and "broadcast". | emaste | 2009-04-09 | 1 | -1/+1 |
* | Add wide character variants of string manipulations routines to 'SEE ALSO'. | trasz | 2009-04-07 | 16 | -16/+33 |
* | Add support for PowerPC kernel core files. This commit only adds | marcel | 2009-04-06 | 1 | -55/+170 |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 2 | -4/+6 |
* | MFp4 //depot/projects/usb@159934 | thompsa | 2009-04-05 | 1 | -145/+301 |
* | Temporary hack to unbreak user/group lookups; | kientzle | 2009-04-04 | 1 | -2/+2 |
* | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | kib | 2009-04-03 | 3 | -31/+9 |
* | Properly handle malloc() failures. | delphij | 2009-04-02 | 1 | -5/+7 |
* | Remove a warning which is supposed to have been removed on 20030301. | delphij | 2009-04-02 | 1 | -12/+0 |
* | Bail out when memory allocation is failed, rather than referencing | delphij | 2009-04-02 | 1 | -2/+6 |
* | Properly update the shm_open/shm_unlink symbol versioning metadata after | jhb | 2009-04-02 | 2 | -2/+6 |
* | Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(), | kib | 2009-04-01 | 1 | -4/+3 |
* | Document RTLD_NODELETE, -z nodelete and -z origin support. | kib | 2009-04-01 | 1 | -2/+9 |
* | Fix an off-by-one buffer overflow in ngets(). | jhb | 2009-03-31 | 1 | -1/+1 |
* | Turn on nodelete linker flag because libthr can not be unloaded safely, | davidxu | 2009-03-31 | 1 | -0/+1 |
* | Query DNS only once per an address family. | ume | 2009-03-29 | 1 | -86/+170 |
* | Add some casts to silence compiler warning about signedness. | delphij | 2009-03-28 | 2 | -3/+3 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 10 | -115/+214 |
* | Allow O_SYNC and O_NOFOLLOW flags in dbopen(). | delphij | 2009-03-28 | 1 | -2/+2 |
* | Plug memory leaks and a potential NULL dereference. | delphij | 2009-03-28 | 1 | -4/+12 |
* | Simplify the logic when determining whether to zero out a db file to after | delphij | 2009-03-28 | 1 | -15/+5 |
* | - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause | delphij | 2009-03-28 | 1 | -6/+18 |
* | Avoid NULL deference which causes DEBUG1 to crash, not to print useful | delphij | 2009-03-28 | 1 | -1/+1 |
* | - Avoid overwriting the cursor page when the cursor page becomes the | delphij | 2009-03-28 | 1 | -1/+21 |
* | Fix a crash when iterating over a hash and removing its elements. | delphij | 2009-03-28 | 2 | -11/+21 |
* | Only squeeze a short key/value pair onto a page with other complete key/value | delphij | 2009-03-28 | 1 | -3/+9 |
* | Diff reduce against OpenBSD, no functional change. | delphij | 2009-03-28 | 2 | -12/+6 |
* | Return meaningful errno in overflow case; print error message to stderr | delphij | 2009-03-28 | 1 | -1/+7 |
* | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | delphij | 2009-03-28 | 2 | -6/+3 |
* | db/btree/bt_open.c: check return value of snprintf() and return value | delphij | 2009-03-28 | 2 | -6/+21 |