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
/
pax
/
cpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Carefully add casts to silence clang sign-compare warnings. ok millert@
otto
2017-09-16
1
-5
/
+5
*
there is no offical way to get the max value of time_t, but this one works
otto
2017-09-12
1
-2
/
+2
*
intvar < sizeof(...) does not catch negative values since an int -> unsigned
otto
2017-09-06
1
-5
/
+5
*
Don't need <sys/time.h> or "options.h" here
guenther
2016-08-26
1
-2
/
+1
*
Remove many unnecessary casts. Verified by comparing generated code on
guenther
2016-08-14
1
-73
/
+52
*
Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in
guenther
2016-08-14
1
-8
/
+8
*
Use struct timespec internally. This gives nanosecond precision to pax -rw
guenther
2015-03-19
1
-4
/
+7
*
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
guenther
2015-03-17
1
-7
/
+4
*
Map negative mtimes to zero instead of skipping the affected files.
guenther
2014-02-19
1
-13
/
+18
*
Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent
guenther
2014-01-08
1
-2
/
+2
*
Eliminate poisonous LONG_OFF_T conditional
guenther
2014-01-08
1
-26
/
+1
*
cpio and ustar formats store times in octal fields that are 11 characters
guenther
2013-07-03
1
-4
/
+9
*
Fix typo. From Caspar Schutijser via tech@.
lum
2013-05-25
1
-2
/
+2
*
remove some unnecessary sys/param.h inclusions
deraadt
2012-12-04
1
-2
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Typo in comment about cpio_endwr() fixed.
tobias
2008-01-01
1
-3
/
+3
*
spacing
deraadt
2004-04-16
1
-6
/
+6
*
protos. this requires changing the api for the *trail() functions a bit
deraadt
2003-06-26
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
typos;
jmc
2003-02-03
1
-3
/
+3
*
sprinkle const; mostly from NetBSD
millert
2002-10-16
1
-3
/
+3
*
Fix comment typos; most from NetBSD and FreeBSD
millert
2002-10-16
1
-6
/
+6
*
kill register
millert
2002-10-16
1
-26
/
+26
*
strlcpy fix, PR 2727
itojun
2002-06-09
1
-3
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-134
/
+2
*
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
-5
/
+5
*
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
millert
2001-05-26
1
-7
/
+7
*
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
mickey
2001-05-16
1
-12
/
+12
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-24
/
+24
*
tabify
kstailey
1997-07-23
1
-3
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
Correct compile warnings
tholo
1996-06-11
1
-19
/
+18
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1284