summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trivial AIO-related changesGregory Nutt2014-10-092-9/+13
* Update comments and function headersGregory Nutt2014-10-094-32/+154
* Update ChangeLogGregory Nutt2014-10-091-1/+4
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-0910-15/+15
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-096-59/+16
* Update ChangeLogGregory Nutt2014-10-091-0/+2
* Correct STM32 RTC EXTI bit definition. From LazloGregory Nutt2014-10-091-2/+2
* Update ChangeLogGregory Nutt2014-10-091-0/+4
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-09245-391/+240
* Fix a naming problem (actally a cut'n'paste problem)Gregory Nutt2014-10-082-6/+6
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-0814-268/+78
* Update ChangeLogGregory Nutt2014-10-081-0/+2
* Add syslog system callsGregory Nutt2014-10-087-17/+56
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-0816-156/+573
* Upate ChangeLogGregory Nutt2014-10-081-0/+2
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-0812-80/+240
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-086-10/+9
* Update ChangeLogGregory Nutt2014-10-081-0/+5
* Fix files under NxWidgets to use the corrected syslog interfacesGregory Nutt2014-10-0842-368/+241
* 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 ChangeLogGregory Nutt2014-10-081-2/+4
* 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