Age | Commit message (Expand) | Author |
2023-04-28 | Make LLVM 15 happier by changing from K&R to ANSI prototypes | Theo Buehler |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-06-12 | Document ext2fs traversal by locate.updatedb(8) | Greg Steuck |
2021-08-08 | document the defaults for the locate.updatedb(8) command line options | Ingo Schwarze |
2021-08-07 | fix the totally wrong markup in the SYNOPSIS | Ingo Schwarze |
2021-08-07 | document the configuration file - as usual, after the options list; | Ingo Schwarze |
2021-07-30 | document locate.mklocatedb as well | Marc Espie |
2021-06-22 | reduce verbosity in usage and make it match SYNOPSIS; | Jason McIntyre |
2020-01-07 | Clarify that zero matches are not an error. | Vadim Zhukov |
2019-09-10 | Skip fcodes parent dir permission check if writing to stdout. | Todd C. Miller |
2019-08-31 | Previous change prevented non-root uses of locate by users. | kmos |
2019-08-30 | locate.updatedb can't update the database unless it is run as root. | kmos |
2019-01-17 | delete some historic $Id that have been chewed on by cvs | Ted Unangst |
2019-01-14 | Various tweaks: | Ingo Schwarze |
2019-01-14 | Untimely spring cleaning: | Ingo Schwarze |
2018-05-30 | calling err after fgets assumes we're not at EOF. | Marc Espie |
2017-12-08 | Add missing length checks to make sure we don't dereference a pointer | Todd C. Miller |
2017-06-20 | Remove locate.concatdb, it never worked. | Michal Mazurek |
2016-09-01 | keep the code that endian swaps, but remove the explanation that it's | Ted Unangst |
2015-12-09 | include unistd.h for pledge() and err.h for err.h for err() | Jonathan Gray |
2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb | Jason McIntyre |
2015-11-19 | Sort and simplify includes, remove a couple needless extern decls. | mmcc |
2015-11-15 | very simple pledges, stdio and rpath, very boring | Theo de Raadt |
2015-11-15 | pretty simple. pledge "stdio rpath" at startup, and pledge "stdio" after | Theo de Raadt |
2015-10-23 | don't need MMAP to compile now | Ted Unangst |
2015-10-23 | correct spelling of statistic in function name, from Pablo Hernandez | Ted Unangst |
2015-10-23 | undent includes, from michael reed | Ted Unangst |
2015-10-23 | mmap is the default. it's effectively the only tested codepath. so burn down | Ted Unangst |
2015-08-14 | Move locate(1) database build directory back to /tmp and kill non-existent | Rafael Zalamena |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-16 | correct type in sizeof by switching to sizeof(*ptr). (harmless) | Ted Unangst |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2013-11-17 | Include unistd.h as it is the standard location for getopt(). | Okan Demirmen |
2012-04-13 | Don't try to mmap a 0-length file. | Antoine Jacoutot |
2010-10-25 | Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in case | Todd C. Miller |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2009-12-10 | Eliminate the confusing term "find codes database" which is used nowhere else. | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-04 | error out if count gets out of bounds. Happens with corrupted databases, | Marc Espie |
2008-10-01 | in getrusage(), use RUSAGE_SELF for the current process rather than 0 | Kevin Lo |
2008-07-26 | add -b to SYNOPSIS and usage(); | Jason McIntyre |
2008-07-26 | Add -b switch for matching on the last part of the path only. | Pierre-Yves Ritschard |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-13 | the ellipsis in the synopsis of this command is not an optional | Igor Sobrado |
2007-03-18 | It's not smart to use a space as a field separator when a space can | Otto Moerbeek |
2007-03-15 | simplify synopsis/usage() and sort options. also fixes documentation/5411 | Jason McIntyre |
2007-02-19 | - Check for fgets failure. | Ray Lai |
2006-08-05 | Remove "with with" typos. | Ray Lai |