This is the mail archive of the cygwin-cvs@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cygwin ChangeLog fhandler.h mmap.cc


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.cygnus.com	2000-10-05 06:07:02

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h mmap.cc 

Log message:
	=====================================
	These changes require rebuilding all.
	=====================================
	* fhandler.h: Add mmap(), munmap() and msync() to fhandler_base
	and fhandler_disk_file.
	* mmem.cc (mmap): Eliminated device dependent implementation details.
	These are moved to the appropriate fhandler class.
	(munmap): Ditto.
	(msync): Ditto.
	(fhandler_base::mmap): New method.
	(fhandler_base::munmap): Ditto.
	(fhandler_base::msync): Ditto.
	(fhandler_disk_file::mmap): Ditto.
	(fhandler_disk_file::munmap): Ditto.
	(fhandler_disk_file::msync): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.337&r2=1.338
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.10&r2=1.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]