summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Reduce diffs against i386.nyan2012-11-101-1/+3
* Fix some KASSERTs.nyan2012-11-101-1/+3
* MFi386: r211924nyan2012-11-101-1/+10
* Use ANSI prototype to fix build with clang.nyan2012-11-101-77/+43
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-1/+1
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-5/+0
* MFi386: revision 237445nyan2012-09-231-4/+11
* Grammar fix: s/NIC's/NICs/gjb2012-08-261-1/+1
* Partially revert r217515 so that the mem_range_softc variable is alwaysjhb2012-07-091-0/+3
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+6
* MFprojects/zfsd:mav2012-05-241-1/+1
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-1/+0
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-2/+0
* MFi386: revisions 234074 and 234105nyan2012-04-221-0/+7
* Move the legacy(4) driver to x86.jhb2012-03-301-6/+0
* Remove pty(4) from our kernel configurations.ed2012-03-211-1/+0
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-1/+1
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-1/+1
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-1/+1
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-1/+1
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-161-0/+20
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-041-1/+1
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-1/+1
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-1/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-1/+1
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-1/+1
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-281-1/+1
* Remove full debugger options and enable KDB_TRACE option instead to decreasenyan2012-02-091-14/+2
* - Disable the olpt driver. Because it conflicts with the ppc/lpt driver.nyan2012-02-091-2/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-3/+2
* Flip these options on so the modules build correctly for now.adrian2012-01-061-2/+2
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace `inline static' by `static inline'.ed2011-12-132-3/+3
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hmarius2011-11-272-6/+3
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-011-1/+1
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-1/+4
* 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
OpenPOWER on IntegriCloud