summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Collapse)Author
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@
2002-06-01missing return; jason@ackley.netTheo de Raadt
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
(foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@
2002-03-23small cleanups:Marc Espie
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable.
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-07device -> decide; fixes PR#2382.Aaron Campbell
2001-12-11Make Makefile.boot produce a working config(8) again, at least on 4.4BSD.Miod Vallat
2001-12-10handle "q" input better; bug reported in 2244Theo de Raadt
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned ↵Mats O Jansson
devices. -moj ok @deraadt
2001-09-07leftover pmax cruft.Brad Smith
2001-09-07-DELF_SUPPORT for sparc64Jason Wright
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-05Make manual match source string.Hugh Graham
Spotted by Heikki Korpela.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-11remove mips leftovers; ok bradPeter Valchev