Age | Commit message (Expand) | Author |
2003-06-29 | remove superfluous ".Sm off"; | Jason McIntyre |
2003-06-29 | remove some old groff macros and replace them with -mdoc ones; | Jason McIntyre |
2003-06-29 | swap .Pa Aq -> .Aq Pa to make both macros expand; | Jason McIntyre |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy |
2003-06-29 | bad format string; %s -> %d | Anil Madhavapeddy |
2003-06-29 | remove superfluous semicolon; | Jason McIntyre |
2003-06-29 | tweak; | Jason McIntyre |
2003-06-29 | memset 0, not \0; andrushock@korovino.net | Markus Friedl |
2003-06-29 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-29 | Replace assert(3) calls with warnx(3), if the warning is relevant at all. | Daniel Hartmeier |
2003-06-29 | Explain in more details how define interacts with pushdef/popdef, and | Marc Espie |
2003-06-29 | +compat_aout.8 | Marc Espie |
2003-06-29 | Ref compat_aout | Marc Espie |
2003-06-29 | Basic compat_aout explanations. | Marc Espie |
2003-06-29 | tweak; | Jason McIntyre |
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy |
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback |
2003-06-28 | back out that which does not compile | Theo de Raadt |
2003-06-28 | () to (void) | Theo de Raadt |
2003-06-28 | Fix previous commit that broke locate. Unlike printf, print writes a | Todd C. Miller |
2003-06-28 | ansi | Theo de Raadt |
2003-06-28 | tweak; | Jason McIntyre |
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright |
2003-06-28 | fixes a bug that was causing random blank lines in man pages; | Jason McIntyre |
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat |
2003-06-28 | cleanup | Theo de Raadt |
2003-06-28 | Be more careful when processing interrupts - the TS102 queues them, and we | Miod Vallat |
2003-06-28 | sync | Theo de Raadt |
2003-06-28 | Be prepared to the fact that the user may unplug a card before it was | Miod Vallat |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-28 | print usage into stderr, use global __progname instead of local invention, be... | Michael Shalayeff |
2003-06-28 | Add a macro to encode (x,y) coordinates. | Miod Vallat |
2003-06-28 | i don't think pfsync needs a link-local addr. | Jun-ichiro itojun Hagino |
2003-06-28 | Goto -> Go to; | Jason McIntyre |
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat |
2003-06-28 | use .Bk/.Ek to align the options in SYNOPSIS; | Jason McIntyre |
2003-06-28 | Clear screen after smitching to the wsfont, on low-resolution cgsix. | Miod Vallat |
2003-06-28 | A better reset sequence; also, probe slots immediately rather than waiting | Miod Vallat |
2003-06-28 | No need to include the same header twice. | Cedric Berger |
2003-06-28 | report pidfile creation errors, based on patch from Roumen Petrov; ok markus@ | Damien Miller |
2003-06-28 | redundant (pfvar.h already have it) | Jun-ichiro itojun Hagino |
2003-06-28 | remove a superfulous argument to a sorry() call | Anil Madhavapeddy |
2003-06-28 | ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei | Theo de Raadt |
2003-06-28 | new sysctl, ddb.log | Ted Unangst |
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst |
2003-06-28 | sync | Theo de Raadt |
2003-06-28 | missing protos | Theo de Raadt |
2003-06-28 | remove duplicated prototype (they are in pfvar.h). dhartmei ok | Jun-ichiro itojun Hagino |