Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -20/+0 |
| | | | | | | | Changes munmap to return an error and the DB now implements io.Closer. I also removed all the OS and Syscall mocking because it's causing issues. Corrupt file tests need to be recreated but directly using the file system instead. | ||||
* | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -1/+5 |
| | |||||
* | Mock syscall. | Ben Johnson | 2014-01-12 | 1 | -0/+16 |