summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-2961-97/+177
* Add build support for messages queues as part of the VFS (only build logic, n...Gregory Nutt2014-09-294-0/+55
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-284-8/+36
* Fix a typo in a Make.defs fileGregory Nutt2014-09-281-1/+1
* Seems to work okay now, but needs more testingGregory Nutt2014-09-282-11/+89
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-2817-32/+343
* Add VFS-based sem_open() implementationGregory Nutt2014-09-283-0/+272
* straighten out files in some Make.defs filesGregory Nutt2014-09-282-3/+3
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-283-0/+66
* 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