summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
Commit message (Expand)AuthorAgeFilesLines
* getopt and friends are declared in <unistd.h>imp2000-09-042-6/+1
* /etc/weekly --> /etc/periodic/weekly/310.locatealex2000-06-141-1/+1
* Remove more single-space hard sentence breaks.sheldonh2000-03-061-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
* underline "pattern" in the synopsis.gsutter2000-02-281-1/+1
* Fix typo's.asmodai2000-01-281-2/+2
* Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's.kris2000-01-123-3/+3
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
* Fix a width.ru1999-06-051-1/+1
* Delete debug line.wosch1999-05-141-2/+1
* Don't overwrite the variable LOCATE_CONFIGwosch1999-05-142-3/+9
* fix PRUNEPATHS assignmentache1999-02-281-2/+2
* Added myself as maintainer.wosch1999-02-091-1/+4
* Set TMPDIR to /tmpwosch1998-11-291-9/+7
* Set TMPDIR to /tmpwosch1998-11-291-14/+35
* Recommended TMPDIR is now /tmp (undo rev 1.6)wosch1998-11-291-2/+2
* Create a save TMPDIR using `mktemp -d'.wosch1998-06-181-2/+7
* Add cross references for find(1), locate(1), whereis(1) and which(1).jkoshy1998-05-151-1/+3
* Change default temporary directory (TMPDIR) from /tmp to /var/tmp.wosch1998-03-084-11/+11
* Improve shell variable substitution.wosch1998-03-083-30/+24
* locate(1) is no longer started by /etc/weekly.alex1998-02-071-5/+5
* Typo fix.alex1998-01-011-2/+2
* <bsd.prog.mk> has always included ../Makefile.inc, and there are nobde1997-12-173-4/+3
* Allow TMPDIR to be set and actually *used*; if it not set, it defaultssef1997-12-133-6/+9
* Float overflow in statistic function for large databaseswosch1997-09-231-4/+4
* Use err(3). Use .Pa macro for filenames in man page.charnier1997-07-214-42/+32
* fix up this man pagejmg1997-04-181-20/+47
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-292-4/+4
* fix a couple misspellings, one of 'em closes pr 2892.jmg1997-03-061-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-2214-14/+14
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1414-14/+14
* Fix uninitialized memory read for case insensitive search. Harmless.wosch1996-12-131-1/+4
* add forgotten variable $locatewosch1996-10-311-1/+2
* Typo: to --> too. Fixes PR#1907.alex1996-10-271-2/+2
* Do not store character 30. I made a test at my CS departmentwosch1996-10-271-1/+8
* Rename FNM_ICASE to FNM_CASEFOLDache1996-10-231-2/+2
* Better case insensitve search support for pattern with meta chars.wosch1996-10-201-2/+9
* 8-Bit character support.wosch1996-10-136-67/+147
* export variable TMPDIR (which maybe set, but not exported in /etc/locate.rc)wosch1996-10-121-2/+3
* Fix searching for shell quoting characters. I guess it waswosch1996-10-093-21/+43
* #include <fastfind.c> -> #include "fastfind.c"wosch1996-09-161-5/+5
* remove unnecessary boundary check, 2x fasterwosch1996-09-141-18/+13
* Document the existance of a configuration file for updatedb.guido1996-09-052-4/+13
* Fix to work with obj directories: -I. -> -I${.CURDIR}wosch1996-09-011-2/+2
* optimized search algorithmwosch1996-08-315-121/+957
* NULL -> '\0'wosch1996-08-312-12/+12
* fix prototypes/forward declarations/return typepeter1996-08-302-78/+5
* delete unused #include <string.h>peter1996-08-301-2/+1
OpenPOWER on IntegriCloud