summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Expand)Author
2003-12-02Be consistent in error messages, and don't use the <err.h> functions.lukem
2003-11-25Make sure to also zero out structures put on local free lists so allocationsrafal
2003-11-24Define ecalloc() and use it when initializing data structures.christos
2003-11-19Add long-long cast for cross-build printf portability. We could be usingchristos
2003-11-19PR/23490: Jason Thorpe: 64-bit config(8) breaks negative RTC_OFFSETchristos
2003-11-18Use int64_t to store numeric values, so that values larger than 2^32fvdl
2003-11-12Don't use _PATH_UNIX on non-NetBSD hosts.matt
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-19Make this compile again.he
2003-10-19Switch back to using YHEADER instead of custom yacc rules.lukem
2003-09-19realloc pedantitojun
2003-09-14Use tabs for indentation; pointed out by simonb@.jmmv
2003-09-14Fix crash when using the '-x' flag.jmmv
2003-09-14Fix some warnings.jmmv
2003-09-08free string only after it's no longer used through dirname reference.cl
2003-09-03Allow file inclusions to be relative to the file currently beingthorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15use bounded string opitojun
2003-07-13use bounded string opitojun
2003-07-13use bounded string opitojun
2003-07-02This addresses PR 19797, a small patch made by Tor Stormwall to addjrf
2003-06-27Deref the nv_list pointer and take it's address; cleaner and more clear.heas
2003-06-25Correct comment string "mkoptions" -> "makeoptions"heas
2003-06-25When removing a nvlist entry (describing an option, makeoption, etc) inheas
2003-06-18If the file being stuffed into the config file string for inclusion inatatat
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-17strncpy -> strlcpyitojun
2003-04-26Note when the -x option appeared; this was in the original patch...jmmv
2003-04-26Let config extract embedded configuration data from kernels that were builtjmmv
2003-04-24New sentence, new line.jmmv
2003-04-11Avoid running config on directories (i.e., config /tmp), as the error messagejmmv
2003-03-16Make cfroots const.matt
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-27Allow pseudo-devices to be declared with an interface attribute. Forthorpej
2003-01-23Accept the block-device-only devices.gehenna
2003-01-23Not necessary to put fixdevmtab in global section.gehenna
2003-01-23check the duplication or the inconsistency before evaluating fopts.gehenna
2003-01-23reject the duplication of the same device-major lines.gehenna
2003-01-23fix typo.gehenna
2002-11-20Add CWARNFLAGS+=-Wno-format-y2k so this builds again with the pc532simonb
2002-11-19Alter config so that it emits a config_time.src file (the source fileatatat
2002-11-19Define KERNEL_BUILD at the top of the emitted kernel Makefile. Thisatatat
2002-11-17Add a "package" keyword, which makes it somewhat easier to add 3rdthorpej
2002-11-17When emitting -I directives for prefix'd paths, use EXTRA_INCLUDESthorpej
2002-11-07Corrected the comment and error message.jrf
2002-11-07Detect NULL characters in a config file and error out.jrf
2002-10-11Allow devices to be orphaned, but emit an informational message whenthorpej
2002-10-11Oops, fix editor mistake.thorpej
2002-10-11Add support for specifying attributes as option-dependencies,thorpej
2002-10-09Add support for specifiying attribute dependencies on attributes. Thisthorpej