log src/lib/mmap-anon.c @ 22664:fea53c2725c0

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
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 Oct 2003 23:15:15 +0300 Timo Sirainen MAP_FIXED didn't actually work the way I thought (should have looked the man 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, 23 Apr 2003 18:54:24 +0300 Timo Sirainen and disable debugging :) HEAD
Wed, 23 Apr 2003 18:54:05 +0300 Timo Sirainen mremap_anon() was broken when it had to move data. HEAD
Wed, 23 Apr 2003 17:31:40 +0300 Timo Sirainen mmap(MAP_FIXED) may return ENOMEM as well as EINVAL if address+length HEAD
Sun, 29 Dec 2002 21:33:04 +0200 Timo Sirainen Use void* always with munmap() HEAD
Sat, 28 Dec 2002 09:04:01 +0200 Timo Sirainen Keep the mmap()ed area far from heap. HEAD
Fri, 27 Dec 2002 17:39:10 +0200 Timo Sirainen Old implementation was overly complex and stupid. HEAD
Wed, 18 Dec 2002 17:15:41 +0200 Timo Sirainen Marked all non-trivial buffer modifications with @UNSAFE tag. Several HEAD
Wed, 13 Nov 2002 07:00:49 +0200 Timo Sirainen Fix ~ usage - I'm not sure if it was wrong before (it did work), but at HEAD
Thu, 10 Oct 2002 05:07:55 +0300 Timo Sirainen bugfix/cleanup HEAD
Sat, 05 Oct 2002 23:16:55 +0300 Timo Sirainen hpux compiler fix HEAD
Mon, 16 Sep 2002 08:09:58 +0300 Timo Sirainen ..and don't #undef the linux mremap() support.. HEAD
Mon, 16 Sep 2002 08:09:34 +0300 Timo Sirainen portability fixes 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