summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-0/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-2/+119
|
* netshell01: Add license, fix formatSebastian Huber2017-02-281-8/+32
|
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+1
|
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-1/+2
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-101-0/+1
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* HOSTNAME(1): Import from FreeBSDSebastian Huber2014-11-051-0/+1
|
* Update due to shell API changesSebastian Huber2014-04-171-1/+2
|
* testsuite: Simplify testsSebastian Huber2013-11-131-1/+0
|
* netshell01: Avoid multiple definitionsSebastian Huber2013-10-311-5/+0
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-103-37/+5
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* netshell01: Add netstat commandJoel Sherrill2012-10-231-0/+1
|
* Add ifconfig command as RTEMS Shell commandJoel Sherrill2012-10-111-1/+3
| | | | | | | | This is enough to be able to invoke the ifconfig command but it calls exit() which is inappropriate. The "struct option" in the ifconfig code conflicts with a structure of the same name in newlib's and glibc's getopt.h.
* netshell01: Add ns parser globals needed for ping.Jennifer Averett2012-10-112-1/+6
|
* netshell01/.gitignore: UpdateJoel Sherrill2012-09-111-1/+1
|
* netshell01/.gitignore: New fileJoel Sherrill2012-09-111-0/+1
|
* freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are ↵Joel Sherrill2012-09-071-1/+1
| | | | both here
* netshell01: Link against ping commandJoel Sherrill2012-09-071-3/+5
|
* netshell01: New test and stop using old network configuration codeJoel Sherrill2012-09-013-0/+75
The old network configuration using a data structure does not support IPV6 and does not support all of the network settings that the FreeBSD command line utilities do. Transition to using the network utilities like ifconfig, route, etc. to initialize the NIC configuration.