source: rtems/c/src/lib/ChangeLog @ 3bb7e6d5

4.104.114.84.95
Last change on this file since 3bb7e6d5 was a314d3b4, checked in by Joel Sherrill <joel.sherrill@…>, on 11/02/00 at 15:49:06

2000-11-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
  • Property mode set to 100644
File size: 5.4 KB
Line 
1
22000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
5
62000-11-01      Joel Sherrill <joel@OARcorp.com>
7
8        * configure.in: Added include/rtems subdirectory.
9
102000-11-01      Joel Sherrill <joel@OARcorp.com>
11
12        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
13        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
14        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
15        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
16        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
17        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
18        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
19        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
20        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
21        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
22        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
23        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
24        libc/utime.c, libc/write.c:
25        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
26        from libc to lib/include/rtems and now must be referenced as
27        <rtems/XXX.h>. 
28        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
29        * include/rtems/assoc.h, include/rtems/error.h,
30        include/rtems/libcsupport.h, include/rtems/libio.h,
31        include/rtems/libio_.h: New/moved files.
32
332000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.in: Remove bogus cfg_subdirs.
36        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
37        Switch to GNU canonicalization.
38   
392000-10-24      Joel Sherrill <joel@OARcorp.com>
40
41        * libc/ioman.c: Moved to libfs.
42        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
43        * libc/base_fs.c: Removed include of imfs.h and reworded comment
44        to avoid being IMFS specific.
45        * libc/libio.h: Removed prototype of IMFS_ops since it should
46        not be in this file.
47        * libc/mount.c: Removed IMFS specific configuration information.
48        * libc/unmount.c: Removed include of imfs.h and reworded comment
49        to avoid being IMFS specific.
50
512000-10-18      Chris Johns <ccj@acm.org>
52
53        * libfs created.
54        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
55        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
56        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
57        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
58        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
59        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
60        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
61        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
62        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
63        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
64        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
65        Moved to libfs/src/imfs.
66        * Makefile.am: Modified to reflect above.
67
682000-10-18      Joel Sherrill <joel@OARcorp.com>
69
70        * libc/Makefile.am: Added mallocfreespace.c.
71        * libc/mallocfreespace.c: New file based on work by Nick Simon
72        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
73        * libc/libcsupport.h: Added prototype for malloc_free_space().
74
752000-10-18      Joel Sherrill <joel@OARcorp.com>
76
77        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
78        handler.  Most fcntl() operations can be performed with no
79        filesystem support.
80        * ChangeLog: Corrected comment.
81
822000-09-28      Joel Sherrill <joel@OARcorp.com>
83
84        * libc/libio.h (rtems_filesystem_file_handlers_r,
85        rtems_filesystem_operations_table): Added _h to all structure
86        fields to indicate they are "handlers".
87        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
88        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
89        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
90        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
91        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
92        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
93        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
94        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
95        Modified to reflect above name change.
96
972000-09-22      Joel Sherrill <joel@OARcorp.com>
98
99        * libc/newlibc.c: Removed _A29K specific ifdef.
100
1012000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.in: Cleanup comments.
104
1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * libc/Makefile.am: Include compile.am
108
1092000-09-05      Joel Sherrill <joel@OARcorp.com>
110
111        * libio.c: Added O_NONBLOCK to list of flags.
112
1132000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Remove libcpu and libbsp
116        * Makefile.am: Remove libcpu and libbsp
117
1182000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * libc/fs_null_handlers.c: Added missing rmnod entry.
121
1222000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
125        libc/imfs_directory.c: Fixed style issues.
126
1272000-08-11  Chris Johns <ccj@acm.org>
128
129        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
130        * libc/eval.c: Ditto.
131        * libc/fcntl.c: Ditto.
132        * libc/fsync.c: Ditto.
133        * libc/ioctl.c: Ditto.
134        * libc/ioman.c: Ditto.
135        * libc/link.c: Ditto.
136        * libc/mknod.c: Ditto.
137        * libc/symlink.c: Ditto.
138        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
139        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
140        * libc/memfile.c: Deleted assert.  Added code to properly handle
141        appending to a file.
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.