aboutsummaryrefslogtreecommitdiff
path: root/syscall_linux.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consolidate syscall files.Ben Johnson2014-03-231-0/+10
* Fix db.munmap() to return an error.•••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. Ben Johnson2014-03-211-21/+0
* Mmap remap.Ben Johnson2014-02-121-0/+5
* Fix Linux build.Ben Johnson2014-01-301-0/+16