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
/
makemandb.c
Age
Commit message (
Expand
)
Author
2023-01-01
makemandb.c: spell "metadata" consistently
gutteridge
2022-10-30
makemandb.c: fix grammar in a comment
gutteridge
2022-10-26
fix various typos in comments and makefs README file.
andvar
2022-09-11
makemandb/*: fix spelling of database and consistency of SQLite
gutteridge
2022-06-06
Don't index outside the mdocs array of function pointers. Analysis and
skrll
2022-04-06
makemandb.c: fail sooner if man page dirs can't be found
gutteridge
2021-12-05
s/trival/trivial/ in comment.
msaitoh
2019-05-18
PR misc/54213: Fix performance of whatis(1) when no matches are found
abhinav
2019-03-11
remove unneeded header.
christos
2019-03-11
adjust to the new mandoc api
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-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-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-20
Use libarchive 3.x interface and not obsolete 2.x versions.
joerg
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-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
Avoid possible buffer overflow while parsing NAME section of man(7) pages.
abhinav
2016-07-05
Reuse variable from previous line.
abhinav
2016-04-13
PR/51062: Abhinav Upadhyay: Allow non numeric sections to be indexed and
christos
2016-04-13
PR/51040: Abhinav Upadhyay: Fix memory leak
christos
2016-04-13
PR/51039: Abhinav Upadhyay: Check for return value of chdir(2)
christos
2016-04-13
PR/51034: Abhinav Upadhyay: Close database connection when failed to commit
christos
2016-03-31
PR/51034: Abhinav Upadhyay: makemandb(8): Close database connection when
christos
2016-03-24
PR/51006: Abhinav Upadhyay: makemandb(8) should parse escape sequences
christos
2016-01-28
Don't crash if we have a missing section.
christos
2015-12-18
Adjust to the new mdocml
christos
2015-04-07
largely apply patch from PR bin/47392 by Abhinav Upadhyay
plunky
2015-03-12
MDOC_MAX is a valid token if the type is text. Adjust.
joerg
2015-03-04
- handle section numbers that are not single digits
christos
2015-03-02
Explicitly deal with end of lists. PR 49708.
joerg
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-06-03
Fix a bug that caused an error about a UNIQUE constraint violation.
wiz
2014-05-24
Replace non-breaking space with hyphen, and call hyphen replacement
wiz
2014-02-10
in update_db(), extract the full list of files to update from the db
chs
2014-01-05
Sync with interface change in mdocml 1.12.3.
joerg
2013-11-13
Skip files of size 0 from indexing.
wiz
2013-05-15
avoid stdio assertion, failing later
christos
2013-02-10
remove trailing whitespace
christos
[next]