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_9_BASE


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.77   3 years  claudio   Unle recover the scope_id from a possible embedded scope if the scope_id is not ...
[TXT] inet.c  1.171   3 years  deraadt   sockb variable is unused (and even worse, was common unused)
[TXT] inet6.c  1.55   3 years  deraadt   sockb variable is unused (and even worse, was common unused)
[TXT] main.c  1.121   3 years  deraadt   satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h t...
[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.92   3 years  schwarze   Add missing .Cm macros to the Address Family table. While here, trim pointless q...
[TXT] netstat.h  1.76   3 years  deraadt   satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h t...
[TXT] route.c  1.107   3 years  claudio   Netstat wants to access kernel internal structures for the kvm walker of the rou...
[TXT] show.c  1.58   3 years  florian   Add missing __KAME__ markers. OK claudio
[TXT] unix.c  1.32   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...