summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the support for int13 FPU exception reporting on i386. It iskib2010-06-231-45/+2
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-39/+22
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-4/+4
* MFi386: the part of revision 181809nyan2010-05-291-5/+5
* MFi386: revision 178471nyan2010-05-291-42/+150
* Reduce diffs against i386.nyan2010-05-291-11/+17
* MFi386: revision 208621nyan2010-05-291-2/+0
* MFi386: revision 208604nyan2010-05-291-0/+14
* Reduce diffs against syscons_isa.c. No functional changes.nyan2010-05-261-29/+34
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-11/+10
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-202-18/+16
* MFi386: revision 206553nyan2010-04-291-4/+8
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Comply with the new cyclic dtrace module variable namerpaulo2010-04-211-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withattilio2010-04-091-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-7/+3
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* MFx86: the part of r204641nyan2010-03-051-2/+7
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+1
* Adjust style (following the already existing rules) for the newlyattilio2010-02-151-1/+1
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-9/+0
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-172-2/+3
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-151-4/+5
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Re-enable more options and devices. Now kernel size problem is gone.nyan2010-01-031-20/+20
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-4/+5
* - Create a separate section in in the MI NOTES file for PCI wireless NICjhb2009-12-181-20/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Fix cut'n paste on the AR9280 entry.thompsa2009-12-021-1/+1
* Add missing ath_ar9* ath hal entries.thompsa2009-12-021-0/+2
* Remove duplicate 'ural' entry since it was added to the MI NOTES a whilejhb2009-11-171-2/+0
* MFi386: revision 199104nyan2009-11-121-16/+62
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-111-8/+17
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-21/+6
* Move the USB wireless drivers down into their own section next to the USBjhb2009-10-131-4/+5
* MFi386: revision 197653nyan2009-10-011-1/+1
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-261-0/+3
* MFi386: Remove old file.nyan2009-09-091-6/+0
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-0/+29
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+0
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-4/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Add stub vm.h for pc98.nyan2009-06-271-0/+6
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+6
OpenPOWER on IntegriCloud