summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/commands (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add protocol definitionSebastian Huber2013-04-181-1/+1
* Switch to a version of select that is closer to bsd's version.Jennifer Averett2012-11-261-0/+4
* ping: Remove unnecessary ifdefJennifer Averett2012-10-261-2/+0
* netstat/kvm: Disable debug printsJoel Sherrill2012-10-252-4/+2
* netstat/netstat.h: Add macro so rt_tables is in private namespaceJoel Sherrill2012-10-251-0/+2
* netstat: Enable use of kvm againJoel Sherrill2012-10-243-7/+10
* ping: corrected argument get to work with rtems.Jennifer Averett2012-10-241-0/+4
* netstat: Use rtems_clock_get_uptime() instead of BSD specific methodJoel Sherrill2012-10-231-1/+3
* netstat: Add macros to assist use of getopt_r()Joel Sherrill2012-10-231-0/+4
* Commands: Build with IPV6 enabledJoel Sherrill2012-10-232-1/+28
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJennifer Averett2012-10-231-0/+4
|\
| * route: Add macros to assist use of getopt_r()Joel Sherrill2012-10-231-0/+4
* | netstat: Added exit funtionality.Jennifer Averett2012-10-231-1/+375
|/
* ifconfig.c: Correct for getopt_r()Joel Sherrill2012-10-231-0/+4
* netstat/if.c: Use POSIX not BSD signalsJoel Sherrill2012-10-231-3/+14
* route command: Clean up kernal symbol accessesJoel Sherrill2012-10-235-12/+40
* Add kvm header file - stubbed for RTEMSJoel Sherrill2012-10-231-0/+0
* Add netstat commandJoel Sherrill2012-10-175-8/+74
* Added rtems exit code to ping, route, and ifconfig commands.Jennifer Averett2012-10-163-5/+83
* Resolve more conflictsJoel Sherrill2012-10-121-0/+25
* Add ifconfig command as RTEMS Shell commandJoel Sherrill2012-10-115-2/+72
* route.c and ifconfig.c: Added rtems style mains.Jennifer Averett2012-10-052-1/+10
* Added the ifconfig command.Jennifer Averett2012-09-0723-0/+14656
* netstat: New command - Almost completely compilesJoel Sherrill2012-09-0718-0/+9492
* dhclient: New filesJoel Sherrill2012-09-0628-0/+11078
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJoel Sherrill2012-09-063-0/+2147
|\
| * route: Added files for the route command.Jennifer Averett2012-09-063-0/+2147
* | Revert patches moving include of port_local.h to top of fileJoel Sherrill2012-09-062-3/+0
|/
* ping6.c: Add include of port_before.hJoel Sherrill2012-09-051-0/+2
* ping.c: Add include of port_before.h and rtems shell glueJoel Sherrill2012-09-051-0/+14
* ping/ping6: Use getopt_r and make main unique for RTEMSJoel Sherrill2012-08-312-0/+39
* commands ping/ping6: Add initial ports of FreeBSD ping and pin6 portsJoel Sherrill2012-08-314-0/+5635