aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
Commit message (Expand)AuthorAgeFilesLines
* Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls toJohn Baldwin2008-08-232-0/+11
* Update drm kernel drivers.Robert Noland2008-08-231-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-15/+1
* Move wb driver from sys/pci to sys/dev/wb.Warner Losh2008-08-141-1/+1
* Move pcn driver from sys/pci to sys/dev/pcn.Warner Losh2008-08-141-1/+1
* Move the ste driver from sys/pci to sys/dev/ste.Warner Losh2008-08-141-1/+1
* Move the tl driver form sys/pci to sys/dev/tl.Warner Losh2008-08-141-1/+1
* Remove cxgb private lro implementation and switch to using system implementat...Kip Macy2008-08-121-1/+1
* Connect upgt(4) to the build.Weongyo Jeong2008-08-111-0/+5
* Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).Weongyo Jeong2008-08-111-0/+10
* Move sis to sys/dev/sis for consistency.Warner Losh2008-08-101-1/+1
* Move the xl driver form sys/pci to sys/dev/xl for consistency.Warner Losh2008-08-101-1/+1
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asPhilip Paeps2008-08-092-0/+11
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-082-0/+11
* Add card_if.h and pccarddevs.hWarner Losh2008-08-071-1/+1
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten2008-08-033-17/+0
* Unbreak the build by creating opt_nfs.hPaul Saab2008-07-311-1/+1
* Hook up Bluetooth SCO sockets code to the buildMaksim Yevmenkin2008-07-301-1/+2
* Change Makefile to reflect new directory structureJack F Vogel2008-07-301-3/+5
* Change to build module with new directory treeJack F Vogel2008-07-301-10/+4
* Remove a file that is not used and does not exist.Antoine Brodin2008-07-281-1/+1
* Prefer the opt_global.h from KERNBUILDDIR if existent so we obtain allMarius Strobl2008-07-241-0/+5
* For sun4v ensure there is an opt_global.h with SUN4V defined included,Marius Strobl2008-07-221-0/+9
* Add an accept filter for TCP based DNS requests. It waits until theDavid Malone2008-07-182-0/+9
* import vendor fixes to cxgbKip Macy2008-07-181-1/+1
* Remove the sbsh(4) driver. No one responded to requests for testing theJohn Baldwin2008-07-042-9/+0
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-042-13/+1
* Remove the cnw(4) driver. No one responded to calls to test it on current@John Baldwin2008-07-042-10/+0
* Remove the oltr(4) driver. No one responded to calls for testing onJohn Baldwin2008-07-042-17/+1
* Remove the arl(4) driver. It is reported to not work on 6.x or laterJohn Baldwin2008-07-042-18/+0
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-1/+1
* Remove the non-existent rt2860 subdir. Note, the ralfw module is not used inAndrew Thompson2008-06-261-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+1
* Always create opt_ah.h regardless of KERNBUILDDIR.Andrew Thompson2008-06-231-1/+1
* Add et(4), a port of DragonFly's Agere ET1310 10/100/GigabitXin LI2008-06-203-1/+15
* Remove obselete PECOFF image activator support.Wojciech A. Koszek2008-06-142-13/+1
* Remove compile of tcp_lro since its now in netinetJack F Vogel2008-06-111-1/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar2008-06-072-0/+11
* Add the DTrace test kernel module so that people can run the tests.John Birrell2008-05-311-0/+1
* don't let KERNBUILDDIR control whether we copy opt_ah.hSam Leffler2008-05-301-1/+1
* opt_ah.h is not constructed by config, it always comes fromSam Leffler2008-05-291-1/+1
* Add a module for cnw(4) and build it on i386.John Baldwin2008-05-282-0/+10
* Hook up jme(4) to the build.Pyun YongHyeon2008-05-272-0/+9
* Connect jmphy(4) to the build.Pyun YongHyeon2008-05-271-1/+1
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-2511-103/+0
* Remove the dependency on lockstat. That its still work in progress.John Birrell2008-05-251-1/+0
* Remove 'fasttrap' module for amd64 for now as the code is not thereBjoern A. Zeeb2008-05-241-2/+1
* Leave out a couple of DTrace modules for now.John Birrell2008-05-241-2/+0
* Hook the DTrace kernel modules into the build.John Birrell2008-05-231-0/+21
* The cyclic code is in sys/cddl/dev/cyclic to be consistent withJohn Birrell2008-05-231-2/+2