index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tar
/
read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.
kientzle
2006-07-30
1
-1
/
+4
*
Extended attribute support on write for Linux; FreeBSD hooks are
kientzle
2006-03-21
1
-2
/
+0
*
Fix a format mismatch (%d integer format, platform-dependent
kientzle
2006-03-07
1
-1
/
+1
*
Support path-rewriting options (including --strip-components) for both
kientzle
2005-04-17
1
-60
/
+41
*
Add --strip-components option, per bin/77666.
kientzle
2005-03-13
1
-0
/
+58
*
Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"
kientzle
2004-10-17
1
-1
/
+1
*
Support -t -O as in gtar. Perversely enough, -O means "send to stderr"
kientzle
2004-08-27
1
-10
/
+15
*
Move the smart chdir logic into a couple of utility functions in util.c.
kientzle
2004-08-08
1
-4
/
+1
*
Ensure that there's always a space between the user name and
kientzle
2004-08-05
1
-1
/
+1
*
A bunch of style and security fixes (error checking return values, etc),
kientzle
2004-07-25
1
-6
/
+9
*
A bunch of stuff from Christoph Mellon:
kientzle
2004-07-24
1
-13
/
+18
*
Make the day/month ordering dependent on the current locale by
kientzle
2004-07-15
1
-4
/
+7
*
Mimic ls(1) by putting an extra space before the year in old dates
kientzle
2004-07-12
1
-1
/
+1
*
Augment the -T handling:
kientzle
2004-06-27
1
-0
/
+3
*
Fix the symlink-detection code. Don't squawk if we're just replacing
kientzle
2004-06-07
1
-6
/
+22
*
If -b is specified, then force full padding for the last block.
kientzle
2004-06-07
1
-1
/
+3
*
Per style(9), don't use double spaces in expressions.
kientzle
2004-06-07
1
-1
/
+1
*
Minor corrections to error handling and user notifications:
kientzle
2004-05-27
1
-23
/
+26
*
Propagate struct bsdtar down into a lot more places.
kientzle
2004-05-17
1
-10
/
+13
*
Make symlink protection a bit more useful:
kientzle
2004-05-17
1
-4
/
+15
*
For portability, don't rely on libc's strmode(3). <sigh>
kientzle
2004-05-03
1
-1
/
+1
*
A security issue: An archive containing a symlink to another
kientzle
2004-05-02
1
-13
/
+70
*
Refuse to extract entries with '..' in pathname.
kientzle
2004-04-28
1
-7
/
+40
*
Add DPADD to Makefile (thanks to Andrey for pointing this out).
kientzle
2004-04-12
1
-3
/
+0
*
Initial commit for bsdtar.
kientzle
2004-04-05
1
-0
/
+292