summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 8fb864cf74..781cfd5266 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,5 +1,14 @@
2003-08-14 Joel Sherrill <joel@OARcorp.com>
+ * 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 <joel@OARcorp.com>
+
PR 408/filesystem
* score/Makefile.am, score/include/rtems/score/thread.h: Added
sync() service. As part of adding this service, the