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 child_info.h dcrt0.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-10-15 00:03:45

Modified files:
	cygwin         : ChangeLog child_info.h dcrt0.cc 
	                 fhandler_console.cc fork.cc pinfo.cc pinfo.h 
	                 shared.cc shared_info.h 

Log message:
	* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
	(child_info_fork::mount_table): Remove.
	(child_info_fork::myself_addr): Remove.
	* fork.cc (fork_child): Don't set either of the above.
	* dcrt0.cc (dll_crt0_1): Call memory_init as early as possible.
	* fhandler_console.cc (console_state): Move to shared_info.h.
	(fhandler_console::get_tty_stuff): Reflect open_shared arg change.
	* pinfo.cc (myself_addr): Remove definition.
	(pinfo::init): Get myself address from open_shared.
	* pinfo.h (myself_addr): Remove declaration.
	* shared.cc (open_shared): Rework so that known shared memory locations are
	protected.  Take shared memory type as fifth argument.
	(memory_init): Reflect open_shared arg change.
	* shared_info.h (shared_locations): New enum.
	(console_state): Move here.
	(open_shared): Reflect open_shared arg change in declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1531&r2=1.1532
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/child_info.h.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.158&r2=1.159
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.90&r2=1.91
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.24&r2=1.25


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