summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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-2823-442/+134
* Add VFS-based sem_open() implementationGregory Nutt2014-09-287-25/+291
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-282-21/+32
* straighten out files in some Make.defs filesGregory Nutt2014-09-282-3/+3
* Upate ChangeLogGregory Nutt2014-09-281-0/+2
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-2812-22/+121
* Update ChangeLogGregory Nutt2014-09-281-0/+2
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-2824-60/+115
* Update ChangeLogGregory Nutt2014-09-281-0/+1
* Move mount-related files from fs/. to fs/mount/.Gregory Nutt2014-09-288-14/+63
* Update ChangeLogGregory Nutt2014-09-281-0/+1
* 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
* Update ChangeLogGregory Nutt2014-09-281-0/+1
* Move drive from fs/. to fs/driver/.Gregory Nutt2014-09-2817-20/+17
* Update ChangeLogGregory Nutt2014-09-281-0/+1
* Move inode and VFS utils from fs/. to fs/inode/.Gregory Nutt2014-09-2812-31/+23
* Update ChangelogGregory Nutt2014-09-281-0/+4
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-0/+98
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-2831-62/+87
* Update ChangeLogGregory Nutt2014-09-281-0/+1
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-2862-92/+110
* Fix a typo in a Kconfig fileGregory Nutt2014-09-271-1/+1
* Update NuttX.html for the NuttX-7.5 releaseGregory Nutt2014-09-272-13/+67
* Fix typos in release notesGregory Nutt2014-09-271-8/+8
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-272-33/+438
* Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt2014-09-271-1/+3
* Updated README.txt filesGregory Nutt2014-09-274-55/+120
* Fix some misleading debug outputGregory Nutt2014-09-262-4/+6
* A little more clean-up of poll() error handlingGregory Nutt2014-09-262-19/+19
* 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
* Refresh configurationGregory Nutt2014-09-261-0/+8
* Update ChangeLogGregory Nutt2014-09-261-0/+3
* Re-implemented poll() using sem_timedwait()Gregory Nutt2014-09-261-57/+37
* Update ChangeLogGregory Nutt2014-09-261-1/+2
* Change to lib_dtoa() to fix prescision error from trailing zeroesGregory Nutt2014-09-261-0/+4
* Update READMEGregory Nutt2014-09-261-0/+5
* Update ChangeLogGregory Nutt2014-09-251-0/+3
* Update TODOGregory Nutt2014-09-251-8/+2
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-254-39/+74
* Fixes for compile of rwbuffer.cGregory Nutt2014-09-255-17/+910
* A few fixes for clean apps/examples/mtdrwb buildGregory Nutt2014-09-251-1/+1
* Update ChangeLogGregory Nutt2014-09-251-0/+2
* Path segments reversed in include file path. Noted by Brennan AshtonGregory Nutt2014-09-251-2/+2
* Refresh sim/mtdpart configurationGregory Nutt2014-09-251-58/+124
* Add prototype for MTD R/W buffering supportGregory Nutt2014-09-251-0/+18