summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Oops... forgot to add a new directory in the last commitGregory Nutt2014-09-292-0/+68
* Add a framework that may someday support shared memory objects in the VFSGregory Nutt2014-09-292-0/+3
* Eliminate a warning about an uninitilized variableGregory Nutt2014-09-291-86/+90
* Fix some unbalanced sched_lock()/sched_unlock() pairs int the re-implemented ...Gregory Nutt2014-09-295-4/+12
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-294-8/+10
* Completes the re-implementation of mq_unlink()Gregory Nutt2014-09-295-85/+149
* Complete re-implementation of mq_closeGregory Nutt2014-09-293-39/+35
* Complete re-implementation of mq_open()Gregory Nutt2014-09-293-62/+203
* Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq...Gregory Nutt2014-09-293-66/+22
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-295-1/+579
* Fix a missed include file changeGregory Nutt2014-09-291-1/+1
* 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