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
/
lib
/
libc
/
yp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
obvious .Pa fixes; found with mandocdb(8)
schwarze
2014-01-21
1
-25
/
+25
*
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
millert
2013-09-30
1
-2
/
+2
*
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
tedu
2013-06-05
1
-6
/
+6
*
use FD_CLOEXEC instead of 1; from David Hill
okan
2013-04-29
1
-2
/
+2
*
fix a potential memory leak found by zinovik@
schwarze
2010-04-02
1
-39
/
+30
*
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
miod
2010-02-03
1
-2
/
+2
*
Two minor bug fixes rotting in my tree:
schwarze
2009-11-01
1
-11
/
+8
*
YP client functions do not allocate memory when they fail;
schwarze
2009-06-12
1
-3
/
+4
*
fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@
schwarze
2009-06-07
1
-8
/
+6
*
In case of memory exhaustion, ypmatch_add may both leak memory and leave
schwarze
2009-06-06
1
-36
/
+28
*
malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;
schwarze
2009-06-05
1
-3
/
+3
*
improve yp_bind(3) error reporting after clnttcp_create(3) failure:
schwarze
2009-06-05
1
-3
/
+10
*
An empty sting cannot be used as a YP domain name,
schwarze
2009-06-05
1
-1
/
+3
*
fix two obvious typos
schwarze
2009-06-04
1
-4
/
+4
*
Take advantage of the surprise libc bump to bring in
schwarze
2009-06-03
3
-1
/
+123
*
document yp_maplist(); from Ingo Schwarze
jmc
2008-12-22
2
-7
/
+23
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-9
/
+2
*
typo.
sobrado
2008-05-24
1
-3
/
+3
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-2
/
+7
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
- remove rcsid
espie
2005-08-05
30
-302
/
+32
*
- fix a list
jmc
2003-07-07
1
-3
/
+2
*
Move static funcion and variable declarations from header to the
marc
2003-06-25
2
-18
/
+13
*
remove terms 3 & 4 on my own software
deraadt
2003-06-02
31
-188
/
+32
*
typos;
jmc
2003-05-07
1
-4
/
+4
*
spelling
deraadt
2002-09-04
1
-2
/
+2
*
if ypmatch_add sees short keys or values, abort early
deraadt
2002-07-31
1
-1
/
+4
*
ansi
deraadt
2002-07-20
31
-166
/
+81
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-5
/
+3
*
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
-4
/
+4
*
KNF
deraadt
2002-01-02
1
-9
/
+8
*
more pid_t use
deraadt
2002-01-02
1
-3
/
+4
*
o) We always close .Bl and .Bd tags;
mpech
2001-08-06
1
-2
/
+2
*
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-27
1
-3
/
+2
*
Another round of man page cleanup, this time to remove more hard sentence
aaron
2000-10-18
1
-37
/
+50
*
implimented -> implemented
todd
2000-03-15
1
-2
/
+2
*
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
aaron
2000-03-14
1
-2
/
+2
*
fix include list; dogcow@redback.com
deraadt
1999-11-30
1
-1
/
+2
*
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
millert
1999-08-17
1
-2
/
+2
*
- remove all trailing whitespace
aaron
1999-07-09
1
-2
/
+2
*
fix more comma splices that involve misuse of conjunctive adverbs
pjanzen
1999-03-11
1
-2
/
+2
*
make function names the correct case
deraadt
1999-02-27
1
-2
/
+2
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
1
-2
/
+2
*
for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORD
deraadt
1998-01-20
1
-3
/
+4
*
null/NUL; lukem
deraadt
1997-06-13
1
-5
/
+9
*
possible buf oflow
deraadt
1997-04-29
1
-2
/
+3
*
that cannot be right
deraadt
1997-02-05
1
-2
/
+2
*
encourage a few more udp whacks at the server
deraadt
1997-01-28
1
-2
/
+2
*
an entire an entire
downsj
1996-12-28
1
-2
/
+2
*
Clean up lint and compile warnings
tholo
1996-12-14
3
-6
/
+6
[next]