summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-0812-1228/+2581
* Untangle the code in this file to improve understandability. Bothmarcel2003-09-071-159/+155
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-079-48/+91
* MFamd64/i386alc2003-09-072-24/+38
* Improved English, proper spacing and capitalization for the serialmarcel2003-09-071-25/+27
* Revise the locking in mincore(2).alc2003-09-071-5/+5
* update my email address.cg2003-09-0736-37/+37
* clock.c:bde2003-09-073-5/+37
* Moved stop/start code for other CPUs to near the beginning/end ofbde2003-09-071-41/+41
* Restored non-egregious casts so that this file compiles on i386's withbde2003-09-071-3/+4
* Restored a non-egregious cast so that this file compiles on i386'sbde2003-09-071-1/+1
* Return EINVAL if the contested bit is not set on the umtx passed totjr2003-09-071-1/+2
* 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
OpenPOWER on IntegriCloud