summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Collapse)Author
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
2003-09-26use ereallocTheo de Raadt
2003-09-26use emalloc and watch for strdup failureTheo de Raadt
2003-09-26use emallocTheo de Raadt
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
ok deraadt@
2003-08-16no return() after errx(); andrushockHenning Brauer
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-14fix a width specifier and remove some .Pp's before lists/displays;Jason McIntyre
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-27bye byeTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-24BINDIR is set in the ../Makefile.inc alreadyMichael Shalayeff
2003-06-21typo;Jason McIntyre
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-03Nuke terms 3 & 4 on my code.Tobias Weingartner
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-05-23moved swapgeneric.cTed Unangst
2003-05-12typo (mine) from Martin Reindl;Jason McIntyre
2003-05-08used .Li for examples, as per first example.Jason McIntyre
CDROM -> CD-ROM for consistency. "make depend" and "make clean" wrapped in double quotes for consistency. ok millert@
2003-04-17Assign the return value of snprintf to an int, not a char. fixes a comparisonDale Rahn
is always true error on ppc. ok millert@
2003-03-28We were malloc()ing one byte more than we needed; Alexander FarberTodd C. Miller
Closes PR #3168
2003-03-12Make config -e work correctly on the various m68k platforms, by handlingMiod Vallat
all the various a.out MAGIC correctly, and handling the mvme68k case where kernel_text starts after the a.out header. No functional change, no regression on other a.out arches (i386 and vax). ok deraadt@ henning@
2002-12-15spellingmania; torhHenning Brauer
2002-12-11handle snprintf < 0Theo de Raadt
2002-10-13Xr files.conf(5)Miod Vallat
2002-09-06ansiHenning Brauer
ok deraadt@
2002-09-06; after label:Theo de Raadt
2002-08-05Make readjust work correctly.Artur Grabowski
This allows config -e on sparc with elf.
2002-07-24ELF_TOOLCHAIN, don't list all of them.Artur Grabowski
2002-07-14kill sprintfTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11Remove \n from warnx(3). ok deraadt@Thomas Nordin
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
noticed by aaron@, recommended by deraadt@