source: rtems/c/src/lib/ChangeLog @ 946178d

4.104.114.84.95
Last change on this file since 946178d was e3250b3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/18/00 at 13:02:14

2000-10-18 Joel Sherrill <joel@…>

  • 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.
  • Property mode set to 100644
File size: 2.3 KB
Line 
1
22000-10-18      Joel Sherrill <joel@OARcorp.com>
3
4        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
5        handler.  Most fcntl() operations can be performed with no
6        filesystem support.
7        * ChangeLog: Corrected comment.
8
92000-09-28      Joel Sherrill <joel@OARcorp.com>
10
11        * libc/libio.h (rtems_filesystem_file_handlers_r,
12        rtems_filesystem_operations_table): Added _h to all structure
13        fields to indicate they are "handlers".
14        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
15        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
16        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
17        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
18        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
19        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
20        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
21        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
22        Modified to reflect above name change.
23
242000-09-22      Joel Sherrill <joel@OARcorp.com>
25
26        * libc/newlibc.c: Removed _A29K specific ifdef.
27
282000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: Cleanup comments.
31
322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * libc/Makefile.am: Include compile.am
35
362000-09-05      Joel Sherrill <joel@OARcorp.com>
37
38        * libio.c: Added O_NONBLOCK to list of flags.
39
402000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.in: Remove libcpu and libbsp
43        * Makefile.am: Remove libcpu and libbsp
44
452000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * libc/fs_null_handlers.c: Added missing rmnod entry.
48
492000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
52        libc/imfs_directory.c: Fixed style issues.
53
542000-08-11  Chris Johns <ccj@acm.org>
55
56        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
57        * libc/eval.c: Ditto.
58        * libc/fcntl.c: Ditto.
59        * libc/fsync.c: Ditto.
60        * libc/ioctl.c: Ditto.
61        * libc/ioman.c: Ditto.
62        * libc/link.c: Ditto.
63        * libc/mknod.c: Ditto.
64        * libc/symlink.c: Ditto.
65        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
66        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
67        * libc/memfile.c: Deleted assert.  Added code to properly handle
68        appending to a file.
69
702000-08-10      Joel Sherrill <joel@OARcorp.com>
71
72        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.