source: rtems/c/src/lib/ChangeLog @ 5c27c80

4.104.114.84.95
Last change on this file since 5c27c80 was 9c49db4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/01 at 18:26:44

2001-01-08 Ralf Corsepius <corsepiu@…>

  • configure.in: Add libc/config.h
  • libc/Makefile.am: Add INCLUDES += -I. to pickup config.h
  • libc/.cvsignore: Add config.h and stamp-h
  • libc/*.c: Add config.h support.
  • Property mode set to 100644
File size: 7.5 KB
Line 
1
22001-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * configure.in: Add libc/config.h
5        * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h
6        * libc/.cvsignore: Add config.h and stamp-h
7        * libc/*.c: Add config.h support.
8
92000-12-06      Joel Sherrill <joel@OARcorp.com>
10
11        * libc/mallocfreespace.c: Name of routine is
12        rtems_region_get_information() NOT region_get_information().
13        * libc/unmount.c: Removed unused variable.
14
152000-11-30      Joel Sherrill <joel@OARcorp.com>
16
17        * include/rtems/Makefile.am: Added termiostypes.h.
18        * libc/Makefile.am: Removed termiostypes.h.
19        * libc/termios.c: Changed include of "termiostypes.h" to
20        <rtems/termiostypes.h> since that is an RTEMS specific header file.
21
222000-11-29      Joel Sherrill <joel@OARcorp.com>
23
24        * include/sys/ttycom.h: New file -- moved from libnetworking/sys.
25        * Makefile.am: Modified to reflect above.
26
272000-11-28       Sergei Organov <osv@javad.ru>
28
29        * libc/getcwd.c: Ensure _closedir(dir) is called even on
30        error exit from the routine.
31
322000-11-25  Antti P Miettinen  <antti.p.miettinen@nokia.com>
33
34        * libc/termios.c, libc/termiostypes.h: Task driver driver model
35        and line discipline support from Thomas Doerfler
36        <Thomas.Doerfler@imd-systems.de>.
37
382000-11-20       Dmitry Kargapolov <dk@gentex.ru>
39
40        * libc/mount.c: Make sure there is space allocated for a device name
41        in the mount table entry.
42
432000-11-17      Jennifer Averret <jennifer@OARcorp.com>
44
45        * libc/mount.c (search_mt_for_mount_point): Deleted routine.
46        * libc/mount.c (Is_node_fs_root): Replacement for above that
47        accounts for the imaginary root node being returned by the
48        filesystem evaluation routine.
49        * libc/unmount.c (unmount): Account for imaginary root node
50        being returned and improved variable names to clarify code.
51        * libc/unmount.c (file_systems_below_this_mountpoint):  Body of
52        routine replaced to account for imaginary root node being returned.
53
542000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
57
582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
61
622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
65
662000-11-01      Joel Sherrill <joel@OARcorp.com>
67
68        * configure.in: Added include/rtems subdirectory.
69
702000-11-01      Joel Sherrill <joel@OARcorp.com>
71
72        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
73        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
74        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
75        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
76        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
77        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
78        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
79        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
80        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
81        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
82        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
83        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
84        libc/utime.c, libc/write.c:
85        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
86        from libc to lib/include/rtems and now must be referenced as
87        <rtems/XXX.h>. 
88        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
89        * include/rtems/assoc.h, include/rtems/error.h,
90        include/rtems/libcsupport.h, include/rtems/libio.h,
91        include/rtems/libio_.h: New/moved files.
92
932000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in: Remove bogus cfg_subdirs.
96        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
97        Switch to GNU canonicalization.
98   
992000-10-24      Joel Sherrill <joel@OARcorp.com>
100
101        * libc/ioman.c: Moved to libfs.
102        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
103        * libc/base_fs.c: Removed include of imfs.h and reworded comment
104        to avoid being IMFS specific.
105        * libc/libio.h: Removed prototype of IMFS_ops since it should
106        not be in this file.
107        * libc/mount.c: Removed IMFS specific configuration information.
108        * libc/unmount.c: Removed include of imfs.h and reworded comment
109        to avoid being IMFS specific.
110
1112000-10-18      Chris Johns <ccj@acm.org>
112
113        * libfs created.
114        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
115        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
116        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
117        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
118        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
119        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
120        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
121        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
122        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
123        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
124        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
125        Moved to libfs/src/imfs.
126        * Makefile.am: Modified to reflect above.
127
1282000-10-18      Joel Sherrill <joel@OARcorp.com>
129
130        * libc/Makefile.am: Added mallocfreespace.c.
131        * libc/mallocfreespace.c: New file based on work by Nick Simon
132        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
133        * libc/libcsupport.h: Added prototype for malloc_free_space().
134
1352000-10-18      Joel Sherrill <joel@OARcorp.com>
136
137        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
138        handler.  Most fcntl() operations can be performed with no
139        filesystem support.
140        * ChangeLog: Corrected comment.
141
1422000-09-28      Joel Sherrill <joel@OARcorp.com>
143
144        * libc/libio.h (rtems_filesystem_file_handlers_r,
145        rtems_filesystem_operations_table): Added _h to all structure
146        fields to indicate they are "handlers".
147        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
148        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
149        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
150        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
151        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
152        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
153        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
154        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
155        Modified to reflect above name change.
156
1572000-09-22      Joel Sherrill <joel@OARcorp.com>
158
159        * libc/newlibc.c: Removed _A29K specific ifdef.
160
1612000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Cleanup comments.
164
1652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * libc/Makefile.am: Include compile.am
168
1692000-09-05      Joel Sherrill <joel@OARcorp.com>
170
171        * libio.c: Added O_NONBLOCK to list of flags.
172
1732000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Remove libcpu and libbsp
176        * Makefile.am: Remove libcpu and libbsp
177
1782000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * libc/fs_null_handlers.c: Added missing rmnod entry.
181
1822000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
185        libc/imfs_directory.c: Fixed style issues.
186
1872000-08-11  Chris Johns <ccj@acm.org>
188
189        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
190        * libc/eval.c: Ditto.
191        * libc/fcntl.c: Ditto.
192        * libc/fsync.c: Ditto.
193        * libc/ioctl.c: Ditto.
194        * libc/ioman.c: Ditto.
195        * libc/link.c: Ditto.
196        * libc/mknod.c: Ditto.
197        * libc/symlink.c: Ditto.
198        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
199        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
200        * libc/memfile.c: Deleted assert.  Added code to properly handle
201        appending to a file.
202
2032000-08-10      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.