| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 202019: | Warner Losh | 2010-01-18 | 1 | -0/+1 |
| * | MFC r201443: | Brooks Davis | 2010-01-12 | 1 | -0/+1 |
| * | Revert 201164. Truly optional items like this do not belong on DEFAULTS. | Warner Losh | 2010-01-04 | 1 | -7/+0 |
| * | MFC r200594: | Doug Barton | 2009-12-29 | 1 | -0/+7 |
| * | MFC r195295: | Ed Schouten | 2009-07-15 | 1 | -0/+1 |
| * | MFC: r179164: "options " spelling (vs. "options<TAB>") so that commented | David E. O'Brien | 2008-09-01 | 1 | -2/+2 |
| * | Back out r182439 to move device bm to PowerPC-specific NOTES, and replace it ... | Nathan Whitehorn | 2008-08-31 | 1 | -6/+1 |
| * | As "device bm" appears to be specific to powerpc, move it from the global | Robert Watson | 2008-08-29 | 1 | -0/+6 |
| * | MFC of r178599,178600,179644,179645,180254,180233 | Nathan Whitehorn | 2008-08-28 | 1 | -0/+1 |
| * | Merge stack.9:1.5, amd64/db_trace.c:1.82, amd64/stack_machdep.c:1.1, | Robert Watson | 2008-04-10 | 1 | -0/+1 |
| * | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -0/+1 |
| * | Revert powerpc scheduler change for now. This change should be | Xin LI | 2008-03-08 | 1 | -1/+1 |
| * | MFC: Switch to use ULE as default scheduler on amd64, i386 and powerpc | Xin LI | 2008-03-07 | 1 | -1/+1 |
| * | Unbreak. With DDB removed, KTR can not be used as-is because | Marcel Moolenaar | 2007-10-29 | 1 | -5/+0 |
| * | Remove debugging support from GENERIC kernels, remove warning in | Ken Smith | 2007-10-11 | 1 | -7/+0 |
| * | o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() | Marius Strobl | 2007-09-26 | 1 | -1/+0 |
| * | Use the correct expanded name for SCTP. | Christian Brueffer | 2007-09-26 | 1 | -1/+1 |
| * | Enable SCTP by default for GENERIC kernels in order to give it | Xin LI | 2007-06-14 | 1 | -0/+1 |
| * | Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. | Marcel Moolenaar | 2007-06-13 | 1 | -0/+1 |
| * | Enable AUDIT by default in the GENERIC kernel, allowing security event | Robert Watson | 2007-06-08 | 1 | -0/+1 |
| * | Remove trailing '.' for consistency! | Pawel Jakub Dawidek | 2007-04-10 | 1 | -1/+1 |
| * | Add UFS_GJOURNAL options to the GENERIC kernel. | Pawel Jakub Dawidek | 2007-04-10 | 1 | -0/+1 |
| * | If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends on | Robert Watson | 2007-04-01 | 1 | -0/+1 |
| * | Add bge(4). | Marcel Moolenaar | 2007-04-01 | 1 | -2/+3 |
| * | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | Brooks Davis | 2007-02-09 | 1 | -0/+1 |
| * | Evolve the ctlreq interface added to geom_gpt into a generic | Marcel Moolenaar | 2007-02-07 | 2 | -1/+3 |
| * | Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc | Marius Strobl | 2007-01-10 | 1 | -0/+1 |
| * | Remove the KDTRACE option again because of the complaints about having | John Birrell | 2006-11-04 | 1 | -3/+0 |
| * | Build in kernel support for loading DTrace modules by default. This | John Birrell | 2006-11-04 | 1 | -0/+3 |
| * | Remove the KSE option now that it's in DEFAULTS on these arches/machines. | John Birrell | 2006-10-26 | 1 | -1/+0 |
| * | Add 'options KSE' to the kernel config DEFAULTS on all arches/machines | John Birrell | 2006-10-26 | 1 | -0/+3 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+1 |
| * | Move "device splash" back to MI NOTES and "files", it's MI. | Ruslan Ermilov | 2006-10-23 | 1 | -0/+1 |
| * | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e., | Ruslan Ermilov | 2006-10-23 | 1 | -14/+0 |
| * | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | Simon L. B. Nielsen | 2006-10-05 | 1 | -1/+0 |
| * | Added COMPAT_FREEBSD6 option. | Ruslan Ermilov | 2006-09-26 | 1 | -1/+2 |
| * | Add device to access and modify Open Firmware NVRAM settings in | Maxim Sobolev | 2006-08-01 | 1 | -0/+3 |
| * | Remove sio(4) and related options from MI files to amd64, i386 | Marcel Moolenaar | 2006-07-29 | 1 | -1/+0 |
| * | o Remove device zs | Marcel Moolenaar | 2006-07-26 | 1 | -5/+1 |
| * | o Enable -Werror | Marcel Moolenaar | 2006-07-26 | 1 | -3/+2 |
| * | Backed out the change by request from rwatson. | Sergey Babkin | 2006-06-26 | 1 | -1/+0 |
| * | The common UID/GID space implementation. It has been discussed on -arch | Sergey Babkin | 2006-06-25 | 1 | -0/+1 |
| * | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | Alexander Leidinger | 2006-06-15 | 1 | -1/+0 |
| * | Some machines have an ESCC. Make sure we build uart(4) with support | Marcel Moolenaar | 2006-06-12 | 1 | -0/+1 |
| * | Add the ability to subset the devices that UART pulls in. This allows | Warner Losh | 2006-06-12 | 1 | -0/+3 |
| * | Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26 | Marcel Moolenaar | 2006-04-07 | 1 | -0/+1 |
| * | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | Poul-Henning Kamp | 2006-01-10 | 1 | -0/+1 |
| * | Remove duplicate options (originals in sys/conf/NOTES). | Ruslan Ermilov | 2005-12-30 | 1 | -2/+0 |
| * | add LINT build | Sam Leffler | 2005-12-21 | 2 | -0/+86 |
| * | - Allow duplicate "machine" directives with the same arguments. | Ruslan Ermilov | 2005-11-27 | 2 | -3/+1 |