| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lower some WARNS from 6 to 5 to eliminate redundant redeclaration errors | Ian Lepore | 2015-02-20 | 1 | -1/+1 |
| * | MFC: r248777 | Jung-uk Kim | 2013-04-29 | 1 | -2/+10 |
| * | MFC 206082,206179,207056,207057,210612,210636,210656,212423,212426,228121, | John Baldwin | 2012-10-19 | 1 | -5/+3 |
| * | MFC 227429 | Ryan Stone | 2012-05-27 | 1 | -4/+9 |
| * | MFC r223744: | Ed Schouten | 2011-07-24 | 1 | -4/+5 |
| * | MFC r210144 (originally committed by imp): | Lawrence Stewart | 2011-01-02 | 3 | -41/+54 |
| * | MFC 215334: | Doug Barton | 2010-11-22 | 2 | -9/+2 |
| * | MFC r215034: | Rebecca Cran | 2010-11-20 | 1 | -1/+1 |
| * | MFC r212570: | Ed Maste | 2010-10-08 | 1 | -0/+1 |
| * | MFC: r209969 | Warner Losh | 2010-07-15 | 4 | -10/+38 |
| * | MFC: r209135 | Warner Losh | 2010-07-15 | 1 | -5/+5 |
| * | MFC: r207461 | Warner Losh | 2010-05-04 | 1 | -7/+11 |
| * | MFC r207265: | Warner Losh | 2010-05-02 | 1 | -9/+28 |
| * | MFC r207263: | Warner Losh | 2010-05-02 | 2 | -78/+81 |
| * | MFC r207260: | Warner Losh | 2010-05-02 | 3 | -24/+62 |
| * | MFC r206915 | Warner Losh | 2010-04-25 | 1 | -1/+1 |
| * | MFC r206664: | Warner Losh | 2010-04-18 | 2 | -1/+28 |
| * | MFC r205880 by ru: | Ed Maste | 2010-04-13 | 5 | -10/+37 |
| * | Move the comment to it's correct place. | Wojciech A. Koszek | 2009-02-07 | 1 | -5/+5 |
| * | Remove leftover of alpha support for config(8)--we have MAP_FAILED | Wojciech A. Koszek | 2009-02-07 | 1 | -3/+0 |
| * | Make config -x <kernel> only return non-zero characters, | Wojciech A. Koszek | 2009-02-06 | 1 | -2/+13 |
| * | Delete commented out ancient history. | Warner Losh | 2009-01-26 | 1 | -14/+0 |
| * | Allow multiple makeoption lines to be used with the += operator, this permits | Andrew Thompson | 2008-11-22 | 6 | -16/+32 |
| * | Allow kernel config files to include files other than those in the CWD, | David E. O'Brien | 2008-07-28 | 2 | -0/+12 |
| * | Revice the way the CTF conversion is done per object. Avoid creating a second | John Birrell | 2008-06-29 | 1 | -1/+1 |
| * | Change the CTF conversion makefile code to use a new line to avoid | John Birrell | 2008-06-09 | 1 | -1/+1 |
| * | Add the CTF conversion to the generated makefile. In the case where | John Birrell | 2008-05-23 | 1 | -1/+1 |
| * | Fix a bug introduced by DEFAULTS feature. When the config file | Warner Losh | 2008-04-10 | 1 | -0/+2 |
| * | Honour the logical current working directory ($PWD) when using config's | Ed Maste | 2008-01-08 | 1 | -0/+18 |
| * | Spring forward into the late 1970's by following item 5 in the yacc | Warner Losh | 2007-12-25 | 1 | -51/+34 |
| * | Fixed "make checkdpadd" (missing library dependencies). | Ruslan Ermilov | 2007-10-01 | 1 | -1/+1 |
| * | Fix some problems that affect multiple file inclusion. Bruce found | Warner Losh | 2007-05-17 | 3 | -73/+26 |
| * | Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some | Wojciech A. Koszek | 2007-05-16 | 1 | -4/+4 |
| * | Bump config(8) version and build requirement for config(8) to 600006. This | Wojciech A. Koszek | 2007-05-13 | 1 | -1/+1 |
| * | This is loser's commit message: | Wojciech A. Koszek | 2007-05-12 | 1 | -1/+12 |
| * | Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly | Wojciech A. Koszek | 2007-05-12 | 1 | -1/+1 |
| * | Improve INCLUDE_CONFIG_FILE support. | Wojciech A. Koszek | 2007-05-12 | 7 | -90/+389 |
| * | Don't leak files. | Warner Losh | 2006-10-24 | 1 | -3/+2 |
| * | Document multiple hints lines. | Warner Losh | 2006-10-24 | 1 | -4/+18 |
| * | End my resistance to jmg's multiple hints files and bring in support | Warner Losh | 2006-10-24 | 4 | -15/+19 |
| * | style(9) pedantry | Warner Losh | 2006-10-24 | 1 | -7/+7 |
| * | Since multiple hints lines do not work, make doing that a fatal error. | Warner Losh | 2006-10-24 | 1 | -0/+3 |
| * | Comment out the first paragraph; while it tells the true (we're using | Ruslan Ermilov | 2006-10-21 | 1 | -14/+14 |
| * | Added rudimentary support for the "include" directive (inside "files"). | Ruslan Ermilov | 2006-10-01 | 2 | -1/+15 |
| * | Remove unused variables. | Stefan Farfeleder | 2006-07-20 | 1 | -3/+1 |
| * | Remove an unused variable. | Stefan Farfeleder | 2006-07-19 | 1 | -2/+1 |
| * | Use calloc() instead of zeroing the memory our own. | Xin LI | 2006-06-07 | 4 | -22/+11 |
| * | Document the two argument form of the "machine" directive. | Joseph Koshy | 2006-02-12 | 1 | -1/+12 |
| * | Allow newer config versions to config older versions with the same | Warner Losh | 2006-02-03 | 2 | -21/+30 |
| * | - Change the exit message from "make cleandepend; make depend" to | Florent Thoumie | 2006-01-14 | 1 | -1/+1 |