Age | Commit message (Expand) | Author |
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 |
2004-04-08 | sort options and sync usage(); | Jason McIntyre |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-29 | knf | Theo de Raadt |
2003-09-29 | realloc fix; ok henning cloder | Theo de Raadt |
2003-09-25 | - indent and literal for examples | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-07-10 | add missing includes | David Krause |
2003-07-07 | protos | Theo de Raadt |
2003-06-29 | Previous commit resulted in a zero-length locate db which I didn't | Todd C. Miller |
2003-06-28 | Fix previous commit that broke locate. Unlike printf, print writes a | Todd C. Miller |
2003-06-24 | use print, not printf in awk; from ak at freeshell | Todd C. Miller |