summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2010-07-01 15:12:38 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2010-07-01 15:12:38 +0000
commit92119ed344c18f95b8b585e12874c8629c221e4a (patch)
treeec0137216c214e1f879041a6717253d83ebd2e0b /cpukit/ChangeLog
parent2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-92119ed344c18f95b8b585e12874c8629c221e4a.tar.bz2
2010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* libcsupport/src/chdir.c, libcsupport/src/chmod.c, libcsupport/src/chown.c, libcsupport/src/close.c, libcsupport/src/eval.c, libcsupport/src/fchdir.c, libcsupport/src/fchmod.c, libcsupport/src/fchown.c, libcsupport/src/fcntl.c, libcsupport/src/fdatasync.c, libcsupport/src/freenode.c, libcsupport/src/fstat.c, libcsupport/src/fsync.c, libcsupport/src/ftruncate.c, libcsupport/src/ioctl.c, libcsupport/src/link.c, libcsupport/src/lseek.c, libcsupport/src/mknod.c, libcsupport/src/mount.c, libcsupport/src/open.c, libcsupport/src/read.c, libcsupport/src/readlink.c, libcsupport/src/readv.c, libcsupport/src/rmdir.c, libcsupport/src/stat.c, libcsupport/src/statvfs.c, libcsupport/src/symlink.c, libcsupport/src/unlink.c, libcsupport/src/unmount.c, libcsupport/src/write.c: Removed filesystem checks for NULL methods checks from the main posix rountines. These are now required to have at a miminum default routines in the tables.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6bcadc6249..df4bea0694 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,24 @@
+2010-07-01 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+ * libcsupport/src/chdir.c, libcsupport/src/chmod.c,
+ libcsupport/src/chown.c, libcsupport/src/close.c,
+ libcsupport/src/eval.c, libcsupport/src/fchdir.c,
+ libcsupport/src/fchmod.c, libcsupport/src/fchown.c,
+ libcsupport/src/fcntl.c, libcsupport/src/fdatasync.c,
+ libcsupport/src/freenode.c, libcsupport/src/fstat.c,
+ libcsupport/src/fsync.c, libcsupport/src/ftruncate.c,
+ libcsupport/src/ioctl.c, libcsupport/src/link.c,
+ libcsupport/src/lseek.c, libcsupport/src/mknod.c,
+ libcsupport/src/mount.c, libcsupport/src/open.c,
+ libcsupport/src/read.c, libcsupport/src/readlink.c,
+ libcsupport/src/readv.c, libcsupport/src/rmdir.c,
+ libcsupport/src/stat.c, libcsupport/src/statvfs.c,
+ libcsupport/src/symlink.c, libcsupport/src/unlink.c,
+ libcsupport/src/unmount.c, libcsupport/src/write.c: Removed
+ filesystem checks for NULL methods checks from the main posix
+ rountines. These are now required to have at a miminum default
+ routines in the tables.
+
2010-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio_.h: Removed