aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate
Commit message (Expand)AuthorAgeFilesLines
* Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-9/+10
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
* Give users a hint when their locate database is too small.Eitan Adler2012-12-101-1/+3
* Touch up some more small typos missed in the previous round.Ulrich Spörlein2012-01-051-3/+3
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-032-5/+5
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-302-5/+5
* Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operationNathan Whitehorn2010-11-231-4/+4
* Style cleanup: make this look more like a 21st-century shell scriptGarrett Wollman2010-11-011-25/+23
* jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.shGarrett Wollman2010-11-011-1/+1
* Make it possible to exclude directories by name no matter where theyGarrett Wollman2010-10-312-1/+13
* Various changes to make locate compilable with WARNS=6. Note that thereGavin Atkinson2010-06-282-12/+13
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-022-0/+4
* Move the check to ensure the locate database has the minimum required sizeJohn Baldwin2009-07-242-3/+2
* Signed/unsigned fixes, should be WARNS=2 clean now.Xin LI2009-04-021-3/+3
* Don't crash when we have an invalid count number.Xin LI2009-04-021-0/+2
* Use RUSAGE_SELF for the current process instead of hardcoded valueKevin Lo2008-09-021-1/+1
* The previous version included too many file system types in the scan,Stefan Eßer2007-10-172-3/+9
* Make the updatedb script installed as /usr/libexec/locate.updatedbStefan Eßer2007-10-151-1/+1
* Update the default FILESYSTEMS value in a comment to note that ext2fs isJohn Baldwin2007-07-191-1/+1
* Markup fixes.Ruslan Ermilov2006-09-291-6/+8
* Further nitpicking.Ceri Davies2006-08-171-13/+13
* Fix a grammatical error.Ceri Davies2006-08-171-1/+1
* o Sync usage() with reality.Maxim Konovalov2006-06-111-1/+1
* Add a -0 option for interoperability with xargs -0.Dag-Erling Smørgrav2005-12-073-4/+14
* Look through ext2fs file systems as well as ufs.Greg Lehey2005-11-121-1/+1
* Most users probably aren't interested in locating 13000+ files namedColin Percival2005-08-222-2/+2
* remove myself as maintainerWolfram Schneider2005-07-171-2/+0
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Include missing headers.Stefan Farfeleder2005-02-091-0/+1
* Sort sections.Ruslan Ermilov2005-01-182-12/+12
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-9/+6
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
* Merge the "multibyte not supported" BUG into the pre-existing BUGSColin Percival2004-07-271-9/+9
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-231-1/+5
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+11
* The .Xr utilityPhilippe Charnier2003-06-081-1/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Correct syntax error, remove the unescaped newline between "||" and theTim J. Robbins2002-07-221-4/+2
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* Fix grammar in 1 sentenceTom Rhodes2002-07-021-3/+3
* Fix unaligned access error.Christian Weisgerber2002-06-241-3/+6
* Only got one of the Perl usages.David E. O'Brien2002-06-231-2/+3
* Replace a perl usage with an AWK one.David E. O'Brien2002-06-231-1/+1
* Make locate.updatedb tell about the security risk when it is run as root.Eivind Eklund2002-06-191-0/+5
* remove __PWarner Losh2002-03-223-33/+26
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1