summaryrefslogtreecommitdiffstats
path: root/usr.bin/which
AgeCommit message (Expand)AuthorFilesLines
2019-07-11tedu: when you commit a change with global impact, please do a fullderaadt1-3/+3
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2016-10-28Delete some useless setlocale(3) calls in /usr/bin, no functional change.schwarze1-8/+5
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@millert1-2/+2
2016-01-14Check the return value of snprintf() for potential overflow insteadmillert1-9/+7
2016-01-14Avoid potential read of one byte before the start of a malloc()edmillert1-2/+2
2016-01-14Use _PATH_DEFPATH if no PATH in the environment when invoked as which.millert2-8/+7
2015-12-29fix exit status on pledge(2) failure.gsoares1-2/+2
2015-10-10pledge "stdio rpath"deraadt1-1/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2014-05-20Use errc/warnc to simplify code.guenther1-2/+2
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2013-04-15Tweak check rule to match change to the manpage formattingguenther1-2/+3
2013-04-15tweak previous;jmc1-4/+4
2013-04-13My clever "expand _PATH_STDPATH in whereis.1" logic broke the build ifguenther2-21/+14
2013-04-10Get the standard path from _PATH_STDPATH instead ofguenther3-28/+29
2012-01-29.Ar tweak. ok jmc@ schwarze@.lum1-3/+4
2011-10-09add a little vertical spacing to previous; ok schwarzejmc1-1/+2
2011-10-09Correct the history of apropos(1), whatis(1) and whereis(1): Theseschwarze2-11/+23
2011-03-11The -a option shouldn't change the exit statusguenther1-9/+9
2010-09-29various EXIT STATUS fixes; from Daniel Dickmanjmc2-8/+4
2010-09-03add an EXIT STATUS section for /usr/bin;jmc2-21/+21
2010-05-31stderr should be used for error messages; this diff makes which(1)sobrado1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-5/+1
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.sobrado1-3/+2
2009-01-06i saw the previous was wrong as soon as i committed it: put thejmc1-6/+7
2009-01-06document, consistently, those apps which also exist as built-insjmc1-15/+7
2007-08-14the ellipsis is not an optional argument; document the "-a" flag in whereis(1)sobrado3-9/+16
2007-05-31convert to new .Dd format;jmc2-4/+4
2004-09-24save a copy of the pointer before strsep; fixes an abort on free.fgsch1-3/+5
2004-09-23Add missing free on error; Alison Wintersmillert1-10/+13
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-9/+9
2003-06-10mostly ansi cleanup; pval okderaadt1-3/+3
2003-06-10- section reorderjmc2-6/+6
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-12/+4
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-23/+12
2003-04-04snprintf() is simpler than multiple strlcpy() and manual fiddling.millert1-14/+6
2003-04-04snprintf & strlcpy; tedu okderaadt1-4/+4
2002-02-16Part 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.millert1-4/+4
2000-03-14Finish off cleanup usr.bin/ man pages.aaron2-29/+29
2000-03-06Some section re-ordering.aaron1-5/+5
1999-10-07Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asaaron2-4/+11
1999-09-23Typo fixes.alex1-2/+2
1999-06-05- remove trailing white spaceaaron1-2/+2
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theaaron1-2/+2
1998-10-30usr.bin/ man page fixes, t-zaaron2-12/+11
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert1-6/+3
1998-06-15use Bx macro for BSD versionsmickey1-2/+3
1998-05-13fix .Sh ENVIRONMENTderaadt1-2/+2
1998-05-07fix err() usederaadt1-10/+10