summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Establish the interrupt handler AFTER we successfully attach. We needimp2009-04-184-22/+29
* Remove debug write accidentally left in.imp2009-04-181-1/+0
* Fix bug in event timeout handlingemax2009-04-171-5/+5
* minor cleanupticso2009-04-171-5/+3
* *** empty log message ***kientzle2009-04-171-4/+4
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.ed2009-04-171-39/+21
* - Add a few more register defintions for the PCI express capabilityjhb2009-04-172-3/+54
* clarify state of llentry that is passed backkmacy2009-04-171-0/+2
* Undo private changes that should never have been committed.kan2009-04-171-70/+0
* More fallout from negative dotdot caching. Negative entries shouldkan2009-04-172-8/+83
* The vlan code has not required the miibus code since 6.0 whenjhb2009-04-171-1/+0
* Drain the driver tasks on the same taskqueue in which they were enqueued.thompsa2009-04-171-3/+3
* The sr(4) driver is removed.nyan2009-04-171-1/+0
* The ar(4), ray(4) and sr(4) drivers are removed.nyan2009-04-171-8/+0
* Revert r190943, since the problem in ports seems to be fixed now.das2009-04-171-2/+0
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-174-12/+40
* Add an entry for the French macbook keyboard layout.roberto2009-04-171-0/+1
* Remove kue_fw.h, missed in previous IFF_NEEDSGIANT USB driver garbagerwatson2009-04-171-685/+0
* Remove legacy versions of USB network interface drivers relying onrwatson2009-04-1724-21963/+0
* 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
OpenPOWER on IntegriCloud