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
/
libexec
/
talkd
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
Use NULL for second gettimeofday(2) argument; ok deraadt@ kettenis@
cheloha
1
-5
/
+4
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
2
-6
/
+6
2017-05-25
Xr inetd as a hint about what flavor of crazy you're dealing with
tedu
1
-4
/
+5
2016-08-26
Pull in <sys/time.h> for gettimeofday()
guenther
1
-1
/
+2
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
krw
2
-7
/
+7
2016-02-05
pledge(2) for talkd(8):
mestre
1
-1
/
+6
2016-02-01
Remove unused headers and sort the remaining
mestre
5
-36
/
+30
2015-11-25
rename internally to ntalkd, after the binary; this way both
jmc
1
-8
/
+10
2015-11-21
remove mlinks for aliases: ntalkd, mfs, updatedb
jmc
1
-2
/
+1
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
4
-11
/
+10
2015-01-15
remove .Tn; from Jan Stary <hans at stare dot cz>
schwarze
1
-9
/
+7
2014-10-08
do not need a cast from void *
deraadt
1
-2
/
+2
2014-01-21
obvious .Pa fixes; found with mandocdb(8)
schwarze
1
-4
/
+4
2013-11-27
unsigned char for ctype
deraadt
1
-2
/
+2
2013-04-17
do not mix concepts of gettimeofday(), tv_sec, and localtime() in a
deraadt
1
-5
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
5
-36
/
+5
2007-05-31
convert to new .Dd format;
jmc
1
-3
/
+3
2006-10-18
do not name FILE * variables "fd" since it is confusing
deraadt
1
-6
/
+6
2006-03-17
fix a few off-by-ones; from NetBSD; ok deraadt@
otto
1
-5
/
+5
2005-10-14
Use queue macros instead of directly accessing fields. ok millert@ pat@
otto
1
-7
/
+7
2004-11-09
Avoid use after free(), slight optimization. From Patrick Latifi.
otto
1
-12
/
+14
2004-08-08
spacing
deraadt
1
-3
/
+3
2004-03-10
spaces
deraadt
4
-19
/
+22
2004-03-10
close file on error paths. from Patrick Latifi
tedu
1
-4
/
+8
2003-07-29
spaces
deraadt
1
-4
/
+4
2003-06-26
simple protos
deraadt
1
-4
/
+4
2003-06-11
ansi cleanup; ok ian markus
deraadt
5
-48
/
+25
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
7
-48
/
+20
2002-11-25
avoid size_t -> int conversion. style nit for sizeof(). David Krause
itojun
5
-29
/
+29
2002-10-08
sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.mipt.ru>
itojun
1
-3
/
+3
2002-09-25
- "resposne" is used without initialization, so zero-fill
itojun
1
-7
/
+15
2002-09-24
Allocate vis_user on the stack instead of using malloc(). This
millert
1
-4
/
+3
2002-09-06
use socklen_t more; henning ok
deraadt
1
-3
/
+4
2002-07-07
typos/grammar/better words
jufi
1
-3
/
+3
2002-07-03
add a missing newline to an error message.
vincent
1
-4
/
+4
2002-06-21
o Use *_FILENO defines instead of numbers
millert
1
-6
/
+6
2002-05-22
Fix last commit.
millert
1
-4
/
+4
2002-05-22
Fix some ut_line manipulation pointed out by Moritz Jodeit.
millert
1
-7
/
+13
2002-05-22
typo; moritz@jodeit.org
deraadt
1
-3
/
+3
2002-05-22
whack sprintf
deraadt
1
-5
/
+5
2002-05-22
strlcpy sprinkling
deraadt
2
-15
/
+20
2002-05-21
KNF
deraadt
1
-7
/
+7
2002-05-16
KNF
deraadt
1
-7
/
+7
2002-02-19
Fix gethostname() usage.
mpech
1
-3
/
+3
2002-02-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
3
-19
/
+19
2001-12-07
kill more registers;
mpech
4
-25
/
+25
2001-07-08
-Wall
deraadt
2
-5
/
+5
2001-01-11
save_errno in signal handler
deraadt
1
-2
/
+4
2000-10-10
need more size to big_buf for line termination (\r\n).
itojun
1
-3
/
+3
2000-07-06
use %s with fprintf
deraadt
1
-3
/
+3
[next]