From owner-cvs-src-old@FreeBSD.ORG Sun Jan 31 19:33:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BBE1065670 for ; Sun, 31 Jan 2010 19:33:49 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7544F8FC1A for ; Sun, 31 Jan 2010 19:33:49 +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 o0VJXnQF006130 for ; Sun, 31 Jan 2010 19:33:49 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VJXnbP006129 for cvs-src-old@freebsd.org; Sun, 31 Jan 2010 19:33:49 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201001311933.o0VJXnbP006129@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Sun, 31 Jan 2010 19:33:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sun, 31 Jan 2010 19:33:49 -0000 gavin 2010-01-31 19:33:25 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.8 sysctl.c Log: SVN rev 203310 on 2010-01-31 19:33:25Z by gavin 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 Approved by: ed (mentor) MFC after: 2 weeks Revision Changes Path 1.65 +7 -1 src/sbin/sysctl/sysctl.8 1.93 +8 -3 src/sbin/sysctl/sysctl.c