aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-282-0/+21
* Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets.Kevin Lo2014-04-252-1/+7
* Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh2014-04-185-4/+18
* Add support for specifying USB controller mode via FDT.Hans Petter Selasky2014-04-181-2/+2
* Add the initial version of if_nf10bmac(4), a driver to support anBjoern A. Zeeb2014-04-173-0/+29
* Include opt_ddb.h in the list of SRCS, since we include it.Warner Losh2014-04-161-1/+1
* Spell imgact_binmisc correctlySean Bruno2014-04-091-1/+1
* Actually, since this is what I thought I was doing, only allow theSean Bruno2014-04-081-1/+2
* Add Stacey Son's binary activation patches that allow remapping ofSean Bruno2014-04-082-0/+9
* An all-or-nothing approach to labels isn't flexible enough. EmbeddedMarcel Moolenaar2014-04-061-0/+4
* Remove ctl_mem_pool.{c,h}.Edward Tomasz Napierala2014-03-271-1/+0
* Move the atpit device model from userspace into vmm.ko for betterTycho Nightingale2014-03-251-0/+1
* 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