summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-288-68/+67
|
* The last checkin replaced some impossible error handling with DEBUGASSERT. ↵Gregory Nutt2013-09-282-11/+20
| | | | Except that one of the case is actually possible in one cornercase and had to be restored
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-2812-212/+403
|
* Back out part of a recent, incorrect ROMFS changeGregory Nutt2013-09-141-1/+1
|
* ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz MeierGregory Nutt2013-09-131-1/+1
|
* Remove NXFFS compile warningGregory Nutt2013-09-121-2/+3
|
* Cleanup some compilation warnings in NXFFSGregory Nutt2013-09-124-21/+23
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-2711-95/+95
|
* Fix an bug where long ROMFS file names are not read correctly. From Mike SmithGregory Nutt2013-08-251-14/+21
|
* Remove some pre-processor warnings that I am more than tired of seeingGregory Nutt2013-08-101-11/+5
|
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-091-1/+1
|
* Fix SF bug #15: Typo replace error with ERRORGregory Nutt2013-07-031-1/+1
|
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-13/+11
| | | | Add some missing .gitignore files
* poll again; if fd is less than zero, it should set revents to zero, not POLLNVALGregory Nutt2013-05-231-16/+10
|
* poll needs to set POLLNVAL if file descriptor is badGregory Nutt2013-05-231-15/+28
|
* poll should ignore invalid file descriptorsGregory Nutt2013-05-231-22/+34
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-032-14/+17
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add Ken Pettit's SMART FSGregory Nutt2013-04-309-0/+3933
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-304-15/+23
|
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-251-1/+1
| | | | harmless comments, some in config definionts which is not harmless. All removed
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-1/+1
|
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-191-1/+1
| | | | with equivalent GIT info
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
|
* FAT fixes for extending directory entries with long file names. From RonenVpatacongo2013-03-312-58/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5802 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-271-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
* Change prototypes of up_create_stack and up_release_stack to include a task ↵patacongo2013-03-201-2/+2
| | | | | | type parameter git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5765 42af7a65-404d-4744-a932-0658087f49c3
* Fix a FAT error when trying to create file in a non-existent directory. ↵patacongo2013-03-202-12/+42
| | | | | | Reported by Andrew Tridgell. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5764 42af7a65-404d-4744-a932-0658087f49c3
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-098-29/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Fix network poll() issue: don't interrupt poll if socket not connected. ↵patacongo2013-03-071-13/+44
| | | | | | Listen sockets are not connected and the poll() is waiting for connection events. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5717 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5704 42af7a65-404d-4744-a932-0658087f49c3
* Buildroot now builds armv6-m toolchain; NuTiny configuration now uses ↵patacongo2013-02-231-1/+3
| | | | | | buildroot toolchain git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5665 42af7a65-404d-4744-a932-0658087f49c3
* Add EMC register definitions for the LPC1788patacongo2013-02-121-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5644 42af7a65-404d-4744-a932-0658087f49c3
* Preserve access and creation flags with fcntl(F_SETFL)patacongo2013-02-121-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5643 42af7a65-404d-4744-a932-0658087f49c3
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
* Correct a memory leak in NSHpatacongo2013-02-021-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-1/+1
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-013-9/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-291-0/+2
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-291-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-15/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-11/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
* Move stream data from TCB to task group structure.patacongo2013-01-261-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
* Move file data from TCB to task grouppatacongo2013-01-262-85/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to automatically unload module on exit; Several patches from Mike ↵patacongo2013-01-171-4/+6
| | | | | | Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
* Add a binary 'loader' so that builtin applications can be executed from the ↵patacongo2013-01-161-1/+1
| | | | | | BINFS file system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3