aboutsummaryrefslogtreecommitdiff
path: root/syscall_darwin.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix db.munmap() to return an error.Ben Johnson2014-03-211-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 Johnson2014-02-121-1/+5
|
* Mock syscall.Ben Johnson2014-01-121-0/+16