BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
freemyipod
(root)
/
emcore
/
tools
/
emcorefs
/
fuse.h
@ 978
– Rev 978
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
978
716 d 20 h
user890104
/emcore/
Remove tags and branches folders from emCORE, since it never had any. Move everything from trunk to the base emCORE folder.
899
4535 d 15 h
user890104
/emcore/trunk/tools/emcorefs/
emCOREFS: Lie to FUSE that we support utimens(), in order to get rid of "failed to set times on xxx: Function not implemented" warnings
898
4537 d 13 h
user890104
/emcore/trunk/tools/emcorefs/
emCOREFS: Make it compatible with emCORE r891+ and remove unused code
785
5211 d 23 h
user890104
/emcore/trunk/tools/emcorefs/
emCOREFS: remove all those unneeded const qualifiers for arguments passed as values, also make the whole thing compile on both ubuntu (gcc 4.5.2) and osx (gcc 4.2.1).
784
5212 d 19 h
user890104
/emcore/trunk/tools/emcorefs/
emCOREFS: implement write, rename, truncate and ftruncate syscalls. write speed is ~150kB/s. any testers are welcome.
782
5213 d 9 h
user890104
/emcore/trunk/tools/emcorefs/
emCOREFS: add support for mkdir, rmdir, create, mknod and unlink syscalls. write not supported yet.
770
5287 d 21 h
user890104
/emcore/trunk/tools/emcorefs/
New tool: emCOREFS - a FUSE wrapper for emCORE's FS API. More info in README.