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_5_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.21   11 years  tedu   -h flag to print human numbers in conjunction with -w -b
[TXT] if.c  1.68   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] inet.c  1.133   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] inet6.c  1.45   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] main.c  1.101   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] mbuf.c  1.32   9 years  dlg   info about pools is currently given to userland by copying each pools struct out...
[TXT] mroute.c  1.21   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] mroute6.c  1.13   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] net80211.c  1.10   10 years  mikeb   split kernel parts of the if.h into a separate header file if_var.h which allows...
[TXT] netstat.1  1.71   10 years  jmc   catch up with the inet(3) rename; this commit missed in previous ok guenther
[TXT] netstat.h  1.66   10 years  guenther   - add UNIX-domain socket info to struct kinfo_file2 - convert netstat from kvm_g...
[TXT] route.c  1.93   10 years  bluhm   netstat -Ar leaked some kernel pointers to unprivileged users. Use hideroot to ...
[TXT] show.c  1.42   10 years  mpi   Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. Nothing use them fo...
[TXT] unix.c  1.23   9 years  deraadt   #define _KERNEL hack requires ucred.h now as well