summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-121-1/+2
* Now userland POSIX semaphore is based on umtx. The kernel moduledavidxu2010-09-241-1/+0
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-59/+82
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Store fsbase and gsbase in the right fields of the mcontext. They weretijl2010-07-201-4/+4
* Unify pc98 event timer code with the rest of x86.mav2010-07-132-563/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forkib2010-06-231-11/+8
* After the FPU use requires #MF working due to INT13 FPU exception handlingkib2010-06-231-3/+2
* 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
OpenPOWER on IntegriCloud