Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-20Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-01Revert prior commit to restore the files mangled by my "fixing" mergeWarner Losh
2017-03-01Renumber copyright clause 4Warner Losh
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
2016-10-06locate: ANSIfyEd Maste
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-11-13There is no more point in indexing /var/db/freebsd-update than there is inDag-Erling Smørgrav
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-22Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric