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