summaryrefslogtreecommitdiffstats
path: root/file_io (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.