1 | 2003-08-05 <djc915@mail.usask.ca> |
---|
2 | |
---|
3 | PR 443/filesystem |
---|
4 | * src/imfs/deviceio.c: deviceio.c mishandles return codes |
---|
5 | |
---|
6 | 2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
7 | |
---|
8 | PR 439/filesystem |
---|
9 | * src/dosfs/fat_file.c: flush temporary buffer when closing files |
---|
10 | |
---|
11 | 2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
12 | |
---|
13 | PR 441/filesystem |
---|
14 | * src/dosfs/msdos.h: add rename support to DOSFS |
---|
15 | * src/dosfs/msdos_create.c: add rename support to DOSFS |
---|
16 | * src/dosfs/msdos_file.c: add rename support to DOSFS |
---|
17 | * src/dosfs/msdos_init.c: add rename support to DOSFS |
---|
18 | * src/dosfs/msdos_mknod.c: add rename support to DOSFS |
---|
19 | |
---|
20 | 2003-07-15 Chris Johns <cjohns@cybertec.com.au> |
---|
21 | * src/dosfs/msdos.h: PR431. MSDOS Volume semaphore timeout is now |
---|
22 | NO TIMEOUT. MSDOS volume opertations will wait for ever. |
---|
23 | |
---|
24 | 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
25 | |
---|
26 | * src/dosfs/fat.c: include config-header "config.h". |
---|
27 | * src/dosfs/fat_fat_operations.c: Ditto. |
---|
28 | * src/dosfs/fat_file.c: Ditto. |
---|
29 | * src/dosfs/msdos_conv.c: Ditto. |
---|
30 | |
---|
31 | 2003-07-02 Chris Johns <cjohns@cybertec.com.au> |
---|
32 | |
---|
33 | * src/dosfs/Makefile.am, src/dosfs/msdos.h, |
---|
34 | src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c, |
---|
35 | src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor |
---|
36 | V. Vengerov <vvv@oktet.ru> to remove Linux code. |
---|
37 | * src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated. |
---|
38 | |
---|
39 | 2003-06-10 Phil Torre <ptorre@zetron.com> |
---|
40 | |
---|
41 | PR 411/filesystem |
---|
42 | * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and |
---|
43 | then unlinking it causes a memory leak. |
---|
44 | |
---|
45 | 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
46 | |
---|
47 | PR 367/filesystem |
---|
48 | * src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h, |
---|
49 | src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c, |
---|
50 | src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still |
---|
51 | present in the DOSFS implementation: |
---|
52 | - FAT12 did not work properly on Big-Endian machines |
---|
53 | - Some synchronization and error handling problems were present |
---|
54 | - Some legal codings for EOC were not recognized |
---|
55 | |
---|
56 | |
---|
57 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
58 | |
---|
59 | * configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
60 | |
---|
61 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
62 | |
---|
63 | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). |
---|
64 | |
---|
65 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
66 | |
---|
67 | * configure.ac: AC_PREREQ(2.57). |
---|
68 | |
---|
69 | 2003-02-03 Steven Johnson <sjohnson@neurizon.net> |
---|
70 | |
---|
71 | PR 338/filesystem |
---|
72 | * src/imfs/ioman.c: Fix reentrancy problem with |
---|
73 | rtems_io_lookup_name() (API change). |
---|
74 | |
---|
75 | 2003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru> |
---|
76 | |
---|
77 | * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this |
---|
78 | is a FIFO queuing semaphore. |
---|
79 | |
---|
80 | 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
81 | |
---|
82 | * src/imfs/Makefile.am: Eliminate C_O_FILES. |
---|
83 | * src/dosfs/Makefile.am: Ditto. |
---|
84 | |
---|
85 | 2002-12-02 Joel Sherrill <joel@OARcorp.com> |
---|
86 | |
---|
87 | * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings |
---|
88 | on 16 bit targets like the h8300. |
---|
89 | |
---|
90 | 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
91 | |
---|
92 | * configure.ac: Cosmetical fixes. |
---|
93 | |
---|
94 | 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
95 | |
---|
96 | * configure.ac: Fix package name. |
---|
97 | |
---|
98 | 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
99 | |
---|
100 | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE. |
---|
101 | |
---|
102 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
103 | |
---|
104 | * .cvsignore: Reformat. |
---|
105 | Add autom4te*cache. |
---|
106 | Remove autom4te.cache. |
---|
107 | |
---|
108 | 2002-10-02 Jennifer Averett <jennifer@OARcorp.com> |
---|
109 | |
---|
110 | * src/imfs/memfile.c: Fixed case where last close of unlinked file |
---|
111 | did not remove the resources associated with that file. Reported |
---|
112 | by Till Straumann <strauman@slac.stanford.edu> on the mailing list. |
---|
113 | |
---|
114 | 2002-09-14 Joel Sherrill <joel@OARcorp.com> |
---|
115 | |
---|
116 | * src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h, |
---|
117 | src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, |
---|
118 | src/imfs/memfile.c: Eliminated warnings. A lot of this focus |
---|
119 | was on changing read and write entry points to return ssize_t |
---|
120 | as read(2) and write(2) now do. |
---|
121 | |
---|
122 | 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
123 | |
---|
124 | * wrapup/Makefile.am: Remove. |
---|
125 | * wrapup/.cvsignore: Remove. |
---|
126 | * Makefile.am: Remove wrapup SUBDIR. |
---|
127 | * configure.ac: Remove wrapup/Makefile. |
---|
128 | |
---|
129 | 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
130 | |
---|
131 | * configure.ac: RTEMS_TOP(../..). |
---|
132 | |
---|
133 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
134 | |
---|
135 | * configure.ac: Remove RTEMS_PROJECT_ROOT. |
---|
136 | |
---|
137 | 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
138 | |
---|
139 | * configure.ac: Use AC_CONFIG_AUX_DIR(../..). |
---|
140 | Add AC_PROG_RANLIB. |
---|
141 | |
---|
142 | 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
143 | |
---|
144 | * wrapup/Makefile.am: Don't preinstall libfs.a. |
---|
145 | |
---|
146 | 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
147 | |
---|
148 | * src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. |
---|
149 | * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. |
---|
150 | * src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. |
---|
151 | * Makefile.am: Include $(top_srcdir)/../automake/*.am. |
---|
152 | Use ../aclocal. |
---|
153 | * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am. |
---|
154 | |
---|
155 | 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
156 | |
---|
157 | Move from c/src/libfs to c/src/exec/libfs |
---|
158 | * configure.ac: Reflect move. |
---|
159 | * Makefile.am: Ditto. |
---|
160 | * src/Makefile.am: Ditto. |
---|
161 | * src/dosfs/Makefile.am: Ditto. |
---|
162 | * src/imfs/Makefile.am: Ditto. |
---|
163 | * wrapup/Makefile.am: Ditto. |
---|
164 | |
---|
165 | 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
166 | |
---|
167 | * src/imfs/imfs_getchild.c: include <string.h>. |
---|
168 | * src/imfs/imfs_gtkn.c: Include <string.h>. |
---|
169 | * src/imfs/ioman.c: Include <string.h>. |
---|
170 | * src/imfs/linearfile.c: Include <string.h>. |
---|
171 | * src/imfs/memfile.c: Include <string.h>. |
---|
172 | |
---|
173 | 2001-04-04 Joel Sherrill <joel@OARcorp.com> |
---|
174 | |
---|
175 | * src/dosfs/Makefile.am: Per PR129 do not install as many files |
---|
176 | to the $(includedir). |
---|
177 | |
---|
178 | 2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
179 | |
---|
180 | * src/dosfs/fat.h: Include <string.h>. |
---|
181 | Remove DBG1 and DBG2 (unused). |
---|
182 | |
---|
183 | 2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
184 | |
---|
185 | * Per PR169. |
---|
186 | * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS. |
---|
187 | |
---|
188 | |
---|
189 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
190 | |
---|
191 | * src/dosfs/fat_file.c: Remove bsp.h. |
---|
192 | fat_file_write(.. const char*buf ..). |
---|
193 | * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..). |
---|
194 | |
---|
195 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
196 | |
---|
197 | * configure.ac: |
---|
198 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
199 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
200 | * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
201 | * src/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
202 | * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
203 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
204 | * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
205 | |
---|
206 | 2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
207 | |
---|
208 | Addressing PR 140. |
---|
209 | * src/dosfs/config.h.in: Removed. |
---|
210 | * src/dosfs/stamp-h2.in: Removed. |
---|
211 | * .cvsignore: Add config.h*, stamp-h*. |
---|
212 | * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). |
---|
213 | Remove AM_CONFIG_HEADER(src/dosfs/config.h). |
---|
214 | Remove AM_CONFIG_HEADER(src/imfs/config.h). |
---|
215 | Add AM_CONFIG_HEADER(config.h). |
---|
216 | * src/dosfs/Makefile.am: INCLUDES = -I../.. . |
---|
217 | * src/imfs/Makefile.am: INCLUDES = -I../.. . |
---|
218 | |
---|
219 | 2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
220 | |
---|
221 | Reported and tracked as PR130. |
---|
222 | * src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX. |
---|
223 | * wrapup/Makefile.am: Disable dosfs for UNIX. |
---|
224 | |
---|
225 | 2001-03-01 Joel Sherrill <joel@OARcorp.com> |
---|
226 | |
---|
227 | * src/imfs/.cvsignore: Added stamp-h1.in |
---|
228 | |
---|
229 | 2002-02-28 Victor V. Vengerov <vvv@oktet.ru> |
---|
230 | |
---|
231 | * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. |
---|
232 | * src/dosfs, src/dosfs/Makefile.am, src/dosfs/stamp-h2.in, |
---|
233 | src/dosfs/config.h.in, src/dosfs/dosfs.h, src/dosfs/fat.c, |
---|
234 | src/dosfs/fat.h, src/dosfs/fat_fat_operations.c, |
---|
235 | src/dosfs/fat_fat_operations.h, src/dosfs/fat_file.c, |
---|
236 | src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c, |
---|
237 | src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c, |
---|
238 | src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c, |
---|
239 | src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c, |
---|
240 | src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c, |
---|
241 | src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c, |
---|
242 | src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files. |
---|
243 | * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to |
---|
244 | reflect addition. |
---|
245 | |
---|
246 | 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
247 | |
---|
248 | * src/imfs/imfs_load_tar.c: Add include <sys/types.h>. |
---|
249 | Add include <sys/stat.h>. Add include <fcntl.h>. |
---|
250 | * src/imfs/imfs_rmnod.c: Add include <stdlib.h>. |
---|
251 | |
---|
252 | 2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
253 | |
---|
254 | * src/imfs/imfs_eval.c: Include <rtems/seterr.h>. |
---|
255 | Apply rtems_set_errno_and_return_minus_one. |
---|
256 | * src/imfs/memfile.c: Include <rtems/seterr.h>. |
---|
257 | Apply rtems_set_errno_and_return_minus_one. |
---|
258 | * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>. |
---|
259 | Apply rtems_set_errno_and_return_minus_one. |
---|
260 | * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>. |
---|
261 | Apply rtems_set_errno_and_return_minus_one. |
---|
262 | * src/imfs/imfs_link.c: Include <rtems/seterr.h>. |
---|
263 | Apply rtems_set_errno_and_return_minus_one. |
---|
264 | * src/imfs/imfs_chown.c: Include <rtems/seterr.h>. |
---|
265 | Apply rtems_set_errno_and_return_minus_one. |
---|
266 | * src/imfs/ioman.c: Include <rtems/seterr.h>. |
---|
267 | Apply rtems_set_errno_and_return_minus_one. |
---|
268 | * src/imfs/imfs_mount.c: Include <rtems/seterr.h>. |
---|
269 | Apply rtems_set_errno_and_return_minus_one. |
---|
270 | * src/imfs/imfs_directory.c: Include <rtems/seterr.h>. |
---|
271 | Apply rtems_set_errno_and_return_minus_one. |
---|
272 | * src/imfs/imfs_stat.c: Include <rtems/seterr.h>. |
---|
273 | Apply rtems_set_errno_and_return_minus_one. |
---|
274 | * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>. |
---|
275 | Apply rtems_set_errno_and_return_minus_one. |
---|
276 | * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>. |
---|
277 | Apply rtems_set_errno_and_return_minus_one. |
---|
278 | * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>. |
---|
279 | Apply rtems_set_errno_and_return_minus_one. |
---|
280 | * src/imfs/linearfile.c: Include <rtems/seterr.h>. |
---|
281 | Apply rtems_set_errno_and_return_minus_one. |
---|
282 | * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>. |
---|
283 | Apply rtems_set_errno_and_return_minus_one. |
---|
284 | * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. |
---|
285 | Comment out increment_and_check_linkcounts. |
---|
286 | |
---|
287 | 2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
288 | |
---|
289 | * wrapup/Makefile.am: Remove HAS_IMFS. |
---|
290 | |
---|
291 | 2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
292 | |
---|
293 | * src/imfs/Makefile.am: Cleanup. |
---|
294 | |
---|
295 | 2001-11-07 Jennifer Averett <jennifer@OARcorp.com> |
---|
296 | |
---|
297 | Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR49. |
---|
298 | * src/imfs/imfs_directory.c: Do not calculate the offset twice. |
---|
299 | |
---|
300 | 2001-10-26 Victor V. Vengerov <vvv@oktet.ru> |
---|
301 | |
---|
302 | * src/imfs/imfs_load_tar.c: Minor modification so this will |
---|
303 | compile with gcc-2.95.3 with the arguments "-m5200 -O4". |
---|
304 | |
---|
305 | 2001-10-16 Chris Johns <ccj@acm.org> |
---|
306 | |
---|
307 | * imfs/imfs_load_tar.c: Changed the code around to remove an |
---|
308 | internal compiler error on the Coldfire target. |
---|
309 | |
---|
310 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
311 | |
---|
312 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
313 | * configure.in: Remove. |
---|
314 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
315 | |
---|
316 | 2001-10-10 Joel Sherrill <joel@OARcorp.com> |
---|
317 | |
---|
318 | * src/imfs/imfs_getchild.c: Correct length of static string |
---|
319 | as reported by Ibragimov Ilya <ibr@oktet.ru>. |
---|
320 | |
---|
321 | 2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
322 | |
---|
323 | * src/imfs/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
324 | |
---|
325 | 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
326 | |
---|
327 | * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5 |
---|
328 | happy. |
---|
329 | |
---|
330 | 2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com> |
---|
331 | |
---|
332 | * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been |
---|
333 | touched. The order of the questions is the key. |
---|
334 | |
---|
335 | 2001-07-06 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
336 | |
---|
337 | * src/imfs/deviceio.c: Make sure errno gets set to reflect |
---|
338 | the status from the driver. |
---|
339 | |
---|
340 | 2001-05-25 Joel Sherrill <joel@OARcorp.com> |
---|
341 | |
---|
342 | * src/imfs/imfs_initsupp.c: Create the root node with the |
---|
343 | desired permissions. Nodes should be created with the right |
---|
344 | permissions because chmod() is not supported by the miniIMFS |
---|
345 | so changing after creation is not possible. |
---|
346 | |
---|
347 | 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
348 | |
---|
349 | * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. |
---|
350 | |
---|
351 | 2001-04-24 Joel Sherrill <joel@OARcorp.com> |
---|
352 | |
---|
353 | * src/imfs/memfile.c (memfile_open): Did not set iop->size |
---|
354 | and thus the value was incorrect. Before this field was cleared, |
---|
355 | this resulted in the value from the last time that IOP was used |
---|
356 | being still in place. Discovered by Andrew Bythell |
---|
357 | <abythell@nortelnetworks.com>. |
---|
358 | |
---|
359 | 2001-04-20 Joel Sherrill <joel@OARcorp.com> |
---|
360 | |
---|
361 | * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print |
---|
362 | only information that does not vary based on target or memory |
---|
363 | configuration. The old prints are still there in case they |
---|
364 | are needed in the future to debug. Printing target dependent |
---|
365 | addresses makes the test output vary by target unnecessarily. |
---|
366 | |
---|
367 | 2001-03-23 Joel Sherrill <joel@OARcorp.com> |
---|
368 | |
---|
369 | * src/imfs/memfile.c: Reapply fix from bug report from |
---|
370 | Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer |
---|
371 | was dereferenced when freeing a triply indirect file. |
---|
372 | The fix was applied to the 4.5 release branch and not |
---|
373 | the development branch. |
---|
374 | |
---|
375 | 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
376 | |
---|
377 | * src/imfs/Makefile.am: Apply include_*HEADERS instead of H_FILES. |
---|
378 | |
---|
379 | 2001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
380 | |
---|
381 | * configure.in: Add src/imfs/config.h |
---|
382 | * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h |
---|
383 | * src/imfs/.cvsignore: Add config.h and stamp-h |
---|
384 | * src/imfs/*.c: Add config.h support. |
---|
385 | |
---|
386 | 2001-01-12 Jake Janovetz <janovetz@uiuc.edu> |
---|
387 | |
---|
388 | * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, |
---|
389 | src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, |
---|
390 | src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, |
---|
391 | src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c, |
---|
392 | src/imfs/miniimfs_init.c: Final developmental update to "tarfs". |
---|
393 | When rtems_tarfs_load() is called, it checks the permissions |
---|
394 | on each file. If there is write permission, it just creates a |
---|
395 | standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE. |
---|
396 | If there is no write permission, it creates a LINEAR_FILE node |
---|
397 | with the appropriate properties. If the permission is ever changed |
---|
398 | to writeable, IMFS_fchmod converts it to a regular memory file. |
---|
399 | |
---|
400 | 2000-12-12 Jake Janovetz <janovetz@uiuc.edu> |
---|
401 | |
---|
402 | * src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files. |
---|
403 | * src/imfs/Makefile.am, src/imfs/imfs.h, |
---|
404 | src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, |
---|
405 | src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c, |
---|
406 | src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, |
---|
407 | src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs". |
---|
408 | This is not really a tar filesystem. It is a way to load a tar |
---|
409 | image into the IMFS but actually leave bulky file contents in the |
---|
410 | original tar image. It essentially adds the linear file type and |
---|
411 | associated support and a loader routine. |
---|
412 | |
---|
413 | 2000-11-28 Joel Sherrill <joel@OARcorp.com> |
---|
414 | |
---|
415 | * src/imfs/memfile.c: Bug report from Sturniolo Jose |
---|
416 | <jsturnio@nec.com.ar> where NULL pointer was dereferenced. |
---|
417 | |
---|
418 | 2000-11-17 Jennifer Averret <jennifer@OARcorp.com> |
---|
419 | |
---|
420 | * src/imfs/imfs_eval.c: Always return imaginary node at mount points. |
---|
421 | |
---|
422 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
423 | |
---|
424 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
425 | |
---|
426 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
427 | |
---|
428 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
429 | |
---|
430 | 2000-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
431 | |
---|
432 | * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c, |
---|
433 | src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, |
---|
434 | src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, |
---|
435 | src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c, |
---|
436 | src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c, |
---|
437 | src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c, |
---|
438 | src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c, |
---|
439 | src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c, |
---|
440 | src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c, |
---|
441 | src/imfs/memfile.c, src/imfs/miniimfs_init.c: |
---|
442 | assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved |
---|
443 | from libc to lib/include/rtems and now must be referenced as |
---|
444 | <rtems/XXX.h>. Now we do not have to reach up and over to |
---|
445 | libc to pick them up. |
---|
446 | |
---|
447 | 2000-10-24 Joel Sherrill <joel@OARcorp.com> |
---|
448 | |
---|
449 | * src/imfs/imfs_config.c: New file containing IMFS configuration |
---|
450 | information split from libc/base_fs.c. |
---|
451 | * src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously. |
---|
452 | * src/imfs/Makefile.am: Added imfs_config.c and ioman.c. |
---|
453 | |
---|
454 | 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
455 | |
---|
456 | * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/. |
---|
457 | The approach is currently a bit of a hack as GNU canonicalization |
---|
458 | does not support the per-BSP build some of the other directories |
---|
459 | require. As more of the tree is converted, this will become less |
---|
460 | of an issue. |
---|
461 | |
---|
462 | 2000-10-19 Joel Sherrill <joel@OARcorp.com> |
---|
463 | |
---|
464 | * .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore: |
---|
465 | New files. |
---|
466 | |
---|
467 | 2000-10-18 Chris Johns <ccj@acm.org> |
---|
468 | |
---|
469 | * libfs created. |
---|
470 | * src, src/imfs, wrapup: New directories. |
---|
471 | * ChangeLog, Makefile.am, README, configure.in, src/Makefile.am, |
---|
472 | wrapup/Makefile.am: New files. |
---|
473 | * src/imfs/deviceio.c, src/imfs/imfs_getchild.c, |
---|
474 | src/imfs/imfs_readlink.c, src/imfs/imfs.h, src/imfs/imfs_gtkn.c, |
---|
475 | src/imfs/imfs_rmnod.c, src/imfs/imfs_chown.c, |
---|
476 | src/imfs/imfs_handlers_device.c, src/imfs/imfs_stat.c, |
---|
477 | src/imfs/imfs_creat.c, src/imfs/imfs_handlers_directory.c, |
---|
478 | src/imfs/imfs_symlink.c, src/imfs/imfs_debug.c, |
---|
479 | src/imfs/imfs_handlers_link.c, src/imfs/imfs_unixstub.c, |
---|
480 | src/imfs/imfs_directory.c, src/imfs/imfs_handlers_memfile.c, |
---|
481 | src/imfs/imfs_unlink.c, src/imfs/imfs_eval.c, src/imfs/imfs_init.c, |
---|
482 | src/imfs/imfs_unmount.c, src/imfs/imfs_fchmod.c, |
---|
483 | src/imfs/imfs_initsupp.c, src/imfs/imfs_utime.c, src/imfs/imfs_fcntl.c, |
---|
484 | src/imfs/imfs_link.c, src/imfs/memfile.c, src/imfs/imfs_fdatasync.c, |
---|
485 | src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c, |
---|
486 | src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c: |
---|
487 | New files. Moved from libc. |
---|