History log of /openbsd-src/usr.bin/netstat/Makefile (Results 1 – 24 of 24)
Revision Date Author Comments
# 543e2d55 12-Feb-2015 claudio <claudio@openbsd.org>

Switch the printing of open sockets from ugly KVM internals to use
kvm_getfiles. This allows to run netstat without any extra privileges
and removes another setgid program from base..
There is still

Switch the printing of open sockets from ugly KVM internals to use
kvm_getfiles. This allows to run netstat without any extra privileges
and removes another setgid program from base..
There is still kvm reader code in there which is used for debugging
purposes (crashdump). netstat should still behave mostly the same.
deraadt@ and sthen@ agree that it is time to get this puppy in.

show more ...


# e8b73dba 08-Feb-2015 claudio <claudio@openbsd.org>

Do extend CFLAGS instead of assigning it so that DEBUG=-g works
OK deraadt@


# caf42813 06-Feb-2015 reyk <reyk@openbsd.org>

Remove route/netstat -f encap in favor of ipsecctl -s flow.

OK deraadt@


# 5dc3930c 22-Aug-2012 tedu <tedu@openbsd.org>

-h flag to print human numbers in conjunction with -w -b


# b911906a 09-Jul-2011 henning <henning@openbsd.org>

rmove rotten netatalk bits


# 61054ae8 14-Dec-2007 deraadt <deraadt@openbsd.org>

remove 21 nlist variables, and instead use sysctl to query the kernel
turn on INET6 the default (remove the #ifdef's)
ok claudio reyk


# dc9cf8c1 04-Jun-2007 henning <henning@openbsd.org>

remove IPX support, agreed by many


# 04663169 27-May-2006 claudio <claudio@openbsd.org>

Moving netstat from kvm snooping to retrieving the routing tables via
sysctl. Most code is stolen from route -- which was stolen from netstat.
kvm snooping code is still in and useable. Put it in der

Moving netstat from kvm snooping to retrieving the routing tables via
sysctl. Most code is stolen from route -- which was stolen from netstat.
kvm snooping code is still in and useable. Put it in deraadt@ henning@

show more ...


# 0f948ff4 08-Jun-2005 henning <henning@openbsd.org>

bye bye, Xerox NS protocols


# 9f414a08 12-Apr-2005 reyk <reyk@openbsd.org>

add '-W interface' for 802.11 wireless statistics of the net80211 stack.

ok dlg@ deraadt@ jmc@


# 982e7fab 10-Feb-2005 itojun <itojun@openbsd.org>

backout previous; i committed to wrong repository (i meant to commit kame)


# 65f13d19 10-Feb-2005 itojun <itojun@openbsd.org>

dccp support


# c8e981bb 25-Jun-2004 henning <henning@openbsd.org>

remove netiso


# c490d68a 14-May-2003 itojun <itojun@openbsd.org>

use __KAME__ to determine kame-based kernel.


# 0d895b86 30-Jul-2001 hugh <hugh@openbsd.org>

another vax inspired object shuffle


# 45a3871f 14-Jun-2000 itojun <itojun@openbsd.org>

KAME_SCOPEID is necessary


# ecd63ce9 13-Jun-2000 angelos <angelos@openbsd.org>

Conditional INET6 inclusion (for crunchgen uses) -- default yes.


# c89d62be 30-Dec-1999 itojun <itojun@openbsd.org>

enable KAME scopeid hack (print link-local addresses with scope identifier
like "fe80::1@de0").


# 1b19b969 08-Dec-1999 itojun <itojun@openbsd.org>

add IPv6 support from KAME. cleanup type matches with printf() format.
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.


# e189ddde 21-Sep-1997 deraadt <deraadt@openbsd.org>

$OpenBSD$


# a8e7354d 23-Jul-1997 denny <denny@openbsd.org>

Add AppleTalk support. TODO: route.c does not handle netranges.


# cdf52bae 16-Aug-1996 mickey <mickey@openbsd.org>

ipx.


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree