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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
change time() to gettimeofday()
provos
1997-04-19
1
-5
/
+8
*
make things more complicated.
provos
1997-04-19
1
-13
/
+46
*
move #includes to top; is
deraadt
1997-04-18
1
-5
/
+4
*
constrain length of db lookups better; reported by adam@math.tau.ac.il
deraadt
1997-04-18
1
-3
/
+3
*
Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due
gvf
1997-04-17
1
-3
/
+6
*
Don't modify variables in the child since we vfork()'d to
millert
1997-04-16
1
-4
/
+10
*
typo
deraadt
1997-04-16
1
-2
/
+2
*
documentation for arc4random. this is out of memory, might need
provos
1997-04-15
2
-2
/
+85
*
correct the paranoia check
deraadt
1997-04-15
1
-7
/
+10
*
incompatible change
deraadt
1997-04-14
1
-1
/
+1
*
with this here commit i label myself not the swiftest
deraadt
1997-04-14
1
-8
/
+6
*
buf oflow
deraadt
1997-04-14
1
-3
/
+4
*
fouled up a tiny bit
provos
1997-04-13
2
-5
/
+6
*
the before mentioned random number generator.
provos
1997-04-13
3
-18
/
+202
*
copyright foo
downsj
1997-04-13
1
-2
/
+33
*
buf oflow; bitblt
deraadt
1997-04-13
2
-6
/
+10
*
repair _hokchar
deraadt
1997-04-13
1
-6
/
+8
*
Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>
millert
1997-04-12
1
-35
/
+39
*
long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)
millert
1997-04-12
3
-19
/
+19
*
Be a bit more specific about EINVAL and negative offsets.
tholo
1997-04-12
1
-1
/
+3
*
do not need sys/types.h; dima@tejblum.dnttm.rssi.ru
deraadt
1997-04-10
1
-1
/
+0
*
fix up a few pieces of doc.
deraadt
1997-04-10
1
-5
/
+17
*
doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places
deraadt
1997-04-10
1
-2
/
+15
*
Fix typos.
millert
1997-04-10
1
-5
/
+5
*
doc EFAULT and xref poll(2)
deraadt
1997-04-08
1
-0
/
+8
*
pretty
deraadt
1997-04-08
1
-14
/
+14
*
chflags can get EOPNOTSUPP
deraadt
1997-04-08
1
-0
/
+6
*
Change a stat(2) -> lstat(2) to avoid symlink games. From Keith
millert
1997-04-07
1
-2
/
+2
*
strncpy
deraadt
1997-04-06
1
-2
/
+4
*
issetugid() this last getenv based open
deraadt
1997-04-06
1
-3
/
+3
*
Use in_addr_t not u_long and use in_port_t in some cases instead
millert
1997-04-05
16
-58
/
+59
*
Document that negative offsets will cause EINVAL as well.
tholo
1997-04-05
1
-1
/
+1
*
Check for overflow; from FreeBSD
tholo
1997-04-05
1
-2
/
+4
*
RLIMIT_NPROC; mike.long@analog.com
deraadt
1997-04-04
1
-7
/
+7
*
clarify
deraadt
1997-04-04
1
-2
/
+2
*
seek(2) is not needed
deraadt
1997-04-04
1
-1
/
+0
*
hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as
downsj
1997-04-03
2
-7
/
+13
*
another lookup[] loop accident
deraadt
1997-04-03
1
-2
/
+4
*
Full implementation of lookups support, plus some bug fixes. Still no YP.
downsj
1997-04-03
1
-68
/
+97
*
an -> a; soil@quick.net
deraadt
1997-04-03
1
-2
/
+2
*
use MATCH()
deraadt
1997-04-03
1
-3
/
+3
*
if dns lookup fails, still honour _res.lookups[]
deraadt
1997-04-03
1
-2
/
+2
*
ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com
deraadt
1997-04-03
1
-2
/
+6
*
10 X's for mktemp() and mkstemp().
millert
1997-04-03
3
-7
/
+7
*
a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf
kstailey
1997-04-03
1
-2
/
+24
*
add htonl()
kstailey
1997-04-03
1
-2
/
+2
*
spelling error
deraadt
1997-04-02
1
-2
/
+2
*
correctly code the classes of permitted TZ specifications for the
deraadt
1997-04-02
1
-2
/
+6
*
salt is an int32_t
deraadt
1997-03-31
1
-2
/
+2
*
flags param is int
deraadt
1997-03-31
1
-2
/
+2
[next]