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
/
gen
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert this va_copy addition, it cannot work on macppc (which is the
drahn
2002-10-30
1
-4
/
+2
*
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
drahn
2002-10-24
1
-2
/
+4
*
Replace "if (value != NULL && value == as->FOO)" with just
millert
2002-10-16
1
-6
/
+6
*
Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hill
millert
2002-10-16
3
-11
/
+130
*
Fix typo introduce in last commit
millert
2002-10-15
1
-2
/
+2
*
cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64
millert
2002-10-15
1
-5
/
+5
*
Document the fact that calling auth_setitem() with a NULL value
millert
2002-10-15
1
-4
/
+13
*
If auth_setitem() is called with the current value (ie: the pointer
millert
2002-10-15
1
-9
/
+11
*
Note that when calling auth_verify() with a style and/or username,
millert
2002-10-15
1
-1
/
+6
*
Cast NULL sentinel in auth_call() to a pointer
millert
2002-10-15
1
-2
/
+2
*
Move the clearing of as->state in auth_challenge() to after the sanity
millert
2002-10-13
1
-7
/
+6
*
Use strtoll() and strtoull() instead of strtoq() and strtouq() now
millert
2002-10-09
1
-4
/
+4
*
If fork() fails, log/report the error *before* we close our fd's just
millert
2002-08-04
1
-3
/
+3
*
malloc paranoia; it is unlikely that any filesystem will support
millert
2002-07-30
2
-2
/
+11
*
be even more careful with strlcpy()
deraadt
2002-07-30
1
-4
/
+5
*
typo
millert
2002-07-18
1
-2
/
+2
*
indent, and double free fix; millert ok
deraadt
2002-07-14
1
-10
/
+12
*
Add a missing check for fts_alloc() returning NULL; Chad Loder
millert
2002-07-12
1
-3
/
+4
*
Use qsort() instead of mergesort() since the latter can fail due
millert
2002-07-08
1
-2
/
+18
*
Remove kernel support for NTP. ok deraadt@ and tholo@
nordin
2002-07-06
1
-6
/
+1
*
KNF
deraadt
2002-07-06
3
-64
/
+67
*
cope better if realloc fails; better fix than cloder@acm.org
deraadt
2002-07-06
1
-1
/
+2
*
more refinement
deraadt
2002-07-05
1
-9
/
+10
*
missing priority argument in example; ok millert@
stevesk
2002-07-02
1
-2
/
+2
*
need string.h
deraadt
2002-07-01
1
-1
/
+2
*
Disc -> Disk for EDQUOT; now the error and log messages that appear when
pjanzen
2002-07-01
1
-2
/
+2
*
Fix strnvis(): don't truncate unnecessarily, set the return value correctly
pjanzen
2002-07-01
2
-17
/
+31
*
indent
deraadt
2002-07-01
1
-1
/
+2
*
Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.
millert
2002-06-28
2
-6
/
+11
*
Lies, damn lies and getcap(3). The description for cgetclose() was
millert
2002-06-28
1
-4
/
+12
*
%u
deraadt
2002-06-27
1
-3
/
+3
*
KNF
deraadt
2002-06-27
1
-2
/
+2
*
%u and uid/gid
deraadt
2002-06-27
1
-4
/
+4
*
uid_t is unsigned
deraadt
2002-06-23
2
-4
/
+4
*
use strtok_r() instead of strtok(); millert ok
deraadt
2002-06-22
1
-15
/
+16
*
Close log file when leaving syslog_r(). deraadt@ ok
jjbg
2002-06-20
1
-1
/
+5
*
spelling; from Brian Poole <raj@cerias.purdue.edu>
todd
2002-06-14
1
-2
/
+2
*
__indr_reference() and the definition in the same compilation unit are
fgsch
2002-06-12
8
-56
/
+32
*
Document kern.userasymcrypto
angelos
2002-06-11
1
-1
/
+8
*
random cleanup that's cheaper to commit than to remove from my tree.
art
2002-06-11
1
-2
/
+2
*
put back in the assert changes for ISO C 99 (put __func__ in it)
espie
2002-06-10
1
-1
/
+11
*
spelling; moritz@jodeit.org
deraadt
2002-06-09
2
-5
/
+5
*
Document KERN_MBSTAT
angelos
2002-06-09
1
-1
/
+8
*
Document proc arg sysctls.
art
2002-06-08
1
-1
/
+21
*
Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come).
angelos
2002-06-08
1
-2
/
+13
*
use weak aliases whenever is possible; millert@ ok.
fgsch
2002-06-08
17
-173
/
+66
*
document net.inet6.ip6.v6only
itojun
2002-06-07
1
-1
/
+10
*
If send() returns ENOBUFS, sleep for one microsecond and retry.
millert
2002-06-05
1
-5
/
+12
*
Make nice(3) standards compliant; adapted from patch by Matthias Drochner
millert
2002-06-03
2
-10
/
+30
*
document net.inet6.ip6.maxfrags
itojun
2002-05-28
1
-1
/
+7
[next]