source: rtems/c/src/lib/ChangeLog @ 86ec6ed

4.104.114.84.95
Last change on this file since 86ec6ed was e2af631, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/00 at 19:35:53

2000-11-25 Antti P Miettinen <antti.p.miettinen@…>

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