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
/
unix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+1
*
No need for <sys/socketvar.h>
mpi
2018-01-05
1
-2
/
+1
*
dont #define _KERNEL around some #includes
dlg
2016-09-15
1
-3
/
+1
*
Pull in <sys/time.h> for struct timespec and timeval
guenther
2016-08-27
1
-1
/
+2
*
Remove obsolete fields in struct unpcb. In the past they were used
bluhm
2015-08-24
1
-3
/
+1
*
Expand SLIST macro of unix pcb members before printing the pointer.
bluhm
2015-04-22
1
-3
/
+3
*
Switch the printing of open sockets from ugly KVM internals to use
claudio
2015-02-12
1
-33
/
+12
*
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
deraadt
2015-01-20
1
-3
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
#define _KERNEL hack requires ucred.h now as well
deraadt
2014-07-10
1
-1
/
+2
*
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
guenther
2013-11-09
1
-3
/
+2
*
- add UNIX-domain socket info to struct kinfo_file2
guenther
2013-10-22
1
-51
/
+27
*
Fix calls to printf-like functions which passed a non-fixed string
guenther
2013-08-18
1
-2
/
+2
*
create a method to print the unp_ino (ino_t) properly once it becomes
deraadt
2013-04-23
1
-2
/
+3
*
improve time_t printing; ok claudio
deraadt
2013-04-18
1
-11
/
+12
*
handle long long tv_sec; ok millert
deraadt
2013-04-16
1
-11
/
+11
*
As non-root, whenever netstat is about to print out a kernel pointer...
deraadt
2013-03-20
1
-11
/
+16
*
Print socket structure internals when netstat -P pcbaddr is called
bluhm
2010-10-30
1
-5
/
+43
*
Rename nfiles so as not to collide with sys/file.h,
jsg
2010-04-28
1
-4
/
+4
*
delete rcsid crud
deraadt
2007-12-19
1
-9
/
+1
*
kill unneeded (char *) casts. ok millert, otto
jaredy
2005-03-25
1
-6
/
+6
*
some NULL vs 0 and knf; parts from nimadeus@pandora.be
deraadt
2004-03-13
1
-7
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
ansi
deraadt
2003-02-01
1
-7
/
+4
*
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
-3
/
+3
*
kill more registers
mpech
2001-11-19
1
-4
/
+4
*
add IPv6 support from KAME. cleanup type matches with printf() format.
itojun
1999-12-08
1
-4
/
+4
*
Use correct spacing on both 32bit and 64bit machines.
millert
1997-06-29
1
-9
/
+11
*
Make fields line up nicely for 64-bit addresses. Should probably #if
millert
1997-06-29
1
-4
/
+4
*
Mostly clean -Wall + 64bit issues.
millert
1997-06-29
1
-3
/
+3
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+140