summaryrefslogtreecommitdiff
path: root/usr.bin/locate
AgeCommit message (Expand)Author
2024-10-02locate.updatedb: Revert to using cat to copy the db.Dag-Erling Smørgrav
2024-08-29locate.updatedb: Explicitly exit from trap code.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-30Remove remnants of portsnap(8)Olivier Certner
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-18locate: Use C89 function definitions.John Baldwin
2022-02-14improve c styleWolfram Schneider
2022-02-14grammarWolfram Schneider
2022-02-13Better help message if locate database does not existsWolfram Schneider
2022-02-05switch from short to int for lookup tableWolfram Schneider
2022-02-03remove dead codeWolfram Schneider
2022-02-03better printf(3) format usageWolfram Schneider
2022-02-01improve casting for pointer diffsWolfram Schneider
2022-01-31fix casting issue in error message for 32bit CPUs (e.g. armv7)Wolfram Schneider
2022-01-31cleanup documentationWolfram Schneider
2022-01-31throw an error if reading from stdin failedWolfram Schneider
2022-01-31enable to configure the locate path length at compile timeWolfram Schneider
2022-01-31Fix statistics for empty databasesWolfram Schneider
2022-01-31remove registerWolfram Schneider
2022-01-30improve error handling for corrupt databaseWolfram Schneider
2022-01-30fix check for integerWolfram Schneider
2022-01-30enable to set locate commandWolfram Schneider
2022-01-30fix fgets error handling (from last commit)Wolfram Schneider
2022-01-30improve error handlingWolfram Schneider
2022-01-29locate statistics: show number of longest path in databaseWolfram Schneider
2022-01-29sync improvements from concatdb.shWolfram Schneider
2022-01-26limit sort(1) memory usage to 20% of available main memoryWolfram Schneider
2022-01-26support more than 2 billion file names for counting (-c) or limits (-l limit)Wolfram Schneider
2022-01-26switch to 64 bit integers for counting bigramsWolfram Schneider
2022-01-25locate statistics: non zero exit on corrupt databaseWolfram Schneider
2022-01-25stop on error and display the statstics anywayWolfram Schneider
2022-01-25locate: change from BSD-4-clause to BSD-3-clauseBaptiste Daroussin
2022-01-24refactor scriptWolfram Schneider
2022-01-24awk: print the last two characters for bigram - not the second wordWolfram Schneider
2022-01-24stop on first errorWolfram Schneider
2022-01-20remove debug code for cpu usageWolfram Schneider
2022-01-20Use 64-bit integers for database statisticsWolfram Schneider
2022-01-19correct type of mmap len parameterWolfram Schneider
2020-12-11Fix a grammar error on locate(1).Guangyuan Yang
2020-03-29locate: fix -fno-common buildKyle Evans
2018-09-18Move install of locate.rc to usr.bin/locate/locate/Brad Davis