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 dtable.h exceptions.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2008-03-27 01:50:41

Modified files:
	cygwin         : ChangeLog dtable.h exceptions.cc hookapi.cc 
	                 ntdll.h pinfo.cc pinfo.h sigproc.cc spawn.cc 
	                 syscalls.cc winsup.h 

Log message:
	* hookapi.cc (find_first_notloaded_dll): New function.
	* pinfo.cc (status_exit): New function.  Issue message when dll not found.  Use
	find_first_notloaded_dll to find a nonexistent dll.
	(pinfo::maybe_set_exit_code_from_windows): Call status_exit when exit code >=
	0xc0000000UL.
	* sigproc.cc (child_info::proc_retry): Return exit code when
	STATUS_DLL_NOT_FOUND.
	* spawn.cc (spawn_guts): Minor cleanup.
	* syscalls.cc (close_all_files): Don't actually close stderr filehandle.  Just
	make it noninheritable.
	* winsup.h (find_first_notloaded_dll): Declare new function.
	* ntdll.h: Add several missing NTSTATUS defines.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4071&r2=1.4072
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.319&r2=1.320
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/hookapi.cc.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ntdll.h.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.243&r2=1.244
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.105&r2=1.106
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.308&r2=1.309
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.256&r2=1.257
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.477&r2=1.478
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.216&r2=1.217


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