| Commit message (Expand) | Author | Age | Files | Lines |
* | Connect ng_source(4) to the build. | ru | 2005-02-12 | 1 | -0/+1 |
* | Connect ng_atmllc(4) to the build. | ru | 2005-02-12 | 1 | -0/+1 |
* | Don't export symbols, all netgraph modules appear to have | ru | 2005-02-12 | 1 | -3/+0 |
* | Bitrot: the ethernet parse type is long standard. | ru | 2005-02-12 | 1 | -2/+0 |
* | Break out obscure ISA cards into their own files, as well as ne2000 | imp | 2005-02-09 | 1 | -2/+2 |
* | Use CFLAGS+=. | ru | 2005-02-09 | 1 | -1/+1 |
* | Fix the standalone module build. | obrien | 2005-02-09 | 3 | -4/+3 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 1 | -0/+1 |
* | Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.ko | njl | 2005-02-06 | 1 | -2/+3 |
* | Add ng_ipfw to kernel module build. | glebius | 2005-02-05 | 2 | -0/+7 |
* | Only compile the cpufreq driver on i386 and amd64. | scottl | 2005-02-05 | 1 | -1/+3 |
* | Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers. | njl | 2005-02-04 | 4 | -1/+24 |
* | - Split out PCI support. | mdodd | 2005-02-03 | 1 | -3/+5 |
* | Connect ng_device(4) to the build. | ru | 2005-02-03 | 1 | -0/+1 |
* | Fix alignment in the last commit. | ru | 2005-02-03 | 1 | -2/+2 |
* | Don't build syscons, uart or vpo on PPC. | grehan | 2005-02-03 | 1 | -3/+8 |
* | Build "digi" on i386, pc98, and amd64 only. | ru | 2005-01-30 | 1 | -1/+3 |
* | Remove local hack which cowardly slipped into previous commit. | sobomax | 2005-01-29 | 1 | -2/+0 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 1 | -0/+2 |
* | "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES. | ru | 2005-01-27 | 1 | -1/+2 |
* | Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES. | ru | 2005-01-27 | 1 | -1/+1 |
* | ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, so | imp | 2005-01-27 | 2 | -3/+8 |
* | The ar driver appears to do naughty things with pointers and integers | imp | 2005-01-27 | 1 | -1/+1 |
* | pcic is gone | imp | 2005-01-27 | 2 | -10/+0 |
* | Add cs module. It has built in my tree for ages, and it just never | imp | 2005-01-26 | 1 | -0/+2 |
* | The tinderbox seems to have a different set of compiler options | imp | 2005-01-26 | 1 | -0/+1 |
* | Add WERRROR= to work around the warnings | imp | 2005-01-26 | 4 | -0/+4 |
* | Provide a WITHOUT_MODULES variable that specifies a list of modules | wes | 2005-01-20 | 1 | -0/+4 |
* | Fix building for non-i386 platforms. | sam | 2005-01-18 | 1 | -4/+7 |
* | Connect SHSEC GEOM class to the build. | pjd | 2005-01-11 | 1 | -0/+1 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 1 | -0/+8 |
* | Back out previous commits. Installing new share/mk fixes this. | njl | 2005-01-03 | 1 | -1/+0 |
* | NO_MAN is now NOMAN. | njl | 2005-01-03 | 1 | -1/+1 |
* | Fix kernel modules build. For some reason, this module now bails out with | njl | 2005-01-03 | 1 | -0/+1 |
* | Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces | jhb | 2004-12-31 | 1 | -1/+1 |
* | mac_portacl.c no longer references vnode_if.h. | rwatson | 2004-12-30 | 1 | -2/+1 |
* | Remove vnode_if.h for rev 1.14. | obrien | 2004-12-29 | 1 | -2/+1 |
* | We don't need to generate vnode_if.h anymore | imp | 2004-12-29 | 24 | -27/+23 |
* | No need to generate vnode_if.h anymore | imp | 2004-12-29 | 5 | -5/+5 |
* | Add FR support to sppp (MFCronyx). | rik | 2004-12-28 | 1 | -1/+1 |
* | Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD. | scottl | 2004-12-25 | 1 | -1/+1 |
* | NOINET6 -> NO_INET6 | ru | 2004-12-21 | 3 | -4/+4 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 2 | -2/+2 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 2 | -2/+2 |
* | We already have ng_fec.4 manpage. And sys/modules is not a correct | glebius | 2004-12-19 | 1 | -8/+0 |
* | fix typo to resolve undefined symbol | sam | 2004-12-16 | 1 | -1/+1 |
* | bring in rijndael crypto code to satisfy dependency: should | sam | 2004-12-15 | 1 | -0/+2 |
* | Make this compile when you don't have /sys. | imp | 2004-12-13 | 1 | -1/+1 |
* | Remove the addition of ACPI_DEBUG that was accidentally added in the last | scottl | 2004-12-13 | 1 | -1/+1 |
* | Allow the acpi_ibm module to be built with ACPI_DEBUG. | scottl | 2004-12-13 | 1 | -0/+1 |