aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/mlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/ in utilslloyd2010-10-131-2/+2
* Cast the first argument to msync, munmap, mlock, and munlock to char*lloyd2010-09-071-2/+2
* At startup, test if lock_mem() at least seems to work. If it doesn't,lloyd2010-03-131-0/+9
* Call global functions with :: prefixlloyd2010-02-141-4/+4
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Move memory locking function decls to mlock.hlloyd2009-09-171-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpplloyd2008-09-291-2/+21
* Move mlock to utils, as decled in util.hlloyd2008-09-291-0/+24