- Jul 31, 2015
-
-
Gregory Nutt authored
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
-
- Jul 30, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
-
Gregory Nutt authored
-
Gregory Nutt authored
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
-
Gregory Nutt authored
-
- Jul 28, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
readline: Update initial readline commit -- make option configurable. Add an interface to de-couple the readline implementation from NSH. Misc. updates for coding style
-
Gregory Nutt authored
Unix style TAB compleition, for builtin apps only
-
Nghia Ho authored
-
- Jul 27, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 26, 2015
-
-
Gregory Nutt authored
OS test: Sporadic test now emits a message if the max_repl configuration is too small for the test to work reliably
-
Gregory Nutt authored
-
- Jul 25, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
OS test: add some locking and unlocking of the scheduler to the sporadic scheduler test in order to test a few more cases
-
Gregory Nutt authored
-
- Jul 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 23, 2015
-
-
Gregory Nutt authored
netutils: fix a typo while validating addrlen
-
Librae authored
-
Gregory Nutt authored
Adjust for increased size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies
-
- Jul 22, 2015
-
-
Gregory Nutt authored
-
- Jul 21, 2015
-
-
Gregory Nutt authored
-
- Jul 17, 2015
-
-
Gregory Nutt authored
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()
-
- Jul 14, 2015
-
-
Gregory Nutt authored
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
-
- Jul 13, 2015
-
-
Gregory Nutt authored
-
- Jul 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
If NSH or Webclient is selected, make sure that CONFIG_LIBC_NETDB is enabled; reanem dnsclient.h to dns.h
-
- Jul 11, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 10, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-