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