Gregory Nutt
|
ae2e61c764
|
OS test: improve the sporadic scheduler test by waiting for a bit in the 'nuisance' thread
|
2015-07-27 15:52:27 -06:00 |
|
Gregory Nutt
|
c27364570f
|
OS test, sporadic scheduler test: If more timers are available, use them
|
2015-07-27 08:10:59 -06:00 |
|
Gregory Nutt
|
70f1ee9dcd
|
OS test: Sporadic test now emits a message if the max_repl configuration is too small for the test to work reliably
|
2015-07-26 15:34:33 -06:00 |
|
Gregory Nutt
|
46c3158b85
|
OS test: Cosmetic changes to printf output in sporadic scheduler test
|
2015-07-26 10:52:47 -06:00 |
|
Gregory Nutt
|
b0fa962e42
|
OS test: Sporadic test was passing an illegal value for max_repl
|
2015-07-25 12:47:24 -06:00 |
|
Gregory Nutt
|
51b645eb34
|
OS test: add some locking and unlocking of the scheduler to the sporadic scheduler test in order to test a few more cases
|
2015-07-25 12:29:22 -06:00 |
|
Gregory Nutt
|
e15a186530
|
OS test: Some extensions to the sporadic scheduler test
|
2015-07-24 18:16:10 -06:00 |
|
Gregory Nutt
|
bc4a0ec95f
|
OS test: Make the sporadic test output more readable
|
2015-07-24 14:13:01 -06:00 |
|
Gregory Nutt
|
2d46cae060
|
Add a test for the sporadic scheduler
|
2015-07-24 13:50:31 -06:00 |
|
Gregory Nutt
|
e5ebfe35f6
|
OS test: improve synchronization for starting the round robin test
|
2015-07-24 13:04:40 -06:00 |
|
Gregory Nutt
|
388217c1a0
|
Trivial, costmetic change
|
2015-07-24 10:19:29 -06:00 |
|
Gregory Nutt
|
6390eb55a0
|
Merged in linkgo/apps (pull request #1)
netutils: fix a typo while validating addrlen
|
2015-07-23 13:56:36 -06:00 |
|
Librae
|
46b257c945
|
netutils: fix a typo while validating addrlen
|
2015-07-24 02:26:54 +08:00 |
|
Gregory Nutt
|
3a57f9e2ef
|
Adjust for increased size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
|
2015-07-23 10:15:57 -06:00 |
|
Gregory Nutt
|
62853218d3
|
Eliminate a warning detected by nuttx/tools/testbuild.sh
|
2015-07-22 14:09:29 -06:00 |
|
Gregory Nutt
|
7f0c1fc33f
|
STM32F746G-Disco: Move C++ initialization from configs/ to apps/platform where it belongs
|
2015-07-21 11:17:58 -06:00 |
|
Gregory Nutt
|
25f144fd55
|
NSH: Fix compile issue from all of the recent NETDB changes. If NETDB is not enabled, we need to use inet_pton() instead of gethostbyname()
|
2015-07-17 08:33:22 -06:00 |
|
Gregory Nutt
|
13a04b6255
|
apps/examples/nxlines: Clear a slightly larger rectangle than the one that we drew. This eliminates edge effects due to applying anti-aliasing twice: Once when the line was drawn, and again when the line was erased by overwriting it with the background color
|
2015-07-14 14:24:51 -06:00 |
|
Gregory Nutt
|
25d45d642f
|
Add an NSH nslookup command
|
2015-07-13 11:19:02 -06:00 |
|
Gregory Nutt
|
7e43ffa602
|
Fix a bad function prototype introduced in a previous commit
|
2015-07-12 13:42:28 -06:00 |
|
Gregory Nutt
|
80c07ae3e0
|
Upate ChangeLog
|
2015-07-12 11:59:59 -06:00 |
|
Gregory Nutt
|
ba72767d09
|
apps/netutils/netlib and other files: Create netlib wrapper functions around dns_getserver() and dns_setserver() to isolate application code from changes to those interfaces.
|
2015-07-12 11:53:23 -06:00 |
|
Gregory Nutt
|
812450ebe6
|
If NSH or Webclient is selected, make sure that CONFIG_LIBC_NETDB is enabled; reanem dnsclient.h to dns.h
|
2015-07-12 09:25:39 -06:00 |
|
Gregory Nutt
|
c7bd1f4186
|
Replaces calls to non-standard dns_hostip() with calls to the standard gethostbyname()
|
2015-07-11 08:15:29 -06:00 |
|
Gregory Nutt
|
effda16cf5
|
DNS: Remove some unused, non-functional DNS functions
|
2015-07-11 07:17:11 -06:00 |
|
Gregory Nutt
|
ae57fd7ee2
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:56 -06:00 |
|
Gregory Nutt
|
9669fff72b
|
Fix system/netdb configuration dependency
|
2015-07-10 14:53:58 -06:00 |
|
Gregory Nutt
|
03f477462a
|
Remove broken host support for examples/sendmail and examples/wget
|
2015-07-10 14:36:18 -06:00 |
|
Gregory Nutt
|
5e8928d009
|
Remove bogus references to CONFIG_HAVE_GETHOSTBYNAME
|
2015-07-10 14:03:28 -06:00 |
|
Gregory Nutt
|
6bfef5b2de
|
os_main.c may not call waitpid() and so needs to include sys/wait.h
|
2015-07-10 13:32:00 -06:00 |
|
Gregory Nutt
|
7e937597f9
|
Fix up nameing of configuration variables to follow changes made in nuttx
|
2015-07-10 12:12:22 -06:00 |
|
Gregory Nutt
|
48c36800f5
|
apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.
|
2015-07-10 11:31:13 -06:00 |
|
Gregory Nutt
|
5abf88abed
|
Print host aliases too; Change how host name is print; the match might be on a host name alias rather than the actual host name
|
2015-07-09 09:16:41 -06:00 |
|
Gregory Nutt
|
662620ae50
|
apps/system/netdb: Fix length argument used with inet_ntop
|
2015-07-08 16:46:35 -06:00 |
|
Gregory Nutt
|
b63f57b949
|
Fix an error in the system/netdb Makefile
|
2015-07-08 16:25:39 -06:00 |
|
Gregory Nutt
|
05f608322e
|
Add a command to access the network database
|
2015-07-08 16:02:18 -06:00 |
|
Gregory Nutt
|
45bc73898c
|
Fix a missing quot mark in a Kconfig
|
2015-07-08 13:43:17 -06:00 |
|
Gregory Nutt
|
e2dad619f6
|
Review and update OS test changes
|
2015-07-06 14:51:49 -06:00 |
|
Brennan Ashton
|
e7dc07c291
|
[OSTEST] Add option to poweroff with test status
|
2015-07-06 11:51:15 -07:00 |
|
Gregory Nutt
|
74aa0f21c5
|
NSH uname command: Uninitialized variable caused failures in some unlucky cases
|
2015-07-05 09:06:13 -06:00 |
|
Gregory Nutt
|
584284adc3
|
NSH uname, Use unknown if board name is not known
|
2015-07-05 08:42:00 -06:00 |
|
Gregory Nutt
|
fa8f6d53e1
|
Update README
|
2015-07-05 06:51:39 -06:00 |
|
Gregory Nutt
|
243694308e
|
NSH uname command will now print the board directory for -i option
|
2015-07-05 06:47:29 -06:00 |
|
Gregory Nutt
|
5ff7234707
|
Remove the system/sysinfo command
|
2015-07-04 15:17:36 -06:00 |
|
Gregory Nutt
|
d710b7c3b7
|
Add support for the NSH uname command
|
2015-07-04 15:13:11 -06:00 |
|
Gregory Nutt
|
f9afefe7e9
|
Fix a typo in a Kconfig file
|
2015-07-04 13:17:10 -06:00 |
|
Gregory Nutt
|
95eea325cf
|
Add poweroff and reboot NSH commands as alternatives to the shutdown command
|
2015-07-04 12:44:24 -06:00 |
|
Gregory Nutt
|
165637ce27
|
The NSH shutdown option should be called --reboot, not --reset, for compatibility with the statndard shutdown command
|
2015-07-04 11:39:44 -06:00 |
|
Gregory Nutt
|
a2a1530694
|
The NSH shutdown command now supports the --reset option, if available in hardware
|
2015-07-04 11:11:16 -06:00 |
|
Gregory Nutt
|
fa9e1812f8
|
Oops.. forgot to add a file before the last commit
|
2015-07-04 08:44:42 -06:00 |
|