| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GEOM class "VFS" for filesystems and other buffer cache users | phk | 2004-10-29 | 1 | -0/+1 |
* | Hack around a problem with sys/tools/usbdevs2h.awk that generates | ru | 2004-10-24 | 1 | -1/+1 |
* | Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinite | phk | 2004-10-22 | 1 | -1/+0 |
* | Add dcons_os.{c,h}. | simokawa | 2004-10-13 | 1 | -0/+1 |
* | Since net/net_osdep.c contained only one function that could be | brooks | 2004-10-08 | 1 | -1/+0 |
* | Add a new API for allocating unit number (-like) resources. | phk | 2004-09-30 | 1 | -0/+1 |
* | Per recent HEADSUP: Disconnect (old)vinum from the kernel build. | phk | 2004-09-23 | 1 | -14/+0 |
* | Attach ng_netflow to kernel build. | glebius | 2004-09-16 | 1 | -0/+2 |
* | Add device driver support for the VIA Networking Technologies | wpaul | 2004-09-10 | 1 | -0/+2 |
* | Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB | des | 2004-09-05 | 1 | -0/+1 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -2/+1 |
* | Hook autofs to the build. | alfred | 2004-09-02 | 1 | -0/+3 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 1 | -7/+7 |
* | Back out previous commit, ichwd is i386-only. | des | 2004-08-29 | 1 | -1/+0 |
* | Add an entry for ichwd to hopefully unbreak the LINT build. | iedowse | 2004-08-29 | 1 | -0/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -2/+2 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -1/+0 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -0/+1 |
* | Add an ISA attachement to the aic7xxx driver to handle 284X controllers. | gibbs | 2004-08-17 | 1 | -2/+2 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 1 | -0/+2 |
* | Add geom_uzip -- geom class that implements read-only compressed disks. | fjoe | 2004-08-13 | 1 | -0/+2 |
* | Allow the ATM call control module to be built into the kernel. | harti | 2004-08-12 | 1 | -0/+8 |
* | Move towards isa attachment for pccbb. This is a work in progress, but | imp | 2004-08-12 | 1 | -0/+2 |
* | Remove pcic for NEWCARD | imp | 2004-08-11 | 1 | -2/+0 |
* | Making a loadable null.ko for /dev/(null|zero) proved rather | markm | 2004-08-03 | 1 | -1/+1 |
* | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | markm | 2004-08-01 | 1 | -1/+2 |
* | Connect GEOM_MIRROR class to the build. | pjd | 2004-07-30 | 1 | -0/+2 |
* | Nuke geom_mirror class. New geom_mirror class is in the way. | pjd | 2004-07-30 | 1 | -1/+0 |
* | Rename the sound device drivers: | tanimura | 2004-07-16 | 1 | -52/+50 |
* | Copy qsort_r(3) from libc to libkern. | glebius | 2004-07-15 | 1 | -0/+1 |
* | pccard no longer requires a count because the floppy driver that | imp | 2004-07-13 | 1 | -1/+1 |
* | Make if_fwsubr.c dependant on fwip instead of firewire - there is not | dfr | 2004-07-12 | 1 | -1/+1 |
* | Mega update for the KDB framework: turn DDB into a KDB backend. | marcel | 2004-07-10 | 1 | -19/+17 |
* | Hook the GDB backend into the build. | marcel | 2004-07-10 | 1 | -0/+3 |
* | Hook the KDB frontend into the build. | marcel | 2004-07-10 | 1 | -0/+1 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 1 | -2/+2 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 1 | -2/+2 |
* | By popular request, add a workaround that allows large (>128GB or so) | tjr | 2004-07-03 | 1 | -0/+1 |
* | Introduce GEOM_LABEL class. | pjd | 2004-07-02 | 1 | -0/+4 |
* | My last commit broke oldcard. Rather than duplicate the lines for | imp | 2004-06-30 | 1 | -1/+1 |
* | Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build. | njl | 2004-06-30 | 1 | -1/+0 |
* | Like usbdevs, use before-depend to ensure ordering. | njl | 2004-06-30 | 1 | -1/+1 |
* | Restore the terminating backslash lost by a typo. | njl | 2004-06-30 | 1 | -1/+1 |
* | Make acpi_quirks.h conditional on device acpi. | njl | 2004-06-30 | 1 | -1/+1 |
* | Add glue for building acpi_quirk.c | njl | 2004-06-30 | 1 | -0/+1 |
* | Add acpi methods for HID/CID probing, evaluating objects, and walking the | njl | 2004-06-29 | 1 | -0/+1 |
* | We need to build miidevs.h when we have miibus, not mii. | imp | 2004-06-28 | 1 | -1/+1 |
* | Only build miidevs.h when we have mii in the kernel | imp | 2004-06-27 | 1 | -3/+3 |
* | Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build. | rwatson | 2004-06-27 | 1 | -0/+1 |
* | Add options NETGRAPH_EIFACE, which causes ng_eiface.c to be built into | rwatson | 2004-06-27 | 1 | -0/+1 |