Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort sections and architectures in the pages table. | Ingo Schwarze | 2016-07-29 | 1 | -6/+18 |
| | |||||
* | No need to populate the TYPE_arch and TYPE_sec bits, the information | Ingo Schwarze | 2016-07-29 | 1 | -1/+4 |
| | | | | | | | | | | | | 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 Schwarze | 2016-07-19 | 1 | -0/+418 |
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS. |