summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-8/+0
* Regenerate.Ralf Corsepius2009-10-141-2/+0
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-3/+0
* Remove libfs/src/imfs/imfs_unixstub.c, libfs/src/devfs/devfs_unixstub.c.Ralf Corsepius2009-10-141-4/+0
* RemoveRalf Corsepius2009-10-142-124/+0
* 2009-10-08 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-086-1/+32
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-261-1/+1
* 2009-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-251-24/+31
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-9/+6
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-122-4/+4
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-1228-62/+107
* Added check for NULL.Thomas Doerfler2009-05-051-1/+1
* 2009-04-29 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-2923-584/+1715
* 2009-03-12 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-03-121-1/+1
* 2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-0910-16/+16
* Remove #define KERNEL.Ralf Corsepius2009-02-043-3/+1
* Move extern "C" brace after includes.Ralf Corsepius2009-02-042-8/+9
* 2009-01-29 Gene Smith <gene.smith@siemens.com>Joel Sherrill2009-01-291-1/+1
* Add braces to suppress gcc warning on empty 'else' block.Ralf Corsepius2009-01-051-2/+3
* Add missing initializers.Ralf Corsepius2008-12-222-2/+2
* 2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-081-13/+3
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-081-2/+0
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-081-0/+1
* Add missing "extern"s. Add extern "C" {}.Ralf Corsepius2008-12-081-9/+17
* Add missing "extern"sRalf Corsepius2008-12-082-72/+72
* 2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-051-2/+12
* 2008-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-031-0/+4
* 2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-012-1/+51
* 2008-10-14 Wei Shen <cquark@gmail.com>Joel Sherrill2008-10-1414-11/+947
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-251-27/+1
* 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-181-1/+4
* 2008-09-18 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2008-09-186-11/+11
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-177-6/+9
* 2008-09-17 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2008-09-1715-2/+921
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-083-20/+20
* Convert to Unix file format.Ralf Corsepius2008-09-061-161/+161
* 2008-09-05 Eric Norum <norume@aps.anl.gov>Joel Sherrill2008-09-051-5/+5
* Use "bool" instead of "rtems_boolean|boolean".Ralf Corsepius2008-09-0410-39/+39
* Change "done" to bool.Ralf Corsepius2008-09-041-2/+2
* Stop using old-style definitions.Ralf Corsepius2008-09-041-8/+8
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-192-71/+89
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-7/+0
* Add missing prototype.Ralf Corsepius2008-08-161-1/+1
* Add prototypes.Ralf Corsepius2008-08-011-31/+31
* Add missing prototype.Ralf Corsepius2008-08-011-1/+1
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-2913-298/+296
* Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.Thomas Doerfler2008-07-105-3/+16
* 2008-07-03 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-0310-34/+33
* 2008-05-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-05-301-0/+5
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-2720-82/+94