log src/lib/mmap-util.c @ 9191:b340ecb24469 HEAD

age author description
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 19 Dec 2004 10:18:05 +0200 Timo Sirainen my_madvise() wasn't returning anything. HEAD
Sun, 22 Aug 2004 09:30:13 +0300 Timo Sirainen Added mmap_get_page_size() call which basically returns getpagesize() but HEAD
Fri, 03 Oct 2003 17:50:48 +0300 Timo Sirainen If we don't have function foo, do it always as #define foo my_foo and create HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Wed, 07 May 2003 15:14:30 +0300 Timo Sirainen remove compiler warnings if we declare madvise() as empty function HEAD
Mon, 28 Oct 2002 11:00:25 +0200 Timo Sirainen Removed mmap_aligned() which isn't used anywhere. Added mmap_file() which HEAD
Sat, 14 Sep 2002 14:09:42 +0300 Timo Sirainen lots of cleanups. also index/datafile is now capable of staying in memory, HEAD
Fri, 13 Sep 2002 03:01:23 +0300 Timo Sirainen Added extra functions for easier printing of error messages. Moved HEAD
Sun, 08 Sep 2002 16:20:28 +0300 Timo Sirainen size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more HEAD
Tue, 27 Aug 2002 05:27:05 +0300 Timo Sirainen Fail if we try to mmap() files larger than 2G fully to memory HEAD
Thu, 22 Aug 2002 01:35:50 +0300 Timo Sirainen mmap_aligned() was buggy HEAD
Thu, 22 Aug 2002 01:10:20 +0300 Timo Sirainen Message data is parsed in blocks (no longer entirely mmap()ed). Several HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD