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