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 environ.cc globals.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-04-28 19:49:58

Modified files:
	cygwin         : ChangeLog environ.cc globals.cc pipe.cc 
	                 sigproc.cc 

Log message:
	* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.
	* globals.cc (pipe_byte): Declare.
	* pipe.cc (fhandler_pipe::create): Use current process id in pipe name rather
	than pid for simple name collision avoidance.  Do this only once to avoid extra
	overhead when a busy pipe is found.  Honor pipe_byte to create non-message
	pipes if set.
	* sigproc.cc (sigproc_init): Use a specific name for the signal pipe.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5816&r2=1.5817
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.199&r2=1.200
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/globals.cc.diff?cvsroot=uberbaum&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.142&r2=1.143
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.381&r2=1.382


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