summaryrefslogtreecommitdiff
path: root/usr.bin/locate
AgeCommit message (Expand)Author
2023-01-20locate.updatedb: Add -- to the invocation of locate.codeuwe
2020-04-25Little clean up: use getopts and don't use ``. Suggested by kre@.simonb
2020-02-06Add support for specifying an alternate locate.updatedb config file.simonb
2019-10-13fool gcc with strncpy.christos
2018-05-14locate: fix support for multiple databaseslukem
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-05Drop main() prototype.sevan
2014-08-04Synchronise several shell_quote implementations, and:apb
2011-09-04ANSIfy + static + __deadjoerg
2011-07-13Comments and white space changes, inspired by Greg Woods' remarksapb
2011-07-13Fix error in previous: The first character of $i should be removedapb
2011-07-10Allow quoting of embedded shell metacharacters in locate.conf(5).apb
2010-05-14Reorder sections to canonical order.joerg
2009-11-17ANSIfy, sprinkle "const" in some obvious casesdrochner
2009-04-12Fix WARNS=4 issueslukem
2008-09-22sign over my copyright to TNFhubertf
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-04-29fix typosmsaitoh
2006-04-23Redo the previous change so that we can ignore access errors from find,christos
2006-02-26This patch removes one possible cause for a prolonged "out of disk"dyoung
2006-02-12PR/32799: David H. Gutteridge: Apparent off-by-one error in locate(1) causeschristos
2005-10-05Make it clear where this program can be found.hubertf
2005-10-05Add locate.updatedb(8).hubertf
2004-04-19Rework "ignorefs" behaviour:lukem
2004-04-19xref locate.conf(5)lukem
2004-02-06Use /etc/locate.conf for configuration, per discussion at tech-userlevel.itohy
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-07remove -g accidentally committedchristos
2003-04-07- stricter bad file format checkschristos
2003-04-05Replace > by \*[Gt] for HTML output.wiz
2003-04-05Move exit status information to EXIT STATUS section, and note that weperry
2003-04-051) print an error and exit if fed a directory as a databaseperry
2003-04-03PR/13629: Rick Byers: Don't trust data from the database file.christos
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-05-05Quote $FILELIST and $BIGRAMS consistently. Especially the latterkim
2001-12-12MKfoo=no -> NOfootv
2001-12-01Empty line -> .Pp.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-07exclude cd9660 and procfs as well. fixes PRs [bin/8454] and [bin/14006]lukem
2001-06-18use mktemp(1) to safely create the temporary file.lukem
2001-05-14Trap also SIGHUP and SIGQUIT. Suggested by Jim Bernard & Christosjdolecek
2001-03-12Don't exit with status 1 for successfull (non-interrupted) run.jdolecek
2000-05-06Do not count the end of a line in the bigram table. Newlines are strippedmycroft
2000-05-06Adjust the previous change to not generate garbage databases.mycroft
2000-04-29Always wrap the bigram string in double quotes, in case it contains spaces.mycroft
2000-04-20Convert updatedb script from C-shell to bourne shell.jdolecek
2000-03-22Include <string.h> to get a prototype for memset(). Fixes buildsimonb
2000-03-20locate.bigram does all the bigram processing itself now; store it's resultjdolecek
2000-03-20the first args is expected to be the bigrams array, instead of name ofjdolecek
2000-03-20Do all bigram processing here, instead of in updatedb.csh; savesjdolecek