- Aug 12, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
procfs routing table: Don't print the IPv4 routing table header if the table is empty. Fix a couple of places where CONFIG_NET_IPv4 was used wehre IPv6 was intended (not noticed now because I am testing with both enabled).
-
Gregory Nutt authored
-
Goran Mekić authored
-
- Aug 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
cwchar:Use CONFIG_LIBC_WCHAR to only export the wc/mb functions Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
When a build does not want to use wide or multibyte char CONFIG_LIBC_WCHAR is not set. Therefore we should to only export the wc/mb functions when defined. Regardless of the stat of CONFIG_LIBC_WCHAR the non mb/wc definitions such as mbstate_t, wint_t, wctype_t need to be exported.
-
- Aug 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Network routing table: Trivial name changes to make IPv4 and IPv6 more symmetric. Add debug logic to dump the content of the router table.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
- Aug 09, 2017
-
-
Gregory Nutt authored
Networking: Fix typo for 802.11 devices in netdev_register(). Was being masked before because depended on CONFIG_NET_MULTLINK.
-
Gregory Nutt authored
Fix IPv6 loopback driver that depended on the removed g_ipv6_allonesaddr. Noted by Masayuki Ishikawa
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 08, 2017
-
-
Bill Morgan authored
readme: fix typo Bask->Bash Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Bill Morgan authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Fix netdev_dev_lladdrsize. In some configurations, it could return the wrong size for the address of a packet radio.
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code.
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
libm: Eliminate a warning from lgamma(); Update some comments; Add some logic to handle broadcast better -- Currently conditioned out because it does not work.
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-