summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Expand)Author
2012-06-22Improve error messages when removing/recreating symlinks in the build dirPhilip Guenthe
2011-10-02Fix some minor things in config(8):Edd Barrett
2011-10-02When using `config -e`:Edd Barrett
2011-07-16remove unused variableCharles Longeau
2011-06-26remove mcd example here tooTed Unangst
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
2011-04-15stop talking about make depend; ok guentherTheo de Raadt
2011-04-15do not need the run "make depend" reminder anymoreTheo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-06-02fix potential use of uninitialized value, and remove unused variables.Charles Longeau
2010-05-31Do not add the swap*.c to the CFILES as a dependency. The rest of theTheo de Raadt
2010-05-24automatically generate the _arch= and _mach= lines at the top of the kernelTheo de Raadt
2009-12-10Now that the old SysV SHM size limits global variables are gone, removeMark Kettenis
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-06-03change "cachepct" to "bufcachepercent" so it is the sameBob Beck
2009-03-23correct example; from Sebastian RotherJason McIntyre
2009-01-19Do not forget to adjust offsets for the beginning of the data area for nonMiod Vallat
2008-11-22Make enable selected by attribute work.Mats O Jansson
2008-10-03correct comment; a part of PR4184Theo de Raadt
2008-08-14simplify S definition to just srcdir, since it appears there's no specialMarc Espie
2008-08-12basic bounds check on elf header info. avoid crashes on i.e.e truncatedOtto Moerbeek
2008-04-19remove build warnings:Charles Longeau
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
2008-03-23Done mark a disable of a disabled device as an change (and same with enable).Mats O Jansson
2008-03-22spaces found reading that diffTheo de Raadt
2008-03-22put in explicit suffix rules, they're needed anyways since $< is only usedMarc Espie
2008-03-08avoid request for input if lines are set to zeroSimon Bertrang
2007-11-27add missing header for errx.Charles Longeau
2007-11-26Let multiple variables in the same filename expandTheo de Raadt
2007-11-26Put the converted filename into the makefiles, so that we can later supportTheo de Raadt
2007-11-26discard still-born support for .o files in the "file" command..Theo de Raadt
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25Extend the "file" directive to accept multiple pathnames seperated by '|'.Theo de Raadt
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-06-28Add check for nlist failure to prevent a segfault.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20document the args to the "timezone" command;Jason McIntyre
2007-03-20various text improvements to make this page read better. also add inJason McIntyre
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-10-30Now that we have smarter lex and yacc rules, remove redundant linesOtto Moerbeek
2006-05-06lint can't do assembly files, put them directly in OBJS.Marc Espie
2006-04-27lint(1) support in config:Marc Espie
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
2006-03-23reword; ok ottoJason McIntyre
2006-03-17Add BUGS section documenting included files should start with aOtto Moerbeek
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek
2005-12-22`option', not `options';Jason McIntyre