summaryrefslogtreecommitdiffstats
path: root/usr.bin/which (follow)
Commit message (Expand)AuthorAgeFilesLines
* tedu: when you commit a change with global impact, please do a fullderaadt2019-07-111-3/+3
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Delete some useless setlocale(3) calls in /usr/bin, no functional change.schwarze2016-10-281-8/+5
* Use "cc -E" instead of "cpp". OK deraadt@ natano@millert2016-05-261-2/+2
* Check the return value of snprintf() for potential overflow insteadmillert2016-01-141-9/+7
* Avoid potential read of one byte before the start of a malloc()edmillert2016-01-141-2/+2
* Use _PATH_DEFPATH if no PATH in the environment when invoked as which.millert2016-01-142-8/+7
* fix exit status on pledge(2) failure.gsoares2015-12-291-2/+2
* pledge "stdio rpath"deraadt2015-10-101-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* Tweak check rule to match change to the manpage formattingguenther2013-04-151-2/+3
* tweak previous;jmc2013-04-151-4/+4
* My clever "expand _PATH_STDPATH in whereis.1" logic broke the build ifguenther2013-04-132-21/+14
* Get the standard path from _PATH_STDPATH instead ofguenther2013-04-103-28/+29
* .Ar tweak. ok jmc@ schwarze@.lum2012-01-291-3/+4
* add a little vertical spacing to previous; ok schwarzejmc2011-10-091-1/+2
* Correct the history of apropos(1), whatis(1) and whereis(1): Theseschwarze2011-10-092-11/+23
* The -a option shouldn't change the exit statusguenther2011-03-111-9/+9
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-292-8/+4
* add an EXIT STATUS section for /usr/bin;jmc2010-09-032-21/+21
* stderr should be used for error messages; this diff makes which(1)sobrado2010-05-311-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* a paragraph break (.Pp macro) is not required before or after section headers.sobrado2009-03-211-3/+2
* i saw the previous was wrong as soon as i committed it: put thejmc2009-01-061-6/+7
* document, consistently, those apps which also exist as built-insjmc2009-01-061-15/+7
* the ellipsis is not an optional argument; document the "-a" flag in whereis(1)sobrado2007-08-143-9/+16
* convert to new .Dd format;jmc2007-05-312-4/+4
* save a copy of the pointer before strsep; fixes an abort on free.fgsch2004-09-241-3/+5
* Add missing free on error; Alison Wintersmillert2004-09-231-10/+13
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* mostly ansi cleanup; pval okderaadt2003-06-101-3/+3
* - section reorderjmc2003-06-102-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-12/+4
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* snprintf() is simpler than multiple strlcpy() and manual fiddling.millert2003-04-041-14/+6
* snprintf & strlcpy; tedu okderaadt2003-04-041-4/+4
* 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.millert2002-02-161-4/+4
* Finish off cleanup usr.bin/ man pages.aaron2000-03-142-29/+29
* Some section re-ordering.aaron2000-03-061-5/+5
* Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asaaron1999-10-072-4/+11
* Typo fixes.alex1999-09-231-2/+2
* - remove trailing white spaceaaron1999-06-051-2/+2
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
* usr.bin/ man page fixes, t-zaaron1998-10-302-12/+11
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* use Bx macro for BSD versionsmickey1998-06-151-2/+3
* fix .Sh ENVIRONMENTderaadt1998-05-131-2/+2
* fix err() usederaadt1998-05-071-10/+10