summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-04-22dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts
2010-03-15dir_uncached: fix opendir_uncached to have opened directories keep enough inf...Amaury Pouly
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann
2010-02-21Fix a dircache NULL-pointer dereference.Amaury Pouly
2010-02-17Fix error handling in dircache generation.Amaury Pouly
2010-02-16-Cosmetic change in a comparisonAmaury Pouly
2010-02-14Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...Amaury Pouly
2010-02-07Remove a file that mcuelenaere forgot to delete (see r23763 and r23767).Amaury Pouly
2010-02-07Optimize (size and speed) strncasecmp (based on a newlib patch).Amaury Pouly
2010-02-01Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...Amaury Pouly
2010-01-31Fix a dircache bug (opening a directory opens the first file of that director...Amaury Pouly
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff
2010-01-01FS#9409: fix rename which didn't close file handles on error and enventually ...Amaury Pouly
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts
2009-12-23only get the file pointer if fd is actually valid.Frank Gevaerts
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere
2009-11-26Forgot fileMaurus Cuelenaere
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz
2009-10-25Little bit of const correctnessNils Wallménius
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman
2009-09-26FS#10569 RTC driver cleanupNils Wallménius
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere
2009-08-12Remove dead codeAlexander Levin
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts
2009-08-11Consolidate day of week calculationFrank Gevaerts
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts
2009-08-04Fix for:Thomas Martitz
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2009-07-14FS#10080Nils Wallménius
2009-06-29Fix yellow introduced in r21561Alexander Levin
2009-06-29Make the get_time on non-RTC sims behave like target, i.e. always return a co...Alexander Levin
2009-03-22Add missing #includes for the ondas.Bertrik Sikken
2009-03-17Update the comment about our changes too.Thomas Martitz
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz