OpenBSD CVS

src/usr.bin/locate/locate/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / locate / locate

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   27 years  millert   COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP This fixes namespace problems wh...
[TXT] fastfind.c  1.11   13 years  millert   Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in case insensitiv...
[TXT] locate.1  1.28   13 years  schwarze   More delimiters that need quoting inside macros, hunted down by jmc@, who asked ...
[TXT] locate.c  1.25   12 years  ajacoutot   Don't try to mmap a 0-length file. input/ok deraadt@
[TXT] locate.h  1.10   20 years  deraadt   knf
[TXT] locate.updatedb.8  1.18   14 years  schwarze   Eliminate the confusing term "find codes database" which is used nowhere else. I...
[TXT] mklocatedb.sh  1.13   17 years  otto   It's not smart to use a space as a field separator when a space can be part of a...
[TXT] pathnames.h  1.5   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] updatedb.sh  1.12   17 years  jmc   simplify synopsis/usage() and sort options. also fixes documentation/5411 from h...
[TXT] util.c  1.10   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] concatdb.sh (in the Attic) [Hide]  1.10   20 years  millert   Previous commit resulted in a zero-length locate db which I didn't notice since ...