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

4.104.114.84.95
Last change on this file since f0ef873 was ab94137, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/01 at 13:18:02

2001-04-28 Ralf Corsepius <corsepiu@…>

  • configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
4
52001-04-24      Joel Sherrill <joel@OARcorp.com>
6
7        * libc/libio.c (rtems_libio_allocate): Make sure size and offset
8        fields are cleared on each file open.  Before this field was cleared,
9        this resulted in the value from the last time that IOP was used
10        being still in place.  Discovered by  Andrew Bythell
11        <abythell@nortelnetworks.com>.
12        * libc/open.c: Remove redundant setting of iop->offset.
13
142001-04-20  Correo Fernando-ruiz <correo@fernando-ruiz.com>
15
16        * include/rtems/libio_.h, libc/chroot.c, libc/privateenv.c:
17        Private environment and chroot() enhancements and fixes.  Comments:
18          + privateenv has been modified to let at chroot() to be more
19            POSIX like Sergei Organov recommended.
20          + A task owner lets that rtems_set_private_env() will be
21            called twice or more times.
22          + chroot() can be called without a previous
23            rtems_set_private_env(); (transpanrently)
24          + The second call of rtems_set_private_env() makes a internal
25            chroot("/") into global imfs_root.
26          + chroot() runs like chdir() without a previous chdir("/") with
27            the global root.
28          + The current directory can be in a wrong place like Linux and
29            many other Unices.
30
312001-04-16      Joel Sherrill <joel@OARcorp.com>
32
33        * include/rtc.h: New file.
34        * include/Makefile.am: Updated to reflect above.
35
362001-02-06      Joel Sherrill <joel@OARcorp.com>
37
38        * include/ioccom.h: Unreferenced and thus removed.
39
402001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/zilog/Makefile.am, include/Makefile.am,
43        include/motorola/Makefile.am, include/sys/Makefile.am
44        include/rtems/Makefile.am: Apply include_*HEADERS instead of
45        H_FILES.
46
472001-01-26      Joel Sherrill <joel@OARcorp.com>
48
49        * libc/chroot.c: Fixed naming problems.  Names were changed
50        when the code this depends on was merged.
51
522001-01-25      Fernando Ruiz <fernando.ruiz@ctv.es>
53
54        * Alternate email is correo@fernando-ruiz.com
55        * libc/chroot.c: New file.
56        * libc/Makefile.am: Reflect above.
57
582001-01-25      Fernando Ruiz <fernando.ruiz@ctv.es>
59
60        * Alternate email is correo@fernando-ruiz.com
61        * libc/privateenv.c: New file.
62        * include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c,
63        libc/unmount.c: Moved default umask, current working directory,
64        root, and links followed count into a structure "user environment"
65        that can then be treated as a unit.  This enable giving unique
66        copies of these to individual threads or collection of threads.
67
682001-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Add libc/config.h
71        * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h
72        * libc/.cvsignore: Add config.h and stamp-h
73        * libc/*.c: Add config.h support.
74
752000-12-06      Joel Sherrill <joel@OARcorp.com>
76
77        * libc/mallocfreespace.c: Name of routine is
78        rtems_region_get_information() NOT region_get_information().
79        * libc/unmount.c: Removed unused variable.
80
812000-11-30      Joel Sherrill <joel@OARcorp.com>
82
83        * include/rtems/Makefile.am: Added termiostypes.h.
84        * libc/Makefile.am: Removed termiostypes.h.
85        * libc/termios.c: Changed include of "termiostypes.h" to
86        <rtems/termiostypes.h> since that is an RTEMS specific header file.
87
882000-11-29      Joel Sherrill <joel@OARcorp.com>
89
90        * include/sys/ttycom.h: New file -- moved from libnetworking/sys.
91        * Makefile.am: Modified to reflect above.
92
932000-11-28       Sergei Organov <osv@javad.ru>
94
95        * libc/getcwd.c: Ensure _closedir(dir) is called even on
96        error exit from the routine.
97
982000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
99
100        * libc/termios.c, libc/termiostypes.h: Task driver driver model
101        and line discipline support from Thomas Doerfler
102        <Thomas.Doerfler@imd-systems.de>.
103
1042000-11-20       Dmitry Kargapolov <dk@gentex.ru>
105
106        * libc/mount.c: Make sure there is space allocated for a device name
107        in the mount table entry.
108
1092000-11-17      Jennifer Averret <jennifer@OARcorp.com>
110
111        * libc/mount.c (search_mt_for_mount_point): Deleted routine.
112        * libc/mount.c (Is_node_fs_root): Replacement for above that
113        accounts for the imaginary root node being returned by the
114        filesystem evaluation routine.
115        * libc/unmount.c (unmount): Account for imaginary root node
116        being returned and improved variable names to clarify code.
117        * libc/unmount.c (file_systems_below_this_mountpoint):  Body of
118        routine replaced to account for imaginary root node being returned.
119
1202000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
123
1242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
127
1282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
1322000-11-01      Joel Sherrill <joel@OARcorp.com>
133
134        * configure.in: Added include/rtems subdirectory.
135
1362000-11-01      Joel Sherrill <joel@OARcorp.com>
137
138        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
139        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
140        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
141        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
142        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
143        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
144        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
145        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
146        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
147        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
148        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
149        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
150        libc/utime.c, libc/write.c:
151        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
152        from libc to lib/include/rtems and now must be referenced as
153        <rtems/XXX.h>. 
154        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
155        * include/rtems/assoc.h, include/rtems/error.h,
156        include/rtems/libcsupport.h, include/rtems/libio.h,
157        include/rtems/libio_.h: New/moved files.
158
1592000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Remove bogus cfg_subdirs.
162        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
163        Switch to GNU canonicalization.
164   
1652000-10-24      Joel Sherrill <joel@OARcorp.com>
166
167        * libc/ioman.c: Moved to libfs.
168        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
169        * libc/base_fs.c: Removed include of imfs.h and reworded comment
170        to avoid being IMFS specific.
171        * libc/libio.h: Removed prototype of IMFS_ops since it should
172        not be in this file.
173        * libc/mount.c: Removed IMFS specific configuration information.
174        * libc/unmount.c: Removed include of imfs.h and reworded comment
175        to avoid being IMFS specific.
176
1772000-10-18      Chris Johns <ccj@acm.org>
178
179        * libfs created.
180        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
181        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
182        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
183        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
184        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
185        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
186        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
187        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
188        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
189        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
190        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
191        Moved to libfs/src/imfs.
192        * Makefile.am: Modified to reflect above.
193
1942000-10-18      Joel Sherrill <joel@OARcorp.com>
195
196        * libc/Makefile.am: Added mallocfreespace.c.
197        * libc/mallocfreespace.c: New file based on work by Nick Simon
198        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
199        * libc/libcsupport.h: Added prototype for malloc_free_space().
200
2012000-10-18      Joel Sherrill <joel@OARcorp.com>
202
203        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
204        handler.  Most fcntl() operations can be performed with no
205        filesystem support.
206        * ChangeLog: Corrected comment.
207
2082000-09-28      Joel Sherrill <joel@OARcorp.com>
209
210        * libc/libio.h (rtems_filesystem_file_handlers_r,
211        rtems_filesystem_operations_table): Added _h to all structure
212        fields to indicate they are "handlers".
213        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
214        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
215        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
216        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
217        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
218        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
219        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
220        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
221        Modified to reflect above name change.
222
2232000-09-22      Joel Sherrill <joel@OARcorp.com>
224
225        * libc/newlibc.c: Removed _A29K specific ifdef.
226
2272000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.in: Cleanup comments.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * libc/Makefile.am: Include compile.am
234
2352000-09-05      Joel Sherrill <joel@OARcorp.com>
236
237        * libio.c: Added O_NONBLOCK to list of flags.
238
2392000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.in: Remove libcpu and libbsp
242        * Makefile.am: Remove libcpu and libbsp
243
2442000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * libc/fs_null_handlers.c: Added missing rmnod entry.
247
2482000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
251        libc/imfs_directory.c: Fixed style issues.
252
2532000-08-11  Chris Johns <ccj@acm.org>
254
255        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
256        * libc/eval.c: Ditto.
257        * libc/fcntl.c: Ditto.
258        * libc/fsync.c: Ditto.
259        * libc/ioctl.c: Ditto.
260        * libc/ioman.c: Ditto.
261        * libc/link.c: Ditto.
262        * libc/mknod.c: Ditto.
263        * libc/symlink.c: Ditto.
264        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
265        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
266        * libc/memfile.c: Deleted assert.  Added code to properly handle
267        appending to a file.
268
2692000-08-10      Joel Sherrill <joel@OARcorp.com>
270
271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.