This patch corrects the following: - Fix pax's tar and cpio archive handling to allow filesizes greater than 4GB. - Fixes a problem with the tar "tv" command in reporting ownership on a file that had no legitimate owner at the time it was archived. Based on the position of the file in the archive, tar returned the owner of a previous file, or the values -973 for userid and -993 for groupid. - Fixes problem in which /usr/bin/pax : cpio -pl does not link files when possible, but copies them. - Fixes a problem with the tar and pax programs. These programs incorrectly append files to an existing archive and cause the file to become corrupt. - Fix tar to accept -b value as the starting point for autosizing. - 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.