summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onthomas2003-10-081-2/+5
* Lock the destination object in vm_fault_copy_entry().alc2003-10-081-2/+7
* Retire vm_page_copy(). Its reason for being ended when peter@ modifiedalc2003-10-083-20/+7
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aimp2003-10-081-0/+1
* sync to 1.73imp2003-10-081-1/+4
* Xircom Wireless ethernetimp2003-10-081-0/+1
* must lock route when the caller provided a route but notsam2003-10-071-2/+4
* indentume2003-10-071-1/+1
* style and indent. no functional change.ume2003-10-071-40/+34
* - fix typo in comment.ume2003-10-0711-326/+281
* nuke unused CTL_IPV6PROTO_NAMES macro.ume2003-10-071-47/+0
* insure local variable is initialized prior to usesam2003-10-071-1/+1
* nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.ume2003-10-072-41/+1
* return(code) -> return (code)ume2003-10-072-3/+3
* (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctxthomas2003-10-071-12/+15
* Give more correct params to busdma_*sos2003-10-071-8/+9
* Improve timeout handling and reporting.sos2003-10-071-6/+22
* Properly get out of transaction() if setting up the transfer fails.sos2003-10-071-15/+19
* In case we loose a device during reset in reinit() finish offsos2003-10-071-3/+22
* Interior decoration changes.phk2003-10-072-42/+39
* Assign keycodes for Power, Sleep and Wake keys.fjoe2003-10-072-0/+18
* Card type stuff was backwards, so assume io for the moment. mem needsimp2003-10-071-6/+2
* Include pccard/pccard_cis.h here tooimp2003-10-073-3/+6
* remove obsolete quirks for cardbus cis. none have proven to be needed.imp2003-10-071-25/+3
* Add new file for definitions of CIS. We can share this with cardbus.imp2003-10-071-0/+203
* o move the cis tuple definitions into a common file.imp2003-10-077-306/+27
* These aren't needed anymoreimp2003-10-071-3/+0
* Remove prototype for decode_tuple_copy() which was axed in the lastjhb2003-10-061-3/+0
* remove the cardbus cis reading code. nobody ever used it and it hasimp2003-10-062-111/+0
* return(code) -> return (code)ume2003-10-0622-408/+403
* Add disk_destroy() call to detach processing.phk2003-10-061-0/+15
* Free the SCSI cd major numberphk2003-10-061-1/+0
* Allow our bio tools to be used for local bio-chopping by not mandatingphk2003-10-061-2/+7
* Introduce a per provider wither flagphk2003-10-062-0/+3
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.simokawa2003-10-061-18/+24
* refactor how we do the quirk matching. this puts an ugly if into aimp2003-10-062-56/+58
* Remove the cis reading bus methods. They were never implemented andimp2003-10-061-49/+0
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.simokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.simokawa2003-10-061-12/+32
* - My last commit to this file is still not safe, I believe that it may bejeff2003-10-061-0/+6
* - Reinstate 1.142 this was fixed by 1.144.jeff2003-10-061-3/+5
* Only the super-user should be able to wire pages via the mlock() familybms2003-10-061-6/+2
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-069-6/+11
* Remove support for the unused 4th component of the KERN_PROC_PROC sysctl.tjr2003-10-061-6/+0
* include the DS element in beaconssam2003-10-061-1/+4
* - The VCHR case in ffs_sync() is an unneccsary optimization especiallyjeff2003-10-051-5/+2
* The addition of a locking assertion to vm_page_zero_invalid() has revealedalc2003-10-051-0/+1
* - Add a missing vn_start_write() to flushbufqueues(). This could havejeff2003-10-051-4/+9
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersmbr2003-10-054-24/+74
* fix typo that caused a panic when processing an ICMP redirectsam2003-10-051-1/+1
OpenPOWER on IntegriCloud