summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:28:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-14 12:28:13 +0000
commitb2e16672500f5c6309a92f0d1880de083d7ad4cd (patch)
treea3191a0709f097e78a8823f0c886f73da62d01a4 /cpukit
parentRemove unix subdir. (diff)
downloadrtems-b2e16672500f5c6309a92f0d1880de083d7ad4cd.tar.bz2
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove unix subdir.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c1f85c9079..24aaff6013 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Remove unix subdir.
* aclocal/canonical-target-name.m4, aclocal/check-networking.m4,
aclocal/check-posix.m4, aclocal/enable-posix.m4:
Remove unix/posix.
@@ -18,6 +19,13 @@
2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/include/rtems/error.h: Introduce rtems_error_code_t.
+ Minor portability code-massaging.
+ * libcsupport/src/error.c: Reflect having introduced
+ rtems_error_code_t.
+
+2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* score/include/rtems/score/interr.h: Introduce Internal_errors_t.
* score/src/interr.c, score/include/rtems/score/userext.h,
score/src/userextthreadbegin.c: Reflect having introduced