History log of /openbsd/bin/pax/cpio.1 (Results 1 – 25 of 37)
Revision Date Author Comments
# 013e174a 09-Dec-2023 jca <jca@openbsd.org>

Add basic write support for 'pax' format archives

Keep writing archives in ustar format by default. People can test the
posix 'pax' format using pax(1) -w -x pax ... or cpio -o -H pax ...;
tar(1) c

Add basic write support for 'pax' format archives

Keep writing archives in ustar format by default. People can test the
posix 'pax' format using pax(1) -w -x pax ... or cpio -o -H pax ...;
tar(1) can't exercise this code yet. Only long names file and link
names are supported for now.

With input and tests from caspar@, ok millert@

show more ...


# 2a110ee1 16-Jan-2020 schwarze <schwarze@openbsd.org>

Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.


# 27e95970 08-Sep-2014 schwarze <schwarze@openbsd.org>

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes


# e324319b 03-Sep-2011 jmc <jmc@openbsd.org>

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mando

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.

show more ...


# fb8186cf 19-Aug-2011 jmc <jmc@openbsd.org>

as with other list types, column lists generally do not need a Pp/-compact
construct;

this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the form

as with other list types, column lists generally do not need a Pp/-compact
construct;

this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);

as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.

as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.

show more ...


# 7d3d8e66 23-Jan-2011 schwarze <schwarze@openbsd.org>

Remove .Ar markup from shell redirection meta-characters '<' and '>'
because they are not argument names, but have to be used verbatim.
Both jmc@ and sobrado@ agree to remove the .Ar markup,
and it w

Remove .Ar markup from shell redirection meta-characters '<' and '>'
because they are not argument names, but have to be used verbatim.
Both jmc@ and sobrado@ agree to remove the .Ar markup,
and it was Jason's idea to not use any other markup instead.
"believe me, not everything in the cosmoverse requires markup" jmc@

show more ...


# 485d19d4 03-Nov-2010 jsg <jsg@openbsd.org>

remove $OpenBSD$ lines that duplicate earlier ones


# 59a5f2b9 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /bin;


# ae74a806 22-Jul-2010 jmc <jmc@openbsd.org>

move exit returns blurb out of DIAGNOSTICS; from daniel dickman


# 186dfae2 11-Jun-2008 jmc <jmc@openbsd.org>

(sorry pval) some missing -j bits;


# a914b46d 11-Jun-2008 pvalchev <pvalchev@openbsd.org>

Add tar -j option that calls bzip2 for compress/decompress. Requires
you to install the bzip2 pkg (or add bzip2 in another way).

ok millert@ otto@ deraadt@ and 'many others'@
man page tweak from jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# b71bc863 24-Feb-2007 jmc <jmc@openbsd.org>

-F was missing a description;


# d80ffbb6 24-Feb-2007 jmc <jmc@openbsd.org>

sort options; sync usage(); from Igor Sobrado


# 6fd123cb 03-Jan-2006 jmc <jmc@openbsd.org>

tar and ustar formats have 8gb limit;

from peter philipp;
ok otto


# 8fece6bc 15-Nov-2005 jmc <jmc@openbsd.org>

go the whole hog, and provide a list of file size limits for the
various formats;

move it to CAVEATS too, which seems more logical;

suggested by peter philipp;
help/ok otto@


# bbef0be9 10-Nov-2005 jmc <jmc@openbsd.org>

document size limit of sv4cpio format, and suggest alternative;

slightly different fix to that proposed by peter philipp (pr #4608);
help/ok otto@


# ff488c0d 21-Nov-2003 jmc <jmc@openbsd.org>

grammar improvements from Jared Yanovich;


# 4b873f7e 04-Jun-2003 deraadt <deraadt@openbsd.org>

term 3 & 4 from tholo after permission


# 0cd08285 29-May-2003 jmc <jmc@openbsd.org>

- section reorder
- removed unnecessary .Pp and .Ns


# 10106a7c 11-May-2001 mickey <mickey@openbsd.org>

add rcs tags


# 5cb47b19 01-May-2001 aaron <aaron@openbsd.org>

Remove completely redundant introductory sentences in ENVIRONMENT sections.


# f9da32f6 07-Feb-2001 millert <millert@openbsd.org>

Honor TMPDIR environment variable and document the fact.


# a3053d34 10-Nov-2000 aaron <aaron@openbsd.org>

Use .Nm instead of spelling out "cpio".


# e3085f41 09-Nov-2000 aaron <aaron@openbsd.org>

- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS


12