rockbox/apps/plugins
Thomas Martitz e919b5d5b9 Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open().
Should repair filesystem accesses on the sim.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25881 a1c6a512-1295-4272-9138-f99709370657
2010-05-07 16:56:40 +00:00
..
beatbox
bitmaps Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap. 2010-04-27 10:04:13 +00:00
chessbox Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
clock Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
doom Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open(). 2010-05-07 16:56:40 +00:00
fft FFT plugin: The 64-bit sqrt function is no longer needed 2010-05-02 20:32:41 +00:00
fractals Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
frotz Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
goban Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
imageviewer Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
lib Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
lua Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
midi Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
mpegplayer mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for identifiers to "OSD". 2010-05-07 13:33:44 +00:00
pacbox Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly. 2010-04-23 19:38:27 +00:00
pdbox Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
pictureflow Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
reversi Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockboy Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
searchengine Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
shortcuts Fix some size_t related warnings (hopefully, they seem system dependant). 2010-05-06 21:17:14 +00:00
sudoku Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
zxbox Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
alarmclock.c Remote support for the alarmclock plugin 2010-02-26 07:38:18 +00:00
alpine_cdc.c
battery_bench.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
boomshine.lua boomshine: improve collision detection. 2010-03-06 12:20:09 +00:00
bounce.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
brickmania.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bubbles.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
calculator.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
calendar.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
CATEGORIES Memory benchmark plugin. Tests memory speeds and prints the kB/s. 2010-04-03 14:04:50 +00:00
chessbox.c
chessclock.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
chip8.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
chopper.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
clix.c use same variable/macro name for highscore among plugins. 2010-02-27 14:45:37 +00:00
codebuster.c
credits.c
credits.pl
crypt_firmware.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
cube.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
demystify.c
dice.c
dict.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
disktidy.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c
fireworks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
firmware_flash.c
flipit.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
goban.c
greyscale.c
helloworld.c
helloworld.lua
invadrox.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
iriver_flash.c
iriverify.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
jackpot.c
jewels.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
keybox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
lamp.c lamp: use HAVE_NEGATIVE_LCD 2010-03-15 15:28:38 +00:00
logo.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
lua.c
matrix.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
maze.c
mazezam.c
md5sum.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
metronome.c
minesweeper.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
mosaique.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
mp3_encoder.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
nim.c
oscilloscope.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pegbox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pictureflow.c
pitch_detector.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
plasma.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
plugin.lds FS #11153 by Marcin Bukat: Make memory layout for plugins and codecs only depend on SoC for coldfire as well, in preparation for the MPIO HD200 port. 2010-04-11 20:53:18 +00:00
plugins.make
pong.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
ppmviewer.c
properties.c
random_folder_advance_config.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
remote_control.c
robotfindskitten.c
rockblox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
rockblox1d.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockbox-fonts.config
rockbox_flash.c
rockboy.c
rocklife.c
rockpaint.c
search.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
settings_dumper.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sliding_puzzle.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake2.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake2.levels
snow.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
sokoban.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sokoban.levels
solitaire.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sort.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
SOURCES test_codec is SWCODEC only 2010-04-12 11:57:39 +00:00
spacerocks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
splitedit.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
star.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
starfield.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
stats.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
stopwatch.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
stopwatch.lua
SUBDIRS
superdom.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_boost.c test_boost: fix r25464: button_get() can't be used with actions 2010-04-05 10:08:00 +00:00
test_codec.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_core_jpeg.c
test_disk.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_fps.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
test_gfx.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_grey.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_greylib_bitmap_scale.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
test_mem.c test_mem: fix r25464: button_get() can't be used with actions 2010-04-05 04:48:38 +00:00
test_mem_jpeg.c
test_resize.c
test_sampr.c
test_scanrate.c HD200 - implement blit functions 2010-04-30 14:13:52 +00:00
test_touchscreen.c
test_viewports.c
test_viewports.lua
text_editor.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
theme_remove.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
vbrfix.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
video.c
viewer.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
viewers.config
vu_meter.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
wav2wv.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
wavplay.c Fix last two yellows 2010-05-06 23:58:33 +00:00
wavrecord.c Fix last two yellows 2010-05-06 23:58:33 +00:00
wavview.c
wormlet.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
xobox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
zxbox.c