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
*
Fix reading route entries via kvm(3).
mpi
2019-04-28
1
-26
/
+18
*
add -e to usage; while here, change the argument name to -T from tableid
jmc
2019-03-05
1
-4
/
+4
*
when showing interface stats, combine the queue drops with errors as fails
dlg
2019-03-04
1
-3
/
+6
*
Print global IPsec counters.
mpi
2018-08-13
1
-1
/
+2
*
add option -l to show only listening sockets (for tcp)
benno
2017-08-12
1
-3
/
+3
*
Remove PIM support from the multicast stack.
rzalamena
2016-12-22
1
-3
/
+1
*
To tune the TCP SYN cache we need more information. Print the
bluhm
2016-07-20
1
-1
/
+7
*
The "-P" option does not need to read routing table symbols so do not
mpi
2016-01-01
1
-5
/
+6
*
further simplify argv
tedu
2015-10-23
1
-10
/
+8
*
simplify backcompat. no more support for kernel or kmem on argv
tedu
2015-10-23
1
-9
/
+4
*
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
[next]