diff options
| author | rpj <rpj> | 2003-09-18 02:31:39 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2003-09-18 02:31:39 +0000 | 
| commit | af1871fba4fc253b5a31e4a0eed667fe79f534d7 (patch) | |
| tree | 1242599d7334ae50c5c05f9b23b52876e4287924 /tests/ChangeLog | |
| parent | fac679912b15dd89cafdb09bf873d7eacc80a05e (diff) | |
Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 27 | 
1 files changed, 23 insertions, 4 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 2107c84..667747f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,9 +1,28 @@ +2003-09-18  Ross Johnson  <rpj@callisto.canberra.edu.au>
 + +	* benchtest.h: Move old mutex code into benchlib.c. +	* benchlib.c: New statically linked module to ensure that +	bench apps don't inline the code and therefore have an unfair +	advantage over the pthreads lib routines. Made little or no +	difference. +	* benchtest1.c: Minor change to avoid compiler warnings. +	* benchtest5.c: Likewise. +	* benchtest2.c: Fix misinformation in output report. +	* README.BENCH: Add comments on results. + +2003-09-14  Ross Johnson  <rpj@callisto.canberra.edu.au>
 + +	* priority1.c: Reworked to comply with modified priority +	management and provide additional output. +	* priority2.c: Likewise. +	* inherit1.c: Likewise. +  2003-09-03  Ross Johnson  <rpj@callisto.canberra.edu.au>
 -	* exit4.c: New test. -	* exit5.c: New test. -	* cancel7.c: New test. -	* cancel8.c: New test. +	* exit4.c: New test.
 +	* exit5.c: New test.
 +	* cancel7.c: New test.
 +	* cancel8.c: New test.
  2003-08-13  Ross Johnson  <rpj@ise.canberra.edu.au>
  | 
