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