From de48cb67a21ab86a7af58154ffdee34e6fe1da92 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 14 Dec 2008 19:13:56 +0000 Subject: 2008-12-14 Joel Sherrill * unlimited/init.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels. --- testsuites/samples/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testsuites/samples/ChangeLog') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 1331dcfdb6..d855b94a24 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,13 @@ +2008-12-14 Joel Sherrill + + * unlimited/init.c: Run all tests successfully with maxixum number of + priorities as 16 instead of 256. This was done by temporarily + modifying the score priority.h maximum. This allowed testing of all + API code to ensure that it worked properly with a reduced number of + priorities. Most modifications were to switch from hard-coded maximum + to using the API provided methods to determine maximum number of + priority levels. + 2008-12-09 Joel Sherrill * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so -- cgit v1.2.3