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
/
options.c
Age
Commit message (
Expand
)
Author
2007-02-24
sort options; sync usage(); from Igor Sobrado
Jason McIntyre
2007-02-24
sort options; sync usage(); from Igor Sobrado
Jason McIntyre
2006-11-17
Fix extracting and setting permissions for tar archives when
Otto Moerbeek
2006-04-09
ftree_add arg #2 expects int not pointer.
Jared Yanovich
2005-06-02
add -O to getopt (ok otto) and sync usage
Jared Yanovich
2005-05-24
variety of man page fixes
Jared Yanovich
2004-04-16
spacing
Theo de Raadt
2003-11-30
Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@
Todd C. Miller
2003-06-26
protos. this requires changing the api for the *trail() functions a bit
Theo de Raadt
2003-06-13
Add a -0 flag to make pax use a NUL instead of a newline as the
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-10-18
Pull in some changes from NetBSD
Todd C. Miller
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-09-06
do not return void
Theo de Raadt
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-26
Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.
Todd C. Miller
2001-02-10
Replace -T flag with more standard -I flag and make it work as a standard
Todd C. Miller
2001-02-09
Revert broken fix, until a correct fix is written.
Marc Espie
2001-02-07
Fix -T option and add support for -C option in the file pointed to
Todd C. Miller
2001-02-05
improve usage
Theo de Raadt
2000-11-09
typo, inspired by deraadt@
Niels Provos
2000-06-09
Some minor cleanup, ok'd millert@
Marc Espie
2000-01-22
remove extra externs not needed because of unistd.h (rest of tree will be don...
Theo de Raadt
1999-07-28
Add -T support, ala GNU-tar.
Marc Espie
1999-07-27
fgetln does not allocate memory, pax tree functions don't allocate
Marc Espie
1999-07-04
New: tar -q option (for quick)
Marc Espie
1999-05-23
getopt(3) returns -1, not EOF
Aaron Campbell
1999-04-29
always check return value of strdup()
Aaron Campbell
1998-12-07
doc -z pax option; d
Theo de Raadt
1998-09-20
When invoked as tar, print verbose output to stdout, not stderr. If in list ...
Todd C. Miller
1998-03-31
only preserve uid/gid if -p. This is unlike traditional tar but more like gtar
Todd C. Miller
1998-03-03
Correct -x and -p flags to be more like traditional tar and make
Todd C. Miller
1998-01-22
Preserve uid/gid if invoked as tar and extracting as root.
Todd C. Miller
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-18
(foo *)0 -> NULL
kstailey
1997-06-18
(foo *)NULL -> NULL
kstailey
1997-05-29
Fix -o option and add -O.
Todd C. Miller
1997-04-16
Change rmt -> rst and use _PATH_DEFTAPE as default file if none is
Todd C. Miller
1997-04-12
We need to copy the pathnames we get from fgetln() on stdin, as the buffer
Thorsten Lockert
1997-04-06
Remove old -P flag since it doesn't do anything and make -P mean
Todd C. Miller
1997-04-05
Fix bug introduced with "exit(0) if no files" behavior change.
Todd C. Miller
1997-04-05
Strip leading '/' of pathnames (only in tar mode). -S option turns
Todd C. Miller
1997-04-04
Improvements based on commets by George Robbins <grr@shandakor.tharsis.com>
Todd C. Miller
1997-04-02
opt_add() needs to make a copy of the input string since it modifies
Todd C. Miller
[next]