summaryrefslogtreecommitdiff
path: root/firmware/include (follow)
Commit message (Expand)AuthorAge
* FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius2011-05-24
* Fix tabs in .c and .h files in firmware/ Bertrik Sikken2011-05-08
* RaaA: Add initial Pandora supportThomas Jarosch2011-02-27
* iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann2011-02-27
* Initial maemo platform supportThomas Jarosch2011-02-08
* Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts2010-12-29
* RaaA: Improve tagcache search to make the database built.Thomas Martitz2010-12-23
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré2010-09-20
* Fix sdl application buildThomas Martitz2010-09-06
* struct DIR -> DIR, should fix most if not all reds.Thomas Martitz2010-09-01
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Fix checkwps.Thomas Martitz2010-08-27
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2010-08-12
* Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz2010-08-12
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* strncpy.c / assert.h : need to include _ansi.hRafaël Carré2010-07-25
* Move some gcc extensions to new gcc_extensions.h headerRafaël Carré2010-07-25
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Make the sim buildable with mingw againFrank Gevaerts2010-05-14
* Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts2010-05-14
* Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2010-05-14
* Remove stray function prototype used only for long-ago-removed codec swapping...Michael Sevakis2010-05-07
* Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz2010-05-06
* Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev2010-04-07
* Set SVN keywords; small addition to the comment.Alexander Levin2010-04-07
* Add comment to is_diacritic()Tomer Shalev2010-04-07
* Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly2010-03-10
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
* Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann2010-02-22
* Remove obsolete comment.Amaury Pouly2010-02-16
* -Cosmetic change in a comparisonAmaury Pouly2010-02-16
* fix redJonathan Gordon2010-02-14
* Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff2010-01-02
* Add support for errno in plugins.Amaury Pouly2009-12-24
* Diacritic display enhancementsTomer Shalev2009-11-28
* FS#10720 - Support for displaying diacritic charactersTomer Shalev2009-11-24
* Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz2009-11-03
* Make the database tool buildable from configure.Frank Gevaerts2009-10-07
* Have codepage name show in a commentTomer Shalev2009-10-04
* FS#10569 RTC driver cleanupNils Wallménius2009-09-26
* A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere2009-08-21
* Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts2009-08-11
* Consolidate day of week calculationFrank Gevaerts2009-08-11
* Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts2009-08-11