From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] 9fs/9auth for FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010402092841.44232199EE@mail.cse.psu.edu> Date: Mon, 2 Apr 2001 05:28:01 -0400 Topicbox-Message-UUID: 782e43bc-eac9-11e9-9e20-41e7f4b1d025 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. This may be true but O_APPEND != append-only, which is what Viro was talking about. O_APPEND came up only as a workaround to the BSD append-only semantics. Russ