- Jul 06, 2015
-
-
Gregory Nutt authored
-
- Jul 05, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
The libc versions of get/sethostname should just call the internal net/netdb versions in the flat build. In the protected and kernel builds, sethostname is a system call but gethostname calls uname() to get the hostname
-
Gregory Nutt authored
-
Gregory Nutt authored
gethostname() should not be the system call, uname() should and gethostname should get the host name from uname
-
Gregory Nutt authored
-
Gregory Nutt authored
get/sethostname: Add a critical section. There is a microscopic possibily that the global name could change while being accessed by a thread
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated
-
- Jul 04, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMD21: Last fix to header files caused a compile problem because logic used a value which is no longer available for the SAMD21
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M
-
Gregory Nutt authored
-
Gregory Nutt authored
Simulatin: Save the intial terminal mode and restore this before terminating. Otherwise, the NSH shutdown command leaves the console in raw mode
-
Gregory Nutt authored
-
Gregory Nutt authored
sim configuration: Add support for board_app_initialize() which is needed when CONFIG_LIB_BOARDCTL=y
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 03, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Stavros Polymenis authored
-
Gregory Nutt authored
-
- Jul 02, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-