Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-03 | Nuke terms 3 & 4 on my code. | Tobias Weingartner | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
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 | |