summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
Commit message (Expand)AuthorAgeFilesLines
* lindev(4): finish the partial commit in r265212eadler2014-05-021-2/+0
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-081-0/+1
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+1
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-12/+0
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-2/+1
* Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels tojhb2014-02-071-0/+5
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-181-0/+1
* Merge VT(9) project (a.k.a. newcons).ray2013-12-051-1/+2
|\
| * MFC @r257698.ray2013-11-051-0/+10
| |\
| * \ MFC @r256953ray2013-10-231-2/+2
| |\ \
| * \ \ MFC @r256148.ray2013-10-081-2/+13
| |\ \ \
| * \ \ \ MFC @r255128.ray2013-09-011-2/+3
| |\ \ \ \
| * \ \ \ \ MFC @r219886.ray2013-07-251-5/+16
| |\ \ \ \ \
| * \ \ \ \ \ MFC@r248830ray2013-03-281-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ IFC @ 247036nwhitehorn2013-02-201-2/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ IFC @ 243795nwhitehorn2012-12-021-7/+19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with head@234197marcel2012-04-131-6/+126
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge in FreeBSD HEAD r226141.ed2011-10-081-4/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Readd the vt(4) driver and corresponding tools.ed2011-03-221-0/+1
* | | | | | | | | | | | Support Hyper-V on i386:delphij2013-12-051-0/+12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add support for queued invalidation.kib2013-11-011-0/+1
* | | | | | | | | | | Import the driver for VT-d DMAR hardware, as specified in the revisionkib2013-10-281-0/+8
* | | | | | | | | | | Add a virtual table for the busdma methods on x86, to allow differentkib2013-10-271-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Snapshot.markm2013-10-061-0/+2
* | | | | | | | | | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-2/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-201-0/+8
* | | | | | | | | 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
* | | | | | | | | Back out r255440. /usr/bin/gcc @r255185 (2013-09-03) can build this.obrien2013-09-101-1/+1
* | | | | | | | | Only use a clang'ism if ${CC} is clang.obrien2013-09-101-1/+1
* | | | | | | | | Use the fact that the AES-NI instructions can be pipelined to improvejmg2013-09-031-2/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-2/+0
* | | | | | | | Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-0/+2
* | | | | | | | Add vmx(4), a VMware VMXNET3 ethernet driver ported from OpenBSDbryanv2013-08-231-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add message when nvd disks are attached and detached.jimharris2013-07-191-0/+1
* | | | | | | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-061-2/+11
* | | | | | | - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-1/+1
* | | | | | | Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-211-0/+2
* | | | | | | Unbreak tinderbox build after r249420.jkim2013-04-121-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-061-5/+5
| |_|_|_|/ |/| | | |
* | | | | - Don't include date and time the driver is built, this is useful fordelphij2013-01-221-2/+1
* | | | | Add VirtIO to the i386 and amd64 GENERIC kernelsbryanv2013-01-131-0/+9
| |_|_|/ |/| | |
* | | | Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+1
* | | | Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.jimharris2012-09-171-0/+10
* | | | Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-131-1/+1
* | | | Remove some trailing whitespace.jimharris2012-09-121-2/+2
* | | | Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilationobrien2012-09-121-1/+1
* | | | After r240104, make sure the hpt27xx driver also compiles with clang,dim2012-09-051-1/+2
* | | | Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-1/+2
* | | | Some fixes for r236772.iwasaki2012-06-101-1/+1
OpenPOWER on IntegriCloud