Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen | |
version of gcc. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-05-30 | repairs | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-07-09 | why bother; msaitoh | Theo de Raadt | |
1998-05-29 | gcc 2.8.X.X fixed this bug, back to a sane Makefile. | Dale S. Rahn | |
1998-04-30 | Wall | Theo de Raadt | |
1997-11-15 | spelling | Todd T. Fries | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | -Wall | Todd C. Miller | |
1997-08-25 | clear input buffer to ' ' or \0 correctly; jlemon@freebsd | Theo de Raadt | |
1997-08-05 | errno.h | Theo de Raadt | |
1997-08-05 | make signal handlers errno safe | Theo de Raadt | |
1997-05-21 | Powerpc compiler has a problem with 64 bit math and optimization. | Dale S. Rahn | |
compiles with -O0 for dd instead of (normal) -O. Does not affect other ports. | |||
1997-04-17 | make it clearer bs= (like obs & ibs) is in bytes | Theo de Raadt | |
1997-02-14 | Deal with 64-bit offsets and report bytes copied as a 64-bit quantity. | Todd C. Miller | |
Closes OpenBSD PR system/107. | |||
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-05-03 | don't munge argv strings -- copy them first. avoids 'w' showing: | Theo de Raadt | |
deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs | |||
1996-03-03 | From NetBSD: Use const qualifier with conversion, args and clist tables | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |