summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 13:02:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 13:02:14 +0000
commite3250b39433c49bb75cc355a5450922bf4d23fa1 (patch)
tree529f6c3d02478f46d64cc468f4e9ac161c76f5fd
parent2000-10-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e3250b39433c49bb75cc355a5450922bf4d23fa1.tar.bz2
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* libc/fcntl.c: Do not require every filesystem to have an fcntl() handler. Most fcntl() operations can be performed with no filesystem support. * ChangeLog: Corrected comment.
-rw-r--r--c/src/lib/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index f16a7bc202..095f7a7737 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,4 +1,11 @@
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/fcntl.c: Do not require every filesystem to have an fcntl()
+ handler. Most fcntl() operations can be performed with no
+ filesystem support.
+ * ChangeLog: Corrected comment.
+
2000-09-28 Joel Sherrill <joel@OARcorp.com>
* libc/libio.h (rtems_filesystem_file_handlers_r,
@@ -52,11 +59,12 @@
* libc/fsync.c: Ditto.
* libc/ioctl.c: Ditto.
* libc/ioman.c: Ditto.
- * libc/memfile.c: Ditto.
* libc/link.c: Ditto.
* libc/mknod.c: Ditto.
* libc/symlink.c: Ditto.
* libc/libio.h(rtems_filesystem_dev_major_t): New macro.
+ * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
+ * libc/memfile.c: Deleted assert. Added code to properly handle
appending to a file.
2000-08-10 Joel Sherrill <joel@OARcorp.com>