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 DevNotes Makefile.in e ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-06-17 20:50:24

Modified files:
	cygwin         : ChangeLog DevNotes Makefile.in exceptions.cc 
	                 fhandler.cc fhandler_console.cc fhandler_dsp.cc 
	                 fhandler_fifo.cc fhandler_serial.cc 
	                 fhandler_tty.cc select.cc signal.cc sigproc.h 
	                 thread.cc thread.h wait.cc 
Added files:
	cygwin         : cygwait.cc cygwait.h 

Log message:
	Add '#include "cygwait.h"' throughout, where appropriate.
	* DevNotes: Add entry cgf-000012.
	* Makefile.in (DLL_OFILES): Add cygwait.o.
	* sigproc.h: Remove cygwait definitions.
	* cygwait.h: New file.  Define/declare Cygwin waitfor functions.
	* cygwait.cc: Ditto.
	* exceptions.cc: Include cygwait.h.
	(handle_sigsuspend): Accommodate change in cancelable_wait arguments.
	(sigpacket::process): Display thread tls in debugging output.
	* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use symbolic names
	for signal and cancel return.
	* fhandler_console.cc (fhandler_console::read): Ditto.
	(fhandler_dev_dsp::Audio_out::waitforspace): Ditto.
	fhandler_dev_dsp::Audio_in::waitfordata): Ditto.
	* fhandler_fifo.cc (fhandler_fifo::wait): Ditto.
	* fhandler_serial.cc (fhandler_serial::raw_read): Ditto.
	* fhandler_tty.cc (fhandler_pty_slave::read): Ditto.
	* select.cc (cygwin_select): Ditto.
	* wait.cc (wait4): Ditto.
	* thread.cc (cancelable_wait): Move definition to cygwait.h.
	(pthread_cond::wait): Accommodate change in cancelable_wait arguments.
	(pthread_mutex::lock): Ditto.
	(pthread_spinlock::lock): Ditto.
	(pthread::join): Ditto.
	(pthread::thread_init_wrapper): Display tls in debugging output.
	(semaphore::_timedwait): Ditto.
	* thread.h (cw_sig_wait): Move to cygwait.h.
	(cw_cancel_action): Delete.
	(cancelable_wait): Move declaration to cygwait.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwait.cc.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwait.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5869&r2=1.5870
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/DevNotes.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.251&r2=1.252
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.377&r2=1.378
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.427&r2=1.428
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.273&r2=1.274
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_fifo.cc.diff?cvsroot=uberbaum&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=uberbaum&r1=1.87&r2=1.88
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.261&r2=1.262
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.200&r2=1.201
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.267&r2=1.268
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.h.diff?cvsroot=uberbaum&r1=1.127&r2=1.128
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/wait.cc.diff?cvsroot=uberbaum&r1=1.39&r2=1.40


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