source: rtems/c/src/lib/ChangeLog @ 6e0c3c4

4.104.114.84.95
Last change on this file since 6e0c3c4 was 2d5748f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/00 at 12:59:48

2000-10-26 Ralf Corsepius <corsepiu@…>

  • configure.in: Remove bogus cfg_subdirs.
  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • Property mode set to 100644
File size: 4.0 KB
Line 
1
22000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * configure.in: Remove bogus cfg_subdirs.
5        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
6        Switch to GNU canonicalization.
7   
82000-10-24      Joel Sherrill <joel@OARcorp.com>
9
10        * libc/ioman.c: Moved to libfs.
11        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
12        * libc/base_fs.c: Removed include of imfs.h and reworded comment
13        to avoid being IMFS specific.
14        * libc/libio.h: Removed prototype of IMFS_ops since it should
15        not be in this file.
16        * libc/mount.c: Removed IMFS specific configuration information.
17        * libc/unmount.c: Removed include of imfs.h and reworded comment
18        to avoid being IMFS specific.
19
202000-10-18      Chris Johns <ccj@acm.org>
21
22        * libfs created.
23        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
24        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
25        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
26        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
27        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
28        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
29        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
30        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
31        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
32        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
33        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
34        Moved to libfs/src/imfs.
35        * Makefile.am: Modified to reflect above.
36
372000-10-18      Joel Sherrill <joel@OARcorp.com>
38
39        * libc/Makefile.am: Added mallocfreespace.c.
40        * libc/mallocfreespace.c: New file based on work by Nick Simon
41        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
42        * libc/libcsupport.h: Added prototype for malloc_free_space().
43
442000-10-18      Joel Sherrill <joel@OARcorp.com>
45
46        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
47        handler.  Most fcntl() operations can be performed with no
48        filesystem support.
49        * ChangeLog: Corrected comment.
50
512000-09-28      Joel Sherrill <joel@OARcorp.com>
52
53        * libc/libio.h (rtems_filesystem_file_handlers_r,
54        rtems_filesystem_operations_table): Added _h to all structure
55        fields to indicate they are "handlers".
56        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
57        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
58        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
59        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
60        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
61        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
62        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
63        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
64        Modified to reflect above name change.
65
662000-09-22      Joel Sherrill <joel@OARcorp.com>
67
68        * libc/newlibc.c: Removed _A29K specific ifdef.
69
702000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Cleanup comments.
73
742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * libc/Makefile.am: Include compile.am
77
782000-09-05      Joel Sherrill <joel@OARcorp.com>
79
80        * libio.c: Added O_NONBLOCK to list of flags.
81
822000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Remove libcpu and libbsp
85        * Makefile.am: Remove libcpu and libbsp
86
872000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * libc/fs_null_handlers.c: Added missing rmnod entry.
90
912000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
94        libc/imfs_directory.c: Fixed style issues.
95
962000-08-11  Chris Johns <ccj@acm.org>
97
98        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
99        * libc/eval.c: Ditto.
100        * libc/fcntl.c: Ditto.
101        * libc/fsync.c: Ditto.
102        * libc/ioctl.c: Ditto.
103        * libc/ioman.c: Ditto.
104        * libc/link.c: Ditto.
105        * libc/mknod.c: Ditto.
106        * libc/symlink.c: Ditto.
107        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
108        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
109        * libc/memfile.c: Deleted assert.  Added code to properly handle
110        appending to a file.
111
1122000-08-10      Joel Sherrill <joel@OARcorp.com>
113
114        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.