From ff08b8087887bc1ae8d9f22f3a21c62e46477312 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2003 21:01:30 +0000 Subject: 2003-08-14 Joel Sherrill * Makefile.am, include/rtems/score/object.h, include/rtems/score/objectmp.h, src/objectmp.c, src/objectnametoid.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/objectidtoname.c: New file. --- cpukit/score/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/score/ChangeLog') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index 8fb864cf74..781cfd5266 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,12 @@ +2003-08-14 Joel Sherrill + + * Makefile.am, include/rtems/score/object.h, + include/rtems/score/objectmp.h, src/objectmp.c, src/objectnametoid.c: + Added ID to name lookup service and changed name of id/name + translation status code. This propagated to multiple functions. The + user API service added was rtems_object_id_to_name() + * src/objectidtoname.c: New file. + 2003-08-14 Joel Sherrill PR 408/filesystem -- cgit v1.2.3