Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-23 | moved swapgeneric.c | Ted Unangst | |
2003-05-12 | typo (mine) from Martin Reindl; | Jason McIntyre | |
2003-05-08 | used .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-17 | Assign the return value of snprintf to an int, not a char. fixes a comparison | Dale Rahn | |
is always true error on ppc. ok millert@ | |||
2003-03-28 | We were malloc()ing one byte more than we needed; Alexander Farber | Todd C. Miller | |
Closes PR #3168 | |||
2003-03-12 | Make config -e work correctly on the various m68k platforms, by handling | Miod 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-15 | spellingmania; torh | Henning Brauer | |
2002-12-11 | handle snprintf < 0 | Theo de Raadt | |
2002-10-13 | Xr files.conf(5) | Miod Vallat | |
2002-09-06 | ansi | Henning Brauer | |
ok deraadt@ | |||
2002-09-06 | ; after label: | Theo de Raadt | |
2002-08-05 | Make readjust work correctly. | Artur Grabowski | |
This allows config -e on sparc with elf. | |||
2002-07-24 | ELF_TOOLCHAIN, don't list all of them. | Artur Grabowski | |
2002-07-14 | kill sprintf | Theo de Raadt | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-11 | Remove \n from warnx(3). ok deraadt@ | Thomas Nordin | |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel | |
noticed by aaron@, recommended by deraadt@ | |||
2002-06-01 | missing return; jason@ackley.net | Theo de Raadt | |
2002-05-30 | snprintf in .y files | Theo de Raadt | |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod 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-23 | small cleanups: | Marc Espie | |
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable. | |||
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Patch 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-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-07 | device -> decide; fixes PR#2382. | Aaron Campbell | |
2001-12-11 | Make Makefile.boot produce a working config(8) again, at least on 4.4BSD. | Miod Vallat | |
2001-12-10 | handle "q" input better; bug reported in 2244 | Theo de Raadt | |
2001-12-05 | more free KNF from maja, though this was hard to do | Theo de Raadt | |
2001-11-10 | Move extraloc to data segment. This fixes save of new locators for cloned ↵ | Mats O Jansson | |
devices. -moj ok @deraadt | |||
2001-09-07 | leftover pmax cruft. | Brad Smith | |
2001-09-07 | -DELF_SUPPORT for sparc64 | Jason Wright | |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-08-05 | Make manual match source string. | Hugh Graham | |
Spotted by Heikki Korpela. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-02-04 | Add support for pseudo devices. This is done by adding more information | Mats O Jansson | |
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@ | |||
2001-01-31 | Dont write kernel if nothing has changed. ok @deraadt. -moj | Mats O Jansson | |
2001-01-25 | alpha is (will be) ELF. | Artur Grabowski | |
2001-01-25 | Make this elf-size independent. | Artur Grabowski | |
config -e works on my alpha. | |||
2001-01-24 | Include err.h for warnx. | Artur Grabowski | |
2001-01-24 | NULL-terminate the nlist | Artur Grabowski | |
2001-01-23 | KNF stuff which angelos is too much of a baby to get right | Theo de Raadt | |
2001-01-23 | Allow entries like "foo at bar enable", which override previous | Angelos D. Keromytis | |
entries like "foo bar bar disable"; useful for kernel config lamers like myself who don't like to use 'config -e' or 'bsd -c' to manually enable USB. Tested with uhci/ohci on i386. | |||
2001-01-15 | Fix bug that sometime ignored first command in -e mode. -moj | Mats O Jansson | |
2001-01-05 | Generate Makefiles that don't get confused if the source layout (with | Angelos D. Keromytis | |
regards to depth and symbolic links) is not what's expected. |