aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dbm_map.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve clarity of some casts;Ingo Schwarze2017-02-171-2/+2
| | | | from Christos Zoulas <christos at NetBSD>.
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-221-2/+2
| | | | | | to make sure that widths match on all platforms; from Ed Maste <emaste at freebsd dot org>; OK guenther@
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-2/+2
| | | | noticed by Ed Maste when compiling on FreeBSD
* less confusing warning message about negative offsetsIngo Schwarze2016-08-301-2/+6
|
* When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze2016-08-221-3/+9
| | | | | | format based on SQLite 3, say so in words that mortals can understand rather than babbling about hex magic. Suggested by espie@.
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-1/+7
| | | | | | respective conversion functions are not yet properly standardized. Rumour has it that POSIX is working on it, though. For now, sprinkle some configuration glue.
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-201-1/+5
|
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-0/+174
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.