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