| Commit message (Expand) | Author | Age | Files | Lines |
* | Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386. | jhb | 2016-04-03 | 1 | -1/+1 |
* | simplify compile-time default keyboard map generation | emaste | 2016-03-28 | 1 | -1/+1 |
* | Fix copy-n-pasteo in r296899 ukbdmap.h header generation for pc98 | emaste | 2016-03-15 | 1 | -1/+1 |
* | Fix atkbdmap.h generation for sc/vt consoles | emaste | 2016-03-15 | 1 | -1/+1 |
* | Add libkern ffsll() for parity with flsll() | cem | 2015-10-22 | 1 | -0/+1 |
* | Move kbd.c to main sys/conf/files list | emaste | 2015-09-21 | 1 | -1/+0 |
* | Merge stack(9) implementations for i386 and amd64 under x86/. | markj | 2015-09-11 | 1 | -1/+1 |
* | MFi386: r283407 | nyan | 2015-05-26 | 1 | -2/+14 |
* | Implement epoll family system calls. This is a tiny wrapper | dchagin | 2015-05-24 | 1 | -0/+1 |
* | Move common code from sys/i386/i386/mp_machdep.c and | kib | 2015-04-24 | 1 | -0/+1 |
* | Move some common code from sys/amd64/amd64/machdep.c and | kib | 2015-04-22 | 1 | -0/+1 |
* | Merge pc98's machdep.c into i386/i386/machdep.c. | nyan | 2014-10-04 | 1 | -1/+1 |
* | - MFi386: Add compile-with option for tau32-ddk.c. | nyan | 2014-10-04 | 1 | -3/+3 |
* | Merge the PC98 fdc(4) driver into the MI driver. While here, replace | jhb | 2014-09-25 | 1 | -2/+2 |
* | Implement most of timer_{create,settime,gettime,getoverrun,delete} | bz | 2014-09-18 | 1 | -0/+1 |
* | Merge the amd64 and i386 identcpu.c into a single x86 implementation. | jhb | 2014-09-04 | 1 | -1/+1 |
* | Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c | glebius | 2014-08-05 | 1 | -0/+1 |
* | Clean up more lindev(4) vestiges. | brueffer | 2014-05-02 | 1 | -2/+0 |
* | xen: implement an early timer for Xen PVH | royger | 2014-03-11 | 1 | -0/+2 |
* | provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64 | avg | 2014-02-14 | 1 | -2/+1 |
* | Add a virtual table for the busdma methods on x86, to allow different | kib | 2013-10-27 | 1 | -0/+1 |
* | Revert r255672, it has some serious flaws, leaking file references etc. | rdivacky | 2013-09-18 | 1 | -1/+0 |
* | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | rdivacky | 2013-09-18 | 1 | -0/+1 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | davide | 2013-06-28 | 1 | -1/+1 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 1 | -1/+1 |
* | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 1 | -1/+1 |
* | Allow (with a license warning) "options ZFS" to work in static kernels. | peter | 2012-03-27 | 1 | -1/+1 |
* | - Fix to build a native i386 kernel without the SMP and atpic. | nyan | 2012-03-16 | 1 | -1/+1 |
* | Move i386's intr_machdep.c to the x86 tree and share it with amd64. | jhb | 2012-03-09 | 1 | -1/+1 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 1 | -1/+1 |
* | Compile in in_cksum* implementations for both IPv6 and IPv6. | bz | 2011-04-20 | 1 | -1/+1 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 1 | -0/+1 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 1 | -1/+0 |
* | Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.c | cperciva | 2010-12-09 | 1 | -1/+1 |
* | Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86. | jkim | 2010-12-08 | 1 | -1/+1 |
* | Merge nexus.c from amd64 and i386 to x86 subtree. | attilio | 2010-10-28 | 1 | -1/+1 |
* | Merge the mptable support from MD bits to x86 subtree. | attilio | 2010-10-28 | 1 | -2/+2 |
* | Merge dump_machdep.c i386/amd64 under the x86 subtree. | attilio | 2010-10-26 | 1 | -1/+1 |
* | Rename timeevents.c to kern_clocksource.c. | mav | 2010-07-14 | 1 | -1/+1 |
* | Move timeevents.c to MI code, as it is not x86-specific. I already have | mav | 2010-07-14 | 1 | -1/+1 |
* | Unify pc98 event timer code with the rest of x86. | mav | 2010-07-13 | 1 | -1/+2 |
* | Move the MD support for PCI message signalled interrupts to the x86 tree | jhb | 2010-06-08 | 1 | -1/+1 |
* | Move the machine check support code to the x86 tree since it is identical | jhb | 2010-06-08 | 1 | -1/+1 |
* | Move the I/O APIC code to the x86 tree since it is identical on i386 and | jhb | 2010-06-08 | 1 | -2/+2 |
* | Unify local_apic.c for x86 archs, | mav | 2010-05-23 | 1 | -1/+1 |
* | - Support for uncore counting events: one fixed PMC with the uncore | fabient | 2010-04-02 | 1 | -0/+1 |
* | MFi386: the part of r204309 to fix pc98 kernel | nyan | 2010-02-25 | 1 | -2/+5 |
* | Introduce the new kernel sub-tree x86 which should contain all the code | attilio | 2010-02-25 | 1 | -1/+0 |
* | Remove the usb2_input_kbd directive that was missed during the renaming of th... | brucec | 2010-02-08 | 1 | -1/+1 |
* | - Allow clock subsystem to be compiled without the apic support [0] | attilio | 2010-01-17 | 1 | -2/+2 |