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
Age
Commit message (
Expand
)
Author
Files
Lines
2002-06-09
no more \n to syslog()
hin
1
-1
/
+1
2002-06-09
no \n for syslog()
hin
2
-5
/
+5
2002-06-09
do not present scopeid on wire format (as it is local to a node).
itojun
1
-4
/
+8
2002-06-08
add example using per-user pf rules to allow backchannel connections
beck
1
-1
/
+9
2002-06-07
support scoped IPv6 address.
itojun
4
-221
/
+101
2002-06-07
move load_offs out of the link_map area.
art
1
-2
/
+2
2002-06-06
compatibilty -> compatibility
aaron
2
-4
/
+4
2002-06-05
Cleanup/remove duplicate code that checks STAT_RELOC_DONE.
art
5
-11
/
+13
2002-06-05
Get rid of an unnecessary typedef (for future cleanup).
art
5
-20
/
+19
2002-06-04
fix $OpenBSD$ tag.
mpech
1
-2
/
+2
2002-06-04
spelling; raj@cerias.purdue.edu
deraadt
1
-3
/
+3
2002-06-03
Proper masks for 64 bit relocation types. ok art@
drahn
1
-2
/
+2
2002-06-02
minor KNF
deraadt
10
-31
/
+31
2002-05-30
KNF
deraadt
2
-54
/
+46
2002-05-29
More pid_t cleanup. Since 'pid' is pid_t we should:
mpech
1
-5
/
+5
2002-05-29
a few more strlcat
deraadt
2
-5
/
+5
2002-05-28
libdl is not used anymore. Remove these as the support is now in libc.
drahn
3
-100
/
+0
2002-05-28
KNF
deraadt
1
-32
/
+32
2002-05-28
issetugid() test earlier
deraadt
1
-13
/
+13
2002-05-28
unused variable in latest commit
deraadt
1
-2
/
+1
2002-05-28
Remove LD_LIBRARY_PATH completely from environment, as per ldconfig manpage.
drahn
1
-8
/
+46
2002-05-28
proto _dl_show_objects() in one place
deraadt
3
-15
/
+5
2002-05-28
more KNF
deraadt
4
-61
/
+43
2002-05-27
KNF
deraadt
1
-7
/
+7
2002-05-27
strlcpy
deraadt
1
-4
/
+4
2002-05-27
left over __P removals
deraadt
1
-2
/
+2
2002-05-27
unsigned to unsigned int
deraadt
1
-3
/
+3
2002-05-26
pid_t cleanup
deraadt
5
-21
/
+23
2002-05-25
use _dl_strncmp() not strncmp(), _dl version is already present and used.
drahn
2
-4
/
+4
2002-05-25
_dl_strcmp() and _dl_strchr() exist, do not pull these routines
drahn
2
-8
/
+7
2002-05-24
Replace strcpy() with strlcpy().
drahn
1
-4
/
+4
2002-05-24
Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.
drahn
3
-12
/
+32
2002-05-24
not needed; deraadt@ ok
fgsch
1
-50
/
+0
2002-05-24
more KNF
deraadt
20
-227
/
+230
2002-05-24
various KNF
deraadt
28
-719
/
+645
2002-05-24
remove another unneeded function
deraadt
1
-10
/
+2
2002-05-24
replace some wrapper functions w/ no license w/ some public domain ones.
ericj
2
-57
/
+33
2002-05-23
This stuff has no license. Delete it. If someone wants it back, get the licenses cleaned up, and put it in regress
deraadt
10
-288
/
+0
2002-05-23
remove _dl_sprintf(). nothing uses it. and if it is gone, nothing can
deraadt
1
-13
/
+1
2002-05-23
no need for -lkvm anymore
deraadt
1
-4
/
+4
2002-05-23
KNF during an audit; found an improperly initialized sockaddr
deraadt
6
-118
/
+85
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
a bunch more strcpy -> strlcpy and sprintf -> snprintf
deraadt
10
-35
/
+37
2002-05-22
snprintf, and make it compile
deraadt
2
-10
/
+12
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-19
o End a sentence with a period, not a comma; Hans-Joerg Hoexer
millert
1
-7
/
+8
[prev]
[next]