- Jan 27, 2015
-
-
Gregory Nutt authored
Unix domain: With these changes I can build a system with no link layer enabled, only Unix domain sockets
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 26, 2015
-
-
Gregory Nutt authored
-
- Jan 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 23, 2015
-
-
Gregory Nutt authored
Networking: IPv4 and IPv6 work together. This fixes a bug necessary to accomplish that as well as cleaning up a couple of other issues
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH logic is complete but still missing some network level support
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Correct the value returned by accept() in the case where net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln
-
Gregory Nutt authored
apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabled: Call sigaction with SA_NOCLDWAIT so that exit status is not retained (no zombies) and block receipt of SIGCHLD so that accept is not awakened by a signal. Iff accept() is awakened by a signal, do not do anything crazy like exit. Most from Rony Xln
-
- Jan 21, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family
-
Gregory Nutt authored
-
- Jan 20, 2015
-
-
Gregory Nutt authored
-
- Jan 19, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/netutils/netlib: All IOCTLs must use a valid address family -- even if the address family does not matter such as when getting the MAC address or the network flags
-
Gregory Nutt authored
NSH library: Disable put and get commends of TFTP client is not enabled; disable wget command if web client is not enabled
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 addresses, and enough IPv6 ifconfig to allocation compilation (logic still not implemented)
-