aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 251039Yoshihiro Takahashi2013-06-011-1/+1
* Tidy up some CVS workarounds.Peter Wemm2013-05-122-2/+0
* - Correct mispellings of word resourceGabor Kovesdan2013-04-171-2/+2
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+6
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-042-2/+0
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* MFcalloutng:Davide Italiano2013-02-281-6/+7
* Remove support for plip from the GENERIC kernel as no systems in theEitan Adler2013-02-011-1/+0
* MFi386: Make similar changes that were made to atkbdc in r245315.Warner Losh2013-01-111-7/+9
* MFi386: r232521Yoshihiro Takahashi2013-01-041-33/+0
* As discussed on -current last October, remove the firewire drivers fromDag-Erling Smørgrav2013-01-031-1/+0
* Reduce diffs against i386.Yoshihiro Takahashi2012-11-101-1/+3
* Fix some KASSERTs.Yoshihiro Takahashi2012-11-101-1/+3
* MFi386: r211924Yoshihiro Takahashi2012-11-101-1/+10
* Use ANSI prototype to fix build with clang.Yoshihiro Takahashi2012-11-101-77/+43
* The 'testing memory' patch gets printed too many timesEitan Adler2012-10-221-2/+0
* Explain the upcoming delay by printing a message when the kernelEitan Adler2012-10-221-0/+2
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-1/+1
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-5/+0
* MFi386: revision 237445Yoshihiro Takahashi2012-09-231-4/+11
* Grammar fix: s/NIC's/NICs/Glen Barber2012-08-261-1/+1
* Partially revert r217515 so that the mem_range_softc variable is alwaysJohn Baldwin2012-07-091-0/+3
* 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