summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-0814-279/+341
* Update ChangeLogGregory Nutt2014-10-082-3/+23
* Update everything under nuttx/net to use the corrected syslog interfacesGregory Nutt2014-10-082-45/+14
* Update ChangeLogGregory Nutt2014-10-081-1/+4
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-0814-170/+201
* Update ChangeLogGregory Nutt2014-10-081-1/+7
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-089-53/+39
* Update ChangeLogGregory Nutt2014-10-081-0/+2
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-0865-1583/+1198
* Update some Kconfig comments; Add a upper limit on the lower priority worker ...Gregory Nutt2014-10-073-9/+109
* Simplification of conditional compilation suggested by pn_boutevilleGregory Nutt2014-10-071-4/+8
* Update ChangeLogGregory Nutt2014-10-071-0/+11
* Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to...Gregory Nutt2014-10-0714-27/+14
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mod...Gregory Nutt2014-10-0710-68/+194
* Add files that implement true high speed support for the STM32 OTGHS peripher...Gregory Nutt2014-10-073-0/+5606
* Fix typos that cause compile error when file system debug is enabledGregory Nutt2014-10-073-4/+4
* Extend the AIO testGregory Nutt2014-10-071-54/+128
* Add another asynchronous I/O testGregory Nutt2014-10-071-7/+43
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-072-6/+72
* Fix a compilation error in last commits that occure if CONFIG_PRIORITY_INHERI...Gregory Nutt2014-10-071-0/+4
* Chane a type from int to int16_t for a little better packing in a structureGregory Nutt2014-10-071-3/+3
* Update some commentsGregory Nutt2014-10-073-53/+13
* Update ChangeLogGregory Nutt2014-10-071-0/+5
* The Asynch I/O implementation now satisfies POSIX priority requirements; it u...Gregory Nutt2014-10-077-51/+195
* Update ChangeLogGregory Nutt2014-10-071-1/+6
* Simplify how C source files are selected in the buildGregory Nutt2014-10-0716-81/+81
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-075-10/+428
* Add AIO interfaces to libc.csvGregory Nutt2014-10-061-0/+4
* Cosmetic change to commentsGregory Nutt2014-10-061-34/+51
* Eliminate a warningGregory Nutt2014-10-061-1/+1
* Fix some cornercase locking issues; make AIO lock re-entrantGregory Nutt2014-10-064-17/+61
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-062-10/+123
* Add ECANCELEDGregory Nutt2014-10-061-0/+2
* Update TODO listGregory Nutt2014-10-061-3/+11
* Fix some errors and spec compliance issues with aio_cancel()Gregory Nutt2014-10-061-44/+76
* Update ChangeLogGregory Nutt2014-10-061-1/+4
* Fix a place in the memory manager where it explicitly assumes that the size o...Gregory Nutt2014-10-061-9/+2
* Fix compile problems with debug onGregory Nutt2014-10-063-2/+3
* AIO test improvementsGregory Nutt2014-10-061-10/+151
* fs_initialize() is no longer weakGregory Nutt2014-10-062-7/+2
* Basic fixes for a clean simulator build with last big fs changesGregory Nutt2014-10-064-7/+8
* Update ChangeLogGregory Nutt2014-10-061-0/+4
* Major structure of file system functions to better support asynchronous I/O. ...Gregory Nutt2014-10-0633-316/+706
* Update ChangeLogGregory Nutt2014-10-061-0/+9
* Modify FS initialization logic to handle AIO container initialization.Gregory Nutt2014-10-064-5/+106
* Fix a typoGregory Nutt2014-10-061-1/+1
* Modify logic to use AIO control block containerGregory Nutt2014-10-065-53/+116
* Add a AIO control container to increase the payload with OS internal stuff.Gregory Nutt2014-10-066-6/+548
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-054-9/+25
* Fix some compilation issues introduced with last commitGregory Nutt2014-10-053-3/+3