From owner-svn-src-stable@FreeBSD.ORG Thu Oct 29 16:21:53 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5372C106568D; Thu, 29 Oct 2009 16:21:53 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 42A218FC18; Thu, 29 Oct 2009 16:21:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9TGLrs2002986; Thu, 29 Oct 2009 16:21:53 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9TGLrcw002984; Thu, 29 Oct 2009 16:21:53 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <200910291621.n9TGLrcw002984@svn.freebsd.org> From: Konstantin Belousov Date: Thu, 29 Oct 2009 16:21:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198612 - stable/8/share/man/man5 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 16:21:53 -0000 Author: kib Date: Thu Oct 29 16:21:52 2009 New Revision: 198612 URL: http://svn.freebsd.org/changeset/base/198612 Log: MFC r197429: Document osrel node for procfs. Modified: stable/8/share/man/man5/ (props changed) stable/8/share/man/man5/procfs.5 Modified: stable/8/share/man/man5/procfs.5 ============================================================================== --- stable/8/share/man/man5/procfs.5 Thu Oct 29 16:19:58 2009 (r198611) +++ stable/8/share/man/man5/procfs.5 Thu Oct 29 16:21:52 2009 (r198612) @@ -2,7 +2,7 @@ .\" Written by Garrett Wollman .\" This file is in the public domain. .\" -.Dd July 9, 2009 +.Dd September 22, 2009 .Dt PROCFS 5 .Os .Sh NAME @@ -117,6 +117,12 @@ Not implemented. .It Pa notepg Used for sending signal to the process group. Not implemented. +.It Pa osrel +Allows read and write of the kernel osrel value assigned to the process. +It affects the compatibility shims that are turned on and off +depending on the value. +Initial process value is read from the ABI note tag in the executed ELF image, +and is zero if the tag not supported by binary format or was not found. .It Pa regs Allows read and write access to the process' register set. This file contains a binary data structure @@ -237,6 +243,8 @@ the complete virtual address space of th used for signaling the process .It Pa /proc/curproc/notepg used for signaling the process group +.It Pa /proc/curproc/osrel +the process osrel value .It Pa /proc/curproc/regs the process register set .It Pa /proc/curproc/rlimit