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

4.104.114.84.95
Last change on this file since d8a9155 was d8a9155, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/01 at 21:11:25

2001-04-20 Correo Fernando-ruiz <correo@…>

  • include/rtems/libio_.h, libc/chroot.c, libc/privateenv.c: Private environment and chroot() enhancements and fixes. Comments: + privateenv has been modified to let at chroot() to be more

POSIX like Sergei Organov recommended.

+ A task owner lets that rtems_set_private_env() will be

called twice or more times.

+ chroot() can be called without a previous

rtems_set_private_env(); (transpanrently)

+ The second call of rtems_set_private_env() makes a internal

chroot("/") into global imfs_root.

+ chroot() runs like chdir() without a previous chdir("/") with

the global root.

+ The current directory can be in a wrong place like Linux and

many other Unices.

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