summaryrefslogtreecommitdiffstats
path: root/file_io (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */.../Makefile: MANAGERS=all has been obsolete a LONG timeJoel Sherrill2023-04-234-12/+0
|
* file_io/crc/.gitignore misc/extract_example/.gitignore: New filesJoel Sherrill2022-02-231-0/+5
|
* fdopen: Use rtems_get_version_string()Sebastian Huber2020-09-181-1/+1
|
* filesystem: Fix file not found error5.35.25.15Vijay Kumar Banerjee2020-04-261-0/+2
|
* filesystem: Add checks for rtems-bin2cVijay Kumar Banerjee2020-03-181-11/+12
|
* Replace deprecated CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS with ↵Vijay Kumar Banerjee2020-03-175-5/+5
| | | | CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
* update rtems_wafVijay Kumar Banerjee2019-09-171-3/+3
|
* file_io/crc/Makefile: Update to match wscriptJoel Sherrill2018-10-141-8/+8
|
* Make crc and fdopen buildJoel Sherrill2017-10-122-3/+2
| | | | Updates #3158.
* Update due to trace linker changesSebastian Huber2017-10-121-1/+1
| | | | Close #3160.
* Update rtems_waf to use the rootfs support. Fix trace linker INI files.Chris Johns2017-10-021-21/+12
| | | | | | | | | Use the rtems_waf rootfs support to create a root file system. Remove the double cflags on some projects that broke linking. Remove the dump-on-error, there is no option in rtems-tld. Closes 3158. Closes 3159.
* Add more trace builds for other examples.Chris Johns2014-09-222-1/+37
|
* Clean up warnings.Chris Johns2014-09-051-2/+2
|
* waf: append .exe to target namesGedare Bloom2013-12-123-3/+3
|
* added wscript to file_io and subdirectoriesDaniel Ramirez2013-12-125-0/+84
|
* examples-v2: Remove ChangeLog filesJoel Sherrill2013-03-121-40/+0
|
* examples-v2: Remove .cvsignore filesJoel Sherrill2013-03-124-7/+0
|
* examples-v2 - Remove CVS Ids (manual edits)Joel Sherrill2012-05-151-4/+0
|
* examples-v2 - Remove CVS Ids (scripted)Joel Sherrill2012-05-155-16/+0
|
* 2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-012-1/+5
| | | | * Makefile: Update to account for movement of .cfg files.
* 2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-142-0/+6
| | | | * crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.
* 2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-111-0/+5
| | | | | * fat_ramdisk/.cvsignore, fat_ramdisk/Makefile, fat_ramdisk/README, fat_ramdisk/init.c, fat_ramdisk/rootfs/shell-init: New files.
* 2011-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-1111-1/+409
| | | | | | | * Makefile: Add new example of untar to load initial contents of IMFS. * crc/.cvsignore, crc/LICENSE, crc/Makefile, crc/README, crc/crc.h, crc/crc_32.c, crc/init.c, crc/sniptype.h, crc/rootfs/image.img: New files.
* 2010-04-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-122-0/+5
| | | | * fdopen/test.c: Add include of unistd.h for close().
* 2010-04-09 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-092-0/+6
| | | | * filerdback/test.c: Add CVS Id.
* 2010-04-09 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-092-0/+5
| | | | * filerdback/test.c: Add include of unistd.h
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-0614-0/+534
* ChangeLog, Makefile, fdopen/.cvsignore, fdopen/Makefile, fdopen/README, fdopen/test.c, filerdback/.cvsignore, filerdback/Makefile, filerdback/README, filerdback/test.c, repeated_opens/.cvsignore, repeated_opens/Makefile, repeated_opens/README, repeated_opens/test.c: New files.