summaryrefslogtreecommitdiffstats
path: root/freebsd/usr.bin/netstat/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-04Update to FreeBSD 8.4Sebastian Huber1-4/+31
2013-10-31NETSTAT(1): Initialize global variablesSebastian Huber1-3/+44
2013-10-31NETSTAT(1): Fix isalpha() and isdigit() usageSebastian Huber1-2/+2
2013-10-31NETSTAT(1): Add const qualifierSebastian Huber1-376/+16
2013-10-31NETSTAT(1): Wrap exit(), etc.Sebastian Huber1-0/+2
2013-10-31Move shell items to separate fileSebastian Huber1-14/+2
2013-10-31Move program control to thread structureSebastian Huber1-15/+6
2013-10-31Simplify getopt() to getopt_r() translationSebastian Huber1-15/+12
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-5/+1
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2013-04-18Add protocol definitionSebastian Huber1-1/+1
2012-10-25netstat/kvm: Disable debug printsJoel Sherrill1-1/+1
2012-10-24netstat: Enable use of kvm againJoel Sherrill1-3/+4
2012-10-23netstat: Add macros to assist use of getopt_r()Joel Sherrill1-0/+4
2012-10-23netstat: Added exit funtionality.Jennifer Averett1-1/+375
2012-10-23route command: Clean up kernal symbol accessesJoel Sherrill1-8/+14
2012-10-17Add netstat commandJoel Sherrill1-0/+39
2012-09-07netstat: New command - Almost completely compilesJoel Sherrill1-0/+805