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

4.104.114.84.95
Last change on this file since d6a2d7ee was d6a2d7ee, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/01 at 20:22:12

2001-04-16 Joel Sherrill <joel@…>

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