aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dba_write.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+117
Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.