summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* - Use __FBSDID().nyan2018-04-201-11/+4
* MFC efivar(8) (by imp):kib2017-05-201-0/+14
* Remove GENERIC-NODEBUG kernel configurations, missed duringgjb2016-07-141-38/+0
* Move 'device pci' for the PCI bus driver to the MI NOTES file.jhb2016-04-291-5/+0
* Use our nitems() macro when param.h is available.pfg2016-04-203-5/+4
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-3/+3
* Another convert to bus_alloc_resource_anywhere().jhibbits2016-03-031-3/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-6/+6
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-4/+5
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-031-0/+6
* Disconnect iBCS2 emulator from the build. The ibcs2 option, the buildkib2015-11-281-1/+1
* Fix whitespace on addition of IPSEC optionemaste2015-11-261-1/+1
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-1/+0
* Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.imp2015-08-281-0/+6
* Remove unused i386 header privatespace.h. For the native kernel, itskib2015-08-071-6/+0
* Spell crypto correctly.brueffer2015-07-141-1/+1
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+4
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Fix kernel build ${MACHINE} pathemaste2015-04-161-0/+3
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+6
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-2/+2
* This configuration file removes several debugging options, includinggnn2014-12-021-0/+38
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-241-0/+2
* Merge pc98's machdep.c into i386/i386/machdep.c.nyan2014-10-041-2999/+0
* MFi386: Enable QUOTA, PRINTF_BUFR_SIZE and puc.nyan2014-09-281-0/+5
* - Cosmetic changes.nyan2014-09-281-107/+109
* Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-254-3025/+0
* Use callout(9) instead of timeout(9).jhb2014-09-251-3/+5
* Use callout() instead of timeout(). This is almost identical to thejhb2014-09-251-13/+22
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-6/+1
* MFamd64: Use initializecpu() to set various model-specific registers onjhb2014-09-101-0/+1
* - Move prototypes for various functions into out of C files and intojhb2014-09-041-4/+0
* Compile fixes:hselasky2014-06-281-3/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-5/+3
* Revert r267961, r267973:gjb2014-06-273-3/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-5/+3
* lindev(4): finish the partial commit in r265212eadler2014-05-021-3/+0
* MFi386: r257858 (by kib)nyan2014-04-201-0/+2
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-2/+2
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-192-45/+4
* Remove AppleTalk support.glebius2014-03-141-1/+0
* Remove IPX support.glebius2014-03-141-1/+0
* xen: implement an early timer for Xen PVHroyger2014-03-111-1/+8
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,jhb2014-02-111-2/+2
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-232-7/+1
* Fix a typo.jhb2013-12-051-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+0
OpenPOWER on IntegriCloud