Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 02/16/2000 19:06:16
Module Name:	basesrc
Committed By:	itohy
Date:		Thu Feb 17 03:06:16 UTC 2000

Modified Files:
	basesrc/bin/pax: ar_io.c buf_subs.c extern.h file_subs.c tables.c

Log Message:
Fix SIGINFO botch (PR #8868).
Continue partial write(2) on signals (xwrite()).
Partial read(2) at a few places are also continued (xread()).

Add {read,write}_with_restart() hooks for porting on systems
which don't restart interrupted read()/write() calls.

Reviewed and discussed in tech-kern and tech-userlevel lists.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/bin/pax/ar_io.c
cvs rdiff -r1.11 -r1.12 basesrc/bin/pax/buf_subs.c
cvs rdiff -r1.20 -r1.21 basesrc/bin/pax/extern.h
cvs rdiff -r1.15 -r1.16 basesrc/bin/pax/file_subs.c
cvs rdiff -r1.10 -r1.11 basesrc/bin/pax/tables.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.