source: rtems/c/src/lib/ChangeLog @ 88d7985

4.104.114.84.95
Last change on this file since 88d7985 was 88d7985, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:00:39

2000-11-30 Joel Sherrill <joel@…>

  • include/rtems/Makefile.am: Added termiostypes.h.
  • libc/Makefile.am: Removed termiostypes.h.
  • libc/termios.c: Changed include of "termiostypes.h" to <rtems/termiostypes.h> since that is an RTEMS specific header file.
  • Property mode set to 100644
File size: 7.1 KB
Line 
1
22000-11-30      Joel Sherrill <joel@OARcorp.com>
3
4        * include/rtems/Makefile.am: Added termiostypes.h.
5        * libc/Makefile.am: Removed termiostypes.h.
6        * libc/termios.c: Changed include of "termiostypes.h" to
7        <rtems/termiostypes.h> since that is an RTEMS specific header file.
8
92000-11-29      Joel Sherrill <joel@OARcorp.com>
10
11        * include/sys/ttycom.h: New file -- moved from libnetworking/sys.
12        * Makefile.am: Modified to reflect above.
13
142000-11-28       Sergei Organov <osv@javad.ru>
15
16        * libc/getcwd.c: Ensure _closedir(dir) is called even on
17        error exit from the routine.
18
192000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
20
21        * libc/termios.c, libc/termiostypes.h: Task driver driver model
22        and line discipline support from Thomas Doerfler
23        <Thomas.Doerfler@imd-systems.de>.
24
252000-11-20       Dmitry Kargapolov <dk@gentex.ru>
26
27        * libc/mount.c: Make sure there is space allocated for a device name
28        in the mount table entry.
29
302000-11-17      Jennifer Averret <jennifer@OARcorp.com>
31
32        * libc/mount.c (search_mt_for_mount_point): Deleted routine.
33        * libc/mount.c (Is_node_fs_root): Replacement for above that
34        accounts for the imaginary root node being returned by the
35        filesystem evaluation routine.
36        * libc/unmount.c (unmount): Account for imaginary root node
37        being returned and improved variable names to clarify code.
38        * libc/unmount.c (file_systems_below_this_mountpoint):  Body of
39        routine replaced to account for imaginary root node being returned.
40
412000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
44
452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
48
492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
52
532000-11-01      Joel Sherrill <joel@OARcorp.com>
54
55        * configure.in: Added include/rtems subdirectory.
56
572000-11-01      Joel Sherrill <joel@OARcorp.com>
58
59        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
60        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
61        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
62        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
63        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
64        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
65        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
66        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
67        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
68        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
69        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
70        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
71        libc/utime.c, libc/write.c:
72        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
73        from libc to lib/include/rtems and now must be referenced as
74        <rtems/XXX.h>. 
75        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
76        * include/rtems/assoc.h, include/rtems/error.h,
77        include/rtems/libcsupport.h, include/rtems/libio.h,
78        include/rtems/libio_.h: New/moved files.
79
802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Remove bogus cfg_subdirs.
83        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
84        Switch to GNU canonicalization.
85   
862000-10-24      Joel Sherrill <joel@OARcorp.com>
87
88        * libc/ioman.c: Moved to libfs.
89        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
90        * libc/base_fs.c: Removed include of imfs.h and reworded comment
91        to avoid being IMFS specific.
92        * libc/libio.h: Removed prototype of IMFS_ops since it should
93        not be in this file.
94        * libc/mount.c: Removed IMFS specific configuration information.
95        * libc/unmount.c: Removed include of imfs.h and reworded comment
96        to avoid being IMFS specific.
97
982000-10-18      Chris Johns <ccj@acm.org>
99
100        * libfs created.
101        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
102        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
103        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
104        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
105        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
106        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
107        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
108        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
109        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
110        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
111        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
112        Moved to libfs/src/imfs.
113        * Makefile.am: Modified to reflect above.
114
1152000-10-18      Joel Sherrill <joel@OARcorp.com>
116
117        * libc/Makefile.am: Added mallocfreespace.c.
118        * libc/mallocfreespace.c: New file based on work by Nick Simon
119        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
120        * libc/libcsupport.h: Added prototype for malloc_free_space().
121
1222000-10-18      Joel Sherrill <joel@OARcorp.com>
123
124        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
125        handler.  Most fcntl() operations can be performed with no
126        filesystem support.
127        * ChangeLog: Corrected comment.
128
1292000-09-28      Joel Sherrill <joel@OARcorp.com>
130
131        * libc/libio.h (rtems_filesystem_file_handlers_r,
132        rtems_filesystem_operations_table): Added _h to all structure
133        fields to indicate they are "handlers".
134        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
135        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
136        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
137        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
138        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
139        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
140        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
141        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
142        Modified to reflect above name change.
143
1442000-09-22      Joel Sherrill <joel@OARcorp.com>
145
146        * libc/newlibc.c: Removed _A29K specific ifdef.
147
1482000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: Cleanup comments.
151
1522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * libc/Makefile.am: Include compile.am
155
1562000-09-05      Joel Sherrill <joel@OARcorp.com>
157
158        * libio.c: Added O_NONBLOCK to list of flags.
159
1602000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: Remove libcpu and libbsp
163        * Makefile.am: Remove libcpu and libbsp
164
1652000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * libc/fs_null_handlers.c: Added missing rmnod entry.
168
1692000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
172        libc/imfs_directory.c: Fixed style issues.
173
1742000-08-11  Chris Johns <ccj@acm.org>
175
176        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
177        * libc/eval.c: Ditto.
178        * libc/fcntl.c: Ditto.
179        * libc/fsync.c: Ditto.
180        * libc/ioctl.c: Ditto.
181        * libc/ioman.c: Ditto.
182        * libc/link.c: Ditto.
183        * libc/mknod.c: Ditto.
184        * libc/symlink.c: Ditto.
185        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
186        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
187        * libc/memfile.c: Deleted assert.  Added code to properly handle
188        appending to a file.
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.