aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-171-0/+4
* I clearly didn't test the modules... add sha256c.c to the variousJohn-Mark Gurney2014-03-164-4/+4
* Remove AppleTalk support.Gleb Smirnoff2014-03-143-12/+3
* Remove IPX support.Gleb Smirnoff2014-03-148-66/+6
* Replace the userspace atpic stub with a more functional vmm.ko model.Tycho Nightingale2014-03-111-0/+2
* Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRMarcel Moolenaar2014-03-0617-95/+129
* Add siphash.c. While here, sort.Marcel Moolenaar2014-03-061-2/+5
* Fix a leftover of r260523. Remove the unnecessary dependency to zlib.h.Luiz Otavio O Souza2014-02-271-1/+1
* Inspired by r262522, fix make depend. This fixes the build of gpio modules.Luiz Otavio O Souza2014-02-273-2/+3
* Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-271-1/+3
* Fix make depend.Li-Wen Hsu2014-02-261-1/+1
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-162-27/+0
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-0/+2
* Similar to r260026, disable warning about unused functions forDimitry Andric2014-02-141-0/+3
* Import USB RNDIS driver to FreeBSD from OpenBSD.Hans Petter Selasky2014-02-062-0/+38
* Add missing file to Makefile.Justin Hibbits2014-02-031-1/+1
* Add support for trackpads found in Apple MacBook products. While at itHans Petter Selasky2014-01-292-1/+37
* Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher2014-01-182-1/+37
* The onyx codec works also as module, so add it.Andreas Tobler2014-01-131-1/+1
* Add firmware for Intel Centrino Wireless-N 105 devices.Gavin Atkinson2014-01-112-1/+8
* Build the geom_uncompress(4) module by default.Luiz Otavio O Souza2014-01-102-2/+3
* Remove aicasm as a build dependency. It made sense when the ahc and ahdScott Long2014-01-076-17/+43
* Wrap SUBDIRs over several lines.Gavin Atkinson2014-01-051-1/+11
* Add firmware version 18.168.6.1 (API version 6) for Intel CentrinoGavin Atkinson2014-01-052-1/+7
* For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning aboutDimitry Andric2013-12-301-0/+3
* For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unusedDimitry Andric2013-12-301-0/+3
* Similar to r260020, only use -fms-extensions with gcc, for all otherDimitry Andric2013-12-307-10/+7
* Turn off warnings about unused variables for a bunch of files underDimitry Andric2013-12-291-3/+14
* Disable warning about unused functions for ieee80211_crypto.c andDimitry Andric2013-12-281-0/+4
* Disable warning about unused functions for ar9300_reset.c for now.Dimitry Andric2013-12-281-1/+1
* For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flagDimitry Andric2013-12-281-2/+6
* For some files under sys/dev/drm2/i915, turn off warnings about unusedDimitry Andric2013-12-281-0/+5
* split netmap code according to functions:Luigi Rizzo2013-12-151-2/+6
* Disable error message about failed attempt to attach fbd when drm2 built withAleksandr Rybalko2013-12-103-2/+3
* Bump the g2b firmware to 18.x.Adrian Chadd2013-12-091-1/+1
* Make it easier to test build the USB code having the debug flags setHans Petter Selasky2013-12-091-0/+12
* Chase down cryptodeflate.c change from r259109.Alfred Perlstein2013-12-091-1/+1
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-052-2/+3
* Support Hyper-V on i386:Xin LI2013-12-051-0/+1
* Add HPET device emulation to bhyve.Neel Natu2013-11-251-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-2511-12/+8
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB EthernetMark Johnston2013-11-192-1/+11
* Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-121-0/+1
* Strip out this cruft; people should be making modules with a completeAdrian Chadd2013-11-091-4/+0
* Build the iwn2000 firmware too.Adrian Chadd2013-11-071-1/+1
* Remove the 'vdev' abstraction that was meant to sit on top of device modelsNeel Natu2013-11-041-1/+0
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-043-11/+5
* Axe ng_fec(4). It has never been a real netgraph(4) module, sinceGleb Smirnoff2013-10-282-9/+0
* Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston2013-10-243-17/+0
* Don't build krping.ko, iw_cxgb.ko, and iw_cxgbe.ko, if MK_OFED=noEdward Tomasz Napierala2013-10-183-1/+13