Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-03 | Fix buffer overflow in .PS parsing. Found by afl and based on a | Todd C. Miller | |
diff from jsg@. OK jsg@ | |||
2010-10-28 | adjust text to avoid referencing non-existent pages; | Jason McIntyre | |
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 | |
2005-07-05 | sync usage() w/ man page synopsis; | Jason McIntyre | |
2005-07-05 | little bit better description of -ml; | Jason McIntyre | |
agreed w/ wiz@netbsd | |||
2005-07-05 | - sort description of -m | Jason McIntyre | |
- correct typos in -m description - formatting improvements from wiz@netbsd | |||
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove | |
ok henning@ | |||
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. | |||
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett | |
'#endif' into comments. ok millert@ | |||
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller | |
avoid number of arguments limit. Also, file is optional; Brian Poole | |||
2002-02-28 | another bug | Todd C. Miller | |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller | |
Now I can sleep. | |||
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller | |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. |