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
/
sbin
/
restore
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-21
Rearrange variables in dump / restore to handle -fno-common.
mortimer
2
-3
/
+5
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
4
-21
/
+21
2018-04-27
Restore mode on symlinks
guenther
1
-1
/
+3
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
krw
4
-41
/
+41
2016-12-26
Put some variable declarations under appropriate #if/#endif protection
krw
1
-1
/
+3
2016-07-28
after getenv, check for empty string too. ok millert
tedu
1
-3
/
+3
2016-06-07
per trending style, add continue to emtpy loop bodies.
tedu
1
-3
/
+3
2016-03-30
for some time now mandoc has not required MLINKS to function
jmc
1
-2
/
+1
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
1
-3
/
+2
2015-11-21
add missing NAME entries; ok schwarze
jmc
1
-3
/
+4
2015-11-07
Use linkat() instead of link() so that hardlinks of symlinks work
guenther
1
-2
/
+4
2015-08-25
Switch from utimes() to utimensat() to $estore full nanosecond granularity
guenther
2
-21
/
+21
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
deraadt
3
-6
/
+3
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
6
-31
/
+35
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
1
-2
/
+2
2014-09-07
Reuse xtrfile() to avoid duplication.
guenther
3
-16
/
+9
2014-09-03
Mark msg() and panic() as printf-like and fix the format error it turns up
guenther
2
-5
/
+7
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
2
-5
/
+3
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
guenther
1
-3
/
+8
2014-01-20
Obvious .Xr fixes, found while testing mandocdb(8).
schwarze
1
-3
/
+3
2013-12-30
Do not leak symtab fd (if at fd limit might even prevent correct operation)
deraadt
1
-1
/
+2
2013-11-15
Include unistd.h as it is the standard location for getopt().
millert
1
-1
/
+2
2013-08-14
no longer any need to quote macro lines with >9 args;
jmc
1
-3
/
+3
2013-04-25
big int_t/time_t fixes; ok deraadt@ krw@
otto
2
-9
/
+10
2013-04-24
pretty print bigger off_t
deraadt
5
-40
/
+51
2013-03-31
typo fix from rodent@netbsd;
jmc
1
-3
/
+3
2013-03-05
add a few words to the -r description to avoid ambiguity;
jmc
1
-3
/
+3
2013-01-17
remove a uesless Pp;
jmc
1
-3
/
+2
2012-07-14
replace (somewhat) magic numbers with constants
halex
1
-3
/
+3
2011-12-23
some spelling fixes, found using freebsd's "igor" document verifier;
jmc
1
-4
/
+4
2011-06-27
remove some useless casts. ok krw
tedu
4
-25
/
+24
2010-07-20
opration -> operation
miod
1
-2
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
7
-69
/
+7
2008-09-03
Start with a max size tape buffer rather than one 1/2 the max (i.e.
krw
1
-3
/
+4
2007-09-25
remove unneeded feof
chl
1
-4
/
+3
2007-09-25
check fgets return value
chl
1
-9
/
+9
2007-09-13
use strcspn to properly overwrite '\n' in fgets returned buffer
chl
1
-8
/
+9
2007-09-07
check fgets return value
chl
1
-10
/
+8
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
3
-9
/
+9
2007-06-03
Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.
millert
3
-165
/
+247
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-05-13
g/c unused vars
millert
1
-4
/
+4
2007-05-01
for the restore -r example:
jmc
1
-4
/
+4
2007-02-25
reword some text to avoid a hideous Xr;
jmc
1
-2
/
+2
2007-02-25
one application does not need five synopses;
jmc
2
-36
/
+6
2007-02-25
move the text describing 4.3 syntax compatibility to HISTORY, rather
jmc
1
-6
/
+6
2007-02-22
igor sobrado spotted that although we have mlinks for rdump and
jmc
1
-6
/
+14
2006-11-03
correctify example;
jmc
1
-2
/
+2
2006-10-18
do not name FILE * variables "fd" since it is confusing
deraadt
1
-11
/
+11
2006-03-20
NetBSD Coverity CID 2305: Fix memory leak.
dhill
1
-2
/
+4
[next]