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

4.104.114.84.95
Last change on this file since bb621b0 was 9da92fb3, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/01 at 22:46:55

2001-02-06 Joel Sherrill <joel@…>

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