aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build ${MACHINE} pathEd Maste2015-04-161-0/+3
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-071-0/+6
* Remove "New" label from NFSCL/NFSD now that they are the only NFSJohn Baldwin2015-01-061-2/+2
* This configuration file removes several debugging options, includingGeorge V. Neville-Neil2014-12-021-0/+38
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatJohn Baldwin2014-10-241-0/+2
* Merge pc98's machdep.c into i386/i386/machdep.c.Yoshihiro Takahashi2014-10-041-2999/+0
* MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc.Yoshihiro Takahashi2014-09-281-0/+5
* - Cosmetic changes.Yoshihiro Takahashi2014-09-281-107/+109
* Merge the PC98 fdc(4) driver into the MI driver. While here, replaceJohn Baldwin2014-09-254-3025/+0
* Use callout(9) instead of timeout(9).John Baldwin2014-09-251-3/+5
* Use callout() instead of timeout(). This is almost identical to theJohn Baldwin2014-09-251-13/+22
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-251-6/+1
* MFamd64: Use initializecpu() to set various model-specific registers onJohn Baldwin2014-09-101-0/+1
* - Move prototypes for various functions into out of C files and intoJohn Baldwin2014-09-041-4/+0
* Compile fixes:Hans Petter Selasky2014-06-281-3/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-283-5/+3
* Revert r267961, r267973:Glen Barber2014-06-273-3/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-273-5/+3
* lindev(4): finish the partial commit in r265212Eitan Adler2014-05-021-3/+0
* MFi386: r257858 (by kib)Yoshihiro Takahashi2014-04-201-0/+2
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-2/+2
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-192-45/+4
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-111-1/+8
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,John Baldwin2014-02-111-2/+2
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-232-7/+1
* Fix a typo.John Baldwin2013-12-051-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-141-33/+3
* MFi386: r254619Jung-uk Kim2013-08-221-17/+0
* Add process descriptors support to the GENERIC kernel. It is already beingPawel Jakub Dawidek2013-08-181-0/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-4/+2
* Back out r253779 & r253786.David E. O'Brien2013-07-311-1/+0
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-291-0/+1
* 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