summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
Commit message (Expand)AuthorAgeFilesLines
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-031-1/+1
* simplify compile-time default keyboard map generationemaste2016-03-281-1/+1
* Fix copy-n-pasteo in r296899 ukbdmap.h header generation for pc98emaste2016-03-151-1/+1
* Fix atkbdmap.h generation for sc/vt consolesemaste2016-03-151-1/+1
* Add libkern ffsll() for parity with flsll()cem2015-10-221-0/+1
* Move kbd.c to main sys/conf/files listemaste2015-09-211-1/+0
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-111-1/+1
* MFi386: r283407nyan2015-05-261-2/+14
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-241-0/+1
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-241-0/+1
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-221-0/+1
* Merge pc98's machdep.c into i386/i386/machdep.c.nyan2014-10-041-1/+1
* - MFi386: Add compile-with option for tau32-ddk.c.nyan2014-10-041-3/+3
* Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-251-2/+2
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-041-1/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+1
* Clean up more lindev(4) vestiges.brueffer2014-05-021-2/+0
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+2
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-2/+1
* Add a virtual table for the busdma methods on x86, to allow differentkib2013-10-271-0/+1
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-1/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-0/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-1/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+1
* Move the legacy(4) driver to x86.jhb2012-03-301-1/+1
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-271-1/+1
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-161-1/+1
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-091-1/+1
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-221-1/+1
* Compile in in_cksum* implementations for both IPv6 and IPv6.bz2011-04-201-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+0
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.ccperciva2010-12-091-1/+1
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-081-1/+1
* Merge nexus.c from amd64 and i386 to x86 subtree.attilio2010-10-281-1/+1
* Merge the mptable support from MD bits to x86 subtree.attilio2010-10-281-2/+2
* Merge dump_machdep.c i386/amd64 under the x86 subtree.attilio2010-10-261-1/+1
* Rename timeevents.c to kern_clocksource.c.mav2010-07-141-1/+1
* Move timeevents.c to MI code, as it is not x86-specific. I already havemav2010-07-141-1/+1
* Unify pc98 event timer code with the rest of x86.mav2010-07-131-1/+2
* Move the MD support for PCI message signalled interrupts to the x86 treejhb2010-06-081-1/+1
* Move the machine check support code to the x86 tree since it is identicaljhb2010-06-081-1/+1
* Move the I/O APIC code to the x86 tree since it is identical on i386 andjhb2010-06-081-2/+2
* Unify local_apic.c for x86 archs,mav2010-05-231-1/+1
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-0/+1
* MFi386: the part of r204309 to fix pc98 kernelnyan2010-02-251-2/+5
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-1/+0
* Remove the usb2_input_kbd directive that was missed during the renaming of th...brucec2010-02-081-1/+1
* - Allow clock subsystem to be compiled without the apic support [0]attilio2010-01-171-2/+2
OpenPOWER on IntegriCloud