This is the mail archive of the cygwin-cvs@sources.redhat.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]

src/winsup/cygwin ChangeLog external.cc pinfo. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sources.redhat.com	2000-11-04 22:42:24

Modified files:
	winsup/cygwin  : ChangeLog external.cc pinfo.cc pinfo.h 
	                 signal.cc 

Log message:
	* pinfo.cc (winpids:add): New method.
	(winpids::enumNT): New method renamed from EnumProcessesNT.  Use add method to
	add elements to the lists.
	(winpids::enum9x): New method renamed from EnumProcesses9x.  Use add method to
	add elements to the lists.
	(winpids::enum_init): Accept 'winpid' parameter to control whether to add all
	windows pids to the list.
	(winpids::release): New method.
	* pinfo.h (winpids): Reflect above changes.
	* signal.cc (kill_pgrp): Ditto.
	* external.cc (fillout_pinfo): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.406&r2=1.407
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/external.cc.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/signal.cc.diff?cvsroot=src&r1=1.18&r2=1.19


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