From owner-cvs-all Tue May 26 15:13:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02811 for cvs-all-outgoing; Tue, 26 May 1998 15:13:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02793; Tue, 26 May 1998 15:12:55 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12407; Tue, 26 May 1998 15:07:30 -0700 (PDT) Date: Tue, 26 May 1998 15:07:30 -0700 (PDT) Message-Id: <199805262207.PAA12407@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_write.c uthread_writev.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/05/26 15:07:30 PDT Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_write.c uthread_writev.c Log: When doing a blocking write to a pipe, handle the case where the write or writev syscall needs to be repeated until all the bytes are written. Revision Changes Path 1.1.2.3 +48 -12 src/lib/libc_r/uthread/uthread_write.c 1.1.2.3 +109 -12 src/lib/libc_r/uthread/uthread_writev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message