summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-2824-60/+115
* Move mount-related files from fs/. to fs/mount/.Gregory Nutt2014-09-288-14/+63
* Move directory operations from fs/ to fs/direntGregory Nutt2014-09-287-17/+55
* Forgot to add files from previous commitsGregory Nutt2014-09-282-0/+106
* Move drive from fs/. to fs/driver/.Gregory Nutt2014-09-2817-20/+17
* Move inode and VFS utils from fs/. to fs/inode/.Gregory Nutt2014-09-2810-6/+3
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-2861-91/+109
* A little more clean-up of poll() error handlingGregory Nutt2014-09-261-6/+6
* fs/poll: More typo fixes. Now I understand. It was not really being built ...Gregory Nutt2014-09-261-19/+2
* Typo fix. Hmmm... how did this compile before?Gregory Nutt2014-09-261-2/+2
* Should include time.hGregory Nutt2014-09-261-0/+1
* Re-implemented poll() using sem_timedwait()Gregory Nutt2014-09-261-57/+37
* Fix unecessary delays and timing jitter in the implementation of poll(): No d...Gregory Nutt2014-09-251-10/+60
* Fix a typo introduced my my meddling with Ken's last commitsGregory Nutt2014-09-221-0/+1
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-223-68/+576
* procfs: Fix some breakage introduced by reorganizing some un-reorganizable d...Gregory Nutt2014-09-221-26/+28
* SMART FS update from Ken PettitGregory Nutt2014-09-221-22/+28
* Cosmetic changes to comments/spacingGregory Nutt2014-09-081-4/+4
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-031-3/+7
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-3116-28/+28
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-3113-20/+20
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-3124-68/+68
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-313-4/+4
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-314-8/+8
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+2
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-2811-30/+33
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-4/+4
* Auto-mounter: Fix state setting. Not harmful other than it can cause a debu...Gregory Nutt2014-07-301-5/+6
* Updated README file, cosmetic changes to comments and debug outputGregory Nutt2014-07-302-9/+9
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-291-9/+9
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-291-2/+19
* Update the automounter so that it will handle the initial insertion stateGregory Nutt2014-07-291-1/+7
* Add support for an automounter that will automatically mount and unmount a fi...Gregory Nutt2014-07-293-0/+637
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-291-3/+3
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-072-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-2/+2
* CCM PROCFS: Missing change in last commitsGregory Nutt2014-07-031-2/+2
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-032-8/+19
* Add STM32 CCM heep procfsGregory Nutt2014-07-032-0/+11
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-222-2/+2
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-211-2/+1
* Correct some procfs conditional compilation. From Bob DoironGregory Nutt2014-04-211-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1321-242/+242
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-133-4/+4