public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core ./ChangeLog ./Makefile.am frysk/pkg ...
@ 2007-08-08 20:50 cagney
  0 siblings, 0 replies; 2+ messages in thread
From: cagney @ 2007-08-08 20:50 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-08 20:50:58

Modified files:
	.              : ChangeLog Makefile.am 
	frysk/pkglibdir: ChangeLog funit-exec.c 
	frysk/proc     : ChangeLog TestExec.java 
	frysk/testbed  : ChangeLog ExecOffspring.java TestLib.java 

Log message:
	Index: frysk-core/ChangeLog
	2007-08-08  Andrew Cagney  <cagney@redhat.com>
	
	* Makefile.am (frysk_pkglibdir_arch32_funit_exec_alias_SOURCES)
	(frysk_pkglibdir_funit_exec_alias_SOURCES): Replace
	funit-child-alias.
	
	Index: frysk-core/frysk/pkglibdir/ChangeLog
	2007-08-08  Andrew Cagney  <cagney@redhat.com>
	
	* funit-exec.c (exec_handler): When a non-main thread, brand
	argv[0] with the pid:tid.
	
	Index: frysk-core/frysk/proc/ChangeLog
	2007-08-08  Andrew Cagney  <cagney@redhat.com>
	
	* TestExec.java (testAttachedMultipleChildExec): Use
	ExecOffspring.  Replace ExecOffspring.requestRandomExec with
	ExecOffspring.requestThreadExec.
	
	Index: frysk-core/frysk/testbed/ChangeLog
	2007-08-08  Andrew Cagney  <cagney@redhat.com>
	
	* ExecOffspring.java (assertRunThreadExec): New.
	(requestThreadExec): Rename requestRandomExec.
	(ExecOffspring(int,File,String[]): New.
	(getCommandLine): Change "exe" parameter type to a File.
	* TestLib.java (AckProcess(String,String[]): Delete.
	(DetachedAckProcess(String,String[]): Delete.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/ChangeLog.diff?cvsroot=frysk&r1=1.319&r2=1.320
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/Makefile.am.diff?cvsroot=frysk&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/ChangeLog.diff?cvsroot=frysk&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/funit-exec.c.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.791&r2=1.792
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestExec.java.diff?cvsroot=frysk&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/testbed/ChangeLog.diff?cvsroot=frysk&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/testbed/ExecOffspring.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/testbed/TestLib.java.diff?cvsroot=frysk&r1=1.25&r2=1.26


^ permalink raw reply	[flat|nested] 2+ messages in thread

* frysk-core ./ChangeLog ./Makefile.am frysk/pkg ...
@ 2006-08-29  3:24 zhengyong
  0 siblings, 0 replies; 2+ messages in thread
From: zhengyong @ 2006-08-29  3:24 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	zhengyong@sourceware.org	2006-08-29 03:24:57

Modified files:
	.              : ChangeLog Makefile.am 
	frysk/pkglibexecdir: ChangeLog 
	frysk/proc     : ChangeLog IsaPPC64.java 
Added files:
	frysk/pkglibexecdir: funit-ppc64-regs.S 
	frysk/proc     : TestRegs.java 

Log message:
	2006-08-29  Yong Zheng  <zhengyo@cn.ibm.com>
	
	* frysk-core/Makefile.am: Add funit-ppc64-regs test program.
	* frysk-core/frysk/proc/IsaPPC64.java: Edit the return value from 4 to 8.
	* frysk-core/frysk/proc/TestRegs.java: New file to add register access
	test on PPC64 and merge Test<ISA>Regs.java into one case.
	* frysk-core/frysk/pkglibexecdir/funit-ppc64-regs.S: New PPC64 specific program.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/ChangeLog.diff?cvsroot=frysk&r1=1.238&r2=1.239
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/Makefile.am.diff?cvsroot=frysk&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-ppc64-regs.S.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestRegs.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.408&r2=1.409
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/IsaPPC64.java.diff?cvsroot=frysk&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-08 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-08 20:50 frysk-core ./ChangeLog ./Makefile.am frysk/pkg cagney
  -- strict thread matches above, loose matches on Subject: below --
2006-08-29  3:24 zhengyong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).