log src/lib/mmap-util.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Sat, 13 Aug 2016 14:31:08 +0300 Timo Sirainen lib: Avoid compiler warning if off_t has the same size as ssize_t.
Wed, 10 Feb 2016 19:30:42 +0200 Timo Sirainen lib: Ignore ENOSYS errors from madvise() calls.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
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