OpenBSD CVS

src/usr.bin/netstat/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / netstat

Current tag: OPENBSD_6_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   9 years  claudio   Switch the printing of open sockets from ugly KVM internals to use kvm_getfiles....
[TXT] if.c  1.76   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] inet.c  1.168   4 years  mpi   Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs. Breakage...
[TXT] inet6.c  1.54   4 years  sashan   Make sure packet destination address matches interface address, where such packe...
[TXT] main.c  1.116   5 years  mpi   Fix reading route entries via kvm(3). From Naoki Fukaumi, ok yasuoka@, sthen@
[TXT] mbuf.c  1.43   4 years  bluhm   Prevent integer overflow in kernel and userland when checking mbuf limits. Conv...
[TXT] mroute.c  1.26   4 years  bluhm   The output of netstat -g was mangled. Fix header line and print format. OK mpi@...
[TXT] mroute6.c  1.24   5 years  kn   Zap unused mifi_t. OK bluhm mpi jca
[TXT] net80211.c  1.19   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] netstat.1  1.86   5 years  jmc   signpost the location of the text explaining routing table output a little bette...
[TXT] netstat.h  1.74   5 years  mpi   Fix reading route entries via kvm(3). From Naoki Fukaumi, ok yasuoka@, sthen@
[TXT] route.c  1.104   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] show.c  1.55   5 years  yasuoka   Dont print "default" for "0.0.0.0" if it is a host route. diff from asou at soum...
[TXT] unix.c  1.32   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...