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

4.104.114.84.95
Last change on this file since c54152a2 was 41caf2df, checked in by Joel Sherrill <joel.sherrill@…>, on 01/25/01 at 17:57:13

2001-01-25 Fernando Ruiz <fernando.ruiz@…>

  • Alternate email is correo@…
  • libc/privateenv.c: New file.
  • include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c, libc/unmount.c: Moved default umask, current working directory, root, and links followed count into a structure "user environment" that can then be treated as a unit. This enable giving unique copies of these to individual threads or collection of threads.
  • Property mode set to 100644
File size: 7.9 KB
Line 
1
22001-01-25      Fernando Ruiz <fernando.ruiz@ctv.es>
3
4        * Alternate email is correo@fernando-ruiz.com
5        * libc/privateenv.c: New file.
6        * include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c,
7        libc/unmount.c: Moved default umask, current working directory,
8        root, and links followed count into a structure "user environment"
9        that can then be treated as a unit.  This enable giving unique
10        copies of these to individual threads or collection of threads.
11
122001-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.in: Add libc/config.h
15        * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h
16        * libc/.cvsignore: Add config.h and stamp-h
17        * libc/*.c: Add config.h support.
18
192000-12-06      Joel Sherrill <joel@OARcorp.com>
20
21        * libc/mallocfreespace.c: Name of routine is
22        rtems_region_get_information() NOT region_get_information().
23        * libc/unmount.c: Removed unused variable.
24
252000-11-30      Joel Sherrill <joel@OARcorp.com>
26
27        * include/rtems/Makefile.am: Added termiostypes.h.
28        * libc/Makefile.am: Removed termiostypes.h.
29        * libc/termios.c: Changed include of "termiostypes.h" to
30        <rtems/termiostypes.h> since that is an RTEMS specific header file.
31
322000-11-29      Joel Sherrill <joel@OARcorp.com>
33
34        * include/sys/ttycom.h: New file -- moved from libnetworking/sys.
35        * Makefile.am: Modified to reflect above.
36
372000-11-28       Sergei Organov <osv@javad.ru>
38
39        * libc/getcwd.c: Ensure _closedir(dir) is called even on
40        error exit from the routine.
41
422000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
43
44        * libc/termios.c, libc/termiostypes.h: Task driver driver model
45        and line discipline support from Thomas Doerfler
46        <Thomas.Doerfler@imd-systems.de>.
47
482000-11-20       Dmitry Kargapolov <dk@gentex.ru>
49
50        * libc/mount.c: Make sure there is space allocated for a device name
51        in the mount table entry.
52
532000-11-17      Jennifer Averret <jennifer@OARcorp.com>
54
55        * libc/mount.c (search_mt_for_mount_point): Deleted routine.
56        * libc/mount.c (Is_node_fs_root): Replacement for above that
57        accounts for the imaginary root node being returned by the
58        filesystem evaluation routine.
59        * libc/unmount.c (unmount): Account for imaginary root node
60        being returned and improved variable names to clarify code.
61        * libc/unmount.c (file_systems_below_this_mountpoint):  Body of
62        routine replaced to account for imaginary root node being returned.
63
642000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
762000-11-01      Joel Sherrill <joel@OARcorp.com>
77
78        * configure.in: Added include/rtems subdirectory.
79
802000-11-01      Joel Sherrill <joel@OARcorp.com>
81
82        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
83        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
84        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
85        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
86        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
87        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
88        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
89        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
90        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
91        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
92        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
93        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
94        libc/utime.c, libc/write.c:
95        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
96        from libc to lib/include/rtems and now must be referenced as
97        <rtems/XXX.h>. 
98        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
99        * include/rtems/assoc.h, include/rtems/error.h,
100        include/rtems/libcsupport.h, include/rtems/libio.h,
101        include/rtems/libio_.h: New/moved files.
102
1032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: Remove bogus cfg_subdirs.
106        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
107        Switch to GNU canonicalization.
108   
1092000-10-24      Joel Sherrill <joel@OARcorp.com>
110
111        * libc/ioman.c: Moved to libfs.
112        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
113        * libc/base_fs.c: Removed include of imfs.h and reworded comment
114        to avoid being IMFS specific.
115        * libc/libio.h: Removed prototype of IMFS_ops since it should
116        not be in this file.
117        * libc/mount.c: Removed IMFS specific configuration information.
118        * libc/unmount.c: Removed include of imfs.h and reworded comment
119        to avoid being IMFS specific.
120
1212000-10-18      Chris Johns <ccj@acm.org>
122
123        * libfs created.
124        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
125        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
126        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
127        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
128        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
129        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
130        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
131        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
132        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
133        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
134        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
135        Moved to libfs/src/imfs.
136        * Makefile.am: Modified to reflect above.
137
1382000-10-18      Joel Sherrill <joel@OARcorp.com>
139
140        * libc/Makefile.am: Added mallocfreespace.c.
141        * libc/mallocfreespace.c: New file based on work by Nick Simon
142        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
143        * libc/libcsupport.h: Added prototype for malloc_free_space().
144
1452000-10-18      Joel Sherrill <joel@OARcorp.com>
146
147        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
148        handler.  Most fcntl() operations can be performed with no
149        filesystem support.
150        * ChangeLog: Corrected comment.
151
1522000-09-28      Joel Sherrill <joel@OARcorp.com>
153
154        * libc/libio.h (rtems_filesystem_file_handlers_r,
155        rtems_filesystem_operations_table): Added _h to all structure
156        fields to indicate they are "handlers".
157        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
158        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
159        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
160        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
161        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
162        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
163        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
164        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
165        Modified to reflect above name change.
166
1672000-09-22      Joel Sherrill <joel@OARcorp.com>
168
169        * libc/newlibc.c: Removed _A29K specific ifdef.
170
1712000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Cleanup comments.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * libc/Makefile.am: Include compile.am
178
1792000-09-05      Joel Sherrill <joel@OARcorp.com>
180
181        * libio.c: Added O_NONBLOCK to list of flags.
182
1832000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Remove libcpu and libbsp
186        * Makefile.am: Remove libcpu and libbsp
187
1882000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * libc/fs_null_handlers.c: Added missing rmnod entry.
191
1922000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
195        libc/imfs_directory.c: Fixed style issues.
196
1972000-08-11  Chris Johns <ccj@acm.org>
198
199        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
200        * libc/eval.c: Ditto.
201        * libc/fcntl.c: Ditto.
202        * libc/fsync.c: Ditto.
203        * libc/ioctl.c: Ditto.
204        * libc/ioman.c: Ditto.
205        * libc/link.c: Ditto.
206        * libc/mknod.c: Ditto.
207        * libc/symlink.c: Ditto.
208        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
209        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
210        * libc/memfile.c: Deleted assert.  Added code to properly handle
211        appending to a file.
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.