summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 19:11:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-17 19:11:46 +0000
commitb3b78ecffe627d735889295574258cccaf5c9eea (patch)
treeed7d177ce464593a57e8818af2c5dc1d2cb67a5d /cpukit/ChangeLog
parent2005-08-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b3b78ecffe627d735889295574258cccaf5c9eea.tar.bz2
2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>
PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f5e0e161fb..0ea1381aa1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>
+
+ PR 744/filesystem
+ * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not
+ support permissions on directories so the check performed by unlink
+ would always fail. The unlink code was modified to support a not
+ supported status being returned.
+
2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* posix/include/mqueue.h, posix/src/mqueuetimedreceive.c: