summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refresh STM32F4Discovery kosest configuration fileGregory Nutt2014-09-291-1/+7
* Fix conditional compilation error introduced with the named semaphore changesGregory Nutt2014-09-291-1/+1
* Fix missing header file for bug introduced yesterdayGregory Nutt2014-09-292-0/+2
* Update ChangeLogGregory Nutt2014-09-291-0/+2
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-2963-98/+180
* Add build support for messages queues as part of the VFS (only build logic, n...Gregory Nutt2014-09-294-0/+55
* Update ChangeLogGregory Nutt2014-09-291-1/+5
* Semaphore initialization is now only required if priority inheritance is init...Gregory Nutt2014-09-294-17/+24
* STM32F4-Discovery: Fix some backwad conditional compilationGregory Nutt2014-09-291-1/+1
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-2811-14/+52
* 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
* Fix to bugs in initial commit of named semaphore testGregory Nutt2014-09-281-9/+16
* Update ChangeLogGregory Nutt2014-09-281-0/+3
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-286-21/+291
* 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-272-10/+10
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-271-0/+17
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-273-38/+443
* Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt2014-09-273-3/+9
* 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
* Update ChangeLogGregory Nutt2014-09-261-1/+3
* Add a trivial test of sem_timedwait() to the OS testGregory Nutt2014-09-264-1/+239
* Should include time.hGregory Nutt2014-09-261-0/+1