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
/
tables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mkstemp() returns -1 on failure
deraadt
2019-06-28
1
-2
/
+2
*
Carefully add casts to silence clang sign-compare warnings. ok millert@
otto
2017-09-16
1
-2
/
+2
*
there is no offical way to get the max value of time_t, but this one works
otto
2017-09-12
1
-2
/
+2
*
buffer increase factor belongs in the nmemb field of reallocarray()
deraadt
2017-03-16
1
-2
/
+2
*
Put some variable declarations under appropriate #if/#endif protection
krw
2016-12-26
1
-1
/
+3
*
tables.h is only used by tables.c; merge it into the .c file
guenther
2016-08-26
1
-5
/
+132
*
Remove many unnecessary casts. Verified by comparing generated code on
guenther
2016-08-14
1
-2
/
+2
*
Use struct timespec internally. This gives nanosecond precision to pax -rw
guenther
2015-03-19
1
-10
/
+11
*
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
guenther
2015-03-17
1
-2
/
+2
*
Unrevert post-unlock:
guenther
2015-03-09
1
-33
/
+405
*
Recent changes haven't been completely stable, so revert for the 5.7 release
guenther
2015-02-21
1
-405
/
+33
*
Fix two bugs. The first affected tar files with the same
millert
2015-02-15
1
-5
/
+55
*
Prevent an archive from esacaping the current directory by itself:
guenther
2015-02-12
1
-1
/
+326
*
Put the dev+ino table for cpio hardlink matching behind #ifndef NOCPIO
guenther
2015-02-12
1
-3
/
+5
*
Take II, this time without an incorrect mode test.
guenther
2015-02-11
1
-30
/
+25
*
backout previous for now; issues seen with "tar: Directory vanished before
sthen
2015-02-05
1
-25
/
+30
*
For directories whose times or mode will be fixed up in the clean-up pass,
guenther
2015-02-05
1
-30
/
+25
*
Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h>
guenther
2014-11-23
1
-4
/
+3
*
Constipate st_hash()
guenther
2014-07-14
1
-4
/
+4
*
Delete pointless 'return;' at end of function
guenther
2014-07-14
1
-4
/
+1
*
Delete pointless casts: free() return value to (void), free()'s
guenther
2014-05-24
1
-27
/
+27
*
Missed #include <signal.h>
guenther
2014-05-24
1
-1
/
+2
*
Make the signal handler safe: block signals when updating data-structures
guenther
2014-05-23
1
-7
/
+24
*
use reallocarray. ok guenther
tedu
2014-05-07
1
-2
/
+2
*
Zap leading whitespace
deraadt
2014-01-08
1
-6
/
+6
*
Zap trailing whitespace
guenther
2014-01-08
1
-2
/
+2
*
Use size_t where appropriate
guenther
2014-01-08
1
-4
/
+4
*
remove some unnecessary sys/param.h inclusions
deraadt
2012-12-04
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
Fix extracting and setting permissions for tar archives when
otto
2006-11-17
1
-3
/
+11
*
fix strlcpy abuse in pax - this commit turns potential overflows into
beck
2005-04-21
1
-2
/
+7
*
Build the table of created directories in-memory, instead of using
otto
2004-11-29
1
-69
/
+45
*
more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com
deraadt
2003-08-16
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
-12
/
+12
*
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
-4
/
+4
*
kill register
millert
2002-10-16
1
-43
/
+43
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-138
/
+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
-3
/
+3
*
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
mickey
2001-05-16
1
-7
/
+5
*
Honor TMPDIR environment variable and document the fact.
millert
2001-02-07
1
-23
/
+12
*
always check return value of strdup()
aaron
1999-04-29
1
-4
/
+11
*
use 10 X in mkstemp string for improved speed at race winning
deraadt
1998-07-03
1
-4
/
+4
*
i am bored enough to fix terminal space/tab uglies
deraadt
1997-09-01
1
-15
/
+15
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-23
/
+23
*
tabify
kstailey
1997-07-23
1
-18
/
+18
*
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
millert
1997-06-04
1
-9
/
+10
*
Use mkstemp(3) for temporary files
tholo
1996-12-24
1
-13
/
+12
[next]