summaryrefslogtreecommitdiff
path: root/usr.bin/locate
AgeCommit message (Collapse)Author
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-04-18Missed a few.Aaron Campbell
2000-03-24Typo.Ian Darwin
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-08Various cleanups and improvements.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-12-16more .Nm fixesAaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-08-12fix more errorsTheo de Raadt
1998-08-12fix numerous grammer issuesTheo de Raadt
1998-07-24fix spelling; aaron@ug.cs.dal.caTheo de Raadt
1997-12-13permit TMPDIR override; sefTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-21\n\n is uglyTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-03per wishes of deraadt add ufs to default fs's to search.michaels
1997-04-02use 10 X for mktemp(1)Theo de Raadt
1997-01-21the locate code assumes that char max is 127 (char == signed char)Dale S. Rahn
however on the powerpc port that is not the case (char == unsigned char) Thus this change, if anyone has a better idea, feel free.
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-04Command line args to updatedb. Also, a filename of "-" for the dbTodd C. Miller
means output to stdout.
1997-01-03locate shell scripts now use mktemp(1) and weekly runs updatedbTodd C. Miller
as bin not nobody to avoid NFS problems.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-30filesystem is named "ffs" not "ufs".Todd C. Miller
1996-10-208-Bit character support. From wosch@freebsd.michaels
1996-10-10Fix searching for shell quoting characters. From wosch@freebsd.michaels
1996-09-15kill the race; noticed by bitbltTheo de Raadt
1996-09-15Blind update of wosch@FreeBSD's code:michaels
optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names fix prototypes/forward declarations/return type
1996-08-30Bugs in code, NUL != NULL, from bde@zeta.org.au (Bruce Evans)michaels
1996-08-17${LIBEXECDIR}michaels
1996-08-17use only the bourne shell version.michaels
1996-08-17++argvmichaels
1996-08-17argv.michaels
1996-08-17hack around a few bugs till michael wakes upTheo de Raadt
1996-08-16Better locate from wosch@freebsd (Wolfram Schneider), sligthly modified.michaels
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt