summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* No need for a separate nfpm driver now - amdpm handles both.dfr2003-09-061-1/+0
* When recording resources for the amdpm driver, only describe the portsdfr2003-09-061-101/+36
* Load the kernel at a 64M instead of 5M. The advantage of this is thatmarcel2003-09-061-1/+1
* Add locking.sam2003-09-061-135/+237
* "fast swi" taskqueue support. This is a taskqueue that uses spinlockssam2003-09-053-3/+131
* Print a message at boot for interrupt handlers created with INTR_MPSAFEsam2003-09-051-4/+14
* Fix a place where I forgot to change the code that checks whethermarcel2003-09-054-21/+9
* change timeout to be MPSAFEsam2003-09-052-5/+5
* change timer to MPSAFEsam2003-09-052-5/+5
* o add experimental radiotap capture formatsam2003-09-055-13/+125
* Add support for the experimental radiotap capture format. With thissam2003-09-053-11/+112
* Experimental bpf capture format for 802.11 devices. The link layersam2003-09-051-0/+185
* Log involuntary context switches correctly.peter2003-09-051-2/+2
* Add locking. We use a single lock to guard the global vlan list and alsosam2003-09-051-17/+47
* Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontextpeter2003-09-051-2/+2
* Mark the isa compat shims for BURN_BRIDGES for 6.0peter2003-09-052-0/+12
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverpeter2003-09-052-20/+0
* Remove now unused BOOTP tags related to NFS swap device.phk2003-09-051-3/+0
* Put the message about msgbuf cksum mismatch under bootverbose and tellphk2003-09-051-2/+5
* 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
OpenPOWER on IntegriCloud