2007-08-17 Chris Johns <chrisj@rtems.org>

* libmisc/capture/README: Minor copyright change.
	* libmisc/capture/capture-cli.c, libmisc/capture/capture.c,
	libmisc/capture/capture.h: Fixed the memory leak when lots of
	tasks are being created and deleted. Improved the trigger
	interface so all task type actions can be caught.
This commit is contained in:
Chris Johns
2007-08-17 00:54:16 +00:00
parent f41dd23165
commit 1374fd3f07
5 changed files with 1352 additions and 683 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-08-17 Chris Johns <chrisj@rtems.org>
* libmisc/capture/README: Minor copyright change.
* libmisc/capture/capture-cli.c, libmisc/capture/capture.c,
libmisc/capture/capture.h: Fixed the memory leak when lots of
tasks are being created and deleted. Improved the trigger
interface so all task type actions can be caught.
2007-08-13 Chris Johns <chrisj@rtems.org>
* score/include/rtems/score/object.h: Point the
OBJECTS_RTEMS_CLASSES_LAST macro to the last entry.
+1 -1
View File
@@ -4,7 +4,7 @@
RTEMS Performance Monitoring and Measurement Framework
Copyright 2002 Chris Johns (ccj@acm.org)
Copyright 2002-2007 Chris Johns (chrisj@rtems.org)
23 April 2002
This directory contains the source code for the performance monitoring and
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff