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 pipe.cc


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-12-12 01:22:29

Modified files:
	cygwin         : ChangeLog pipe.cc 

Log message:
	* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging info
	since this isn't a "syscall".
	(pipe_worker): New function created from _pipe().
	(_pipe): Use pipe_worker to create a pipe.  Use standard syscall strace
	reporting on exit.
	(pipe): Ditto.
	(pipe2): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5612&r2=1.5613
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.138&r2=1.139


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