summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
AgeCommit message (Expand)Author
2017-11-25Encapsulate all the arguments required by the query callback function in a st...abhinav
2017-10-31Casting variable of type int * to size_t *, may causeabhinav
2017-08-02Make the 'no results found' message sound less harsh.jmcneill
2017-08-01Don't use the custom tokenizer when compiled with debugging onabhinav
2017-06-18Add a custom tokenizer which does not stem certain keywords.abhinav
2017-05-23Make the name comparison case insensitive.abhinav
2017-05-21Remove MKCRYPTO option.riastradh
2017-05-10Get rid of unnecessary variable.abhinav
2017-05-02We do need to copy the return value from dirname(3) since there it is a staticabhinav
2017-05-01Avoid dereferencing pointer at multiple places, instead use a local variable.abhinav
2017-05-01Remove the table name parameter from the check_md5 function.abhinav
2017-05-01Avoid copying strings where it is not needed.abhinav
2017-05-01Simplify handling of the section arguments in apropos(1).abhinav
2017-04-30Simplifyabhinav
2017-04-30Instead of dereferencing the pointer passed in as function argument, use aabhinav
2017-04-30Update the comment to be in sync with the code.abhinav
2017-04-30Use sqlite3_mprintf() to generate SQL query instead of asprintf.abhinav
2017-04-30Avoid a call to strncmp when comparing only the first character of the string.abhinav
2017-04-29Bring the comment in sync with code (after changes brought by the last commit).abhinav
2017-04-29Don't parse Nm macro when it occurs anywhere outside the NAME section.abhinav
2017-04-27Disable the database compression if DEBUG is defined.abhinav
2017-04-23Teach whatis(1) to handle MLINKSabhinav
2017-04-23Better handle MLINKS in apropos(1).abhinav
2017-04-21libarchive now needs cryptochristos
2017-04-20Use libarchive 3.x interface and not obsolete 2.x versions.joerg
2017-01-10Include <unistd.h> for R_OK W_OK STDOUT_FILENO access(2)kamil
2016-12-19Escape hyphen when parsing .Ndabhinav
2016-12-17Don't ignore symlinks.abhinav
2016-10-03We don't need to parse the sections we don't index, so stop early. Saves fewabhinav
2016-10-03With the latest release of mandoc, makemandb(8) started to parse someabhinav
2016-10-03Mark the section and md5_hash columns as unindexed in the FTS table, as they ...abhinav
2016-07-21Add -lz to makefile to fix the build.christos
2016-07-17Use deroff() from mandoc(3) to directly parse the Nd macro ratherabhinav
2016-07-17Fix extraction of section number and machine architecture from man pages.abhinav
2016-07-15Sync with API changes.christos
2016-07-06Fix an off by one issue when concatenating strings.abhinav
2016-07-06Avoid possible buffer overflow while parsing NAME section of man(7) pages.abhinav
2016-07-06Fix possible buffer overflow when concatenating strings.abhinav
2016-07-05Reuse variable from previous line.abhinav
2016-06-18Improve wording, and add reference to mandoc(3)abhinav
2016-06-17Fix grammar/spelling at few places.abhinav
2016-06-16Add man.conf(5) and man(1) in the SEE ALSO section.abhinav
2016-06-01Refactor the function for executing the search SQL query into two parts.abhinav
2016-05-30Add 'a' to the stopwords list. Ok from christosabhinav
2016-05-24Bring man pages in sync with reality.abhinav
2016-05-22Add options to whatis and apropos to accept custom man.conf.abhinav
2016-05-22Remove a trailing white space after .Nm (mandoc -Tlint was complaining about it)abhinav
2016-04-24CID 1358675: Wrong variable testchristos
2016-04-23add a newlinechristos
2016-04-13PR/51062: Abhinav Upadhyay: Allow non numeric sections to be indexed andchristos