aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/which
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* which: Use size_t instead of ssize_t for pathlenCollin Funk2024-04-051-1/+1
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Fix typo and environment variable macroFernando ApesteguĂ­a2020-09-241-2/+2
* which(1): Add EXAMPLES section to manpageFernando ApesteguĂ­a2020-09-241-1/+43
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* which(1): sort #includesEnji Cooper2017-04-191-2/+1
* Clean up trailing whitespaceEnji Cooper2017-04-191-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
|/
* Mark global functions and/or variables in which(1) static where possible.Ed Schouten2011-11-061-2/+2
* Refine the previous revision.Ruslan Ermilov2006-12-131-1/+1
* "which -s" will return 0 only if all executables were found, not "any".Ruslan Ermilov2006-12-131-2/+2
* Require at least one argument.Ruslan Ermilov2005-02-102-10/+6
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Handle relative and absolute pathnames (anything with a `/' in it) in the sameTim J. Robbins2002-06-301-1/+1
* Treat empty PATH elements as "." for tradition and consistency with theTim J. Robbins2002-06-301-1/+3
* Give a C rewriter the necessary credit.Ruslan Ermilov2002-06-211-3/+9
* which(1) was once a Perl script.Ruslan Ermilov2002-05-301-1/+0
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+3
* Off by one error in checking max file name length.Wolfram Schneider2002-03-091-1/+1
* Use FBSDID(), WARNS=2 fix.Mark Murray2001-12-111-3/+5
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Get rid of the old version.Brian Feldman2000-08-291-60/+0
* Use a C version of which(1).Brian Feldman2000-08-292-8/+146
* Add a missing .El macro.Sheldon Hearn2000-01-141-0/+1
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-141-2/+2
* Improve shell documentation:Sheldon Hearn1999-09-081-0/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Added myself as maintainer.Wolfram Schneider1999-02-091-0/+4
* Sort SEE ALSO section alphabetically.Joseph Koshy1998-05-221-3/+3
* Add cross references for find(1), locate(1), whereis(1) and which(1).Joseph Koshy1998-05-151-1/+4
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Search for proper executables, ignore directoriesWolfgang Helbig1998-02-011-3/+3
* Don't ignore empty components of $PATH, i. e. colon at the beginning,Wolfgang Helbig1998-01-021-1/+6