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_7_2


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.80   20 months  kn   Remove useless -t "Make if.c kvm free by fetching the interface stats via sysct...
[TXT] inet.c  1.174   21 months  bluhm   There are some places in ip and ip6 input where operations fail due to out of me...
[TXT] inet6.c  1.56   21 months  bluhm   There are some places in ip and ip6 input where operations fail due to out of me...
[TXT] main.c  1.122   20 months  kn   Remove useless -t "Make if.c kvm free by fetching the interface stats via sysct...
[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.25   2 years  deraadt   sys/select.h is not needed, if howmany/NBBY are needed they will arrive via neti...
[TXT] net80211.c  1.20   2 years  deraadt   sys/select.h is not needed, if howmany/NBBY are needed they will arrive via neti...
[TXT] netstat.1  1.95   20 months  kn   Remove useless -t "Make if.c kvm free by fetching the interface stats via sysct...
[TXT] netstat.h  1.77   20 months  kn   Remove useless -t "Make if.c kvm free by fetching the interface stats via sysct...
[TXT] route.c  1.109   22 months  bluhm   Adapt netstat kvm code to ref count change in struct rtentry. found by otto@ the...
[TXT] show.c  1.59   23 months  claudio   There is no reason to print the RTF_DONE bit in the routing table output. It is ...
[TXT] unix.c  1.32   6 years  guenther   Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of ...