Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 |
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index af27d81..1c510eb 100644 static int disk_callback(int btn, struct gui_synclist *lists) #if (CONFIG_STORAGE & STORAGE_ATA) static bool dbg_identify_info(void) { - int fd = creat("/identify_info.bin"); + int fd = creat("/identify_info.bin", 0666); if(fd >= 0) { #ifdef ROCKBOX_LITTLE_ENDIAN static bool dbg_save_roms(void) int fd; int oldmode = system_memory_guard(MEMGUARD_NONE); - fd = creat("/internal_rom_0000-FFFF.bin"); + fd = creat("/internal_rom_0000-FFFF.bin", 0666); if(fd >= 0) { write(fd, (void *)0, 0x10000); close(fd); } - fd = creat("/internal_rom_2000000-203FFFF.bin"); + fd = creat("/internal_rom_2000000-203FFFF.bin", 0666); if(fd >= 0) { write(fd, (void *)0x2000000, 0x40000); static bool dbg_save_roms(void) int oldmode = system_memory_guard(MEMGUARD_NONE); #if defined(IRIVER_H100_SERIES) - fd = creat("/internal_rom_000000-1FFFFF.bin"); + fd = creat("/internal_rom_000000-1FFFFF.bin", 0666); #elif defined(IRIVER_H300_SERIES) - fd = creat("/internal_rom_000000-3FFFFF.bin"); + fd = creat("/internal_rom_000000-3FFFFF.bin", 0666); #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) || defined(IAUDIO_M3) - fd = creat("/internal_rom_000000-3FFFFF.bin"); + fd = creat("/internal_rom_000000-3FFFFF.bin", 0666); #elif defined(MPIO_HD200) - fd = creat("/internal_rom_000000-1FFFFF.bin"); + fd = creat("/internal_rom_000000-1FFFFF.bin", 0666); #endif if(fd >= 0) { static bool dbg_save_roms(void) system_memory_guard(oldmode); #ifdef HAVE_EEPROM - fd = creat("/internal_eeprom.bin"); + fd = creat("/internal_eeprom.bin", 0666); if (fd >= 0) { int old_irq_level; static bool dbg_save_roms(void) { int fd; - fd = creat("/internal_rom_000000-0FFFFF.bin"); + fd = creat("/internal_rom_000000-0FFFFF.bin", 0666); if(fd >= 0) { write(fd, (void *)0x20000000, FLASH_SIZE); static bool dbg_save_roms(void) { int fd; - fd = creat("/flash_rom_A0000000-A01FFFFF.bin"); + fd = creat("/flash_rom_A0000000-A01FFFFF.bin", 0666); if (fd >= 0) { write(fd, (void*)0xa0000000, FLASH_SIZE); static bool dbg_save_roms(void) { int fd; - fd = creat("/eeprom_E0000000-E0001FFF.bin"); + fd = creat("/eeprom_E0000000-E0001FFF.bin", 0666); if (fd >= 0) { write(fd, (void*)0xe0000000, 0x2000); diff --git a/apps/onplay.c b/apps/onplay.c index e2037ad..617f523 100644 static bool clipboard_pastefile(const char *src, const char *target, bool copy) src_fd = open(src, O_RDONLY); if (src_fd >= 0) { - target_fd = creat(target); + target_fd = creat(target, 0666); if (target_fd >= 0) { result = true; diff --git a/apps/plugin.c b/apps/plugin.c index 2f54c0d..d196cb8 100644 static int close_wrapper(int fd) static int creat_wrapper(const char *pathname) { - int fd = PREFIX(creat)(pathname); + int fd = PREFIX(creat)(pathname, 0666); if(fd >= 0) open_files |= (1<<fd); diff --git a/apps/plugin.h b/apps/plugin.h index 31c8743..aa6108a 100644 struct plugin_api { int (*close)(int fd); ssize_t (*read)(int fd, void* buf, size_t count); off_t (*lseek)(int fd, off_t offset, int whence); - int (*creat)(const char *pathname); + int (*creat)(const char *pathname, mode_t mode); ssize_t (*write)(int fd, const void* buf, size_t count); int (*remove)(const char* pathname); int (*rename)(const char* path, const char* newname); diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c index d6a1a9a..3589998 100644 static bool save_memo(int changed, bool new_mod, struct shown *shown) int fp, fq; /* use O_RDWR|O_CREAT so that file is created if it doesn't exist. */ fp = rb->open(MEMO_FILE, O_RDWR|O_CREAT); - fq = rb->creat(TEMP_FILE); + fq = rb->creat(TEMP_FILE, 0666); if ( (fq > -1) && (fp > -1) ) { int i; diff --git a/apps/plugins/clock/clock_settings.c b/apps/plugins/clock/clock_settings.c index 8464ab0..a407ebe 100644 enum settings_file_status clock_settings_load(struct clock_settings* settings, enum settings_file_status clock_settings_save(struct clock_settings* settings, char* filename){ - int fd = rb->creat(filename); + int fd = rb->creat(filename, 0666); if(fd >= 0){ /* does file exist? */ rb->write (fd, settings, sizeof(*settings)); rb->close(fd); diff --git a/apps/plugins/disktidy.c b/apps/plugins/disktidy.c index 3d2685f..8d8515e 100644 enum plugin_status plugin_start(const void* parameter) status = tidy_lcd_menu(); if (tidy_loaded_and_changed) { - int fd = rb->creat(CUSTOM_FILES); + int fd = rb->creat(CUSTOM_FILES, 0666); int i; if (fd >= 0) { diff --git a/apps/plugins/goban/util.c b/apps/plugins/goban/util.c index 0e83173..bb78316 100644 create_or_open_file (const char *filename) if (!rb->file_exists (filename)) { - fd = rb->creat (filename); + fd = rb->creat(filename, 0666); } else { diff --git a/apps/plugins/iriverify.c b/apps/plugins/iriverify.c index 546601b..4e8ca5b 100644 static int write_file(void) rb->snprintf(tmpfilename, MAX_PATH+1, "%s.tmp", filename); - fd = rb->creat(tmpfilename); + fd = rb->creat(tmpfilename, 0666); if(fd < 0) return 10 * fd - 1; diff --git a/apps/plugins/lib/configfile.c b/apps/plugins/lib/configfile.c index 21b66a3..0fb01c6 100644 int configfile_save(const char *filename, struct configdata *cfg, char buf[MAX_PATH]; get_cfg_filename(buf, MAX_PATH, filename); - fd = rb->creat(buf); + fd = rb->creat(buf, 0666); if(fd < 0) return fd*10 - 1; diff --git a/apps/plugins/lib/pluginlib_bmp.c b/apps/plugins/lib/pluginlib_bmp.c index 8520a8b..148aa8e 100644 int save_bmp_file( char* filename, struct bitmap *bm ) int fh; int x,y; if( bm->format != FORMAT_NATIVE ) return -1; - fh = rb->creat( filename ); + fh = rb->creat( filename , 0666); if( fh < 0 ) return -1; rb->write( fh, header, sizeof( header ) ); diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index b12c8e8..463f86c 100644 bool save_pfraw(char* filename, struct bitmap *bm) struct pfraw_header bmph; bmph.width = bm->width; bmph.height = bm->height; - int fh = rb->creat( filename ); + int fh = rb->creat( filename , 0666); if( fh < 0 ) return false; rb->write( fh, &bmph, sizeof( struct pfraw_header ) ); int y; diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c index 10125c1..de0aff9 100644 enum settings_file_status tuner_settings_load(struct tuner_settings* settings, enum settings_file_status tuner_settings_save(struct tuner_settings* settings, char* filename) { - int fd = rb->creat(filename); + int fd = rb->creat(filename, 0666); if(fd >= 0){ /* does file exist? */ rb->write (fd, settings, sizeof(*settings)); rb->close(fd); diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c index 5f83798..6a62fee 100644 int load_list(void) int save_list(void) { - int myfd = rb->creat(RFA_FILE); + int myfd = rb->creat(RFA_FILE, 0666); if (myfd < 0) { rb->splash(HZ, "Could Not Open " RFA_FILE); int export_list_to_file_text(void) } /* create and open the file */ - int myfd = rb->creat(RFA_FILE_TEXT); + int myfd = rb->creat(RFA_FILE_TEXT, 0666); if (myfd < 0) { rb->splashf(HZ*4, "failed to open: fd = %d, file = %s", diff --git a/apps/plugins/shortcuts/shortcuts_common.c b/apps/plugins/shortcuts/shortcuts_common.c index 68817d3..dee1657 100644 bool load_sc_file(sc_file_t *file, char *filename, bool must_exist, /* The file didn't exist on disk */ if (!must_exist) { DEBUGF("Trying to create link file '%s'...\n", filename); - fd = rb->creat(filename); + fd = rb->creat(filename, 0666); if (fd < 0){ /* For some reason we couldn't create the file, * so return an error message and exit */ diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 03c2daa..f3b826e 100644 void init_wav(char* filename) { wavinfo.totalsamples = 0; - wavinfo.fd = rb->creat(filename); + wavinfo.fd = rb->creat(filename, 0666); if (wavinfo.fd >= 0) { diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c index 34cb94d..ff9fe3c 100644 static bool test_fs(void) rb->snprintf(text_buf, sizeof text_buf, "Data size: %dKB", (TEST_SIZE>>10)); log_text(text_buf, true); - fd = rb->creat(TEST_FILE); + fd = rb->creat(TEST_FILE, 0666); if (fd < 0) { rb->splash(HZ, "creat() failed."); static bool file_speed(int chunksize, bool align) log_text("--------------------", true); /* File creation write speed */ - fd = rb->creat(TEST_FILE); + fd = rb->creat(TEST_FILE, 0666); if (fd < 0) { rb->splash(HZ, "creat() failed."); static bool test_speed(void) for (i = 0; TIME_BEFORE(*rb->current_tick, time); i++) { rb->snprintf(text_buf, sizeof(text_buf), TESTBASEDIR "/%08x.tmp", i); - fd = rb->creat(text_buf); + fd = rb->creat(text_buf, 0666); if (fd < 0) { last_file = i; diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c index 3e152be..2ca0176 100644 static int insert_data_in_file(const char *fname, int fpos, char *buf, int num_b return 10*orig_fd - 1; } - fd = rb->creat(tmpname); + fd = rb->creat(tmpname, 0666); if(fd < 0) { rb->close(orig_fd); return 10*fd - 2; diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index 7cf5a5f..fc04bc7 100644 void load_settings(void) { } void save_settings(void) { - int fp = rb->creat(PLUGIN_DEMOS_DIR "/.vu_meter"); + int fp = rb->creat(PLUGIN_DEMOS_DIR "/.vu_meter", 0666); if(fp >= 0) { rb->write (fp, &vumeter_settings, sizeof(struct saved_settings)); rb->close(fp); diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c index 1102d13..0390088 100644 static int wav2wv(const char *infile) outextension = outfile + rb->strlen(outfile) - 3; outextension[1] = outextension[2]; outextension[2] = 0; - out_fd = rb->creat(outfile); + out_fd = rb->creat(outfile, 0666); if (out_fd < 0) { rb->splash(HZ*2, "could not create file!"); diff --git a/apps/plugins/zxbox/snapshot.c b/apps/plugins/zxbox/snapshot.c index 6efb29f..0b80b64 100644 static void save_snapshot_file_type(char *name, int type) int snsh; snsh = rb->open(name, O_WRONLY); if(snsh < 0) { - snsh = rb->creat(name); + snsh = rb->creat(name, 0666); if(snsh < 0) { put_msg("Could not create snapshot file"); return; diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 0523f1e..7cf91d6 100644 static void radio_save_presets(void) int fd; int i; - fd = creat(filepreset); + fd = creat(filepreset, 0666); if(fd >= 0) { for(i = 0;i < num_presets;i++) diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 2e95d4c..d3f91f2 100644 static void untar(int tar_fd) { int wc; - fd = creat(path); + fd = creat(path, 0666); if (fd < 0) { printf("failed to create file (%d)", fd); diff --git a/firmware/common/file.c b/firmware/common/file.c index 7ec712a..05612cd 100644 static struct filedesc openfiles[MAX_OPEN_FILES]; static int flush_cache(int fd); -int creat(const char *pathname) +int file_creat(const char *pathname) { return open(pathname, O_WRONLY|O_CREAT|O_TRUNC); } diff --git a/firmware/drivers/tuner/lv24020lp.c b/firmware/drivers/tuner/lv24020lp.c index d70eef8..5f23338 100644 static struct mutex tuner_mtx; static int fd_log = -1; #define TUNER_LOG_OPEN() if (fd_log < 0) \ - fd_log = creat("/tuner_dump.txt") + fd_log = creat("/tuner_dump.txt", 0666) /* syncing required because close() is never called */ #define TUNER_LOG_SYNC() fsync(fd_log) #define TUNER_LOG(s...) fdprintf(fd_log, s) diff --git a/firmware/font.c b/firmware/font.c index 804d389..6877d7e 100644 void glyph_cache_save(struct font* pf) #ifdef WPSEDITOR cache_fd = open(GLYPH_CACHE_FILE, O_WRONLY|O_CREAT|O_TRUNC); #else - cache_fd = creat(GLYPH_CACHE_FILE); + cache_fd = creat(GLYPH_CACHE_FILE, 0666); #endif if (cache_fd < 0) return; diff --git a/firmware/include/file.h b/firmware/include/file.h index 9a9548f..3388b50 100644 #if defined(SIMULATOR) && !defined(PLUGIN) && !defined(CODEC) #define open(x,y) sim_open(x,y) -#define creat(x) sim_creat(x) +#define creat(x, 0666) sim_creat(x) #define remove(x) sim_remove(x) #define rename(x,y) sim_rename(x,y) #define filesize(x) sim_filesize(x) #define read(x,y,z) sim_read(x,y,z) #define write(x,y,z) sim_write(x,y,z) #define close(x) sim_close(x) -#endif +#define typedef int (*open_func)(const char* pathname, int flags); typedef ssize_t (*read_func)(int fd, void *buf, size_t count); extern int close(int fd); extern int fsync(int fd); extern ssize_t read(int fd, void *buf, size_t count); extern off_t lseek(int fildes, off_t offset, int whence); -extern int creat(const char *pathname); +extern int file_creat(const char *pathname); +/* posix compatibility function */ +static inline creat(const char *pathname, mode_t mode) +{ + (void)mode; + file_creat(pathname, 0666); +} + extern ssize_t write(int fd, const void *buf, size_t count); extern int remove(const char* pathname); extern int rename(const char* path, const char* newname); diff --git a/firmware/screendump.c b/firmware/screendump.c index e84afb9..1876df8 100644 void screen_dump(void) IF_CNFN_NUM_(, NULL)); #endif - fd = creat(filename); + fd = creat(filename, 0666); if (fd < 0) return; void remote_screen_dump(void) IF_CNFN_NUM_(, NULL)); #endif - fd = creat(filename); + fd = creat(filename, 0666); if (fd < 0) return; diff --git a/uisimulator/sdl/lcd-charcells.c b/uisimulator/sdl/lcd-charcells.c index 5a06af5..02ca304 100644 void screen_dump(void) IF_CNFN_NUM_(, NULL)); DEBUGF("screen_dump\n"); - fd = sim_creat(filename); + fd = sim_creat(filename, 0666); if (fd < 0) return; |