Gregory Nutt
|
fcdbdbcd6f
|
Update ChangeLog
|
2014-10-09 07:11:11 -06:00 |
|
Gregory Nutt
|
5815201cc2
|
Move syslog back to libc/syslog from fs/syslog
|
2014-10-09 07:08:36 -06:00 |
|
Gregory Nutt
|
d2c8e13ed5
|
Backing out some logic: Remove syslog functions from syscalls
|
2014-10-09 06:58:23 -06:00 |
|
Gregory Nutt
|
f32277a2ac
|
Update ChangeLog
|
2014-10-09 06:27:02 -06:00 |
|
Gregory Nutt
|
0f07dfb6e5
|
Correct STM32 RTC EXTI bit definition. From Lazlo
|
2014-10-09 06:25:07 -06:00 |
|
Gregory Nutt
|
b8bb4bc8f1
|
Update ChangeLog
|
2014-10-09 06:10:57 -06:00 |
|
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
6d28596fa5
|
Fix a naming problem (actally a cut'n'paste problem)
|
2014-10-08 20:17:18 -06:00 |
|
Gregory Nutt
|
bbc658930a
|
Passing va_list in syscall does not work. Temporarily moved syslog and lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog
|
2014-10-08 20:12:52 -06:00 |
|
Gregory Nutt
|
2673651446
|
Update ChangeLog
|
2014-10-08 19:38:56 -06:00 |
|
Gregory Nutt
|
323084f32f
|
Add syslog system calls
|
2014-10-08 19:37:10 -06:00 |
|
Gregory Nutt
|
ec57ab6391
|
Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog
|
2014-10-08 19:08:26 -06:00 |
|
Gregory Nutt
|
f824b59f43
|
Upate ChangeLog
|
2014-10-08 17:17:37 -06:00 |
|
Gregory Nutt
|
a8399d5c6b
|
Move syslog logic from libc/misc and libc/stdio to libc/syslog
|
2014-10-08 17:16:41 -06:00 |
|
Gregory Nutt
|
176491ce75
|
Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken
|
2014-10-08 16:23:48 -06:00 |
|
Gregory Nutt
|
c0382e8e17
|
Update ChangeLog
|
2014-10-08 15:35:19 -06:00 |
|
Gregory Nutt
|
2311a97ad6
|
Remaining files under nuttx/binfmt changed to use the corrected syslog interfaces
|
2014-10-08 15:34:51 -06:00 |
|
Gregory Nutt
|
615004bb54
|
Update ChangeLog
|
2014-10-08 15:32:49 -06:00 |
|
Gregory Nutt
|
27a7f8b018
|
Remaining files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 15:32:00 -06:00 |
|
Gregory Nutt
|
c91669ea47
|
All USB Composite-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 15:13:00 -06:00 |
|
Gregory Nutt
|
8c1e954b84
|
All USB MSC-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:59:10 -06:00 |
|
Gregory Nutt
|
f40857c04f
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
|
Gregory Nutt
|
c0d179f4a8
|
Update ChangeLog
|
2014-10-08 12:49:23 -06:00 |
|
Gregory Nutt
|
7b310711a1
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -06:00 |
|
Gregory Nutt
|
0cd7683711
|
Update everything under apps/ to use the corrected syslog interfaces
|
2014-10-08 11:34:22 -06:00 |
|
Gregory Nutt
|
8db42f5b54
|
Update ChangeLog
|
2014-10-08 10:48:47 -06:00 |
|
Gregory Nutt
|
0abe6c66d7
|
Update everything under nuttx/net to use the corrected syslog interfaces
|
2014-10-08 10:48:11 -06:00 |
|
Gregory Nutt
|
e493e087a2
|
Update ChangeLog
|
2014-10-08 10:19:49 -06:00 |
|
Gregory Nutt
|
d7d759f7a7
|
Update everything under nuttx/drivers to use the corrected syslog interfaces
|
2014-10-08 10:18:58 -06:00 |
|
Gregory Nutt
|
d55ab6a0f5
|
Update ChangeLog
|
2014-10-08 09:47:04 -06:00 |
|
Gregory Nutt
|
f8ed7323c0
|
make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces
|
2014-10-08 09:44:15 -06:00 |
|
Gregory Nutt
|
047deada84
|
Remove non-portable references to syslog from apps/examples
|
2014-10-08 08:33:00 -06:00 |
|
Gregory Nutt
|
7f36c4e97b
|
Update some Kconfig comments; Add a upper limit on the lower priority worker thread for priority inheritance
|
2014-10-07 17:11:26 -06:00 |
|
Gregory Nutt
|
792e40f513
|
Simplification of conditional compilation suggested by pn_bouteville
|
2014-10-07 15:44:54 -06:00 |
|
Gregory Nutt
|
53ff25aacc
|
Update ChangeLog
|
2014-10-07 15:29:53 -06:00 |
|
Gregory Nutt
|
868fa211bc
|
Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try 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
|
2014-10-07 15:25:31 -06:00 |
|
Gregory Nutt
|
c448888810
|
Integrates OTGHS support into the STM32; Eliminates the older OTGHS in FS mode logic. From Brennan Ashton
|
2014-10-07 15:05:30 -06:00 |
|
Gregory Nutt
|
170e5c6134
|
Add files that implement true high speed support for the STM32 OTGHS peripheral. From Brennan Ashton
|
2014-10-07 15:01:42 -06:00 |
|
Gregory Nutt
|
974f884ddc
|
Fix typos that cause compile error when file system debug is enabled
|
2014-10-07 13:49:49 -06:00 |
|
Gregory Nutt
|
e5f34875ff
|
AIO signal related fixes; extensino to AIO test
|
2014-10-07 09:57:20 -06:00 |
|
Gregory Nutt
|
f575567f55
|
Fix a compilation error in last commits that occure if CONFIG_PRIORITY_INHERITANCE is not selected
|
2014-10-07 09:07:54 -06:00 |
|
Gregory Nutt
|
f956bd9915
|
Chane a type from int to int16_t for a little better packing in a structure
|
2014-10-07 08:36:53 -06:00 |
|
Gregory Nutt
|
4c7b988525
|
Update some comments
|
2014-10-07 08:34:10 -06:00 |
|
Gregory Nutt
|
a0f3267d5c
|
Update ChangeLog
|
2014-10-07 08:26:40 -06:00 |
|
Gregory Nutt
|
98a4b6fb79
|
The Asynch I/O implementation now satisfies POSIX priority requirements; it uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread
|
2014-10-07 08:24:50 -06:00 |
|
Gregory Nutt
|
dd2c94d593
|
Update ChangeLog
|
2014-10-07 07:46:59 -06:00 |
|
Gregory Nutt
|
322f9f401c
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
|
Gregory Nutt
|
d7843c8e24
|
Add support for priority inheritance on the low priority worker queue
|
2014-10-07 07:41:52 -06:00 |
|
Gregory Nutt
|
03b0dc12c7
|
Add AIO interfaces to libc.csv
|
2014-10-06 19:15:10 -06:00 |
|
Gregory Nutt
|
38ddbc774f
|
Cosmetic change to comments
|
2014-10-06 18:03:01 -06:00 |
|