summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Change Taiwan, Province of China to Taiwan, Republic of Chinakevlo2009-04-171-1/+1
* | Disabling the crypto bits should quiet tinderbox while Ikientzle2009-04-171-0/+8
* | Merge from libarchive.googlecode.com:kientzle2009-04-1728-153/+788
* | Merge remaining changes from libarchive.googlecode.com:kientzle2009-04-176-42/+150
* | Set options before opening the archive.kientzle2009-04-171-7/+10
* | Minor portability improvement in calls to ctype.h macros.kientzle2009-04-171-2/+2
* | Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks.kientzle2009-04-1710-52/+58
* | 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
* | Prevent atkbd(4) interrupt handler from calling keyboard callback functionemax2009-04-171-2/+4
* | Only call ieee80211_start_all() if its a 80211 device.thompsa2009-04-161-1/+2
* | call base if_qflush routine to flush if_sndkmacy2009-04-161-0/+1
* | export if_qflush for use by driver if_qflush routineskmacy2009-04-162-7/+12
* | s/void/void */kmacy2009-04-161-1/+1
* | add comment to llentry_updatekmacy2009-04-161-0/+4
* | restore spare pointers for MFCingkmacy2009-04-161-2/+3
* | add utility routine for updating an struct llentry *kmacy2009-04-162-0/+35
* | Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-1645-88/+122
* | Merge new kernel files from OpenBSM 1.1: audit_fcntl.h andrwatson2009-04-162-0/+431
* | o Reflect ar(4), ray(4), sr(4), raycontrol(8) removal.maxim2009-04-161-0/+6
* | Added a field to the SVCXPRT structure that the nfsv4 server canrmacklem2009-04-161-0/+1
* | Garbage collect raycontrol(8), as ray(4) has been removed.rwatson2009-04-164-806/+0
* | Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this wasrwatson2009-04-161-1/+1
* | mge(4): fix two bugs, which were leading to crash/hang under very heavyraj2009-04-161-3/+11
* | Minor style fixes and better comments.raj2009-04-162-0/+9
* | Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,raj2009-04-166-20/+44
* | Remove man pages ar(4), ray(4), and sr(4) following removal of theserwatson2009-04-164-704/+0
* | Garbage collect unbuildable and unusable non-MPSAFE network devicerwatson2009-04-1621-12963/+0
* | Verify that '..' still exists with the same inode number afterkib2009-04-161-9/+35
* | In flushbufqueues(), do not allocate sentinel buffer on the stack,kib2009-04-161-7/+9
* | Export the number of times bufdaemon got help from the normal threads.kib2009-04-161-0/+4
* | Precision '*' expects an int and strlen() returns a size_t.marcel2009-04-161-1/+1
OpenPOWER on IntegriCloud