aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dba.c
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections and architectures in the pages table.Ingo Schwarze2016-07-291-7/+19
|
* No need to populate the TYPE_arch and TYPE_sec bits, the informationIngo Schwarze2016-07-291-2/+5
| | | | | | | | | | | | is provided directly to dba_page_add() in dbadd_mlink() and to dba_page_new() in dbadd(). No need for a dedicated loop for NAME_FILE. It's done in dbadd_mlink() anyway. In this context, also record section numbers taken from filenames and from .Dt and .TH macros, architectures taken from .Dt macros, and fix the filtering of duplicate filename entries.
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-0/+418
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.