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