aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/alloc_mmap
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/ in alloclloyd2010-10-122-6/+18
* Use a full write instead of seek+write to create a sparselloyd2010-10-121-9/+7
* Cast the first argument to msync, munmap, mlock, and munlock to char*lloyd2010-09-071-2/+2
* Doxygenlloyd2010-06-211-1/+4
* More Doxygen fixeslloyd2010-06-151-2/+5
* Change how alloc_mmap's TemporaryFile class works. Don't exposelloyd2010-06-131-10/+17
* Make many more headers internal-only.lloyd2009-12-163-5/+11
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-6/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-20/+24
* Check the return value of lseek in the mmap allocatorlloyd2009-03-271-1/+3
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-8/+0
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Move allocator base code into core/, alloc_mmap to alloc/lloyd2008-09-303-0/+181