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)
/
umsboot
/
fat.c
@ 242
– Rev 0
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
242
5593 d 11 h
theseven
/umsboot/
UMSboot: Fork from emBIOS trunk
222
5602 d 22 h
theseven
/embios/trunk/
FAT driver: Fix creation of "." and ".." directory entries
211
5648 d 3 h
theseven
/embios/trunk/
Get rid of some leftover on-stack sector buffers
151
5669 d 10 h
theseven
/embios/trunk/
Fix a bunch of nasty FAT driver bugs
143
5672 d 1 h
theseven
/embios/trunk/
Add syscalls for AES, HMAC-SHA1 and mounting/unmounting of partitions
113
5675 d 9 h
theseven
/embios/trunk/
Fix even more red
111
5675 d 9 h
theseven
/
Implement the most important part of the syscall interface
72
5677 d 23 h
theseven
/embios/trunk/
Finally make the FAT code work
71
5678 d 0 h
theseven
/embios/trunk/
Import Rockbox libc, and use its headers instead of system headers, which have been causing trouble all over the place
60
5679 d 1 h
theseven
/embios/trunk/
Fix some more includes
59
5679 d 1 h
theseven
/embios/trunk/
Hopefully get rid of some warnings by rearranging some includes
57
5679 d 2 h
theseven
/embios/trunk/
Some more cleanup and fixes, get rid of all unaligned storage accesses from fat.c
51
5680 d 10 h
theseven
/embios/trunk/
Make fat.c compile
50
5680 d 11 h
theseven
/embios/trunk/
Fix panicf()/DEBUGF() calls in FAT code
49
5680 d 11 h
theseven
/embios/trunk/
Fix a few FAT code includes
47
5680 d 20 h
farthen
/embios/trunk/
Make the rockbox fat code compile except for the mutex stuff in disk.c
46
5680 d 23 h
theseven
/embios/trunk/
Import file system code from Rockbox. It still needs to be adapted and cleaned up.