From owner-freebsd-standards@FreeBSD.ORG Tue Apr 22 02:30:01 2014 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A30DE0F for ; Tue, 22 Apr 2014 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3739A14BE for ; Tue, 22 Apr 2014 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3M2U1eG092372 for ; Tue, 22 Apr 2014 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3M2U1XX092371; Tue, 22 Apr 2014 02:30:01 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 02:30:01 GMT Message-Id: <201404220230.s3M2U1XX092371@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: Mark Linimon Subject: Re: standards/164793: [libc] write(2) system call violates POSIX standard X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mark Linimon List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 02:30:01 -0000 The following reply was made to PR standards/164793; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: standards/164793: [libc] write(2) system call violates POSIX standard Date: Mon, 21 Apr 2014 21:21:14 -0500 ----- Forwarded message from Bruce Evans ----- Date: Mon, 21 Apr 2014 16:24:52 +1000 (EST) From: Bruce Evans To: linimon@freebsd.org Subject: Re: standards/164793: [libc] write(2) system call violates POSIX standard On Sun, 20 Apr 2014 linimon@freebsd.org wrote: > Old Synopsis: 'write' system call violates POSIX standard > New Synopsis: [libc] write(2) system call violates POSIX standard Should be '[kern]'. I see I wrote too much in the followup. The PR is mostly about RLIMIT_FSIZE not working, and this also affects ftruncate() and truncate(), and is is probably fs-dependent with zfs and fusefs possibly not having it, so write(2) is not very descriptive either. > Responsible-Changed-From-To: freebsd-bugs->freebsd-standards This is correct. Bruce ----- End forwarded message -----