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
/
systat
/
netstat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch the netstat view of systat to use the same kvm_getfiles()
claudio
2015-03-12
1
-145
/
+176
*
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
deraadt
2015-01-20
1
-2
/
+1
*
first batch of programs adapting to the namespace cleanup
deraadt
2015-01-16
1
-2
/
+4
*
This tool doesn't actually support networks(5).
schwarze
2014-10-24
1
-9
/
+1
*
userland reallocarray audit.
doug
2014-10-08
1
-2
/
+2
*
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
mpi
2014-08-14
1
-4
/
+1
*
final circleq to tailq fix. restore the previous pointer check by reading
tedu
2013-12-25
1
-3
/
+12
*
more fixing after circleq conversion. a better fix to check the prev
tedu
2013-12-24
1
-9
/
+3
*
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
krw
2013-12-20
1
-4
/
+4
*
Do not expose a kernel address.
deraadt
2013-03-20
1
-2
/
+2
*
- allow the default to only show all non-listneing scokets, which matches
okan
2012-01-30
1
-3
/
+15
*
- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.
jasper
2011-03-02
1
-9
/
+7
*
Let systat -N states resolve network addresses
giovanni
2010-07-22
1
-50
/
+1
*
Warning cleanup including unused variables and shadowed names
canacar
2008-12-07
1
-7
/
+7
*
New display engine for systat, based on pftop. Adds new views for pf
canacar
2008-06-12
1
-366
/
+303
*
use the 1 line load line from 'systat vm' on all the other displays, giving
deraadt
2007-02-25
1
-3
/
+3
*
fairly simple cleanup, lots of testing done
deraadt
2006-03-31
1
-11
/
+15
*
Use queue macros instead of directly accessing fields. ok pat@ "put it
otto
2005-10-17
1
-6
/
+6
*
correct v6 handling; yanovich@psc.edu
deraadt
2005-05-10
1
-5
/
+2
*
always compile in INET6 support
deraadt
2004-09-29
1
-34
/
+5
*
add -n flag (do not reverse-lookup). pb and deraadt ok
itojun
2004-04-26
1
-7
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
mark which nlist[] kmem entries are not needed in the sysctl case, and which are
deraadt
2002-06-19
1
-4
/
+4
*
ANSI
deraadt
2002-06-18
1
-29
/
+16
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-7
/
+7
*
move back. pvalchev -- the bug was quite obscure
deraadt
2001-12-07
1
-21
/
+19
*
back out latest changes which cause problems on alpha/sparc64 until
pvalchev
2001-12-07
1
-19
/
+21
*
fix signal races. use sysctl() instead of kvm where possible, and then KNF
deraadt
2001-11-23
1
-21
/
+19
*
kill more registers
mpech
2001-11-19
1
-12
/
+12
*
Wall cleanup
pvalchev
2001-07-28
1
-3
/
+4
*
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-06-22
1
-6
/
+4
*
handle kvm_nlist() failing, from pr#1798.
ericj
2001-05-04
1
-5
/
+7
*
correct type to be passed to IN6_ARE_ADDR_EQUAL macro.
itojun
2000-05-24
1
-3
/
+3
*
IPv6 support. commands under "netstat" are all IPv6-aware.
itojun
2000-01-05
1
-22
/
+153
*
Fix compile conflict with the new IPv6 code (namespace pollution).
angelos
1999-12-08
1
-83
/
+87
*
careful
deraadt
1997-12-19
1
-3
/
+3
*
proactive buffer blocks
deraadt
1997-12-19
1
-7
/
+9
*
bye bye sprintf
deraadt
1997-12-19
1
-6
/
+8
*
Cleanup by Theo and myself. CMDLINE changed to long to make
millert
1997-06-23
1
-2
/
+3
*
r?index -> strr?chr
millert
1997-01-17
1
-5
/
+5
*
avoid buf oflows
deraadt
1996-08-06
1
-3
/
+3
*
refresh screen better; freebsd pr#1425; from fn
deraadt
1996-07-27
1
-2
/
+4
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
it compiles w/ new curses
mickey
1996-06-02
1
-1
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+480