From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3AC4D76D.EC275C25@arl.army.mil> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: , Subject: Re: [9fans] 9fs/9auth for FreeBSD Date: Mon, 2 Apr 2001 08:48:38 +0000 Topicbox-Message-UUID: 77fe5710-eac9-11e9-9e20-41e7f4b1d025 Alexander Viro wrote: > PS: POSIX says nothing, since append-only is BSDism and POSIX is a > codification of Missed'em'V bugs, so append-only is out of scope. That is uncalled-for and inaccurate. We put considerable effort into accommodating *both* the BSD and USG variants of UNIX when drawing up the (initial) POSIX specs. O_APPEND was certainly included in the 1988 IEEE 1003.1 (POSIX) specification; it's defined in and means that the file offset is to be set to the end of the file prior to each write.