summaryrefslogtreecommitdiff
path: root/usr.bin/which
AgeCommit message (Collapse)Author
2004-09-24save a copy of the pointer before strsep; fixes an abort on free.Federico G. Schwindt
ok by millert, otto & pedro.
2004-09-23Add missing free on error; Alison WintersTodd C. Miller
Also KNF the return statements and make usage() __dead while I am here.
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-04-04snprintf() is simpler than multiple strlcpy() and manual fiddling.Todd C. Miller
Also convert to C89 while I'm at it.
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-10-07Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asAaron Campbell
appropriate.
1999-09-23Typo fixes.Alex Feldman
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-07fix err() useTheo de Raadt
1998-01-28Add -a flag. Idea from bgrayson@ece.utexas.eduTodd C. Miller
1997-04-08which(1) and whereis(1) are now the same program (hard linked).Todd C. Miller
1997-02-21which(1) is now a binary that works in any shell since csh(1) has aTodd C. Miller
which built-in.
1997-01-07Document the exit valuesNiklas Hallqvist
1997-01-07Return a sane return value so the bsd.port.mk conditions workNiklas Hallqvist
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt