summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 225936nyan2011-10-041-7/+34
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-23/+5
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Change all the sample kernel configurations to usermacklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Enable the new PCI-PCI bridge driver on pc98 by default. I missed thisjhb2011-07-161-0/+2
* - Reduce diffs against i386.nyan2011-06-131-6/+7
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-3/+4
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-54/+0
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-10/+9
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-19/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-4/+5
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. Thesejkim2011-04-061-0/+17
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* MFi386: revision 218744nyan2011-02-191-1/+7
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* MFi386: revision 218329nyan2011-02-071-0/+6
* MFi386: revision 218327nyan2011-02-071-1/+17
* MFi386: revision 217886nyan2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+4
* MFi386: revision 217515nyan2011-01-181-3/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-1/+1
* MFi386 r216012 by kib:gavin2011-01-021-1/+2
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-2/+2
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.jkim2010-12-081-3/+7
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-9/+7
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-7/+9
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-77/+26
* Include x86/_align.h directly instead of including the i386 header.tijl2010-11-261-26/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withjkim2010-11-111-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-6/+0
* Move the mptable.h under x86/include/.attilio2010-11-091-6/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-011-6/+0
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-012-7/+1
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andnyan2010-10-312-10/+10
* MFi386: the part of revision 213226.nyan2010-10-241-44/+55
* 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
OpenPOWER on IntegriCloud