source: rtems/c/src/lib/ChangeLog @ cff1aa3a

4.104.114.84.95
Last change on this file since cff1aa3a was 9c3fa30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/00 at 20:19:23

2000-09-28 Joel Sherrill <joel@…>

  • libc/libio.h (rtems_filesystem_file_handlers_r, rtems_filesystem_operations_table): Added _h to all structure fields to indicate they are "handlers".
  • libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c, libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c, libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c, libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: Modified to reflect above name change.
  • Property mode set to 100644
File size: 1.9 KB
Line 
1
22000-09-28      Joel Sherrill <joel@OARcorp.com>
3
4        * libc/libio.h (rtems_filesystem_file_handlers_r,
5        rtems_filesystem_operations_table): Added _h to all structure
6        fields to indicate they are "handlers".
7        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
8        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
9        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
10        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
11        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
12        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
13        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
14        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
15        Modified to reflect above name change.
16
172000-09-22      Joel Sherrill <joel@OARcorp.com>
18
19        * libc/newlibc.c: Removed _A29K specific ifdef.
20
212000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.in: Cleanup comments.
24
252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * libc/Makefile.am: Include compile.am
28
292000-09-05      Joel Sherrill <joel@OARcorp.com>
30
31        * libio.c: Added O_NONBLOCK to list of flags.
32
332000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.in: Remove libcpu and libbsp
36        * Makefile.am: Remove libcpu and libbsp
37
382000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * libc/fs_null_handlers.c: Added missing rmnod entry.
41
422000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
45        libc/imfs_directory.c: Fixed style issues.
46
472000-08-11  Chris Johns <ccj@acm.org>
48
49        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
50        * libc/eval.c: Ditto.
51        * libc/fcntl.c: Ditto.
52        * libc/fsync.c: Ditto.
53        * libc/ioctl.c: Ditto.
54        * libc/ioman.c: Ditto.
55        * libc/memfile.c: Ditto.
56        * libc/link.c: Ditto.
57        * libc/mknod.c: Ditto.
58        * libc/symlink.c: Ditto.
59        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
60        appending to a file.
61
622000-08-10      Joel Sherrill <joel@OARcorp.com>
63
64        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.