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]

src/winsup/cygwin ChangeLog pinfo.h spawn.cc s ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cr-0x9b
Changes by:	cgf@sourceware.org	2003-09-20 02:48:14

Modified files:
	winsup/cygwin  : ChangeLog pinfo.h spawn.cc syscalls.cc 
	                 thread.cc thread.h 

Log message:
	* thread.h (__reent_t::init_clib): Declare new function.
	* thread.cc (__reent_t::init_clib): Define new function.
	(pthread::thread_init_wrapper): Use __reent_t::init_clib to init local clib
	storage and set std{in,out,err} appropriately.
	* syscalls.cc (system): Strip signal considerations from here so that they are
	not inherited by a child process.
	* spawn.cc (spawn_guts): Handle system() signal stuff here.
	* winsup.h (_P_SYSTEM): Define.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.2068.2.3&r2=1.2068.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.49&r2=1.49.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.126&r2=1.126.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.287.2.1&r2=1.287.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.132&r2=1.132.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&only_with_tag=cr-0x9b&r1=1.71&r2=1.71.4.1


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