| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-07 | Clarify that zero matches are not an error. |  zhuk | 1 | -2/+5 |
| 2019-09-10 | Skip fcodes parent dir permission check if writing to stdout. |  millert | 1 | -5/+7 |
| 2019-08-31 | Previous change prevented non-root uses of locate by users. |  kmos | 1 | -6/+7 |
| 2019-08-30 | locate.updatedb can't update the database unless it is run as root. |  kmos | 1 | -1/+6 |
| 2019-01-17 | delete some historic $Id that have been chewed on by cvs |  tedu | 9 | -24/+10 |
| 2019-01-14 | Various tweaks: |  schwarze | 1 | -15/+19 |
| 2019-01-14 | Untimely spring cleaning: |  schwarze | 4 | -92/+30 |
| 2018-05-30 | calling err after fgets assumes we're not at EOF. |  espie | 1 | -4/+9 |
| 2017-12-08 | Add missing length checks to make sure we don't dereference a pointer |  millert | 1 | -4/+6 |
| 2017-06-20 | Remove locate.concatdb, it never worked. |  akfaew | 2 | -76/+3 |
| 2016-09-01 | keep the code that endian swaps, but remove the explanation that it's |  tedu | 1 | -5/+3 |
| 2015-12-09 | include unistd.h for pledge() and err.h for err.h for err() |  jsg | 1 | -2/+4 |
| 2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb |  jmc | 1 | -3/+2 |
| 2015-11-19 | Sort and simplify includes, remove a couple needless extern decls. |  mmcc | 1 | -16/+8 |
| 2015-11-15 | very simple pledges, stdio and rpath, very boring |  deraadt | 2 | -4/+10 |
| 2015-11-15 | pretty simple. pledge "stdio rpath" at startup, and pledge "stdio" after |  deraadt | 1 | -2/+8 |
| 2015-10-23 | don't need MMAP to compile now |  tedu | 1 | -3/+3 |
| 2015-10-23 | correct spelling of statistic in function name, from Pablo Hernandez |  tedu | 1 | -5/+5 |
| 2015-10-23 | undent includes, from michael reed |  tedu | 1 | -6/+6 |
| 2015-10-23 | mmap is the default. it's effectively the only tested codepath. so burn down |  tedu | 3 | -160/+16 |
| 2015-08-14 | Move locate(1) database build directory back to /tmp and kill non-existent |  rzalamena | 1 | -3/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 5 | -30/+29 |
| 2014-11-16 | correct type in sizeof by switching to sizeof(*ptr). (harmless) |  tedu | 1 | -6/+6 |
| 2014-10-08 | userland reallocarray audit. |  doug | 1 | -4/+4 |
| 2013-11-17 | Include unistd.h as it is the standard location for getopt(). |  okan | 1 | -3/+6 |
| 2012-04-13 | Don't try to mmap a 0-length file. |  ajacoutot | 1 | -2/+4 |
| 2010-10-25 | Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in case |  millert | 1 | -2/+7 |
| 2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, |  schwarze | 1 | -4/+4 |
| 2009-12-10 | Eliminate the confusing term "find codes database" which is used nowhere else. |  schwarze | 1 | -5/+7 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 3 | -49/+6 |
| 2009-06-04 | error out if count gets out of bounds. Happens with corrupted databases, |  espie | 2 | -5/+15 |
| 2008-10-01 | in getrusage(), use RUSAGE_SELF for the current process rather than 0 |  kevlo | 1 | -4/+4 |
| 2008-07-26 | add -b to SYNOPSIS and usage(); |  jmc | 2 | -7/+7 |
| 2008-07-26 | Add -b switch for matching on the last part of the path only. |  pyr | 3 | -10/+27 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 1 | -3/+3 |
| 2007-06-25 | some wording improvements for -d and -m; from Jacek Masiulaniec |  jmc | 1 | -5/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 2 | -5/+5 |
| 2007-04-13 | the ellipsis in the synopsis of this command is not an optional |  sobrado | 1 | -7/+5 |
| 2007-03-18 | It's not smart to use a space as a field separator when a space can |  otto | 3 | -10/+13 |
| 2007-03-15 | simplify synopsis/usage() and sort options. also fixes documentation/5411 |  jmc | 2 | -18/+16 |
| 2007-02-19 | - Check for fgets failure. |  ray | 1 | -5/+6 |
| 2006-08-05 | Remove "with with" typos. |  ray | 1 | -4/+4 |
| 2004-04-08 | sort options and sync usage(); |  jmc | 2 | -11/+11 |
| 2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> |  otto | 1 | -4/+4 |
| 2003-11-08 | typos from Jonathon Gray; |  jmc | 1 | -4/+4 |
| 2003-09-29 | knf |  deraadt | 6 | -134/+128 |
| 2003-09-29 | realloc fix; ok henning cloder |  deraadt | 1 | -27/+31 |
| 2003-09-25 | - indent and literal for examples |  jmc | 2 | -21/+22 |
| 2003-09-02 | escape punctuation; |  jmc | 1 | -3/+3 |
| 2003-07-10 | add missing includes |  david | 1 | -3/+4 |