Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | add missing header for errx. | Charles Longeau | |
ok otto@ deraadt@ | |||
2007-11-26 | Let multiple variables in the same filename expand | Theo de Raadt | |
ok otto millert | |||
2007-11-26 | Put the converted filename into the makefiles, so that we can later support | Theo de Raadt | |
variables make(1) does not natively convert in the same way. | |||
2007-11-26 | discard still-born support for .o files in the "file" command.. | Theo de Raadt | |
this is OpenBSD.. source for everyone.. | |||
2007-11-25 | correct pathname variable matching, and also support ${MACHINE} | Theo de Raadt | |
2007-11-25 | Extend 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-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-06-28 | Add 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-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | document the args to the "timezone" command; | Jason McIntyre | |
fixes documentation/5403: dst argument not defined in config manpage from James Hartley | |||
2007-03-20 | various text improvements to make this page read better. also add in | Jason 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-20 | make synopsis/usage() a little nicer; | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-10-30 | Now that we have smarter lex and yacc rules, remove redundant lines | Otto Moerbeek | |
from Makefile. ok millert@ | |||
2006-05-06 | lint can't do assembly files, put them directly in OBJS. | Marc Espie | |
okay theo | |||
2006-04-27 | lint(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-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback | |
ok pedro@ | |||
2006-03-23 | reword; ok otto | Jason McIntyre | |
2006-03-17 | Add BUGS section documenting included files should start with a | Otto Moerbeek | |
newline or comment. Problem found by mpech@; ok miod@ | |||
2006-03-10 | Avoid 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-05 | Ignore case on the file extension, to allow both .s and .S to be included | Dale Rahn | |
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@ | |||
2005-11-30 | put the command list back in order; | Jason McIntyre | |
2005-11-12 | spacing | Theo de Raadt | |
2005-04-28 | if running in -e mode, and stdin is not a tty, then re-print the commands | Theo 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-02 | breaks at least vax; backout | Theo de Raadt | |
2005-01-01 | Make sure uextraloc ends up in .data so UKC works. OK deraadt@ | Todd C. Miller | |
2004-06-08 | Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore. | Ryan Thomas McBride | |
ok millert@ | |||
2004-01-07 | missing Ic; from Andrey Matveev; | Jason McIntyre | |
2004-01-04 | re-org some parts; grudging ok from jmc | Theo de Raadt | |
2004-01-04 | knf and lint | Theo de Raadt | |
2004-01-04 | Wall and spacing, I am hunting bugs | Theo de Raadt | |
2003-12-29 | similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers; | Theo de Raadt | |
originally from Alexander.Farber@t-online.de | |||
2003-12-06 | NULL not 0 at end of pdevinit[] | Theo de Raadt | |
2003-11-17 | - remove extra trailing bracket | Anil Madhavapeddy | |
- change /sys -> /usr/src/sys for consistency with rest of page jmc@ ok | |||
2003-10-23 | typos from Jared Yanovich, plus a few more independant -> independent; | Jason McIntyre | |
2003-09-26 | use erealloc | Theo de Raadt | |
2003-09-26 | use emalloc and watch for strdup failure | Theo de Raadt | |
2003-09-26 | use emalloc | Theo de Raadt | |
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre | |
ok deraadt@ | |||
2003-08-16 | no return() after errx(); andrushock | Henning Brauer | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-14 | fix a width specifier and remove some .Pp's before lists/displays; | Jason McIntyre | |
2003-06-28 | ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei | Theo de Raadt | |
2003-06-27 | bye bye | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-24 | BINDIR is set in the ../Makefile.inc already | Michael Shalayeff | |
2003-06-21 | typo; | Jason McIntyre | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line |