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
/
xmalloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
use standard types and formats for size_t like variables. ok dtucker
tedu
2014-01-04
1
-6
/
+6
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-9
/
+1
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+1
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+3
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <stdarg.h> out of includes.h; ok markus@
stevesk
2006-07-10
1
-1
/
+3
*
we can do the size & nmemb check before the integer overflow check; evol
deraadt
2006-03-27
1
-5
/
+5
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
djm
2006-03-25
1
-3
/
+7
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-0
/
+32
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
no zero size xstrdup() error; ok markus@
stevesk
2001-07-23
1
-4
/
+3
*
xrealloc dealing with ptr == nULL; mouring
deraadt
2001-04-16
1
-3
/
+4
*
fix size_t -> int cast (use u_long). markus ok
itojun
2001-02-07
1
-3
/
+3
*
typo in fatal()
markus
2001-02-07
1
-3
/
+3
*
deal with new ANSI malloc stuff
deraadt
2001-02-07
1
-3
/
+12
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-2
/
+2
*
use size_t for strlen() return. ok markus@
stevesk
2001-01-28
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+3
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-2
/
+7
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-2
/
+2
*
much more KNF
deraadt
1999-11-24
1
-15
/
+8
*
KNF part 1
markus
1999-11-23
1
-24
/
+28
*
more culling
deraadt
1999-09-30
1
-7
/
+1
*
numerous sprintf, strncpy, strcpy cleanups
deraadt
1999-09-29
1
-3
/
+5
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+60