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
/
mg
/
cscope.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace fgetln(3) with getline(3) which is portable and less error prone.
florian
2017-10-12
1
-11
/
+27
*
Bounds check while stripping trailing slashes. From max at
sunil
2016-01-19
1
-2
/
+2
*
Update my mail address.
sunil
2016-01-19
1
-2
/
+2
*
Fix bad indents. From max at max-fillinger.net
sunil
2016-01-19
1
-35
/
+35
*
Check snprintf(3) return value for overflow instead of manual length
sunil
2016-01-19
1
-5
/
+4
*
Skip empty entries in $PATH instead of erroneously interpreting
sunil
2016-01-19
1
-2
/
+2
*
Mark eread(), veread(), and eformat() as printf-like and
guenther
2015-09-29
1
-2
/
+2
*
whitespace
jasper
2015-09-26
1
-27
/
+26
*
Clean up the includes in mg.
bcallah
2015-03-19
1
-4
/
+6
*
Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),
guenther
2014-11-16
1
-1
/
+2
*
ctype macros/functions expect unsigned char values. Note that the lgetc()
guenther
2014-11-16
1
-2
/
+2
*
fix fd leaks in error paths missed last time around
jsg
2014-04-10
1
-3
/
+7
*
Add some missing dobeeps.
lum
2014-03-20
1
-1
/
+17
*
fix fd leaks in error paths
jsg
2014-01-22
1
-3
/
+7
*
Maintain mg's Public Domain license heritage.
lum
2012-07-02
1
-13
/
+3
*
add missing rcs ids
jasper
2012-06-26
1
-0
/
+2
*
Add some cscope support to mg. From Sunil Nimmagadda. Due to some
lum
2012-06-07
1
-0
/
+617