This is the mail archive of the cygwin-cvs@cygwin.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]
Other format: [Raw text]

winsup/cygwin ChangeLog cygheap.h devices.cc d ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-08-24 04:38:40

Modified files:
	cygwin         : ChangeLog cygheap.h devices.cc devices.h 
	                 devices.in fhandler_proc.cc fhandler_process.cc 
	                 fhandler_registry.cc fhandler_virtual.cc 
	                 path.cc pinfo.cc 

Log message:
	* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
	* fhandler_proc.cc: Use cygheap rather than user heap for allocation of filebuf
	throughout.
	* fhandler_registry.cc: Ditto.
	* fhandler_virtual.cc: Ditto.
	* fhandler_process.cc: Ditto.
	(get_mem_values): Use malloc/realloc/free rather than new.
	* pinfo.cc (_pinfo::commune_send): Allocate on cygwin heap rather than user
	heap.  Avoid calling ReadFile when correct number of characters have been read
	or suffer buffer corruption.
	(_pinfo::fd): Allocate on cygwin heap rather than user heap.
	(_pinfo::fds): Ditto.
	(_pinfo::root): Ditto.
	(_pinfo::cwd): Ditto.
	(_pinfo::cmdline): Ditto.
	* devices.h (FH_DEV): New define.
	* devices.in: Detect lone /dev.
	* devices.cc: Regenerate.
	* path.cc (path_conv::check): Treat FH_DEV as a special case.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3044&r2=1.3045
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.cc.diff?cvsroot=uberbaum&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.h.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.in.diff?cvsroot=uberbaum&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.384&r2=1.385
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.178&r2=1.179


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