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
/
bin
/
dd
/
dd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-8
/
+8
*
Implement the conv=fsync feature which does an fsync(2) after the
bluhm
2019-02-16
1
-1
/
+5
*
Don't cast malloc(3) size to u_int.
cheloha
2018-07-23
1
-5
/
+9
*
convert gettimeofday to mono clock.
tedu
2017-08-13
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
after dd has opened it's files and done the tape positioning ioctl, we
deraadt
2015-10-04
1
-1
/
+4
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+5
*
use the correct read count when determining how swabbing is necessary.
tedu
2015-01-05
1
-2
/
+2
*
use a local swapbytes function instead of relying on undefined
tedu
2014-12-11
1
-2
/
+18
*
consolidate ifdef blocks by moving a variable
tedu
2013-06-01
1
-5
/
+2
*
Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether
millert
2012-07-12
1
-3
/
+3
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
remove "unused variable" warning appearing when building release
chl
2007-11-10
1
-2
/
+4
*
ansification, art ok
deraadt
2003-06-11
1
-12
/
+8
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-7
/
+7
*
Fix ``echo foo |dd'' which was broken by the last commit.
millert
2001-10-06
1
-3
/
+3
*
Move check for count=0 into dd's main. We want to do normal setup
millert
2001-10-04
1
-4
/
+6
*
Modify timekeeping in an effort to produce a sane bandwidth measure
hugh
2001-08-07
1
-3
/
+4
*
Wall
deraadt
1998-04-30
1
-3
/
+4
*
spelling
todd
1997-11-15
1
-3
/
+3
*
clear input buffer to ' ' or \0 correctly; jlemon@freebsd
deraadt
1997-08-25
1
-11
/
+12
*
Deal with 64-bit offsets and report bytes copied as a 64-bit quantity.
millert
1997-02-14
1
-13
/
+15
*
-Wall'ing.
mickey
1996-12-14
1
-5
/
+5
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
From NetBSD: Use const qualifier with conversion, args and clist tables
niklas
1996-03-03
1
-15
/
+12
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+408