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 |
|
Gregory Nutt
|
e38640ecd8
|
Eliminate a warning
|
2014-10-06 16:15:24 -06:00 |
|
Gregory Nutt
|
9e102bc458
|
Fix some cornercase locking issues; make AIO lock re-entrant
|
2014-10-06 15:54:00 -06:00 |
|
Gregory Nutt
|
67030f9049
|
Add test for aio_cancel() and fix some bugs found by the test
|
2014-10-06 15:06:01 -06:00 |
|
Gregory Nutt
|
002e686991
|
Add ECANCELED
|
2014-10-06 15:05:35 -06:00 |
|
Gregory Nutt
|
9890b905bc
|
Update TODO list
|
2014-10-06 14:36:18 -06:00 |
|
Gregory Nutt
|
b447c413d0
|
Fix some errors and spec compliance issues with aio_cancel()
|
2014-10-06 14:28:40 -06:00 |
|
Gregory Nutt
|
9a4a3c1cdb
|
Update ChangeLog
|
2014-10-06 12:51:28 -06:00 |
|
Gregory Nutt
|
1273be4cfc
|
Fix a place in the memory manager where it explicitly assumes that the size 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
|
2014-10-06 12:49:35 -06:00 |
|
Gregory Nutt
|
7cbe29e7db
|
Fix compile problems with debug on
|
2014-10-06 12:28:37 -06:00 |
|
Gregory Nutt
|
37cf4135c4
|
fs_initialize() is no longer weak
|
2014-10-06 11:45:35 -06:00 |
|