summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix a problem referencing free'd memory. This is only a problem forjmg2003-10-121-2/+7
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-126-12/+42
* The code that was meant to test alignment of the register offsetse2003-10-111-46/+24
* - Fix a typo, I meant & and not |. This was causing lockups from the syncerjeff2003-10-111-1/+1
* Fix some problems in linux_sendmsg() and linux_recvmsg().iwasaki2003-10-111-36/+38
* MFi386: revision 1.576.nyan2003-10-112-12/+0
* fix braino: null the pointer who's memory we just free'd, not some othersam2003-10-111-1/+1
* Set page zero read/write right from the start rather than trying topeter2003-10-102-8/+7
* locking fixups:sam2003-10-102-9/+14
* crashdump support.ps2003-10-103-12/+84
* Add the Intersil Prism2/Atmel device. These particular devices are strangebms2003-10-103-2/+22
* Sanitize the code relating to the /dev/ti%d entries. In particular evictphk2003-10-102-136/+12
* fixed an endian bug on fragment header scanningume2003-10-101-1/+2
* Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works forpeter2003-10-101-15/+24
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.bms2003-10-103-2/+14
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-108-59/+0
* switch cast128 implementation to implementation by Steve Reid;ume2003-10-105-1018/+794
* Restore transfermode on devices after reinit.sos2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.sos2003-10-101-0/+3
* Add an 'include' directive to pull in <sys/ptrace.h>.robert2003-10-101-0/+1
* - Synchronize access to a page's valid field in vfs_bio_clrbuf()alc2003-10-101-8/+10
* - 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
OpenPOWER on IntegriCloud