summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix off-by-one error in array bounds check.phk2003-09-051-1/+1
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESphk2003-09-051-0/+2
* Be less confusing in a comment.phk2003-09-051-1/+1
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-054-6/+52
* Whacked out CIS configurations can cause us to not have any child. Whenimp2003-09-051-2/+4
* lock ip fragment queuessam2003-09-051-0/+18
* o add lockingsam2003-09-051-37/+67
* Reduce window during which a race can occur when detachingsam2003-09-041-2/+3
* Make sure to return ENOIOCTL if the ioctl is not handled.phk2003-09-041-2/+2
* Calling KNOTE with locks held may result in recursion when it calls backnjl2003-09-041-2/+13
* Upon receiving a CCB for a LUN that is not enabled, be sure to unlock thenjl2003-09-041-0/+1
* Don't free the buffer if it wasn't actually allocated.njl2003-09-041-1/+1
* Use stream bus space accesses to program the ID (station address)tmm2003-09-042-2/+6
* - Clear the CE AFSR bits which indicate the error condition when handlingtmm2003-09-042-8/+25
* KNF: parentheses around return values.dds2003-09-041-4/+4
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nownjl2003-09-041-8/+0
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESjhb2003-09-031-0/+3
* Replace another instance of PCIR_MAPS with PCIR_BAR(x).jhb2003-09-031-1/+1
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.ken2003-09-031-1/+1
* Use the quality to disable timecounters for which we deem Hz too low.phk2003-09-031-6/+10
* Give the ELAN timecounter better quality than i8254phk2003-09-031-1/+2
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.phk2003-09-033-0/+15
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsobrien2003-09-031-0/+9
* Examine and record the Silicon Revision Register on NS parts.phk2003-09-032-3/+38
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-034-45/+134
* - Several of the callers to getdirtybuf() were erroneously changed to passjeff2003-09-031-9/+16
* PR: kern/56343bms2003-09-031-1/+3
* MFi386: add device ataraid, this is now seperate and not pulled in by atadisk.obrien2003-09-031-0/+1
* Support the nForce3 chip found on Opteron motherboards:obrien2003-09-022-0/+2
* move domain list mutex initialization to earlier in the boot sequence sosam2003-09-021-2/+1
* Add function OF_decode_addr(). This function obtains the physicalmarcel2003-09-022-1/+112
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-026-0/+6
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0264-154/+149
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)jhb2003-09-021-1/+5
* Fix errno return values to better represent failure reasons fordds2003-09-021-4/+9
* cosmeticssos2003-09-021-2/+2
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realscottl2003-09-022-155/+243
* Don't open with exclusive bit, swapon(8) wants to trash our swapdev.phk2003-09-021-2/+8
* Simplify the ioctl handling in GEOM.phk2003-09-016-309/+146
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
* Change clean_map from a global to an auto variableeivind2003-09-012-1/+1
* Don't try to enable io or memory access for non-standard resourcedfr2003-09-011-6/+9
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
* Try to close the race between disk_destroy() and a subsequent disk_create().phk2003-09-011-19/+17
* Rearrange the probe code yet again.sos2003-09-012-44/+61
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezemarcel2003-09-011-25/+2
OpenPOWER on IntegriCloud