aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-0/+2
* USB monitor daemon updatespatacongo2013-01-291-2/+13
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-15/+34
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-11/+14
* Move stream data from TCB to task group structure.patacongo2013-01-261-2/+3
* Move file data from TCB to task grouppatacongo2013-01-262-85/+24
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-0/+4
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-4/+6
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+1
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-2/+1
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-1611-27/+563
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-162-27/+37
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-152-17/+19
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-1411-75/+317
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-147-117/+209
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+3
* Mirtoo differences from Konstantin; File system fix from Lorenz Meierpatacongo2012-11-151-0/+1
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-3/+4
* Fix some W25 driver errorspatacongo2012-10-041-8/+8
* Resync new repository with old repo r5166patacongo2012-09-17102-0/+37052