public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-11-15 21:23 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-11-15 21:23 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-11-15 21:23:24

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-child.xml funit-exec.xml 
	                     funit-threads.xml funit.xml 
Added files:
	frysk/pkglibexecdir: funit-exit.xml 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-11-15  Andrew Cagney  <cagney@redhat.com>
	
	* funit-exit.xml: New.
	* funit.xml: Cross reference funit-exit(8).
	* funit-child.xml: Ditto.
	* funit-exec.xml: Ditto.
	* funit-threads.xml: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-exit.xml.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.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-child.xml.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-exec.xml.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threads.xml.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit.xml.diff?cvsroot=frysk&r1=1.7&r2=1.8


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-12-04 18:46 npremji
  0 siblings, 0 replies; 13+ messages in thread
From: npremji @ 2006-12-04 18:46 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	npremji@sourceware.org	2006-12-04 18:46:48

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-exec.c 

Log message:
	frysk-core/frysk/pkglibexecdir/CL
	* funit-exec.c (stringtolong): Added.
	(main): Changed to parse integer values with stringtolong.
	Added alarm for ending process.
	Use sigset to set the signal handlers (instead of signal).
	Use sigsuspend to block all signals except for SIGUSR1 and SIGUSR2.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-exec.c.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-11-27 20:47 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-11-27 20:47 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-11-27 20:47:38

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-threadexit.c 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-11-27  Andrew Cagney  <cagney@redhat.com>
	
	* funit-threadexit.c (scan_thread): Delete
	(main): Do the scan for thread in 'X' state here, instead of in
	scan_thread.  Create only one thread.
	(condition_cond, condition_mutex): Delete.
	(thread_running_barrier): Rename "barrier".
	(thread_id): Make volatile.
	(op_thread): Simplify, use only one barrier.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-threadexit.c.diff?cvsroot=frysk&r1=1.4&r2=1.5


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-09-20 18:59 mcvet
  0 siblings, 0 replies; 13+ messages in thread
From: mcvet @ 2006-09-20 18:59 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	mcvet@sourceware.org	2006-09-20 18:59:22

Modified files:
	frysk/pkglibexecdir: ChangeLog 
Added files:
	frysk/pkglibexecdir: funit-rt-threader.c 

Log message:
	2006-09-20	Mike Cvet	<mcvet@redhat.com>
	
	* funit-rt-threader.c: Added - will be used for threaded
	stack trace tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-rt-threader.c.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.38&r2=1.39


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-06-27 15:28 kasal
  0 siblings, 0 replies; 13+ messages in thread
From: kasal @ 2006-06-27 15:28 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	kasal@sourceware.org	2006-06-27 15:28:53

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-ia32-modify.S 
	                     funit-ia32-regs.S 

Log message:
	* funit-ia32-modify.S, funit-ia32-regs.S: Make the stack
	non-executable, using the recipe from Jakub Jelinek.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-ia32-modify.S.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-ia32-regs.S.diff?cvsroot=frysk&r1=1.1&r2=1.2


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-06-26 20:12 pmuldoon
  0 siblings, 0 replies; 13+ messages in thread
From: pmuldoon @ 2006-06-26 20:12 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	pmuldoon@sourceware.org	2006-06-26 20:12:13

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-forks.c 

Log message:
	2006-06-26  Phil Muldoon  <pmuldoon@redhat.com>
	
	* funit-forks.c: Removed waits.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-forks.c.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-06-26  0:16 pmuldoon
  0 siblings, 0 replies; 13+ messages in thread
From: pmuldoon @ 2006-06-26  0:16 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	pmuldoon@sourceware.org	2006-06-26 00:16:43

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-forks.c 

Log message:
	2006-06-25  Phil Muldoon  <pmuldoon@redhat.com>
	
	* funit-forks.c: Removed printed output.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-forks.c.diff?cvsroot=frysk&r1=1.2&r2=1.3


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-06-25 22:57 pmuldoon
  0 siblings, 0 replies; 13+ messages in thread
From: pmuldoon @ 2006-06-25 22:57 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	pmuldoon@sourceware.org	2006-06-25 22:57:28

Modified files:
	frysk/pkglibexecdir: ChangeLog 
Added files:
	frysk/pkglibexecdir: funit-forks.c 

Log message:
	2006-06-25  Phil Muldoon  <pmuldoon@redhat.com>
	
	* funit-forks.c: Added Chris Moller's fork
	stress tester.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-forks.c.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.18&r2=1.19


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-03-20 18:25 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-03-20 18:25 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-03-20 18:25:37

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-child.c 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-03-20  Andrew Cagney  <cagney@redhat.com>
	
	* funit-child.c (notify_manager): Always print the trace message.
	(server): Delete log messages now made redundant.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-child.c.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-02-10 19:31 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-02-10 19:31 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-02-10 19:31:11

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-syscallint.c 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-02-10  Andrew Cagney  <cagney@redhat.com>
	
	* funit-syscallint.c (main): Allow EINTR as a return code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscallint.c.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-02-09 20:51 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-02-09 20:51 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-02-09 20:51:21

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-syscallint.c 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-02-09  Andrew Cagney  <cagney@redhat.com>
	
	* funit-syscallint.c (main): Fix return status check for <<read>>,
	and <<write>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscallint.c.diff?cvsroot=frysk&r1=1.2&r2=1.3


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-02-08 20:52 ajocksch
  0 siblings, 0 replies; 13+ messages in thread
From: ajocksch @ 2006-02-08 20:52 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	ajocksch@sourceware.org	2006-02-08 20:52:00

Modified files:
	frysk/pkglibexecdir: ChangeLog funit-modify.c funit-syscallint.c 

Log message:
	2006-02-08  Adam Jocksch  <ajocksch@toothpaste.toronto.redhat.com>
	
	* funit-syscallint.c (main): Fix compiler warnings.
	* funit-modify.c (main): Now checks return value of fwrite, aborts
	if it is != 1.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-modify.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit-syscallint.c.diff?cvsroot=frysk&r1=1.1&r2=1.2


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

* frysk-core/frysk/pkglibexecdir ChangeLog funit ...
@ 2006-02-06  6:17 cagney
  0 siblings, 0 replies; 13+ messages in thread
From: cagney @ 2006-02-06  6:17 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2006-02-06 06:17:26

Modified files:
	frysk/pkglibexecdir: ChangeLog funit.java 

Log message:
	Index: frysk-core/frysk/pkglibexecdir/ChangeLog
	2006-02-06  Andrew Cagney  <cagney@redhat.com>
	
	* funit.java: Call Paths .setExecPrefix with PKGLIBEXECDIR.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit.java.diff?cvsroot=frysk&r1=1.3&r2=1.4


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

end of thread, other threads:[~2006-12-04 18:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-15 21:23 frysk-core/frysk/pkglibexecdir ChangeLog funit cagney
  -- strict thread matches above, loose matches on Subject: below --
2006-12-04 18:46 npremji
2006-11-27 20:47 cagney
2006-09-20 18:59 mcvet
2006-06-27 15:28 kasal
2006-06-26 20:12 pmuldoon
2006-06-26  0:16 pmuldoon
2006-06-25 22:57 pmuldoon
2006-03-20 18:25 cagney
2006-02-10 19:31 cagney
2006-02-09 20:51 cagney
2006-02-08 20:52 ajocksch
2006-02-06  6:17 cagney

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).