Age | Commit message (Expand) | Author |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2016-10-28 | Delete some useless setlocale(3) calls in /usr/bin, no functional change. | Ingo Schwarze |
2016-05-26 | Use "cc -E" instead of "cpp". OK deraadt@ natano@ | Todd C. Miller |
2016-01-14 | Check the return value of snprintf() for potential overflow instead | Todd C. Miller |
2016-01-14 | Avoid potential read of one byte before the start of a malloc()ed | Todd C. Miller |
2016-01-14 | Use _PATH_DEFPATH if no PATH in the environment when invoked as which. | Todd C. Miller |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-10-10 | pledge "stdio rpath" | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-04-15 | Tweak check rule to match change to the manpage formatting | Philip Guenther |
2013-04-15 | tweak previous; | Jason McIntyre |
2013-04-13 | My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if | Philip Guenther |
2013-04-10 | Get the standard path from _PATH_STDPATH instead of | Philip Guenther |
2012-01-29 | .Ar tweak. ok jmc@ schwarze@. | lum |
2011-10-09 | add a little vertical spacing to previous; ok schwarze | Jason McIntyre |
2011-10-09 | Correct the history of apropos(1), whatis(1) and whereis(1): These | Ingo Schwarze |
2011-03-11 | The -a option shouldn't change the exit status | Philip Guenthe |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-05-31 | stderr should be used for error messages; this diff makes which(1) | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-21 | a paragraph break (.Pp macro) is not required before or after section headers. | Igor Sobrado |
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre |
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre |
2007-08-14 | the ellipsis is not an optional argument; document the "-a" flag in whereis(1) | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2004-09-24 | save a copy of the pointer before strsep; fixes an abort on free. | Federico G. Schwindt |
2004-09-23 | Add missing free on error; Alison Winters | Todd C. Miller |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-04-04 | snprintf() is simpler than multiple strlcpy() and manual fiddling. | Todd C. Miller |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
1999-10-07 | Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt |
1998-05-07 | fix err() use | Theo de Raadt |
1998-01-28 | Add -a flag. Idea from bgrayson@ece.utexas.edu | Todd C. Miller |