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 fhandler_termios.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-17 01:15:56

Modified files:
	winsup/cygwin  : ChangeLog fhandler_termios.cc pinfo.cc pinfo.h 
	                 signal.cc sigproc.cc 
	winsup/cygwin/include/sys: cygwin.h 

Log message:
	* pinfo.h (winpids::pid_access): New element.
	(winpids::winpids): Rejigger to set pinfo_access.
	* pinfo.cc (winpids::add): Try to open shared memory region with supplied
	pinfo_access first, then default to readonly.
	* fhandler_termios.cc (tty_min::kill_pgrp): When getting list of pids to work
	with, suggest opening with PID_MAP_RW.
	* signal.cc (kill_pgrp): Ditto.
	* sigproc.cc (sig_send): Perform a write check on todo prior to attempting to
	increment it.  Return EACCES if we can't write to it.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2077&r2=1.2078
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=src&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.86&r2=1.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/signal.cc.diff?cvsroot=src&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.154&r2=1.155
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=src&r1=1.47&r2=1.48


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