aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+6
* MFprojects/zfsd:Alexander Motin2012-05-241-1/+1
* Add SMP/i386 suspend/resume support.Mitsuru IWASAKI2012-05-181-1/+0
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-261-2/+0
* MFi386: revisions 234074 and 234105Yoshihiro Takahashi2012-04-221-0/+7
* Move the legacy(4) driver to x86.John Baldwin2012-03-301-6/+0
* Remove pty(4) from our kernel configurations.Ed Schouten2012-03-211-1/+0
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. ReplaceTijl Coosemans2012-03-191-1/+1
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. ReplaceTijl Coosemans2012-03-191-1/+1
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.Tijl Coosemans2012-03-191-1/+1
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98Tijl Coosemans2012-03-181-1/+1
* - Fix to build a native i386 kernel without the SMP and atpic.Yoshihiro Takahashi2012-03-161-0/+20
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedAttilio Rao2012-03-061-3/+0
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. ReplaceTijl Coosemans2012-03-041-1/+1
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.Tijl Coosemans2012-03-041-1/+1
* Copy amd64 float.h to x86 and merge with i386 float.h. ReplaceTijl Coosemans2012-03-041-1/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.Tijl Coosemans2012-02-281-1/+1
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.Tijl Coosemans2012-02-281-1/+1
* Copy amd64 endian.h to x86 and merge with i386 endian.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans2012-02-281-1/+1
* Remove full debugger options and enable KDB_TRACE option instead to decreaseYoshihiro Takahashi2012-02-091-14/+2
* - Disable the olpt driver. Because it conflicts with the ppc/lpt driver.Yoshihiro Takahashi2012-02-091-2/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-3/+2
* Flip these options on so the modules build correctly for now.Adrian Chadd2012-01-061-2/+2
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelRobert Watson2011-12-291-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Replace `inline static' by `static inline'.Ed Schouten2011-12-132-3/+3
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hMarius Strobl2011-11-272-6/+3
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+3
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-011-1/+1
* Adjust the debugger options slightly. This should help me do the rightKen Smith2011-10-271-1/+4
* MFi386: revision 225936Yoshihiro Takahashi2011-10-041-7/+34
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-111-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-23/+5
* In HEAD when doing no further checkes there is no reason use theBjoern A. Zeeb2011-08-201-3/+2
* Change all the sample kernel configurations to useRick Macklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupBjoern A. Zeeb2011-07-301-1/+12
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Enable the new PCI-PCI bridge driver on pc98 by default. I missed thisJohn Baldwin2011-07-161-0/+2
* - Reduce diffs against i386.Yoshihiro Takahashi2011-06-131-6/+7
* remove code for dynamic offlining/onlining of CPUs on x86Andriy Gapon2011-06-081-3/+4
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-54/+0
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-261-0/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-241-10/+9
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andJung-uk Kim2011-04-121-19/+2