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
/
ssh
/
monitor_mm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for pre-authentication compression. Doing compression
djm
2016-09-28
1
-347
/
+0
*
SIZE_MAX is standard, we should be using it in preference to the
millert
2015-02-06
1
-3
/
+3
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+2
*
use standard types and formats for size_t like variables. ok dtucker
tedu
2014-01-04
1
-15
/
+16
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-3
/
+4
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-6
/
+7
*
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
dtucker
2009-06-22
1
-2
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+5
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
improve some code lint did not like; djm millert ok
deraadt
2004-05-11
1
-2
/
+2
*
Change mm_zalloc() sanity checks to be more in line with what
millert
2002-08-02
1
-2
/
+4
*
tree(3) wants an int return value for its compare functions and
millert
2002-06-28
1
-2
/
+9
*
__FUNCTION__ -> __func__
markus
2002-06-04
1
-4
/
+4
*
print strerror(errno) on mmap/munmap error; ok markus@
stevesk
2002-05-28
1
-3
/
+4
*
ssize_t args use "%ld" and cast to (long)
stevesk
2002-03-25
1
-10
/
+10
*
whitespace KNF
markus
2002-03-19
1
-4
/
+4
*
clean up prototypes
markus
2002-03-19
1
-3
/
+3
*
shared memory abstraction for ssh-privsep
provos
2002-03-18
1
-0
/
+329