summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Gregory Nutt2014-10-089-53/+39
| | | | syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces
* 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
| | | | thread for priority inheritance
* 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 ↵Gregory Nutt2014-10-0714-27/+14
| | | | to convert the stm32f429i-disco configuration to use OTGHS instead of OTFHS in FS mode (OTGFS2). But I don't have the boards and can't test
* Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS ↵Gregory Nutt2014-10-0710-68/+194
| | | | mode logic. From Brennan Ashton
* Add files that implement true high speed support for the STM32 OTGHS ↵Gregory Nutt2014-10-073-0/+5606
| | | | peripheral. From Brennan Ashton
* 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 ↵Gregory Nutt2014-10-071-0/+4
| | | | CONFIG_PRIORITY_INHERITANCE is not selected
* 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 ↵Gregory Nutt2014-10-077-51/+195
| | | | uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread
* 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 ↵Gregory Nutt2014-10-061-9/+2
| | | | of a point is 4 bytes. That is OK if the actually size is smaller but makes the heap unstable when used withthe x86_64 host simulation
* 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
| | | | Respository should not be trusted until I have a chance to verify everything
* 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
|