Mercurial > flash_v2
annotate packages/fs/jffs2/current/ChangeLog @ 1403:f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
ARM gcc 3.2 compiler.
| author | asl |
|---|---|
| date | Tue, 25 Nov 2003 16:41:08 +0000 |
| parents | 0c616bec0b15 |
| children | cd7d2afbc7dd |
| rev | line source |
|---|---|
|
1403
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
1 2003-11-25 Andrew Lunn <andrew.lunn@ascom.ch> |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
2 |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
3 * src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
4 ARM gcc 3.2 compiler. |
|
f1fd4d249787
* src/fs-ecos.c: ARM gcc 3.2.3 is also broken. Complain with any
asl
parents:
1378
diff
changeset
|
5 |
| 1378 | 6 2003-11-21 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 7 | |
| 8 * cdl/jffs2.cdl: Do not require zlib package if no | |
| 9 compression configured. | |
| 10 | |
| 1373 | 11 2003-11-20 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 12 | |
| 13 * cdl/jffs2.cdl: | |
| 14 * src/malloc-ecos.c: | |
| 15 * src/fs-ecos.c: Allocate jffs2_raw_node_ref structs | |
| 16 from pool or malloc depending on a CDL configuration. | |
| 17 | |
| 18 2003-11-20 David Woodhouse <dwmw2@infradead.org> | |
| 19 | |
| 20 * Rearrangement of the compression code into a cleaner API | |
| 21 which can be disabled under control from CDL. | |
| 22 | |
| 1305 | 23 2003-10-14 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 24 | |
| 1373 | 25 * src/os-ecos.h: Made definition of CONFIG_JFFS2_FS_DEBUG |
| 26 conditional, so it can be overwritten by a -D compiler | |
| 27 option. | |
| 1305 | 28 |
| 1271 | 29 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 30 | |
| 31 * src/fs-ecos.c: Another umount() fix. | |
| 32 | |
|
1269
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
33 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch> |
|
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
34 |
| 1373 | 35 * src/fs-ecos.c: Added test to detect known broken ARM compiler |
|
1269
46534b4d0054
* src/fs-ecos.c: Added test to detect known broken ARM compiler
asl
parents:
1241
diff
changeset
|
36 |
| 1241 | 37 2003-09-23 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 38 | |
| 39 * src/fs-ecos.c: Fixed broken hard link creation. | |
| 1373 | 40 |
|
1239
b3be08d8eebb
* src/fs-ecos.c: Minor optimization of previous patch.
asl
parents:
1238
diff
changeset
|
41 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch> |
|
b3be08d8eebb
* src/fs-ecos.c: Minor optimization of previous patch.
asl
parents:
1238
diff
changeset
|
42 |
| 1373 | 43 * src/fs-ecos.c: Minor optimization of previous patch. |
| 44 | |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
45 2003-09-21 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 1373 | 46 Andrew Lunn <andrew.lunn@ascom.ch> |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
47 |
| 1373 | 48 * src/fs-ecos.c: Do not decrement mount count for unsuccessful |
| 49 umount attempts. | |
|
1238
b3c09d540f56
* src/fs-ecos.c: Do not decrement mount count for unsuccessful
asl
parents:
1222
diff
changeset
|
50 |
| 1222 | 51 2003-09-19 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 52 | |
| 1373 | 53 * src/fs-ecos.c: Another inode number fix. |
| 1222 | 54 |
|
1220
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
55 2003-09-18 Thomas Koeller <thomas.koeller@baslerweb.com> |
|
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
56 |
| 1373 | 57 * src/fs-ecos.c: Inode number returned by stat() was bogus. |
|
1220
c87d732b5f4a
Fix stat() to return valid inode number - from Thomas Koeller
gthomas
parents:
1139
diff
changeset
|
58 |
|
1139
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
59 2003-07-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
60 |
| 1373 | 61 * src/os-ecos.h: Added new #defines require for the recent jffs2 |
| 62 import. | |
|
1139
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
63 |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
64 2003-07-27 Michael Checky <Michael_Checky@ThermoKing.com> |
|
e38842dfa4cc
* src/os-ecos.h: Added new #defines require for the recent jffs2
asl
parents:
954
diff
changeset
|
65 |
| 1373 | 66 * src/fs-ecos.c: Changed the return error code to be negative as |
| 67 expected by jffs2_flash_read() and jffs2_flash_write(). | |
| 68 | |
|
954
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
69 2003-04-23 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
|
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
70 |
| 1373 | 71 * src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end. |
|
954
47dcd8174e3a
* src/fs-ecos.c: mtab -> cyg_mtab. Ditto cyg_mtab_end.
jlarmour
parents:
875
diff
changeset
|
72 |
| 875 | 73 2003-03-25 Thomas Koeller <thomas.koeller@baslerweb.com> |
| 74 | |
| 1373 | 75 * src/fs-ecos.c |
| 875 | 76 Fixed segmentation fault when unmounting file system. |
| 77 | |
| 705 | 78 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
| 79 | |
| 1373 | 80 * cdl/jffs2.cdl: Fix doc link. |
| 705 | 81 |
|
572
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
82 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com> |
|
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
83 |
| 1373 | 84 * cdl/jffs2.cdl: Remove unused flash geometry CDL options. |
|
572
028207710cba
* cdl/jffs2.cdl: Remove unused flash geometry CDL options.
jlarmour
parents:
570
diff
changeset
|
85 |
| 570 | 86 2003-02-04 Gary Thomas <gary@mlbassoc.com> on behalf of |
| 1373 | 87 2003-02-04 David Woodhouse <dwmw2@cambridge.redhat.com> |
| 570 | 88 |
| 1373 | 89 * src/write.c: |
| 90 * src/scan.c: | |
| 91 * src/readinode.c: | |
| 92 * src/read.c: | |
| 93 * src/pushpull.h: | |
| 94 * src/os-ecos.h: | |
| 95 * src/nodemgmt.c: | |
| 96 * src/nodelist.h: | |
| 97 * src/nodelist.c: | |
| 98 * src/malloc-ecos.c: | |
| 99 * src/jffs2port.h: | |
| 100 * src/gc.c: | |
| 101 * src/file-ecos.c: | |
| 102 * src/erase.c: | |
| 103 * src/dir-ecos.c: | |
| 104 * src/compr_zlib.c: | |
| 105 * src/compr_rubin.c: | |
| 106 * src/compr_rtime.c: | |
| 107 * src/compr.c: | |
| 108 * src/build.c: | |
| 109 * cdl/jffs2.cdl: Update to latest public JFFS2 codebase. | |
| 570 | 110 |
| 1373 | 111 * src/list.h: |
| 112 * src/jffs2_fs_sb.h: | |
| 113 * src/jffs2_fs_i.h: | |
| 114 * src/jffs2.h: | |
| 115 * src/jffs2.c: | |
| 116 * src/crc32.h: | |
| 117 * src/background.c: Removed/renamed file(s). | |
| 570 | 118 |
| 1373 | 119 * src/fs-ecos.c: |
| 120 * include/linux/jffs2_fs_sb.h: | |
| 121 * include/linux/jffs2_fs_i.h: | |
| 122 * include/linux/jffs2.h: New file(s). | |
| 570 | 123 |
| 561 | 124 2002-12-06 Andrew Lunn <andrew.lunn@ascom.ch> |
| 125 | |
| 1373 | 126 * cdl/jffs2.cdl: Implements the CYGINT_IO_FILEIO_FS interface. |
| 561 | 127 |
|
368
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
128 2002-10-11 Andrew Lunn <andrew.lunn@ascom.ch> |
|
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
129 |
| 1373 | 130 * src/crc32.h (crc32): Use the CRC package for crc calculation |
| 131 * tests/romfileio1.c (main): Pass the name of the device to mount | |
|
368
0a770cfe2d39
* src/crc32.h (crc32): Use the CRC package for crc calculation
asl
parents:
210
diff
changeset
|
132 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
133 2002-05-20 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
134 |
| 1373 | 135 * src/LICENCE: New file. Contains license for JFFS2, now GPL+exception. |
| 136 * src/background.c: Point at LICENSE file instead of existing text. | |
| 137 * src/build.c: Ditto. | |
| 138 * src/compr.c: Ditto. | |
| 139 * src/compr_rtime.c: Ditto. | |
| 140 * src/compr_rubin.c: Ditto. | |
| 141 * src/compr_zlib.c: Ditto. | |
| 142 * src/dir-ecos.c: Ditto. | |
| 143 * src/erase.c: Ditto. | |
| 144 * src/file-ecos.c: Ditto. | |
| 145 * src/gc.c: Ditto. | |
| 146 * src/jffs2.h: Ditto. | |
| 147 * src/list.h: Ditto. | |
| 148 * src/malloc-ecos.c: Ditto. | |
| 149 * src/nodelist.c: Ditto. | |
| 150 * src/nodelist.h: Ditto. | |
| 151 * src/nodemgmt.c: Ditto. | |
| 152 * src/os-ecos.h: Ditto. | |
| 153 * src/pushpull.h: Ditto. | |
| 154 * src/read.c: Ditto. | |
| 155 * src/readinode.c: Ditto. | |
| 156 * src/scan.c: Ditto. | |
| 157 * src/write.c: Ditto. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
158 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
159 2002-01-28 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
160 |
| 1373 | 161 * src/super-ecos.c: Removed. |
| 162 * src/jffs2.c: Merge jffs2_write_super() and jffs2_put_super() into | |
| 163 the routines from which they were called, put jffs2_read_super() | |
| 164 in as a static function with a view to doing same RSN. | |
| 165 * src/jffs2port.h: Remove prototypes of functions that died. | |
| 166 * cdl/jffs2.cdl: Remove super-ecos.c | |
| 167 * src/dir-ecos.c src/write.c: Increase highest_version _before_ | |
| 168 assigning to new node, not after. | |
| 169 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
170 2002-01-27 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
171 |
| 1373 | 172 * src/read.c (jffs2_read_inode_range): Deal correctly with |
| 173 non-page-aligned read requests. We have to deal with the | |
| 174 case where we want to read from somewhere other than the | |
| 175 beginning of a frag. | |
| 176 * src/jffs2.c (jffs2_fo_read): Use jffs2_read_inode_range | |
| 177 instead of jffs2_readpage. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
178 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
179 2002-01-25 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
180 |
| 1373 | 181 * cdl/jffs2.cdl: We want CYGPKG_IO_FILEIO_INODE. |
| 182 * src/dir-ecos.c (jffs2_symlink): Remove. eCos doesn't support symlinks. | |
| 183 (jffs2_mknod): Similar. | |
| 184 (jffs2_mkdir): Don't call d_instantiate - its a nop. | |
| 185 (jffs2_rename): Ditto. | |
| 186 * src/file-ecos.c (jffs2_commit_write): Don't set blocks. | |
| 187 * src/jffs2.c (jffs2_flash_writev): Rewrite to only write aligned | |
| 188 quantities to flash. | |
| 189 * src/jffs2port.h: Lots of decrufting. | |
| 190 * src/os-ecos.h: Ditto (a bit). | |
| 191 * src/readinode.c (jffs2_read_inode): Don't set blocks/blksize in inode. | |
| 192 * src/write.c (jffs2_new_inode): Ditto when __ECOS. | |
| 193 (jffs2_write_dnode): don't call writev with extra vectors | |
| 194 unnecessarily. | |
| 195 * src/super-ecos.c (jffs2_statfs): Remove - unused. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
196 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
197 2002-01-25 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
198 |
| 1373 | 199 * src/super-ecos.c: Cruftectomy. |
| 200 * src/compr*.[ch] src/pushpull.h: Namespace cleanups merged from | |
| 201 mainstream sources. Bit push functions made inline. | |
| 202 * src/pushpull.c: Removed. | |
| 203 * cdl/jffs2.c: Remove reference to pushpull.c | |
| 204 * src/file-ecos.c: Cruftectomy. Lots of unused stuff here. | |
| 205 * src/jffs2.c src/jffs2port.h: Remove some functions from jffs2.c | |
| 206 which are no longer used, move some others to jffs2port.h as | |
| 207 inline functions so they don't pollute the namespace. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
208 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
209 2002-01-24 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
210 |
| 1373 | 211 * tests/fileio1.c: Check in listdir that the number of dirents is |
| 212 correct, taking into account existing files in case it's live. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
213 |
| 1373 | 214 * src/dir-ecos.c (jffs2_readdir): move to.... |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
215 |
| 1373 | 216 * src/jffs2.c (jffs2_fo_dirread): here. And fix the return code |
| 217 in the process so it now works. | |
| 218 (filldir): Make inline and simpler. | |
| 219 * src/jffs2port.h: remove filldir related stuff. | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
220 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
221 2002-01-24 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
222 |
| 1373 | 223 * src/dir-ecos.c: Cruftectomy. Remove most of the stuff that was |
| 224 commented out. Remove jffs2_do_{create,link,unlink} to write.c | |
| 225 * src/write.c: Add jffs2_do_{create,link,unlink} as in mainline. | |
| 226 * src/nodelist.h: Prototypes for the above. | |
| 227 * src/jffs2port.h: Don't include <pkgconf/kernel.h>. | |
| 228 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
229 2002-01-23 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
230 |
| 1373 | 231 * src/jffs2.c (jffs2_mount): Allow multiple FSs, and integration |
| 232 with flash block device. | |
| 233 (jffs2_flash_read): Use flash block device. | |
| 234 (jffs2_flash_erase): Ditto. | |
| 235 (jffs2_flash_write): Ditto. | |
| 236 (do_flash_init): Remove - now done by block device layer | |
| 237 * src/list.h: Remove and reimplement from scratch to avoid GPL. | |
| 238 * src/os-ecos.h: Keep flash block dev handle in superblock. | |
| 239 eCos does support obsoleting as it isn't NAND only. | |
| 240 * src/dir-ecos.c (jffs2_readdir): Return correct value on success. | |
| 241 Merge in changes mutatis mutandis from between v1.49 and v1.51 of | |
| 242 dir.c in main repository. | |
| 243 * cdl/jffs2.cdl: CYGPKG_MEMALLOC more accurately CYGINT_ISO_MALLOC. | |
| 244 Only jffs2.c needs to be in libextras.a | |
| 245 Requires Flash block devices as an alternative for hardcoding | |
| 246 the sector size, flash size and base address. | |
| 247 * src/super-ecos.c (jffs2_read_super): Use flash block device for | |
| 248 sector and flash sizes. | |
| 249 * tests/fileio1.c: mount using block device (defined by CDL). | |
| 250 No need to init here - done by flash block device layer. | |
| 251 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
252 2002-01-21 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
253 |
| 1373 | 254 * src/read.c: Obtain inode lock around reading symlink target. |
| 255 * src/dir-ecos.c: Fix the long-standing up() without down() in | |
| 256 jffs2_readdir() when only the '.' and '..' entries are read, from | |
| 257 v1.52 of master dir.c. Merge copyright date change from v1.50 - note | |
| 258 that the portability cleanups from v1.51 aren't yet merged. | |
| 259 * src/os-ecos.h: Add jffs2_can_mark_obsolete() and the macros | |
| 260 for getting at generic inode fields from a struct jffs2_inode_info* | |
| 261 * src/nodemgmt.c: Remove an #ifndef __ECOS and use | |
| 262 jffs2_can_mark_obsolete() instead. | |
| 263 * src/jffs2port.h: up() is cyg_drv_mutex_unlock() not _release() | |
| 264 * src/gc.c: Merge portability cleanups - get rid of a lot of | |
| 265 references to 'struct inode'. Also include the attempt at NAND | |
| 266 support in jffs2_garbage_collect_deletion_dirent(). | |
| 267 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
268 2002-01-11 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
269 |
| 1373 | 270 * src/jffs2port.h: Switch semaphore emulation to cyg_drv_mutex_t, |
| 271 remove some kernel includes which seem gratuitous. | |
| 272 * cdl/jffs2.cdl: Require CYGPKG_MEMALLOC | |
| 273 * src/compr_zlib.c src/compr.c: Merge changes from mainline code | |
| 274 to make mkfs.jffs2 compile again. | |
| 275 | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
276 2002-01-10 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
277 |
| 1373 | 278 * src/jffs2.c: The 'mode' arg passed to jffs2_open() shouldn't |
| 279 have been called 'mode'. It's 'oflags'. You have to make up a | |
| 280 mode for the newly-created file yourself. | |
| 281 * src/nodelist.h src/read.c: Fix jffs2_getlink() so it takes | |
| 282 portable arguments, not a dentry. Move it to read.c and symlink.c | |
| 283 becomes obsolete. | |
| 284 * src/symlink-ecos.c: Removed. | |
| 285 * cdl/jffs2.cdl: Remove symlink-ecos.c | |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
286 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
287 2002-01-09 David Woodhouse <dwmw2@cambridge.redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
288 |
| 1373 | 289 * Import updated JFFS2 sources into eCos tree. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
290 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
291 2000-08-28 Dominic Ostrowski (dominic.ostrowski@3glab.com) |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
292 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
293 * started on port of JFFS2 using ramfs as a template |
| 1373 | 294 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
295 //=========================================================================== |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
296 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
297 // ------------------------------------------- |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
298 // This file is part of eCos, the Embedded Configurable Operating System. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
299 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
300 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
301 // eCos is free software; you can redistribute it and/or modify it under |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
302 // the terms of the GNU General Public License as published by the Free |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
303 // Software Foundation; either version 2 or (at your option) any later version. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
304 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
305 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
306 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
307 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
308 // for more details. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
309 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
310 // You should have received a copy of the GNU General Public License along |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
311 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
312 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
313 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
314 // As a special exception, if other files instantiate templates or use macros |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
315 // or inline functions from this file, or you compile this file and link it |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
316 // with other works to produce a work based on this file, this file does not |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
317 // by itself cause the resulting work to be covered by the GNU General Public |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
318 // License. However the source code for this file must still be made available |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
319 // in accordance with section (3) of the GNU General Public License. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
320 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
321 // This exception does not invalidate any other reasons why a work based on |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
322 // this file might be covered by the GNU General Public License. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
323 // |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
324 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. |
|
210
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
325 // at http://sources.redhat.com/ecos/ecos-license/ |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
326 // ------------------------------------------- |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
327 //####ECOSGPLCOPYRIGHTEND#### |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
328 //=========================================================================== |
| 1373 | 329 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff
changeset
|
330 |
