summaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-3/+3
* Another convert to bus_alloc_resource_anywhere().Justin Hibbits2016-03-031-3/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-6/+6
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+5
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-0/+6
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildKonstantin Belousov2015-11-281-1/+1
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-261-1/+1
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-1/+0
* Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.Warner Losh2015-08-281-0/+6
* Remove unused i386 header privatespace.h. For the native kernel, itsKonstantin Belousov2015-08-071-6/+0
* Spell crypto correctly.Christian Brueffer2015-07-141-1/+1
* Fix up tabs vs. spacesGeorge V. Neville-Neil2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.George V. Neville-Neil2015-07-041-0/+4
* Build GENERIC with RACCT/RCTL support by default. Note that it stillEdward Tomasz Napierala2015-05-141-0/+3
* 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