From owner-cvs-src-old@FreeBSD.ORG Wed May 5 12:48:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76AF41065677 for ; Wed, 5 May 2010 12:48:43 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 272B58FC14 for ; Wed, 5 May 2010 12:48:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o45Cmh0q010453 for ; Wed, 5 May 2010 12:48:43 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o45CmhD5010452 for cvs-src-old@freebsd.org; Wed, 5 May 2010 12:48:43 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201005051248.o45CmhD5010452@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Wed, 5 May 2010 12:48:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sbin/sysctl sysctl.8 sysctl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 12:48:43 -0000 gavin 2010-05-05 12:48:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/sysctl sysctl.8 sysctl.c Log: SVN rev 207658 on 2010-05-05 12:48:30Z by gavin Merge r203310,203547,203717 from head: Implement the "-i" option to sysctl(8), to ignore failures while retrieving individual OIDs. This allows the same list of OIDs to be passed to sysctl(8) across different systems where particular OIDs may not exist, and still get as much information as possible from them. PR: bin/123644 Submitted by: dhw Revision Changes Path 1.61.2.2 +8 -2 src/sbin/sysctl/sysctl.8 1.86.2.2 +9 -4 src/sbin/sysctl/sysctl.c