| Age | Commit message (Expand) | Author |
| 2010-03-08 | print ioconf WARNING in caps too | pooka |
| 2010-03-08 | Add a highly experimental pseudo-root feature to be used in conjuction | pooka |
| 2010-03-03 | reflect previous change in comment | pooka |
| 2010-03-03 | Remove fs_foo.h support from deffs now that nothing uses it. | pooka |
| 2010-02-13 | Fix off-by-one (config -x works again) and improve editing artifacts | pooka |
| 2010-02-03 | ... aaand make the emit-order slightly more sensible for ioconf.c to | pooka |
| 2010-02-03 | Introduce experimental support for ioconf-only configuration files. | pooka |
| 2010-01-21 | Add static to packdevi() like the local prototype says. | pooka |
| 2009-10-28 | don't '#define yywrap() 1', use '%option noyywrap'. This is because the | christos |
| 2009-08-31 | New sentence, new line. | wiz |
| 2009-08-31 | .Sx to refer to a section, and add one ref to the lint stuff for clarity. | cube |
| 2009-08-30 | For {pseudo-,}devices, check if an instance of the pseudo or the considered | cube |
| 2009-05-13 | Dependency on config_time.src was removed today from Makefile.kern.inc, so | cube |
| 2009-05-04 | Use Sx. Remove superfluous .Pp. | wiz |
| 2009-04-11 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) | lukem |
| 2009-03-24 | .sp -> .Pp | joerg |
| 2009-03-13 | Now that condmkopttab isn't a hash table anymore, don't initialise it with | cube |
| 2009-03-13 | Actually allow a full expression for the condition for "makeoptions" in | cube |
| 2009-02-20 | Bump date. | cube |
| 2009-02-20 | Remove mentions that a kernel configuration file must support at least one | cube |
| 2009-02-20 | Ignore line starting with # in Makefile.${arch}. It might be valid make(1) | cube |
| 2009-02-15 | Fix compiler warning. | enami |
| 2009-02-15 | - Allow substition of options values in the generated Makefile using the | cube |
| 2009-02-14 | Error out if one f the mkxxx() prints an error. | cube |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2009-01-16 | Better whitespace in ioconf.c output. | uebayasi |
| 2008-12-28 | rename nv_int -> nv_num and make it long long, so that dev_t will fit when | christos |
| 2008-12-21 | bump version due to recent rootfs changes | martin |
| 2008-12-19 | Store config(1)'s root filesystem type as a text string rather than | pgoyette |
| 2008-10-20 | Don't complain about a missing 'file-system' directive. File system code | ad |
| 2008-10-16 | Adjust previous; apb@ points out that _PATH_TMP is provided by compat_defs.h; | dholland |
| 2008-10-16 | Fix ridiculously small filename buffer for temporary file and resulting | dholland |
| 2008-10-09 | Avoid memory leak in error case. From Gao Ya'nan in PR bin/39721. | dholland |
| 2008-08-30 | Bump CONFIG_VERSION after the previous fix to main.c. | cube |
| 2008-08-30 | In find_declared_option, use the correct hash for file-systems. That way, | cube |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-16 | * emitrules() | kent |
| 2008-07-07 | It actually makes no sense to warn on a behaviour that was allowed in | cube |
| 2008-06-10 | Disable use of pseudo-devices defined "defpseudo" with interface | drochner |
| 2008-06-10 | Do proper config(5) version checking after previous changes [hi drochner!]. | cube |
| 2008-06-10 | Bump date for previous. | wiz |
| 2008-06-10 | Seperate pseudo-devs which don't use device_t et al. (the classical | drochner |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-26 | Typo. | skrll |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-12-12 | Use a common function to generate the "MACHINE GENERATED" comment, | lukem |
| 2007-11-30 | Be more informative about duplicated device names. | dsl |
| 2007-11-11 | Don't defattr machinearch if it's NULL. Pointed out by | cube |