summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-085-10/+7
* Update ChangeLogGregory Nutt2014-10-081-1/+2
* Remaining files under nuttx/binfmt changed to use the corrected syslog interf...Gregory Nutt2014-10-082-10/+8
* Update ChangeLogGregory Nutt2014-10-081-2/+2
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-0811-92/+57
* All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt2014-10-086-171/+49
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-0822-572/+144
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-0858-1274/+447
* Update ChangeLogGregory Nutt2014-10-081-2/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-0846-375/+576
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-081-2/+2
* 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
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-4/+58
* 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
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-4/+12
* 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-061-7/+22
* 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
* 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