Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-29 | mdoc versions; | Jason McIntyre | |
ok deraadt@ | |||
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-03-15 | recoginzed -> recognized; | Jason McIntyre | |
elimininating -> eliminating; typos courtesy NetBSD (Igor Sobrado) | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat | |
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt | |
2002-09-08 | volatile sig_atomic_t for sig handler vars; cloder | Theo de Raadt | |
2002-09-06 | socklen_t use; pvalchev ok | Theo de Raadt | |
2002-06-17 | when calling system(3) redirect std* from /dev/null | Jason Wright | |
2002-06-10 | -Wall cleanup | Hans Insulander | |
ok deraadt@ | |||
2002-05-27 | unsigned to unsigned int | Theo de Raadt | |
2002-05-26 | with XXX, note a place we could maybe use arc4random() | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2001-08-22 | ether_hton(3) -> ether_hostton(3) | Brad Smith | |
2001-01-16 | save_errno in signal handler, in case it calls signal() | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-23 | Format string paranoia w/use of bootpd's local stdarg report() routine. | Aaron Campbell | |
2000-10-23 | Call get_errmsg() properly; from NetBSD. | Aaron Campbell | |
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1998-12-20 | o make sure C-style strings in packet are NUL-terminated and increase size of | Todd C. Miller | |
buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL o kill sprintf in favor of snprintf everywhere (paranoia...) | |||
1998-11-28 | use MAXPATHLEN | Todd C. Miller | |
1998-11-28 | o use in_port_t | Todd C. Miller | |
o be careful with string copies; use strlcpy/strlcat when sensible o ignore requests with bogus network types | |||
1998-11-14 | put bootpd.dump in /var/run, not /tmp, to avoid /tmp race | Todd C. Miller | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-06-07 | buf oflow | Theo de Raadt | |
1998-06-03 | typos; josh@quick.net | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-04 | -hwaddr.c:140: warning: implicit declaration of function `system' | Todd T. Fries | |
+#include <stdlib.h> | |||
1997-05-30 | typo; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-05-30 | format error; enami@ba2.so-net.or.jp | Theo de Raadt | |
1997-04-17 | timeout is in minutes; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-02-17 | __OpenBSD__ | Theo de Raadt | |
1996-09-20 | fix example; netbsd pr#2744, erik@aarhus1.uni-c.dk | Theo de Raadt | |
1996-08-22 | main() return type | Theo de Raadt | |
1996-08-22 | fix main() type | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-07-11 | fix syslog message. | Michael Shalayeff | |
1996-06-23 | sync to 0622 | Theo de Raadt | |
1996-05-06 | another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU | Theo de Raadt | |