source: rtems/c/src/lib/ChangeLog @ 922a723

4.104.114.84.95
Last change on this file since 922a723 was 922a723, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/00 at 15:45:37

2000-12-06 Joel Sherrill <joel@…>

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