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

4.104.114.84.95
Last change on this file since f5f31dd was f5f31dd, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 13:55:41

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

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