index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the printing of open sockets from ugly KVM internals to use
claudio
2015-02-12
1
-155
/
+86
*
Get rid of another KVM reader and convert the multicast output to use
claudio
2015-02-09
1
-20
/
+5
*
Remove route/netstat -f encap in favor of ipsecctl -s flow.
reyk
2015-02-06
1
-3
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
Remove networks(5) support.
schwarze
2014-10-23
1
-8
/
+1
*
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
guenther
2014-06-23
1
-2
/
+2
*
use strtonum. ok krw
tedu
2014-02-13
1
-5
/
+9
*
ddpcb and unixsw symbols are no longer used with kvm_read
guenther
2014-01-10
1
-18
/
+14
*
unsigned char cast for isdigit, dealing with argv
deraadt
2013-11-20
1
-2
/
+2
*
use %d instea of %i
deraadt
2013-10-28
1
-2
/
+2
*
- add UNIX-domain socket info to struct kinfo_file2
guenther
2013-10-22
1
-6
/
+11
*
As non-root, whenever netstat is about to print out a kernel pointer...
deraadt
2013-03-20
1
-1
/
+4
*
i missed usage and the manpage. prod by jmc
tedu
2012-08-22
1
-2
/
+2
*
-h flag to print human numbers in conjunction with -w -b
tedu
2012-08-22
1
-2
/
+5
*
Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc
mikeb
2011-11-01
1
-2
/
+2
*
Fixup previous: don't forget to actually get the current rtable;
mikeb
2011-11-01
1
-2
/
+3
*
List sockets existing only in the specified or current routing domain.
mikeb
2011-11-01
1
-9
/
+12
*
rmove rotten netatalk bits
henning
2011-07-09
1
-12
/
+2
*
Add a -B flag to netstat which displays buffer sizes for TCP sockets.
jsing
2011-03-15
1
-3
/
+7
*
Print socket structure internals when netstat -P pcbaddr is called
bluhm
2010-10-30
1
-55
/
+43
*
Do similar changes to netstat as done to route(8). Try to show the
claudio
2010-10-11
1
-5
/
+36
*
pass the correct af if not specified.
dhill
2010-07-14
1
-3
/
+3
*
Make deprecated command line argument for extracting
lum
2010-06-30
1
-19
/
+19
*
Allow selecting both address family and protocol by passing the address family
blambert
2010-06-29
1
-14
/
+14
*
don't repeat the banner if not a tty.
tedu
2009-11-22
1
-4
/
+8
*
IPv6 support for divert sockets.
michele
2009-11-05
1
-1
/
+4
*
Add (again) support for divert sockets. They allow you to:
michele
2009-10-04
1
-1
/
+4
*
Make the kvm routing table code grok multiple routing tables and do not
claudio
2009-05-07
1
-2
/
+3
*
we use kvm_openfiles() not kvm_open(); Amarendra Godbole
deraadt
2009-02-21
1
-2
/
+2
*
Fix some interger overflows when accounting the used mbuf memory percentage
claudio
2009-01-27
1
-3
/
+3
*
netstat statistics for pflow(4) via pseudo family
gollo
2008-09-16
1
-1
/
+8
*
make -f mpls work. OK norby@
claudio
2008-05-08
1
-1
/
+3
*
Make if.c kvm free by fetching the interface stats via sysctl like in systat
claudio
2008-01-03
1
-16
/
+14
*
Remove the kvm code in rt_stats() and use the sysctl code all the time.
claudio
2007-12-19
1
-16
/
+6
*
delete rcsid crud
deraadt
2007-12-19
1
-15
/
+1
*
remove 21 nlist variables, and instead use sysctl to query the kernel
deraadt
2007-12-14
1
-154
/
+68
*
mbuf stats are always gotten via sysctl(), so remove old nlist stuff
deraadt
2007-12-11
1
-52
/
+44
*
an usage message should fit on a 80-column display
sobrado
2007-10-20
1
-3
/
+4
*
Make it possible to show alternate routing tables in netstat. This mostly
claudio
2007-07-25
1
-5
/
+13
*
Bring the index defines back in sync with struct nlist after removal of IPX
claudio
2007-06-28
1
-27
/
+27
*
remove IPX support, agreed by many
henning
2007-06-04
1
-24
/
+4
*
add -F to usage();
jmc
2007-03-23
1
-3
/
+3
*
Add a new flag -F to netstat restricting route display in conjuction
pyr
2007-03-23
1
-3
/
+6
*
Fix KVM snooping code of netstat that got broken by the multiple table
claudio
2006-08-29
1
-3
/
+12
*
Moving netstat from kvm snooping to retrieving the routing tables via
claudio
2006-05-27
1
-4
/
+13
*
make these use setres[ug]id for simple privilege dropping;
djm
2005-07-04
1
-8
/
+12
*
add -P to docs and usage/synopsis; ok markus jmc
jaredy
2005-06-16
1
-13
/
+11
*
add -P for dumping PCB infos, similar to netbsd; ok deraadt@
markus
2005-06-15
1
-31
/
+57
*
bye bye, Xerox NS protocols
henning
2005-06-08
1
-61
/
+37
*
- add a small description of final synopsis form
jmc
2005-05-02
1
-3
/
+3
[next]