]> mj.ucw.cz Git - libucw.git/history - lib/pagecache.c
Use thread ID for temporary file creation.
[libucw.git] / lib / pagecache.c
2004-12-11 Martin MaresSHERLOCK_HAVE_PREAD -> HAVE_PREAD.
2003-09-27 Martin MaresAdded a lot of missing #include <alloca.h>'s.
2003-02-03 Martin MaresRemember to use xfree().
2003-01-27 Martin MaresRemoved a FIXME: the page cache balancing is certainly...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-05-26 Martin MaresShut up signed/unsigned warnings.
2002-05-16 Robert Spaleksign mismatch fixed
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
2000-12-11 Martin MaresAdded support for memory debuggers (efence and [unteste...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
2000-08-02 Martin MaresRewrote large file support. Instead of mucking with...
2000-06-04 Martin MaresDefine _GNU_SOURCE, so that pread/pwrite work with...
2000-01-14 Martin MaresRemoved few by now obsolete assertions.
1999-11-20 Martin MaresSplit page key to pos and fd. Wastes extra 4 bytes...
1999-11-15 Martin MaresImplemented pgc_get_zero().
1999-11-13 Martin MaresPosition caching didn't work with multiple files.
1999-11-13 Martin MaresAdded pgc_page_pos().
1999-11-11 Martin MaresUse pread/pwrite whenever available. In all other cases...
1999-11-09 Martin MaresAllow locked dirty pages. Better debugging. Simplified...
1999-11-08 Martin MaresSquash warnings...
1999-11-08 Martin MaresNew page cache.