1 |
1026 |
ivang |
2002-07-31 Ralf Corsepius
|
2 |
|
|
|
3 |
|
|
* wrapup/Makefile.am: Remove.
|
4 |
|
|
* wrapup/.cvsignore: Remove.
|
5 |
|
|
* Makefile.am: Remove wrapup SUBDIR.
|
6 |
|
|
* configure.ac: Remove wrapup/Makefile.
|
7 |
|
|
|
8 |
|
|
2002-07-05 Ralf Corsepius
|
9 |
|
|
|
10 |
|
|
* configure.ac: RTEMS_TOP(../..).
|
11 |
|
|
|
12 |
|
|
2002-07-01 Ralf Corsepius
|
13 |
|
|
|
14 |
|
|
* configure.ac: Remove RTEMS_PROJECT_ROOT.
|
15 |
|
|
|
16 |
|
|
2002-06-27 Ralf Corsepius
|
17 |
|
|
|
18 |
|
|
* configure.ac: Use AC_CONFIG_AUX_DIR(../..).
|
19 |
|
|
Add AC_PROG_RANLIB.
|
20 |
|
|
|
21 |
|
|
2002-06-26 Ralf Corsepius
|
22 |
|
|
|
23 |
|
|
* wrapup/Makefile.am: Don't preinstall libfs.a.
|
24 |
|
|
|
25 |
|
|
2002-06-17 Ralf Corsepius
|
26 |
|
|
|
27 |
|
|
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
28 |
|
|
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
29 |
|
|
* src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
30 |
|
|
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
31 |
|
|
Use ../aclocal.
|
32 |
|
|
* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
33 |
|
|
|
34 |
|
|
2002-05-18 Ralf Corsepius
|
35 |
|
|
|
36 |
|
|
Move from c/src/libfs to c/src/exec/libfs
|
37 |
|
|
* configure.ac: Reflect move.
|
38 |
|
|
* Makefile.am: Ditto.
|
39 |
|
|
* src/Makefile.am: Ditto.
|
40 |
|
|
* src/dosfs/Makefile.am: Ditto.
|
41 |
|
|
* src/imfs/Makefile.am: Ditto.
|
42 |
|
|
* wrapup/Makefile.am: Ditto.
|
43 |
|
|
|
44 |
|
|
2002-04-06 Ralf Corsepius
|
45 |
|
|
|
46 |
|
|
* src/imfs/imfs_getchild.c: include .
|
47 |
|
|
* src/imfs/imfs_gtkn.c: Include .
|
48 |
|
|
* src/imfs/ioman.c: Include .
|
49 |
|
|
* src/imfs/linearfile.c: Include .
|
50 |
|
|
* src/imfs/memfile.c: Include .
|
51 |
|
|
|
52 |
|
|
2001-04-04 Joel Sherrill
|
53 |
|
|
|
54 |
|
|
* src/dosfs/Makefile.am: Per PR129 do not install as many files
|
55 |
|
|
to the $(includedir).
|
56 |
|
|
|
57 |
|
|
2002-04-04 Ralf Corsepius
|
58 |
|
|
|
59 |
|
|
* src/dosfs/fat.h: Include .
|
60 |
|
|
Remove DBG1 and DBG2 (unused).
|
61 |
|
|
|
62 |
|
|
2002-04-04 Ralf Corsepius
|
63 |
|
|
|
64 |
|
|
* Per PR169.
|
65 |
|
|
* src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
2002-03-27 Ralf Corsepius
|
69 |
|
|
|
70 |
|
|
* src/dosfs/fat_file.c: Remove bsp.h.
|
71 |
|
|
fat_file_write(.. const char*buf ..).
|
72 |
|
|
* src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
|
73 |
|
|
|
74 |
|
|
2002-03-27 Ralf Corsepius
|
75 |
|
|
|
76 |
|
|
* configure.ac:
|
77 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
78 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
79 |
|
|
* src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
80 |
|
|
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
81 |
|
|
* src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
82 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
83 |
|
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
84 |
|
|
|
85 |
|
|
2002-03-16 Ralf Corsepius
|
86 |
|
|
|
87 |
|
|
Addressing PR 140.
|
88 |
|
|
* src/dosfs/config.h.in: Removed.
|
89 |
|
|
* src/dosfs/stamp-h2.in: Removed.
|
90 |
|
|
* .cvsignore: Add config.h*, stamp-h*.
|
91 |
|
|
* configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
|
92 |
|
|
Remove AM_CONFIG_HEADER(src/dosfs/config.h).
|
93 |
|
|
Remove AM_CONFIG_HEADER(src/imfs/config.h).
|
94 |
|
|
Add AM_CONFIG_HEADER(config.h).
|
95 |
|
|
* src/dosfs/Makefile.am: INCLUDES = -I../.. .
|
96 |
|
|
* src/imfs/Makefile.am: INCLUDES = -I../.. .
|
97 |
|
|
|
98 |
|
|
2002-03-14 Ralf Corsepius
|
99 |
|
|
|
100 |
|
|
Reported and tracked as PR130.
|
101 |
|
|
* src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
|
102 |
|
|
* wrapup/Makefile.am: Disable dosfs for UNIX.
|
103 |
|
|
|
104 |
|
|
2001-03-01 Joel Sherrill
|
105 |
|
|
|
106 |
|
|
* src/imfs/.cvsignore: Added stamp-h1.in
|
107 |
|
|
|
108 |
|
|
2002-02-28 Victor V. Vengerov
|
109 |
|
|
|
110 |
|
|
* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
|
111 |
|
|
* src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in,
|
112 |
|
|
src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c,
|
113 |
|
|
src/dosfs/fat.h, src/dosfs/fat_fat_operations.c,
|
114 |
|
|
src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c,
|
115 |
|
|
src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
|
116 |
|
|
src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
|
117 |
|
|
src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
|
118 |
|
|
src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
|
119 |
|
|
src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
|
120 |
|
|
src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
|
121 |
|
|
src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
|
122 |
|
|
* configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
|
123 |
|
|
reflect addition.
|
124 |
|
|
|
125 |
|
|
2002-01-07 Ralf Corsepius
|
126 |
|
|
|
127 |
|
|
* src/imfs/imfs_load_tar.c: Add include .
|
128 |
|
|
Add include . Add include .
|
129 |
|
|
* src/imfs/imfs_rmnod.c: Add include .
|
130 |
|
|
|
131 |
|
|
2002-01-04 Ralf Corsepius
|
132 |
|
|
|
133 |
|
|
* src/imfs/imfs_eval.c: Include .
|
134 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
135 |
|
|
* src/imfs/memfile.c: Include .
|
136 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
137 |
|
|
* src/imfs/imfs_readlink.c: Include .
|
138 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
139 |
|
|
* src/imfs/imfs_unlink.c: Include .
|
140 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
141 |
|
|
* src/imfs/imfs_link.c: Include .
|
142 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
143 |
|
|
* src/imfs/imfs_chown.c: Include .
|
144 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
145 |
|
|
* src/imfs/ioman.c: Include .
|
146 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
147 |
|
|
* src/imfs/imfs_mount.c: Include .
|
148 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
149 |
|
|
* src/imfs/imfs_directory.c: Include .
|
150 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
151 |
|
|
* src/imfs/imfs_stat.c: Include .
|
152 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
153 |
|
|
* src/imfs/imfs_fchmod.c: Include .
|
154 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
155 |
|
|
* src/imfs/imfs_symlink.c: Include .
|
156 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
157 |
|
|
* src/imfs/imfs_mknod.c: Include .
|
158 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
159 |
|
|
* src/imfs/linearfile.c: Include .
|
160 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
161 |
|
|
* src/imfs/imfs_unmount.c: Include .
|
162 |
|
|
Apply rtems_set_errno_and_return_minus_one.
|
163 |
|
|
* src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
|
164 |
|
|
Comment out increment_and_check_linkcounts.
|
165 |
|
|
|
166 |
|
|
2001-11-27 Ralf Corsepius
|
167 |
|
|
|
168 |
|
|
* wrapup/Makefile.am: Remove HAS_IMFS.
|
169 |
|
|
|
170 |
|
|
2001-11-26 Ralf Corsepius
|
171 |
|
|
|
172 |
|
|
* src/imfs/Makefile.am: Cleanup.
|
173 |
|
|
|
174 |
|
|
2001-11-07 Jennifer Averett
|
175 |
|
|
|
176 |
|
|
Reported by Ibragimov Ilya and tracked as PR49.
|
177 |
|
|
* src/imfs/imfs_directory.c: Do not calculate the offset twice.
|
178 |
|
|
|
179 |
|
|
2001-10-26 Victor V. Vengerov
|
180 |
|
|
|
181 |
|
|
* src/imfs/imfs_load_tar.c: Minor modification so this will
|
182 |
|
|
compile with gcc-2.95.3 with the arguments "-m5200 -O4".
|
183 |
|
|
|
184 |
|
|
2001-10-16 Chris Johns
|
185 |
|
|
|
186 |
|
|
* imfs/imfs_load_tar.c: Changed the code around to remove an
|
187 |
|
|
internal compiler error on the Coldfire target.
|
188 |
|
|
|
189 |
|
|
2001-10-11 Ralf Corsepius
|
190 |
|
|
|
191 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
192 |
|
|
* configure.in: Remove.
|
193 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
194 |
|
|
|
195 |
|
|
2001-10-10 Joel Sherrill
|
196 |
|
|
|
197 |
|
|
* src/imfs/imfs_getchild.c: Correct length of static string
|
198 |
|
|
as reported by Ibragimov Ilya .
|
199 |
|
|
|
200 |
|
|
2001-09-28 Ralf Corsepius
|
201 |
|
|
|
202 |
|
|
* src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='.
|
203 |
|
|
|
204 |
|
|
2001-09-22 Ralf Corsepius
|
205 |
|
|
|
206 |
|
|
* src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5
|
207 |
|
|
happy.
|
208 |
|
|
|
209 |
|
|
2001-08-09 Fernando-Ruiz Casas
|
210 |
|
|
|
211 |
|
|
* src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
|
212 |
|
|
touched. The order of the questions is the key.
|
213 |
|
|
|
214 |
|
|
2001-07-06 Thomas Doerfler
|
215 |
|
|
|
216 |
|
|
* src/imfs/deviceio.c: Make sure errno gets set to reflect
|
217 |
|
|
the status from the driver.
|
218 |
|
|
|
219 |
|
|
2001-05-25 Joel Sherrill
|
220 |
|
|
|
221 |
|
|
* src/imfs/imfs_initsupp.c: Create the root node with the
|
222 |
|
|
desired permissions. Nodes should be created with the right
|
223 |
|
|
permissions because chmod() is not supported by the miniIMFS
|
224 |
|
|
so changing after creation is not possible.
|
225 |
|
|
|
226 |
|
|
2001-04-27 Ralf Corsepius
|
227 |
|
|
|
228 |
|
|
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
|
229 |
|
|
|
230 |
|
|
2001-04-24 Joel Sherrill
|
231 |
|
|
|
232 |
|
|
* src/imfs/memfile.c (memfile_open): Did not set iop->size
|
233 |
|
|
and thus the value was incorrect. Before this field was cleared,
|
234 |
|
|
this resulted in the value from the last time that IOP was used
|
235 |
|
|
being still in place. Discovered by Andrew Bythell
|
236 |
|
|
.
|
237 |
|
|
|
238 |
|
|
2001-04-20 Joel Sherrill
|
239 |
|
|
|
240 |
|
|
* src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
|
241 |
|
|
only information that does not vary based on target or memory
|
242 |
|
|
configuration. The old prints are still there in case they
|
243 |
|
|
are needed in the future to debug. Printing target dependent
|
244 |
|
|
addresses makes the test output vary by target unnecessarily.
|
245 |
|
|
|
246 |
|
|
2001-03-23 Joel Sherrill
|
247 |
|
|
|
248 |
|
|
* src/imfs/memfile.c: Reapply fix from bug report from
|
249 |
|
|
Jose Sturniolo where NULL pointer
|
250 |
|
|
was dereferenced when freeing a triply indirect file.
|
251 |
|
|
The fix was applied to the 4.5 release branch and not
|
252 |
|
|
the development branch.
|
253 |
|
|
|
254 |
|
|
2001-02-03 Ralf Corsepius
|
255 |
|
|
|
256 |
|
|
* src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES.
|
257 |
|
|
|
258 |
|
|
2001-01-16 Ralf Corsepius
|
259 |
|
|
|
260 |
|
|
* configure.in: Add src/imfs/config.h
|
261 |
|
|
* src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
|
262 |
|
|
* src/imfs/.cvsignore: Add config.h and stamp-h
|
263 |
|
|
* src/imfs/*.c: Add config.h support.
|
264 |
|
|
|
265 |
|
|
2001-01-12 Jake Janovetz
|
266 |
|
|
|
267 |
|
|
* src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
|
268 |
|
|
src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
|
269 |
|
|
src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
|
270 |
|
|
src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
|
271 |
|
|
src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
|
272 |
|
|
When rtems_tarfs_load() is called, it checks the permissions
|
273 |
|
|
on each file. If there is write permission, it just creates a
|
274 |
|
|
standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
|
275 |
|
|
If there is no write permission, it creates a LINEAR_FILE node
|
276 |
|
|
with the appropriate properties. If the permission is ever changed
|
277 |
|
|
to writeable, IMFS_fchmod converts it to a regular memory file.
|
278 |
|
|
|
279 |
|
|
2000-12-12 Jake Janovetz
|
280 |
|
|
|
281 |
|
|
* src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
|
282 |
|
|
* src/imfs/Makefile.am, src/imfs/imfs.h,
|
283 |
|
|
src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
|
284 |
|
|
src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
|
285 |
|
|
src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
|
286 |
|
|
src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
|
287 |
|
|
This is not really a tar filesystem. It is a way to load a tar
|
288 |
|
|
image into the IMFS but actually leave bulky file contents in the
|
289 |
|
|
original tar image. It essentially adds the linear file type and
|
290 |
|
|
associated support and a loader routine.
|
291 |
|
|
|
292 |
|
|
2000-11-28 Joel Sherrill
|
293 |
|
|
|
294 |
|
|
* src/imfs/memfile.c: Bug report from Sturniolo Jose
|
295 |
|
|
where NULL pointer was dereferenced.
|
296 |
|
|
|
297 |
|
|
2000-11-17 Jennifer Averret
|
298 |
|
|
|
299 |
|
|
* src/imfs/imfs_eval.c: Always return imaginary node at mount points.
|
300 |
|
|
|
301 |
|
|
2000-11-09 Ralf Corsepius
|
302 |
|
|
|
303 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
304 |
|
|
|
305 |
|
|
2000-11-02 Ralf Corsepius
|
306 |
|
|
|
307 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
308 |
|
|
|
309 |
|
|
2000-11-01 Joel Sherrill
|
310 |
|
|
|
311 |
|
|
* src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c,
|
312 |
|
|
src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
|
313 |
|
|
src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
|
314 |
|
|
src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c,
|
315 |
|
|
src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
|
316 |
|
|
src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c,
|
317 |
|
|
src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
|
318 |
|
|
src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
|
319 |
|
|
src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
|
320 |
|
|
src/imfs/memfile.c, src/imfs/miniimfs_init.c:
|
321 |
|
|
assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
|
322 |
|
|
from libc to lib/include/rtems and now must be referenced as
|
323 |
|
|
. Now we do not have to reach up and over to
|
324 |
|
|
libc to pick them up.
|
325 |
|
|
|
326 |
|
|
2000-10-24 Joel Sherrill
|
327 |
|
|
|
328 |
|
|
* src/imfs/imfs_config.c: New file containing IMFS configuration
|
329 |
|
|
information split from libc/base_fs.c.
|
330 |
|
|
* src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
|
331 |
|
|
* src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
|
332 |
|
|
|
333 |
|
|
2000-10-24 Ralf Corsepius
|
334 |
|
|
|
335 |
|
|
* Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
|
336 |
|
|
The approach is currently a bit of a hack as GNU canonicalization
|
337 |
|
|
does not support the per-BSP build some of the other directories
|
338 |
|
|
require. As more of the tree is converted, this will become less
|
339 |
|
|
of an issue.
|
340 |
|
|
|
341 |
|
|
2000-10-19 Joel Sherrill
|
342 |
|
|
|
343 |
|
|
* .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
|
344 |
|
|
New files.
|
345 |
|
|
|
346 |
|
|
2000-10-18 Chris Johns
|
347 |
|
|
|
348 |
|
|
* libfs created.
|
349 |
|
|
* src, src/imfs, wrapup: New directories.
|
350 |
|
|
* ChangeLog, Makefile.am, README, configure.in, src/Makefile.am,
|
351 |
|
|
wrapup/Makefile.am: New files.
|
352 |
|
|
* src/imfs/deviceio.c, src/imfs/imfs_getchild.c,
|
353 |
|
|
src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c,
|
354 |
|
|
src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c,
|
355 |
|
|
src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c,
|
356 |
|
|
src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c,
|
357 |
|
|
src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c,
|
358 |
|
|
src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c,
|
359 |
|
|
src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c,
|
360 |
|
|
src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c,
|
361 |
|
|
src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c,
|
362 |
|
|
src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c,
|
363 |
|
|
src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c,
|
364 |
|
|
src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
|
365 |
|
|
src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
|
366 |
|
|
New files. Moved from libc.
|