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
2022-06-06
Pull up following revision(s) (requested by skrll in ticket #1465):
martin
2022-06-03
Pull up following revision(s) (requested by gutteridge in ticket #1461):
martin
2019-06-07
Properly free section_clause.
leot
2019-05-18
Document name_desc attribute of mandb_links.
leot
2019-05-18
Reintroduce case insensitive comparison of name accidentally lost in last
leot
2019-05-18
PR misc/54213: Fix performance of whatis(1) when no matches are found
abhinav
2019-04-27
Add a C99 symbol to libm: nexttowardl
kamil
2019-04-19
Memory allocated by sqlite3_mprintf should be free'd by sqlite3_free
abhinav
2019-04-14
Set the snippet_length field of the callback_args
abhinav
2019-03-11
remove unneeded header.
christos
2019-03-11
adjust to the new mandoc api
christos
2019-03-07
fix memory allocation problems detected by jemalloc...
christos
2018-08-24
Adjust makemandb for the latest mandoc
abhinav
2018-08-16
In the latest mandoc (mdocml) the signature (prototype) of
kre
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
[next]