From owner-freebsd-doc@FreeBSD.ORG Thu Sep 28 06:40:28 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA00616A403 for ; Thu, 28 Sep 2006 06:40:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC9E43D55 for ; Thu, 28 Sep 2006 06:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8S6eRUo097237 for ; Thu, 28 Sep 2006 06:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8S6eRvA097232; Thu, 28 Sep 2006 06:40:27 GMT (envelope-from gnats) Date: Thu, 28 Sep 2006 06:40:27 GMT Message-Id: <200609280640.k8S6eRvA097232@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Maxim Konovalov Cc: Subject: docs/100494 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 06:40:28 -0000 The following reply was made to PR docs/100494; it has been noted by GNATS. From: Maxim Konovalov To: bug-followup@freebsd.org Cc: Subject: docs/100494 Date: Thu, 28 Sep 2006 10:35:06 +0400 (MSD) Added to the audit trail. -- Maxim Konovalov ---------- Forwarded message ---------- Date: Tue, 26 Sep 2006 03:09:49 -0400 (EDT) From: waldeck@gmx.de To: undisclosed-recipients: ; Subject: Re: Re: Re: docs/100494 Hi Maxim, you did not answer my last email! > I'm not sure I understand your quiestion completely. In UFS2 there is > a lazy inode allocation mechanism but it is irrelevant to the topic > because st_birthtime is an attribute of the file the inode refers. Summary: 1. birthtime is NOT a standard Un!x feature. 2. The biological term "birth" is misleading and unsuitable! 3. A clear and evident definition is required! 4. During the file creation a inode is allocated. 5. This time is saved in st_birthtime. man 1 stat should be: > a, m, c, B > The time file was last accessed or modified, of when the > inode was last changed, or the time of file creation > (the so called birth time of the inode). instead of: > inode was last changed, or the birth time of the inode. man 2 stat should be: > st_birthtime Time when the file was created and the inode was allocated. ^^^^ instead of: > st_birthtime Time when the inode was created. Thanks! Markus