aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-273-29/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2710-19/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1612-12/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-193-3/+1
* locate: Use C89 function definitions.John Baldwin2023-04-182-22/+8
* improve c styleWolfram Schneider2022-02-142-14/+11
* grammarWolfram Schneider2022-02-141-2/+2
* Better help message if locate database does not existsWolfram Schneider2022-02-132-10/+62
* switch from short to int for lookup tableWolfram Schneider2022-02-051-5/+4
* remove dead codeWolfram Schneider2022-02-031-35/+2
* better printf(3) format usageWolfram Schneider2022-02-031-1/+1
* improve casting for pointer diffsWolfram Schneider2022-02-011-1/+1
* fix casting issue in error message for 32bit CPUs (e.g. armv7)Wolfram Schneider2022-01-311-1/+1
* cleanup documentationWolfram Schneider2022-01-311-7/+2
* throw an error if reading from stdin failedWolfram Schneider2022-01-311-0/+3
* enable to configure the locate path length at compile timeWolfram Schneider2022-01-315-19/+23
* Fix statistics for empty databasesWolfram Schneider2022-01-311-7/+9
* remove registerWolfram Schneider2022-01-313-9/+9
* improve error handling for corrupt databaseWolfram Schneider2022-01-301-6/+17
* fix check for integerWolfram Schneider2022-01-301-8/+14
* enable to set locate commandWolfram Schneider2022-01-301-2/+3
* fix fgets error handling (from last commit)Wolfram Schneider2022-01-301-2/+4
* improve error handlingWolfram Schneider2022-01-301-2/+5
* locate statistics: show number of longest path in databaseWolfram Schneider2022-01-291-2/+5
* sync improvements from concatdb.shWolfram Schneider2022-01-291-35/+20
* limit sort(1) memory usage to 20% of available main memoryWolfram Schneider2022-01-261-1/+1
* support more than 2 billion file names for counting (-c) or limits (-l limit)Wolfram Schneider2022-01-263-16/+8
* switch to 64 bit integers for counting bigramsWolfram Schneider2022-01-261-3/+3
* locate statistics: non zero exit on corrupt databaseWolfram Schneider2022-01-251-0/+5
* stop on error and display the statstics anywayWolfram Schneider2022-01-251-0/+6
* locate: change from BSD-4-clause to BSD-3-clauseBaptiste Daroussin2022-01-257-42/+14
* refactor scriptWolfram Schneider2022-01-241-13/+8
* awk: print the last two characters for bigram - not the second wordWolfram Schneider2022-01-241-1/+2
* stop on first errorWolfram Schneider2022-01-241-1/+5
* remove debug code for cpu usageWolfram Schneider2022-01-202-36/+1
* Use 64-bit integers for database statisticsWolfram Schneider2022-01-201-8/+8
* correct type of mmap len parameterWolfram Schneider2022-01-192-7/+7
* Fix a grammar error on locate(1).Guangyuan Yang2020-12-111-4/+3
* locate: fix -fno-common buildKyle Evans2020-03-292-1/+2
* Move install of locate.rc to usr.bin/locate/locate/Brad Davis2018-09-181-4/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-2/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-187-0/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-313-3/+0