summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: Remove or use unused variable assignmentsKinsey Moore2024-01-161-0/+5
* cpukit/dosfs: Cast away ignored returnKinsey Moore2024-01-051-1/+1
* cpukit: occured -> occurredSebastian Huber2021-07-161-5/+5
* dosfs: Fix Doxygen group placementSebastian Huber2020-12-021-1/+1
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* dosfs: Avoid deprecated routineSebastian Huber2018-08-071-1/+1
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-021-34/+12
* libio: Add rtems_libio_iop_is_append()Sebastian Huber2017-09-151-1/+1
* msdos_file.c: Reverse return codes per GedareJoel Sherrill2014-11-271-3/+3
* dosfs/msdos_file.c: Return an error if it occursJosh Oguin2014-11-261-1/+4
* dosfs: Write meta-data only if it changedSebastian Huber2014-10-231-2/+2
* dosfs: Support ctime and mtimeSebastian Huber2014-10-231-66/+10
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-271-2/+2
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-211-2/+2
* libfs: Doxygen Enhancement Task #6"Mathew Kallada2012-12-201-2/+7
* dosfs: Block size optimizationRalf Kirchner2012-12-051-2/+4
* dosfs: Lazy update of FAT32 FS info sectorSebastian Huber2012-11-131-1/+1
* dosfs: Use fs_info instead of mt_entrySebastian Huber2012-07-111-5/+5
* Filesystem: PR1255: Move offset update to handlersSebastian Huber2012-05-151-2/+5
* dosfs: Remove unused parameterSebastian Huber2012-05-141-1/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* dosfs: Remove fat_file_datasync()Sebastian Huber2012-05-111-81/+35
* Filesystem: PR1893: Fix write and truncate handlerSebastian Huber2012-05-111-15/+22
* Filesystem: PR1871: Fix O_APPENDSebastian Huber2012-05-111-43/+3
* Filesystem: PR1398: Fix lseek() mechanicSebastian Huber2012-05-111-53/+1
* libblock: Change bdbuf APISebastian Huber2012-03-131-1/+1
* Filesystem: Reference counting for locationsSebastian Huber2012-03-131-83/+5
* Check that the file offset is valid after a seekSebastian Huber2012-02-091-0/+4
* Remove stray whitespaces.Ralf Corsepius2011-11-061-1/+1
* 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-11-061-3/+3
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-201-2/+1
* 2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-151-8/+8
* 2010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-041-1/+0
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-121-1/+2
* 2009-04-29 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-291-5/+23
* 2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-091-1/+1
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-291-10/+10
* Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.Thomas Doerfler2008-07-101-1/+1
* Use size_t instead of uint32_t for read/write count-args.Ralf Corsepius2006-12-081-2/+2
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-291-2/+2
* Introduce msdos_status_t.Ralf Corsepius2005-08-051-2/+2
* Remove stray white spaces.Ralf Corsepius2004-04-171-68/+68
* 2004-03-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-221-6/+6
* 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-211-2/+2
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-02-28 Victor V. Vengerov <vvv@oktet.ru>Joel Sherrill2002-02-281-0/+485