index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
pax
/
tables.c
Age
Commit message (
Expand
)
Author
2019-06-28
mkstemp() returns -1 on failure
Theo de Raadt
2017-09-16
Carefully add casts to silence clang sign-compare warnings. ok millert@
Otto Moerbeek
2017-09-12
there is no offical way to get the max value of time_t, but this one works
Otto Moerbeek
2017-03-16
buffer increase factor belongs in the nmemb field of reallocarray()
Theo de Raadt
2016-12-26
Put some variable declarations under appropriate #if/#endif protection
Kenneth R Westerback
2016-08-26
tables.h is only used by tables.c; merge it into the .c file
Philip Guenther
2016-08-14
Remove many unnecessary casts. Verified by comparing generated code on
Philip Guenther
2015-03-19
Use struct timespec internally. This gives nanosecond precision to pax -rw
Philip Guenther
2015-03-17
Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type tests
Philip Guenther
2015-03-09
Unrevert post-unlock:
Philip Guenther
2015-02-21
Recent changes haven't been completely stable, so revert for the 5.7 release
Philip Guenther
2015-02-15
Fix two bugs. The first affected tar files with the same
Todd C. Miller
2015-02-12
Prevent an archive from esacaping the current directory by itself:
Philip Guenther
2015-02-12
Put the dev+ino table for cpio hardlink matching behind #ifndef NOCPIO
Philip Guenther
2015-02-11
Take II, this time without an incorrect mode test.
Philip Guenther
2015-02-05
backout previous for now; issues seen with "tar: Directory vanished before
Stuart Henderson
2015-02-05
For directories whose times or mode will be fixed up in the clean-up pass,
Philip Guenther
2014-11-23
Use PATH_MAX from <limits.h> instead of MAXPATHLEN from <sys/param.h>
Philip Guenther
2014-07-14
Constipate st_hash()
Philip Guenther
2014-07-14
Delete pointless 'return;' at end of function
Philip Guenther
2014-05-24
Delete pointless casts: free() return value to (void), free()'s
Philip Guenther
2014-05-24
Missed #include <signal.h>
Philip Guenther
2014-05-23
Make the signal handler safe: block signals when updating data-structures
Philip Guenther
2014-05-07
use reallocarray. ok guenther
Ted Unangst
2014-01-08
Zap leading whitespace
Theo de Raadt
2014-01-08
Zap trailing whitespace
Philip Guenther
2014-01-08
Use size_t where appropriate
Philip Guenther
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-11-17
Fix extracting and setting permissions for tar archives when
Otto Moerbeek
2005-04-21
fix strlcpy abuse in pax - this commit turns potential overflows into
Bob Beck
2004-11-29
Build the table of created directories in-memory, instead of using
Otto Moerbeek
2003-08-16
more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-10-16
sprinkle const; mostly from NetBSD
Todd C. Miller
2002-10-16
Fix comment typos; most from NetBSD and FreeBSD
Todd C. Miller
2002-10-16
kill register
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
2001-02-07
Honor TMPDIR environment variable and document the fact.
Todd C. Miller
1999-04-29
always check return value of strdup()
Aaron Campbell
1998-07-03
use 10 X in mkstemp string for improved speed at race winning
Theo de Raadt
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-06-04
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
Todd C. Miller
1996-12-24
Use mkstemp(3) for temporary files
Thorsten Lockert
[next]