summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0727-686/+806
* Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c andmarcel2003-09-071-2/+1
* MFp4: Revamped GENERIC (and hints). This is some much more pleasantmarcel2003-09-072-118/+84
* Replace sio(4) with uart(4). Remove the sio(4) hints and only addmarcel2003-09-072-9/+5
* msync(2) should be declared MP-safe.alc2003-09-076-7/+7
* Fix build breakage caused by the inclusion of <ddb/ddb.h> whilemarcel2003-09-071-1/+2
* Turning on warning for static LDT allocation.davidxu2003-09-071-4/+0
* Add proper pc98 MD files. Add a commented out cbus attachment forimp2003-09-072-1/+3
* add i8251imp2003-09-071-0/+1
* Better stab at MD code for pc98. The 8251 stuff is a total lieimp2003-09-074-0/+976
* Add uart(4). Shuffle the information about sio(4) flags and optionsmarcel2003-09-071-20/+39
* Hook-up the uart(4) driver to the build. For a detailed descriptionmarcel2003-09-0610-2/+33
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-0624-0/+5902
* Enhance puc(4) to support uart(4). This includes:marcel2003-09-067-77/+336
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainsam2003-09-061-0/+1
* correct fast swi taskqueue spinlock name to be different from the sleep locksam2003-09-061-1/+1
* Giant is no longer required by pipe_destroy_write_buffer(). Reducealc2003-09-061-9/+7
* Bzero the right number of bytes.phk2003-09-061-1/+1
* Make indentation uniform.dfr2003-09-061-16/+16
* 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
OpenPOWER on IntegriCloud