Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Mon, 25 Mar 1996 19:50:05 -0500 (EST)
pk
Mon Mar 25 19:41:11 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5637
Modified Files:
dma.c fd.c si.c
Log Message:
Back to normal printf()s, now that gcc understands `%b'.
cgd
Mon Mar 25 19:48:53 EST 1996
Update of /a/cvsroot/src/gnu/usr.bin/tar
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5906
Modified Files:
list.c
Log Message:
accept any tar header which begins with "ustar" (i.e. those 5 characters) as
a ustar-format archive. POSIX specifies that ustar-format archives have magic
strings consisting of "ustar<nul>", however our PAX accepts anything starting
with just the 5 "ustar" chars, and this and other version of GNU tar output
ustar archives with magic numbers of "ustar <nul>". Leave the output format
of this version of GNU tar the same, so that old versions of GNU tar can
use ustar files it outputs. (diff sent to GNU tar maintainer.)
Home |
Main Index |
Thread Index |
Old Index