summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 23:28:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 23:28:53 +0000
commit4c0d483b02675c2f63dae5c86e05be18e309d74e (patch)
tree801a025db740f4551d60df9b742acab04caa4ce2 /cpukit/ChangeLog
parent2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4c0d483b02675c2f63dae5c86e05be18e309d74e.tar.bz2
2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add disable of pipes by default since they use resources which are otherwise not accounted for. Eventually the resources will have to be properly configured.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f982f50cca..bcdfddf641 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sapi/include/confdefs.h: Add disable of pipes by default since they
+ use resources which are otherwise not accounted for. Eventually the
+ resources will have to be properly configured.
+
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* libfs/Makefile.am: Add stub for devide filesystem for unix port.