summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - typo. found by markus@openbsdume2003-10-091-4/+2
* - typo in commentume2003-10-0910-289/+225
* Fix the bug that prevented DMA from working on old Acer chips.sos2003-10-091-2/+3
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-097-1/+59
* With BETA 5 of libuwx some of the application registers are renamedmarcel2003-10-091-3/+3
* This commit was generated by cvs2svn to compensate for changes in r120925,marcel2003-10-0912-155/+260
|\
| * Upgrade Unwind Express (libuwx) to BETA 5. This upgrade includesmarcel2003-10-0912-155/+260
* | Add symmetric crypto support for the 7955 and 7956.sam2003-10-083-41/+159
* | Include <sys/smp.h> for the prototype of smp_rendezvous().marcel2003-10-081-0/+1
* | - fix typo in comments.ume2003-10-0821-637/+402
* | make kernel_sysctl()'s args match its prototype in order to fix thegallatin2003-10-081-1/+1
* | (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
OpenPOWER on IntegriCloud