source: rtems/c/src/lib/ChangeLog @ 329509fb

4.104.114.84.95
Last change on this file since 329509fb was f3d7592, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:25:50

2001-02-03 Ralf Corsepius <corsepiu@…>

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