summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Collapse)Author
2009-06-03change "cachepct" to "bufcachepercent" so it is the sameBob Beck
as the variable and the similar sysctl ok deraadt@
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
OMAGIC binaries. Found the hard way by jsg@
2008-11-22Make enable selected by attribute work.Mats O Jansson
Reported by John Lloyd j at bitminer dot ca. -moj
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
case anymore. Note that you can always override it from the command line if you need it. after discussion with deraadt@ and tedu@
2008-08-12basic bounds check on elf header info. avoid crashes on i.e.e truncatedOtto Moerbeek
kernels; noted by jasper@ ok miod@
2008-04-19remove build warnings:Charles Longeau
- unused variables - missing return ok espie@
2008-03-24Make it possible to disable/enable pseudo devices in UKC, config file andMats O Jansson
at config -e. -moj ok deraadt@
2008-03-23Done mark a disable of a disabled device as an change (and same with enable).Mats O Jansson
Reported by jj@ a long time ago. -moj
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
for suffix rules. Use them to avoid writing loads of explicit lines. Shaves 2/3 of each Makefile off. okay miod@, deraadt@, henning@
2008-03-08avoid request for input if lines are set to zeroSimon Bertrang
ok deraadt@, sthen@
2007-11-27add missing header for errx.Charles Longeau
ok otto@ deraadt@
2007-11-26Let multiple variables in the same filename expandTheo de Raadt
ok otto millert
2007-11-26Put the converted filename into the makefiles, so that we can later supportTheo de Raadt
variables make(1) does not natively convert in the same way.
2007-11-26discard still-born support for .o files in the "file" command..Theo de Raadt
this is OpenBSD.. source for everyone..
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
If more than one path is provided, access() them to choose which one should be used, while parsing for ${name} expansions... currently limited to MACHINE_ARCH ok miod
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-06-28Add check for nlist failure to prevent a segfault.Ray Lai
Remove ret variable, which is only set but not never checked. return (1) instead of exit(1) for consistency. Original diff from Rainer Giedat. OK millert, maja, and otto.
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20document the args to the "timezone" command;Jason McIntyre
fixes documentation/5403: dst argument not defined in config manpage from James Hartley
2007-03-20various text improvements to make this page read better. also add inJason McIntyre
a little of afterboot(8)'s wisdom to prepare for my killing the kernel building section in afterboot(8) (which is here replicated);
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
OK jaredy@.
2006-10-30Now that we have smarter lex and yacc rules, remove redundant linesOtto Moerbeek
from Makefile. ok millert@
2006-05-06lint can't do assembly files, put them directly in OBJS.Marc Espie
okay theo
2006-04-27lint(1) support in config:Marc Espie
- LINTS variables to hold the list of *.ln files. - OBJS derives from it, since it can contain more files. - add set of explicit rules for each .ln file. - add a lint-with keyword that duplicates compile-with functionality to special-case linting instead of compilation. Full linting is dependent on LINT_* macros in the arch dependent template files. As is, doesn't break normal build. Just creates larger Makefiles. Review/ok miod@, cloder@, deraadt@
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
ok pedro@
2006-03-23reword; ok ottoJason McIntyre
2006-03-17Add BUGS section documenting included files should start with aOtto Moerbeek
newline or comment. Problem found by mpech@; ok miod@
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek
Found by by mpech@; ok mpech@ ray@ miod@
2005-12-22`option', not `options';Jason McIntyre
from j.c. roberts
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@
2005-11-30put the command list back in order;Jason McIntyre
2005-11-12spacingTheo de Raadt
2005-04-28if running in -e mode, and stdin is not a tty, then re-print the commandsTheo de Raadt
that are read. This makes this more easily to script. Note: sparc needs a new config(8) installed before attempting to build a new release because of stuff in src/etc/etc.sparc/Makefile.inc
2005-01-02breaks at least vax; backoutTheo de Raadt
2005-01-01Make sure uextraloc ends up in .data so UKC works. OK deraadt@Todd C. Miller
2004-06-08Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore.Ryan Thomas McBride
ok millert@
2004-01-07missing Ic; from Andrey Matveev;Jason McIntyre
2004-01-04re-org some parts; grudging ok from jmcTheo de Raadt
2004-01-04knf and lintTheo de Raadt
2004-01-04Wall and spacing, I am hunting bugsTheo de Raadt
2003-12-29similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers;Theo de Raadt
originally from Alexander.Farber@t-online.de
2003-12-06NULL not 0 at end of pdevinit[]Theo de Raadt
2003-11-17- remove extra trailing bracketAnil Madhavapeddy
- change /sys -> /usr/src/sys for consistency with rest of page jmc@ ok
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre