Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-01 | With malloc option J, the first realloc(3) in apply(1) would return | Alexander Bluhm | |
memory that is filled with junk only. Allocate the empty string with malloc(3) and initialize it explicitly with the NUL terminator. OK tb@ tobias@ | |||
2018-03-27 | Fix possibly wrong execution of commands and out of boundary write with | Tobias Stoeckmann | |
unusual input. Correction and regression tests based on FreeBSD bin/95079. While at it, fix another segmentation fault when using ' ' as magic character and also disallow '\0' as magic character. This cannot make any sense and avoids a theoretical out of boundary read. ok tb@ | |||
2015-10-10 | pledge "stdio proc exec" works. | Theo de Raadt | |
ok doug | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2013-11-25 | variety of unsigned char casts (or conversions) for ctype | Theo de Raadt | |
ok krw | |||
2011-04-29 | small tidy. contribution from patrick keshishian and extra tab spot by ↵ | lum | |
halex. Thanks. ok nicm@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-09 | Remove shadowed, redundant variable. From Bret Lambert. | Ray Lai | |
OK jaredy@. | |||
2006-12-14 | "apply echo *" operates similarly to ls(1), not "apply echo a*"; | Jason McIntyre | |
from sat@freebsd ok otto | |||
2005-11-14 | use asprintf() | Theo de Raadt | |
2005-05-15 | - simplify usage | Jared Yanovich | |
- update/rearrange examples help & ok jmc | |||
2005-03-25 | Use the return value from getopt() instead of optopt in non-error | Jared Yanovich | |
cases since optopt is not set in these cases, and it is not required by POSIX that it should be. ok millert otto | |||
2005-02-24 | Store result of snprintf() in a signed type and check it for -1. | Jonathan Gray | |
Do not depend on errno being set for snprintf, use errx() instead of err(). ok otto@, earlier version ok deraadt@ some time ago | |||
2004-09-14 | unalias system() copy from libc version | Theo de Raadt | |
2003-11-10 | c2 cannot be const as it produces all kinds of conflicts | Michael Shalayeff | |
2003-09-26 | better realloc. ok deraadt@ | Ted Unangst | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-06 | snprintf; ok millert | Theo de Raadt | |
he also suggested i use a strlcpy instead of the existing "%s" it used.. | |||
2003-04-04 | snprintf; ok from espie tedu and others | Theo de Raadt | |
2003-03-12 | more .Li | Theo de Raadt | |
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-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-05-01 | Reformat EXAMPLES section. | Aaron Campbell | |
2000-12-24 | Sync usage() with man page. | Aaron Campbell | |
2000-11-20 | fixes; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
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-01-08 | Formatting fixes + better description of -a. | Aaron Campbell | |
1999-12-05 | - Document -d option. | Aaron Campbell | |
- Add SEE ALSO section and Xr xargs(1) - Miscellaneous cleanup. | |||
1999-12-03 | off by one for string length calculation | Theo de Raadt | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-31 | union wait dies | Theo de Raadt | |
1997-07-29 | Changed vfork() to fork() -- pointed out by Theo | bitblt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-09-27 | correct quotes; netbsd pr#2781; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |