PROBLEM: (QAR 63886) (Patch ID: OSF500-043) ******** The tar/pax program did not always read the last tape record of an archive. This caused confusion for scripts that were reading a series of archives on the no-rewind device. PROBLEM: (TKTR10043, 77691) (PATCH ID: OSF500-205) ******** This patch fixes a cpio hanging problem in the Japanese locales. PROBLEM: (DM07739) (PATCH ID: OSF500-371) ******** This patch corrects pax/tar/cpio to properly extract explicitly specified files. When an archive contained a file with extended attributes and a different file (occurring later in the archive) was specified to be extracted, improper buffer pointer management resulted in the following display (example uses tar): tar: /dev/nrmt0h : This doesn't look like a tar archive tar: /dev/nrmt0h : Skipping to next file... tar: Memory allocation failed for extended data while reading : Not enough space The directory option was similarly affected. In this case the information for the specified file was not reported. PROBLEM: (BCSM31S18, 79413) (PATCH ID: OSF500-310) ******** This patch fixes a problem where the tar -F (Fasttar) option ignores files named "err" but doesn't ignore files named "errs" and directories named "SCCS" and "RCS".