From owner-cvs-src@FreeBSD.ORG Sun Apr 16 04:43:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4509C16A400; Sun, 16 Apr 2006 04:43:33 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A4C43D45; Sun, 16 Apr 2006 04:43:33 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3G4hWP7041660; Sun, 16 Apr 2006 04:43:32 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3G4hWau041659; Sun, 16 Apr 2006 04:43:32 GMT (envelope-from jmg) Message-Id: <200604160443.k3G4hWau041659@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 16 Apr 2006 04:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/lib/libutil pidfile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 04:43:33 -0000 jmg 2006-04-16 04:43:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) lib/libutil pidfile.c Log: MFC: v1.2 pidfile.c use pwrite to always write at the begining of the file.. If multiple calls to pidfile_write happen, the pidfile will have nul characters prepended due to the cached file descriptor offset... Approved by: re (scottl) Revision Changes Path 1.1.2.1.2.1 +1 -1 src/lib/libutil/pidfile.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 10:34:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BDA16A400; Sun, 16 Apr 2006 10:34:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFE043D45; Sun, 16 Apr 2006 10:34:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GAYv4e048752; Sun, 16 Apr 2006 10:34:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GAYv3b048748; Sun, 16 Apr 2006 10:34:57 GMT (envelope-from brueffer) Message-Id: <200604161034.k3GAYv3b048748@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 16 Apr 2006 10:34:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 10:34:57 -0000 brueffer 2006-04-16 10:34:56 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag Log: Fix indentation for "Ostersonntag". Obtained from: OpenBSD Revision Changes Path 1.10 +1 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag From owner-cvs-src@FreeBSD.ORG Sun Apr 16 11:54:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1559116A400; Sun, 16 Apr 2006 11:54:03 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C616943D46; Sun, 16 Apr 2006 11:54:02 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GBs2Lu091367; Sun, 16 Apr 2006 11:54:02 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GBs2d3091363; Sun, 16 Apr 2006 11:54:02 GMT (envelope-from schweikh) Message-Id: <200604161154.k3GBs2d3091363@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 16 Apr 2006 11:54:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh TOUR X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 11:54:03 -0000 schweikh 2006-04-16 11:54:01 UTC FreeBSD src repository Modified files: bin/sh TOUR Log: Correct assorted grammos and typos. Revision Changes Path 1.7 +11 -11 src/bin/sh/TOUR From owner-cvs-src@FreeBSD.ORG Sun Apr 16 12:32:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB58116A401; Sun, 16 Apr 2006 12:32:04 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9397243D48; Sun, 16 Apr 2006 12:32:04 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GCW4T9012339; Sun, 16 Apr 2006 12:32:04 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GCW4LX012338; Sun, 16 Apr 2006 12:32:04 GMT (envelope-from maxim) Message-Id: <200604161232.k3GCW4LX012338@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 12:32:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jail jail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 12:32:05 -0000 maxim 2006-04-16 12:32:04 UTC FreeBSD src repository Modified files: usr.sbin/jail jail.c Log: o Do not mangle current session user login name with jail -u|-U. PR: bin/94730 Submitted by: Frank Behrens MFC after: 1 month Revision Changes Path 1.22 +1 -1 src/usr.sbin/jail/jail.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 14:32:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5090616A402; Sun, 16 Apr 2006 14:32:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0207843D4C; Sun, 16 Apr 2006 14:32:55 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GEWsEg086356; Sun, 16 Apr 2006 14:32:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GEWs8h086349; Sun, 16 Apr 2006 14:32:54 GMT (envelope-from marius) Message-Id: <200604161432.k3GEWs8h086349@repoman.freebsd.org> From: Marius Strobl Date: Sun, 16 Apr 2006 14:32:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 14:32:55 -0000 marius 2006-04-16 14:32:53 UTC FreeBSD src repository Modified files: lib/libc/sparc64/fpu fpu_qp.c Log: For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", this means they should set the cmpe flag when calling __fpu_compare(). Submitted by: stefanf MFC after: 2 weeks Revision Changes Path 1.8 +4 -4 src/lib/libc/sparc64/fpu/fpu_qp.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 15:35:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20FF16A40A; Sun, 16 Apr 2006 15:35:12 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A7D43D46; Sun, 16 Apr 2006 15:35:12 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GFZCik022665; Sun, 16 Apr 2006 15:35:12 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GFZCZN022664; Sun, 16 Apr 2006 15:35:12 GMT (envelope-from maxim) Message-Id: <200604161535.k3GFZCZN022664@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 15:35:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_dock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 15:35:14 -0000 maxim 2006-04-16 15:35:12 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_dock.c Log: o Correct a path to include. Revision Changes Path 1.2 +1 -1 src/sys/dev/acpica/acpi_dock.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 15:55:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 143D516A402; Sun, 16 Apr 2006 15:55:30 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0627C43D45; Sun, 16 Apr 2006 15:55:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k3GFtK3P024905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Apr 2006 19:55:21 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k3GFtKvA024904; Sun, 16 Apr 2006 19:55:20 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sun, 16 Apr 2006 19:55:20 +0400 From: Gleb Smirnoff To: Paul Saab Message-ID: <20060416155520.GI84736@FreeBSD.org> References: <200604141417.k3EEHfux074653@repoman.freebsd.org> <444038DD.6020508@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <444038DD.6020508@freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Christian Brueffer Subject: Re: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 15:55:30 -0000 On Fri, Apr 14, 2006 at 05:05:49PM -0700, Paul Saab wrote: P> Actually, I was just told by broadcom that polling is totally untested P> on BCE and it is not known to work or not. It was quite clear, since it wasn't compilable with DEVICE_POLLING :) -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Sun Apr 16 15:58:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FC016A403; Sun, 16 Apr 2006 15:58:20 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1D843D49; Sun, 16 Apr 2006 15:58:20 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GFwKx1035535; Sun, 16 Apr 2006 15:58:20 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GFwKnL035534; Sun, 16 Apr 2006 15:58:20 GMT (envelope-from matteo) Message-Id: <200604161558.k3GFwKnL035534@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 16 Apr 2006 15:58:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 15:58:20 -0000 matteo 2006-04-16 15:58:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/fxp if_fxp.c Log: Add device ID for Intel Pro/100 VE Network Connection card Approved by: re (scottl) Revision Changes Path 1.240.2.9 +1 -0 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 16:07:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8081916A400; Sun, 16 Apr 2006 16:07:09 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398EC43D48; Sun, 16 Apr 2006 16:07:09 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GG79KM040804; Sun, 16 Apr 2006 16:07:09 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GG79Wp040803; Sun, 16 Apr 2006 16:07:09 GMT (envelope-from matteo) Message-Id: <200604161607.k3GG79Wp040803@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 16 Apr 2006 16:07:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 16:07:09 -0000 matteo 2006-04-16 16:07:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/dev/fxp if_fxp.c Log: Add device ID for Intel Pro/100 VE Network Connection card Approved by: re (scottl) Revision Changes Path 1.240.2.8.2.1 +1 -0 src/sys/dev/fxp/if_fxp.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 16:07:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5081316A400; Sun, 16 Apr 2006 16:07:56 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B078F43D45; Sun, 16 Apr 2006 16:07:55 +0000 (GMT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (ns01.locore.org [218.45.21.227]) by locore.org (8.13.6/8.13.6/iwasaki) with ESMTP/inet id k3GG7rgn056867; Mon, 17 Apr 2006 01:07:53 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Mon, 17 Apr 2006 01:07:56 +0900 (JST) Message-Id: <20060417.010756.104028078.iwasaki@jp.FreeBSD.org> To: maxim@FreeBSD.org From: Mitsuru IWASAKI In-Reply-To: <200604161535.k3GFZCZN022664@repoman.freebsd.org> References: <200604161535.k3GFZCZN022664@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_dock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 16:07:56 -0000 Thanks a lot! From: Maxim Konovalov Subject: cvs commit: src/sys/dev/acpica acpi_dock.c Date: Sun, 16 Apr 2006 15:35:12 +0000 (UTC) Message-ID: <200604161535.k3GFZCZN022664@repoman.freebsd.org> > maxim 2006-04-16 15:35:12 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_dock.c > Log: > o Correct a path to include. > > Revision Changes Path > 1.2 +1 -1 src/sys/dev/acpica/acpi_dock.c > From owner-cvs-src@FreeBSD.ORG Sun Apr 16 16:33:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4074816A498; Sun, 16 Apr 2006 16:33:26 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9683C43D45; Sun, 16 Apr 2006 16:33:26 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GGXQpb055032; Sun, 16 Apr 2006 16:33:26 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GGXQT8055031; Sun, 16 Apr 2006 16:33:26 GMT (envelope-from maxim) Message-Id: <200604161633.k3GGXQT8055031@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 16:33:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/db/man dbm.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 16:33:27 -0000 maxim 2006-04-16 16:33:26 UTC FreeBSD src repository Modified files: lib/libc/db/man dbm.3 Log: o dbm_close(3) returns void not zero or anything else. Touch .Dd. PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks Revision Changes Path 1.9 +1 -5 src/lib/libc/db/man/dbm.3 From owner-cvs-src@FreeBSD.ORG Sun Apr 16 17:44:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C7E16A407; Sun, 16 Apr 2006 17:44:50 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B9C43D46; Sun, 16 Apr 2006 17:44:49 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GHinsN004232; Sun, 16 Apr 2006 17:44:49 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GHinGB004231; Sun, 16 Apr 2006 17:44:49 GMT (envelope-from maxim) Message-Id: <200604161744.k3GHinGB004231@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 17:44:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/time time.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 17:44:50 -0000 maxim 2006-04-16 17:44:49 UTC FreeBSD src repository Modified files: usr.bin/time time.c Log: o Close an output file -o flag opened before execvp(3) in a child. PR: bin/89666 Submitted by: Arne H Juul MFC after: 1 month Revision Changes Path 1.28 +2 -0 src/usr.bin/time/time.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 18:14:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1B716A4A3; Sun, 16 Apr 2006 18:14:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4756043D48; Sun, 16 Apr 2006 18:14:02 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GIE2Cr019413; Sun, 16 Apr 2006 18:14:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GIE2Sf019412; Sun, 16 Apr 2006 18:14:02 GMT (envelope-from sam) Message-Id: <200604161814.k3GIE2Sf019412@repoman.freebsd.org> From: Sam Leffler Date: Sun, 16 Apr 2006 18:14:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 18:14:02 -0000 sam 2006-04-16 18:14:02 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Unbreak cabq handling: check the s/w q, not the h/w q as the frames have not been passed to the h/w yet. This remedies watchdog timeout of buffered multicast frames in hostap mode. While here eliminate an extraneous check; ieee80211_beacon_update sets the tim bit based on ncabq != 0 so there's no reason to check it too. Noticed by: Christophe Prevotaux Revision Changes Path 1.139 +2 -2 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 18:24:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C41816A404; Sun, 16 Apr 2006 18:24:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0112043D46; Sun, 16 Apr 2006 18:24:28 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GIORjO026682; Sun, 16 Apr 2006 18:24:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GIORPG026681; Sun, 16 Apr 2006 18:24:27 GMT (envelope-from sam) Message-Id: <200604161824.k3GIORPG026681@repoman.freebsd.org> From: Sam Leffler Date: Sun, 16 Apr 2006 18:24:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 18:24:28 -0000 sam 2006-04-16 18:24:27 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Improve ath_draintxq debug info: dump the packet as well as the descriptor and handle the beacon q like other q's MFC after: 1 month Revision Changes Path 1.140 +22 -7 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 18:38:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B704216A405; Sun, 16 Apr 2006 18:38:30 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7402943D48; Sun, 16 Apr 2006 18:38:30 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GIcUl4035141; Sun, 16 Apr 2006 18:38:30 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GIcU3e035140; Sun, 16 Apr 2006 18:38:30 GMT (envelope-from jmg) Message-Id: <200604161838.k3GIcU3e035140@repoman.freebsd.org> From: John-Mark Gurney Date: Sun, 16 Apr 2006 18:38:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 18:38:30 -0000 jmg 2006-04-16 18:38:30 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)... move ncsize into debug.sizeof and rename to namecache... Revision Changes Path 1.105 +2 -2 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 22:23:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF07816A415; Sun, 16 Apr 2006 22:23:40 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A31443D48; Sun, 16 Apr 2006 22:23:40 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GMNeVG068574; Sun, 16 Apr 2006 22:23:40 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GMNec7068573; Sun, 16 Apr 2006 22:23:40 GMT (envelope-from maxim) Message-Id: <200604162223.k3GMNec7068573@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 22:23:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 22:23:40 -0000 maxim 2006-04-16 22:23:40 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.8 iostat.c Log: o Implement Solaris-like -x flag: show extended disk statistics. o Implement Solaris-like -z flag: omit lines for devices with no activity. o iostat.8: describe -x and -z flags, Xr devstat(3), touch .Dd. PR: mostly bin/68840, with style changes; bin/73327 Submitted by: Dan Nelson, Peter Schuller Obtained from: NetBSD (a part of man page) MFC after: 1 month Revision Changes Path 1.28 +33 -2 src/usr.sbin/iostat/iostat.8 1.29 +103 -13 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 22:28:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D4216A402; Sun, 16 Apr 2006 22:28:05 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D297143D45; Sun, 16 Apr 2006 22:28:04 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GMS4EH068746; Sun, 16 Apr 2006 22:28:04 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GMS49K068745; Sun, 16 Apr 2006 22:28:04 GMT (envelope-from maxim) Message-Id: <200604162228.k3GMS49K068745@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 22:28:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 22:28:05 -0000 maxim 2006-04-16 22:28:04 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: o Trim EOL whitespaces and tabs, replace eight w/s by tabs. No functional changes. Revision Changes Path 1.30 +20 -20 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 22:30:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B3616A400; Sun, 16 Apr 2006 22:30:25 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3426343D45; Sun, 16 Apr 2006 22:30:25 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GMUPDE069125; Sun, 16 Apr 2006 22:30:25 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GMUPvd069124; Sun, 16 Apr 2006 22:30:25 GMT (envelope-from maxim) Message-Id: <200604162230.k3GMUPvd069124@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 16 Apr 2006 22:30:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/iostat iostat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 22:30:25 -0000 maxim 2006-04-16 22:30:25 UTC FreeBSD src repository Modified files: usr.sbin/iostat iostat.c Log: o De-register local vars. Revision Changes Path 1.31 +4 -6 src/usr.sbin/iostat/iostat.c From owner-cvs-src@FreeBSD.ORG Sun Apr 16 23:16:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE6216A400; Sun, 16 Apr 2006 23:16:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC30D43D45; Sun, 16 Apr 2006 23:16:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3GNGjZq096884; Sun, 16 Apr 2006 23:16:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3GNGjGY096883; Sun, 16 Apr 2006 23:16:45 GMT (envelope-from imp) Message-Id: <200604162316.k3GNGjGY096883@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 Apr 2006 23:16:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 23:16:46 -0000 imp 2006-04-16 23:16:45 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Add missing ~. We want all the INVALID bits to be 0... Let's see if this helps people with their interrupt storm problem on card eject. Revision Changes Path 1.142 +1 -1 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 00:17:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D7D416A400; Mon, 17 Apr 2006 00:17:30 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D12343D46; Mon, 17 Apr 2006 00:17:30 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3H0HTOU030484; Mon, 17 Apr 2006 00:17:29 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3H0HTBG030483; Mon, 17 Apr 2006 00:17:29 GMT (envelope-from sam) Message-Id: <200604170017.k3H0HTBG030483@repoman.freebsd.org> From: Sam Leffler Date: Mon, 17 Apr 2006 00:17:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 00:17:30 -0000 sam 2006-04-17 00:17:29 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: remove some unnecessary perror calls Noticed by: Jouni Malinen MFC after: 2 weeks Revision Changes Path 1.11 +0 -2 src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 07:43:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9241A16A403; Mon, 17 Apr 2006 07:43:58 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FFB543D6E; Mon, 17 Apr 2006 07:43:57 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3H7hvJW091673; Mon, 17 Apr 2006 07:43:57 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3H7hvvJ091672; Mon, 17 Apr 2006 07:43:57 GMT (envelope-from kensmith) Message-Id: <200604170743.k3H7hvvJ091672@repoman.freebsd.org> From: Ken Smith Date: Mon, 17 Apr 2006 07:43:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 07:43:58 -0000 kensmith 2006-04-17 07:43:56 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Fix panic() message to give the right function name. Revision Changes Path 1.195 +1 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 09:12:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB52B16A401; Mon, 17 Apr 2006 09:12:54 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD2143D53; Mon, 17 Apr 2006 09:12:54 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3H9CseV046085; Mon, 17 Apr 2006 09:12:54 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3H9Csft046081; Mon, 17 Apr 2006 09:12:54 GMT (envelope-from maxim) Message-Id: <200604170912.k3H9Csft046081@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 17 Apr 2006 09:12:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 09:12:54 -0000 maxim 2006-04-17 09:12:53 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_cd.c Log: o Do not double i/o stats for cd(4) already acounted in g_disk_done(). PR: kern/95707 Submitted by: Andre Albsmeier Reviewed by: phk MFC after: 2 weeks Revision Changes Path 1.95 +1 -1 src/sys/cam/scsi/scsi_cd.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 10:47:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDC816A402; Mon, 17 Apr 2006 10:47:04 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C063043D4C; Mon, 17 Apr 2006 10:47:03 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HAl3Us098268; Mon, 17 Apr 2006 10:47:03 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HAl3NB098267; Mon, 17 Apr 2006 10:47:03 GMT (envelope-from sos) Message-Id: <200604171047.k3HAl3NB098267@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 17 Apr 2006 10:47:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 10:47:04 -0000 sos 2006-04-17 10:47:02 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Add missing ";" found by: jmg Revision Changes Path 1.64 +1 -1 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 10:58:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB41316A401; Mon, 17 Apr 2006 10:58:50 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023AA43D58; Mon, 17 Apr 2006 10:58:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HAwkT8004822; Mon, 17 Apr 2006 10:58:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HAwkOs004815; Mon, 17 Apr 2006 10:58:46 GMT (envelope-from krion) Message-Id: <200604171058.k3HAwkOs004815@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Apr 2006 10:58:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/create main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 10:58:50 -0000 krion 2006-04-17 10:58:45 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/create main.c Log: Use bzip2(1) by default to compress package tarball on __FreeBSD_version >= 500039. Submitted by: Alex Lyashkov MFC after: 5 days Revision Changes Path 1.38 +6 -1 src/usr.sbin/pkg_install/create/main.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 11:15:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D49A16A407; Mon, 17 Apr 2006 11:15:30 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CBE43D45; Mon, 17 Apr 2006 11:15:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HBFT5U014399; Mon, 17 Apr 2006 11:15:29 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HBFT0C014395; Mon, 17 Apr 2006 11:15:29 GMT (envelope-from krion) Message-Id: <200604171115.k3HBFT0C014395@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 17 Apr 2006 11:15:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib lib.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 11:15:30 -0000 krion 2006-04-17 11:15:29 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib lib.h Log: Add INDEX-7 and remove trailing spaces. MFC after: 5 days Revision Changes Path 1.58 +5 -3 src/usr.sbin/pkg_install/lib/lib.h From owner-cvs-src@FreeBSD.ORG Mon Apr 17 12:14:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D0816A400; Mon, 17 Apr 2006 12:14:49 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314A443D48; Mon, 17 Apr 2006 12:14:49 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HCEmcE046635; Mon, 17 Apr 2006 12:14:49 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HCEmhi046619; Mon, 17 Apr 2006 12:14:48 GMT (envelope-from schweikh) Message-Id: <200604171214.k3HCEmhi046619@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 17 Apr 2006 12:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 12:14:49 -0000 schweikh 2006-04-17 12:14:47 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Remove a corrupted fortune ending in line noise. Even googling did not turn up a non-corrupted version, else I would have restored it. (No, it's not the one that uses line noise intentionally.) Revision Changes Path 1.211 +0 -7 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Apr 17 12:34:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D947A16A402; Mon, 17 Apr 2006 12:34:06 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445F043D4C; Mon, 17 Apr 2006 12:34:05 +0000 (GMT) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IXV002ME9KRXR@ms-dienst.rz.rwth-aachen.de>; Mon, 17 Apr 2006 14:34:04 +0200 (MEST) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Mon, 17 Apr 2006 14:34:03 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.1/8.13.1/1) with ESMTP id k3HCY2bd030248; Mon, 17 Apr 2006 14:34:02 +0200 Received: from milan.hitnet.rwth-aachen.de ([137.226.181.144] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FVSvb-0003tO-1p; Mon, 17 Apr 2006 14:34:03 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id C9E4E3F42F; Mon, 17 Apr 2006 14:34:02 +0200 (CEST) Date: Mon, 17 Apr 2006 14:34:02 +0200 From: Christian Brueffer In-reply-to: <200604162316.k3GNGjGY096883@repoman.freebsd.org> To: Warner Losh Message-id: <20060417123402.GA32245@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=5vNYLRcllDrimb99; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200604162316.k3GNGjGY096883@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 12:34:07 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 16, 2006 at 11:16:45PM +0000, Warner Losh wrote: > imp 2006-04-16 23:16:45 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/pccbb pccbb.c=20 > Log: > Add missing ~. We want all the INVALID bits to be 0... Let's see if t= his > helps people with their interrupt storm problem on card eject. > =20 > Revision Changes Path > 1.142 +1 -1 src/sys/dev/pccbb/pccbb.c > _______________________________________________ Works fine here, thanks! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEQ4s6bHYXjKDtmC0RAvUUAKCj7C2kuQoWcBiQCQjtndnNo8yx1QCg8V06 WAL4Qpj0G3pnr6dH2mRPFG0= =QAtx -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-cvs-src@FreeBSD.ORG Mon Apr 17 13:23:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8D416A402; Mon, 17 Apr 2006 13:23:07 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BA343D45; Mon, 17 Apr 2006 13:23:06 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr11.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3HDN4Cf032995; Mon, 17 Apr 2006 15:23:05 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k3HDN425022767; Mon, 17 Apr 2006 15:23:04 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k3HDN4k2022766; Mon, 17 Apr 2006 15:23:04 +0200 (CEST) (envelope-from wb) Date: Mon, 17 Apr 2006 15:23:04 +0200 From: Wilko Bulte To: Jens Schweikhardt Message-ID: <20060417132304.GA22749@freebie.xs4all.nl> References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604171214.k3HCEmhi046619@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 13:23:07 -0000 On Mon, Apr 17, 2006 at 12:14:47PM +0000, Jens Schweikhardt wrote.. > schweikh 2006-04-17 12:14:47 UTC > > FreeBSD src repository > > Modified files: > games/fortune/datfiles fortunes > Log: > Remove a corrupted fortune ending in line noise. Even googling did not > turn up a non-corrupted version, else I would have restored it. > (No, it's not the one that uses line noise intentionally.) That would be the proverbial "unfortunate fortune" it seems :) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 17 16:29:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DEF416A400; Mon, 17 Apr 2006 16:29:12 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EDC43D69; Mon, 17 Apr 2006 16:29:03 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id C261420A1; Mon, 17 Apr 2006 18:28:58 +0200 (CEST) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id ABEF9209D; Mon, 17 Apr 2006 18:28:58 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 64E1E33C8D; Mon, 17 Apr 2006 18:28:58 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Jens Schweikhardt References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> Date: Mon, 17 Apr 2006 18:28:57 +0200 In-Reply-To: <200604171214.k3HCEmhi046619@repoman.freebsd.org> (Jens Schweikhardt's message of "Mon, 17 Apr 2006 12:14:47 +0000 (UTC)") Message-ID: <868xq4yxme.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 16:29:12 -0000 Jens Schweikhardt writes: > Log: > Remove a corrupted fortune ending in line noise. Even googling did not > turn up a non-corrupted version, else I would have restored it. > (No, it's not the one that uses line noise intentionally.) Are you absolutely sure that the corruption isn't intentional? Note that the only non-printable characters are \a; it seems to me that the point of this truncated entry is precisely to leave the reader wondering what the punchline is and cursing the "line noise". DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Apr 17 16:32:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746B816A400; Mon, 17 Apr 2006 16:32:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC3343D66; Mon, 17 Apr 2006 16:32:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3FC6E1A4E56; Mon, 17 Apr 2006 09:32:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A97AF5164F; Mon, 17 Apr 2006 12:32:44 -0400 (EDT) Date: Mon, 17 Apr 2006 12:32:44 -0400 From: Kris Kennaway To: Dag-Erling Sm?rgrav Message-ID: <20060417163244.GA91196@xor.obsecurity.org> References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <868xq4yxme.fsf@xps.des.no> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 16:32:46 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 17, 2006 at 06:28:57PM +0200, Dag-Erling Sm?rgrav wrote: > Jens Schweikhardt writes: > > Log: > > Remove a corrupted fortune ending in line noise. Even googling did not > > turn up a non-corrupted version, else I would have restored it. > > (No, it's not the one that uses line noise intentionally.) >=20 > Are you absolutely sure that the corruption isn't intentional? Note > that the only non-printable characters are \a; it seems to me that the > point of this truncated entry is precisely to leave the reader > wondering what the punchline is and cursing the "line noise". Yes, I think so too. Kris --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEQ8MsWry0BWjoQKURAlJxAKDx7pujZ6Er3Js3EHVw3wXEGjwuTgCghINU 0BZR6875KhhcJNcz2NDIc2w= =ytal -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-cvs-src@FreeBSD.ORG Mon Apr 17 16:46:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29DDE16A410; Mon, 17 Apr 2006 16:46:51 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F3043D46; Mon, 17 Apr 2006 16:46:50 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FVWsC-000HdW-Sc; Mon, 17 Apr 2006 17:46:48 +0100 Date: Mon, 17 Apr 2006 17:46:48 +0100 From: Ceri Davies To: Dag-Erling Sm?rgrav Message-ID: <20060417164648.GA71861@submonkey.net> Mail-Followup-To: Ceri Davies , Dag-Erling Sm?rgrav , Jens Schweikhardt , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <868xq4yxme.fsf@xps.des.no> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 16:46:51 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 17, 2006 at 06:28:57PM +0200, Dag-Erling Sm?rgrav wrote: > Jens Schweikhardt writes: > > Log: > > Remove a corrupted fortune ending in line noise. Even googling did not > > turn up a non-corrupted version, else I would have restored it. > > (No, it's not the one that uses line noise intentionally.) >=20 > Are you absolutely sure that the corruption isn't intentional? Note > that the only non-printable characters are \a; it seems to me that the > point of this truncated entry is precisely to leave the reader > wondering what the punchline is and cursing the "line noise". That's probably true, but it isn't actually funny, so can stay buried as far as I'm concerned. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEQ8Z4ocfcwTS3JF8RAsFbAJsEpdNY5/cUixEyxWuP4t/T5Zp8nwCfc1XZ ON6eYnaCDVDl9gOiYdMKu4U= =aVlN -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-cvs-src@FreeBSD.ORG Mon Apr 17 16:48:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECD816A404; Mon, 17 Apr 2006 16:48:23 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4952043D46; Mon, 17 Apr 2006 16:48:23 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id D3D7C1EC31D; Mon, 17 Apr 2006 18:48:10 +0200 (CEST) To: Ceri Davies From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 17 Apr 2006 17:46:48 BST." <20060417164648.GA71861@submonkey.net> Date: Mon, 17 Apr 2006 18:48:09 +0200 Message-ID: <1206.1145292489@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: Dag-Erling Sm?rgrav , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 16:48:23 -0000 In message <20060417164648.GA71861@submonkey.net>, Ceri Davies writes: >That's probably true, but it isn't actually funny, so can stay buried as >far as I'm concerned. Me notes that less than 1 in thousand of Danish Internet users knows what transmission line noise looks like: All they've tried is Internet. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon Apr 17 17:00:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4298816A401 for ; Mon, 17 Apr 2006 17:00:54 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C55043D4C for ; Mon, 17 Apr 2006 17:00:53 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3HH0j96020067; Mon, 17 Apr 2006 19:00:46 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k3HH0iIS027977; Mon, 17 Apr 2006 19:00:44 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k3HH0iSP027976; Mon, 17 Apr 2006 19:00:44 +0200 (CEST) (envelope-from wb) Date: Mon, 17 Apr 2006 19:00:44 +0200 From: Wilko Bulte To: Poul-Henning Kamp Message-ID: <20060417170044.GA27942@freebie.xs4all.nl> References: <20060417164648.GA71861@submonkey.net> <1206.1145292489@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1206.1145292489@critter.freebsd.dk> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Jens Schweikhardt , Dag-Erling Sm?rgrav , Ceri Davies Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:00:54 -0000 On Mon, Apr 17, 2006 at 06:48:09PM +0200, Poul-Henning Kamp wrote.. > In message <20060417164648.GA71861@submonkey.net>, Ceri Davies writes: > > >That's probably true, but it isn't actually funny, so can stay buried as > >far as I'm concerned. > > Me notes that less than 1 in thousand of Danish Internet users knows > what transmission line noise looks like: All they've tried is Internet. Which, as we all know, has a horrendous SNR. Be it noise of a different nature though.. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 17 17:55:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBED716A402; Mon, 17 Apr 2006 17:55:12 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645F843D46; Mon, 17 Apr 2006 17:55:12 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HHtCwG052225; Mon, 17 Apr 2006 17:55:12 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HHtCVr052216; Mon, 17 Apr 2006 17:55:12 GMT (envelope-from schweikh) Message-Id: <200604171755.k3HHtCVr052216@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 17 Apr 2006 17:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh Makefile trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:55:12 -0000 schweikh 2006-04-17 17:55:11 UTC FreeBSD src repository Modified files: bin/sh Makefile trap.c Log: Whitespace nits. Revision Changes Path 1.46 +1 -1 src/bin/sh/Makefile 1.32 +4 -4 src/bin/sh/trap.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 17:55:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4319616A403; Mon, 17 Apr 2006 17:55:22 +0000 (UTC) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB6F643D46; Mon, 17 Apr 2006 17:55:21 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HHtLX6052391; Mon, 17 Apr 2006 17:55:21 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HHtL0J052390; Mon, 17 Apr 2006 17:55:21 GMT (envelope-from wilko) Message-Id: <200604171755.k3HHtL0J052390@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 17 Apr 2006 17:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 17:55:22 -0000 wilko 2006-04-17 17:55:21 UTC FreeBSD src repository Modified files: . access Log: joe's PhD work takes too much of his time to also work on FreeBSD. He requested core to take his commit bit in safekeeping. Approved by: core With hat: core-secretary Revision Changes Path 1.762 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:03:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958AE16A403; Mon, 17 Apr 2006 18:03:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF6943D48; Mon, 17 Apr 2006 18:03:18 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HI3IpS059412; Mon, 17 Apr 2006 18:03:18 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HI3ITq059411; Mon, 17 Apr 2006 18:03:18 GMT (envelope-from hrs) Message-Id: <200604171803.k3HI3ITq059411@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 17 Apr 2006 18:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:03:18 -0000 hrs 2006-04-17 18:03:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/share/examples Makefile.relnotesng Log: Update branch name for 6.1-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.11.2.1.4.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:05:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDD616A402; Mon, 17 Apr 2006 18:05:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1D943D53; Mon, 17 Apr 2006 18:05:32 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HI5WlG059813; Mon, 17 Apr 2006 18:05:32 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HI5WXj059812; Mon, 17 Apr 2006 18:05:32 GMT (envelope-from hrs) Message-Id: <200604171805.k3HI5WXj059812@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 17 Apr 2006 18:05:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:05:32 -0000 hrs 2006-04-17 18:05:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/share/sgml release.ent Log: Update version numbers for 6.1-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.24.2.3.2.1 +4 -4 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:08:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A5E16A402; Mon, 17 Apr 2006 18:08:51 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D4043D4C; Mon, 17 Apr 2006 18:08:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HI8p5N059955; Mon, 17 Apr 2006 18:08:51 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HI8pUa059954; Mon, 17 Apr 2006 18:08:51 GMT (envelope-from hrs) Message-Id: <200604171808.k3HI8pUa059954@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 17 Apr 2006 18:08:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:08:51 -0000 hrs 2006-04-17 18:08:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Remove description about subscribing to stable@. This is not for 6.1-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.8.4.1.2.1 +0 -11 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:14:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4F816A401; Mon, 17 Apr 2006 18:14:02 +0000 (UTC) (envelope-from schweikh@schweikhardt.net) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C0443D53; Mon, 17 Apr 2006 18:13:59 +0000 (GMT) (envelope-from schweikh@schweikhardt.net) Received: by bremen.shuttle.de (Postfix, from userid 10) id ABB3D3BA2B; Mon, 17 Apr 2006 20:13:57 +0200 (CEST) Received: from hal9000.schweikhardt.net (localhost [127.0.0.1]) by hal9000.schweikhardt.net (8.13.6/8.13.6) with ESMTP id k3HIDgLY004270; Mon, 17 Apr 2006 20:13:42 +0200 (CEST) (envelope-from schweikh@hal9000.schweikhardt.net) Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.13.6/8.13.6/Submit) id k3HIDg1p004269; Mon, 17 Apr 2006 20:13:42 +0200 (CEST) (envelope-from schweikh) Date: Mon, 17 Apr 2006 20:13:42 +0200 From: Jens Schweikhardt To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20060417181342.GA844@schweikhardt.net> Mail-Followup-To: Jens Schweikhardt , Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , Jens Schweikhardt , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <868xq4yxme.fsf@xps.des.no> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:14:02 -0000 On Mon, Apr 17, 2006 at 06:28:57PM +0200, Dag-Erling Smørgrav wrote: # Jens Schweikhardt writes: # > Log: # > Remove a corrupted fortune ending in line noise. Even googling did not # > turn up a non-corrupted version, else I would have restored it. # > (No, it's not the one that uses line noise intentionally.) # # Are you absolutely sure that the corruption isn't intentional? Not absolutely, but sufficiently sure that the whole Limerick doesn't make sense. YMMV :-) # Note # that the only non-printable characters are \a; it seems to me that the # point of this truncated entry is precisely to leave the reader # wondering what the punchline is and cursing the "line noise". While I think this is far-fetched, I can see your point. All the "modem" jokes of this type I know are a little harder to misinterpret as corrupted because they end with line noise plus "NO CARRIER" or variations thereof. Do you think this entry is worth putting back with NO CARRIER appended? This would also avoid some future committer thinking s/he found a truly corrupt entry and removing it again. Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:20:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B133116A400; Mon, 17 Apr 2006 18:20:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7759443D46; Mon, 17 Apr 2006 18:20:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HIKcJ8068405; Mon, 17 Apr 2006 18:20:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HIKcx3068404; Mon, 17 Apr 2006 18:20:38 GMT (envelope-from jhb) Message-Id: <200604171820.k3HIKcx3068404@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 18:20:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:20:38 -0000 jhb 2006-04-17 18:20:38 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_mod.c sys/dev/random randomdev_soft.c sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c sys/vm vm_zeroidle.c Log: Change msleep() and tsleep() to not alter the calling thread's priority if the specified priority is zero. This avoids a race where the calling thread could read a snapshot of it's current priority, then a different thread could change the first thread's priority, then the original thread would call sched_prio() inside msleep() undoing the change made by the second thread. I used a priority of zero as no thread that calls msleep() or tsleep() should be specifying a priority of zero anyway. The various places that passed 'curthread->td_priority' or some variant as the priority now pass 0. Revision Changes Path 1.24 +1 -8 src/sys/dev/hwpmc/hwpmc_mod.c 1.13 +2 -4 src/sys/dev/random/randomdev_soft.c 1.132 +3 -5 src/sys/kern/kern_intr.c 1.26 +1 -3 src/sys/kern/kern_poll.c 1.279 +5 -3 src/sys/kern/kern_synch.c 1.43 +2 -2 src/sys/kern/kern_thr.c 1.36 +4 -6 src/sys/kern/kern_umtx.c 1.78 +1 -1 src/sys/kern/sched_4bsd.c 1.36 +1 -1 src/sys/kern/subr_taskqueue.c 1.15 +2 -2 src/sys/kern/uipc_mqueue.c 1.37 +1 -3 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 18:36:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF6816A40B; Mon, 17 Apr 2006 18:36:01 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159D443D53; Mon, 17 Apr 2006 18:35:59 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HIZwUW077821; Mon, 17 Apr 2006 18:35:58 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HIZw3V077820; Mon, 17 Apr 2006 18:35:58 GMT (envelope-from dwmalone) Message-Id: <200604171835.k3HIZw3V077820@repoman.freebsd.org> From: David Malone Date: Mon, 17 Apr 2006 18:35:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/inetd Makefile builtins.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 18:36:03 -0000 dwmalone 2006-04-17 18:35:58 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile builtins.c Log: Port 37 (RFC 738) style times are supposed to be a 32 bit time since 1900 in network byte order. Use a uint32_t to calculate and send the time, so that we don't need to know how big ints or longs are. I used uint32_t instead of int in the patch, on the off chance someone uses our inetd source on a system that doesnt 32 bit ints. PR: 95290 Submitted by: Bruce Becker MFC after: 2 weeks Revision Changes Path 1.32 +1 -1 src/usr.sbin/inetd/Makefile 1.44 +6 -6 src/usr.sbin/inetd/builtins.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 19:11:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FA816A407; Mon, 17 Apr 2006 19:11:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6482643D69; Mon, 17 Apr 2006 19:11:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HJBD7V096334; Mon, 17 Apr 2006 19:11:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HJBD3f096331; Mon, 17 Apr 2006 19:11:13 GMT (envelope-from jhb) Message-Id: <200604171911.k3HJBD3f096331@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 19:11:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 sleep.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:11:24 -0000 jhb 2006-04-17 19:11:13 UTC FreeBSD src repository Modified files: share/man/man9 sleep.9 Log: - Sleep/wakeup operate on threads now, not processes. - Describe msleep() as the primary sleep function now rather than tsleep() and describe tsleep() and msleep_spin() as variations. - Try to make the description of msleep() a bit closer to English (sentences with actual subjects, etc.) - Document that a priority of 0 now prevents the thread's priority from being altered. - Add a history note for wakeup_one(). Revision Changes Path 1.48 +62 -40 src/share/man/man9/sleep.9 From owner-cvs-src@FreeBSD.ORG Mon Apr 17 19:15:07 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A39C216A403; Mon, 17 Apr 2006 19:15:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3DCA43D45; Mon, 17 Apr 2006 19:15:06 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k3HJF5HI077151; Mon, 17 Apr 2006 15:15:05 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Mon, 17 Apr 2006 15:14:03 -0400 User-Agent: KMail/1.9.1 References: <200604171820.k3HIKcx3068404@repoman.freebsd.org> In-Reply-To: <200604171820.k3HIKcx3068404@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604171514.06482.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1403/Sun Apr 16 05:44:45 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:15:08 -0000 On Monday 17 April 2006 14:20, John Baldwin wrote: > jhb 2006-04-17 18:20:38 UTC > > FreeBSD src repository > > Modified files: > sys/dev/hwpmc hwpmc_mod.c > sys/dev/random randomdev_soft.c > sys/kern kern_intr.c kern_poll.c kern_synch.c > kern_thr.c kern_umtx.c sched_4bsd.c > subr_taskqueue.c uipc_mqueue.c > sys/vm vm_zeroidle.c > Log: > Change msleep() and tsleep() to not alter the calling thread's priority > if the specified priority is zero. This avoids a race where the calling > thread could read a snapshot of it's current priority, then a different > thread could change the first thread's priority, then the original thread > would call sched_prio() inside msleep() undoing the change made by the > second thread. I used a priority of zero as no thread that calls msleep() > or tsleep() should be specifying a priority of zero anyway. > > The various places that passed 'curthread->td_priority' or some variant > as the priority now pass 0. This should fix the problem where the first acpi taskq would run with a bogus priority (the sched_prio() when creating the taskqueue seemed to be ignored). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Apr 17 19:44:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B781416A401; Mon, 17 Apr 2006 19:44:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51AA143D5D; Mon, 17 Apr 2006 19:44:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HJijO6016932; Mon, 17 Apr 2006 19:44:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HJijcW016931; Mon, 17 Apr 2006 19:44:45 GMT (envelope-from jhb) Message-Id: <200604171944.k3HJijcW016931@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 19:44:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_module.c src/sys/sys module.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:44:45 -0000 jhb 2006-04-17 19:44:44 UTC FreeBSD src repository Modified files: sys/kern kern_module.c sys/sys module.h Log: Add a new module_file() function that returns the linker_file_t associated with a given module_t. I use this in some the MOD_LOAD event handler for some test kernel modules to ask the kernel linker to look up the linker sets in my test modules. (I use linker sets to generate the list of possible events that I then signal to execute via a sysctl. On non-amd64, ld(8) would resolve the entire linker set, but on amd64 I have to ask the kernel linker to do it for me, and having the kernel linker do it works on all archs.) Revision Changes Path 1.49 +7 -0 src/sys/kern/kern_module.c 1.22 +1 -0 src/sys/sys/module.h From owner-cvs-src@FreeBSD.ORG Mon Apr 17 19:52:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6931B16A401; Mon, 17 Apr 2006 19:52:01 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E32BF43D53; Mon, 17 Apr 2006 19:52:00 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HJq0jg018775; Mon, 17 Apr 2006 19:52:00 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HJq0ck018769; Mon, 17 Apr 2006 19:52:00 GMT (envelope-from dwmalone) Message-Id: <200604171952.k3HJq0ck018769@repoman.freebsd.org> From: David Malone Date: Mon, 17 Apr 2006 19:52:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/inetd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:52:01 -0000 dwmalone 2006-04-17 19:52:00 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile Log: Back out a Makefile change that accidently snook in. Revision Changes Path 1.33 +1 -1 src/usr.sbin/inetd/Makefile From owner-cvs-src@FreeBSD.ORG Mon Apr 17 19:55:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1733316A401; Mon, 17 Apr 2006 19:55:26 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C645443D46; Mon, 17 Apr 2006 19:55:25 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HJtPKi021681; Mon, 17 Apr 2006 19:55:25 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HJtPwk021680; Mon, 17 Apr 2006 19:55:25 GMT (envelope-from dwmalone) Message-Id: <200604171955.k3HJtPwk021680@repoman.freebsd.org> From: David Malone Date: Mon, 17 Apr 2006 19:55:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/inetd builtins.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:55:26 -0000 dwmalone 2006-04-17 19:55:25 UTC FreeBSD src repository Modified files: usr.sbin/inetd builtins.c Log: Update a couple of comments relating to RFCs. Revision Changes Path 1.45 +5 -2 src/usr.sbin/inetd/builtins.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 20:12:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3026B16A401; Mon, 17 Apr 2006 20:12:36 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1FF43D4C; Mon, 17 Apr 2006 20:12:35 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HKCZa8031073; Mon, 17 Apr 2006 20:12:35 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HKCZVK031069; Mon, 17 Apr 2006 20:12:35 GMT (envelope-from julian) Message-Id: <200604172012.k3HKCZVK031069@repoman.freebsd.org> From: Julian Elischer Date: Mon, 17 Apr 2006 20:12:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 20:12:36 -0000 julian 2006-04-17 20:12:35 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslog.conf.5 syslogd.c Log: Add the ability to log to an arbitrary udp port as well as the standard syslog port. This allows syslog to easily export lines of interest to an external logging system. Revision Changes Path 1.42 +3 -0 src/usr.sbin/syslogd/syslog.conf.5 1.151 +40 -6 src/usr.sbin/syslogd/syslogd.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 20:14:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA7216A404; Mon, 17 Apr 2006 20:14:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC8343D5A; Mon, 17 Apr 2006 20:14:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HKEpoQ032982; Mon, 17 Apr 2006 20:14:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HKEpRr032981; Mon, 17 Apr 2006 20:14:51 GMT (envelope-from jhb) Message-Id: <200604172014.k3HKEpRr032981@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 20:14:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 20:14:52 -0000 jhb 2006-04-17 20:14:51 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: Trim trailing whitespace. Revision Changes Path 1.188 +3 -3 src/sys/kern/kern_clock.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 20:16:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9487A16A402; Mon, 17 Apr 2006 20:16:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5104543D5F; Mon, 17 Apr 2006 20:16:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HKGWC8034267; Mon, 17 Apr 2006 20:16:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HKGWG7034266; Mon, 17 Apr 2006 20:16:32 GMT (envelope-from jhb) Message-Id: <200604172016.k3HKGWG7034266@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 20:16:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 20:16:32 -0000 jhb 2006-04-17 20:16:32 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Add a 'show sleepqueue' alias for 'show sleepq' in DDB. Revision Changes Path 1.28 +3 -0 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 20:17:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 290C816A400; Mon, 17 Apr 2006 20:17:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91B843D5C; Mon, 17 Apr 2006 20:17:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HKH9dX034742; Mon, 17 Apr 2006 20:17:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HKH9UL034741; Mon, 17 Apr 2006 20:17:09 GMT (envelope-from jhb) Message-Id: <200604172017.k3HKH9UL034741@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 20:17:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys lock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 20:17:10 -0000 jhb 2006-04-17 20:17:09 UTC FreeBSD src repository Modified files: sys/sys lock.h Log: Update comments to indicate that locks are held by threads, not processes. Revision Changes Path 1.59 +3 -3 src/sys/sys/lock.h From owner-cvs-src@FreeBSD.ORG Mon Apr 17 21:03:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F56E16A400; Mon, 17 Apr 2006 21:03:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D9E043D45; Mon, 17 Apr 2006 21:03:24 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HL3OVR069715; Mon, 17 Apr 2006 21:03:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HL3O02069714; Mon, 17 Apr 2006 21:03:24 GMT (envelope-from marius) Message-Id: <200604172103.k3HL3O02069714@repoman.freebsd.org> From: Marius Strobl Date: Mon, 17 Apr 2006 21:03:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 exception.S interrupt.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 21:03:24 -0000 marius 2006-04-17 21:03:24 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 exception.S interrupt.S Log: - Since critical sections no longer raise the processor interrupt level to above what's used for fast interrupts, only interrupts with the level of the interrupt which led to calling intr_fast() (which is used with both fast and ithread interrupts) are blocked while in that function. Thus intr_fast() can be preempted by a fast interrupt (which are of a higher level than ithread interrupts) while servicing an ithread interrupt. This can lead to a stale pointer to the head of the active interrupt requests list when back in the ithread interrupt invocation of intr_fast(), in turn resulting in corruption of the interrupt request lists and consequently in a panic. Solve this be turning off interrupts in intr_fast() before reading the pointer to the head of the active list rather than after. [1] - Add a KASSERT in intr_fast() which asserts that ir_func is non-zero before calling it. [1] - Increment interrupt stats after calling the handlers rather than before. This reduces the delay until direct and fast handlers are serviced, in my testings by 30% on average for the direct tick interrupt handler, in turn resulting in less clock drift. PR: 94778 [1] Submitted by: Andrew Belashov [1] MFC after: 2 weeks Revision Changes Path 1.73 +26 -26 src/sys/sparc64/sparc64/exception.S 1.9 +20 -12 src/sys/sparc64/sparc64/interrupt.S From owner-cvs-src@FreeBSD.ORG Mon Apr 17 21:11:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B583916A401; Mon, 17 Apr 2006 21:11:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F39343D45; Mon, 17 Apr 2006 21:11:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HLB1oV070781; Mon, 17 Apr 2006 21:11:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HLB1li070780; Mon, 17 Apr 2006 21:11:01 GMT (envelope-from jhb) Message-Id: <200604172111.k3HLB1li070780@repoman.freebsd.org> From: John Baldwin Date: Mon, 17 Apr 2006 21:11:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 21:11:01 -0000 jhb 2006-04-17 21:11:01 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: - Add a rw_wowner() macro that just returns the owner of a write lock and use it in places that only care about the write owner instead of rw_owner() as a baby step towards limited read-lock owner. - Tidy the code that sets the WAITER flag bits to not duplicate a test around the atomic operation and the KTR trace in both of the lock functions. Revision Changes Path 1.6 +38 -26 src/sys/kern/kern_rwlock.c From owner-cvs-src@FreeBSD.ORG Mon Apr 17 22:33:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B1416A40D; Mon, 17 Apr 2006 22:33:42 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5042543D45; Mon, 17 Apr 2006 22:33:42 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3HMXg79017380; Mon, 17 Apr 2006 22:33:42 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3HMXgp9017377; Mon, 17 Apr 2006 22:33:42 GMT (envelope-from jmg) Message-Id: <200604172233.k3HMXgp9017377@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 17 Apr 2006 22:33:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iicbus iicbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 22:33:42 -0000 jmg 2006-04-17 22:33:42 UTC FreeBSD src repository Modified files: sys/dev/iicbus iicbus.c Log: remove DRIVER_MODULE lines that are useless... pcf doesn't exist (only as pcf_ebus and pcf_isa, they should probably be fixed back to pcf), and bti2c doesn't exist, bktr has smbus or iicbb as children.. Brought to you by: http://people.FreeBSD.org/~jmg/driver.pdf Revision Changes Path 1.21 +0 -2 src/sys/dev/iicbus/iicbus.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 03:33:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D2616A44F; Tue, 18 Apr 2006 03:33:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167ED43D45; Tue, 18 Apr 2006 03:33:18 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I3XHq6089003; Tue, 18 Apr 2006 03:33:17 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I3XHSE089002; Tue, 18 Apr 2006 03:33:17 GMT (envelope-from delphij) Message-Id: <200604180333.k3I3XHSE089002@repoman.freebsd.org> From: Xin LI Date: Tue, 18 Apr 2006 03:33:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/amd/fixmount fixmount.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 03:33:18 -0000 delphij 2006-04-18 03:33:17 UTC FreeBSD src repository Modified files: contrib/amd/fixmount fixmount.8 Log: Correct a typo: In order to make fixmount(8) quite, one should use -q, not -v. Revision Changes Path 1.13 +1 -1 src/contrib/amd/fixmount/fixmount.8 From owner-cvs-src@FreeBSD.ORG Tue Apr 18 05:18:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6150A16A401; Tue, 18 Apr 2006 05:18:16 +0000 (UTC) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E14E43D48; Tue, 18 Apr 2006 05:18:16 +0000 (GMT) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I5IGcN055788; Tue, 18 Apr 2006 05:18:16 GMT (envelope-from jon@repoman.freebsd.org) Received: (from jon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I5IFli055787; Tue, 18 Apr 2006 05:18:15 GMT (envelope-from jon) Message-Id: <200604180518.k3I5IFli055787@repoman.freebsd.org> From: Jonathan Chen Date: Tue, 18 Apr 2006 05:18:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 05:18:16 -0000 jon 2006-04-18 05:18:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: MFC 1.261 - fix a crash when an nfsv2 mount fails Approved by: re Revision Changes Path 1.258.2.5 +4 -2 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 05:18:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B78816A400; Tue, 18 Apr 2006 05:18:48 +0000 (UTC) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA12A43D46; Tue, 18 Apr 2006 05:18:47 +0000 (GMT) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I5Ilc2056159; Tue, 18 Apr 2006 05:18:47 GMT (envelope-from jon@repoman.freebsd.org) Received: (from jon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I5IlQs056158; Tue, 18 Apr 2006 05:18:47 GMT (envelope-from jon) Message-Id: <200604180518.k3I5IlQs056158@repoman.freebsd.org> From: Jonathan Chen Date: Tue, 18 Apr 2006 05:18:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 05:18:48 -0000 jon 2006-04-18 05:18:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/nfsclient nfs_vnops.c Log: MFC 1.261 - fix a crash when an nfsv2 mount fails Approved by: re Revision Changes Path 1.220.2.4 +4 -2 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 05:28:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2486316A402; Tue, 18 Apr 2006 05:28:42 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C3743D48; Tue, 18 Apr 2006 05:28:41 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I5Sfve059922; Tue, 18 Apr 2006 05:28:41 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I5SfTo059921; Tue, 18 Apr 2006 05:28:41 GMT (envelope-from delphij) Message-Id: <200604180528.k3I5SfTo059921@repoman.freebsd.org> From: Xin LI Date: Tue, 18 Apr 2006 05:28:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 05:28:42 -0000 delphij 2006-04-18 05:28:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_bio.c nfs_vnops.c Log: MFC src/sys/nfsclient/nfs_bio.c,v 1.154 and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): - Always return success from NFS strategy. nfs_doio(), in the event of an error, does the right thing, in terms of setting the error flags in the buf header. That fixes a crash from bstrategy(). - Treat ETIMEDOUT as a "recoverable" error, causing the buffer to be re-dirtied. ETIMEDOUT can occur on soft mounts, when the number of retries are exceeded, and we don't want data loss in that case. Submitted by: Mohan Srinivasan Approved by: re (scottl) Revision Changes Path 1.152.2.1 +1 -1 src/sys/nfsclient/nfs_bio.c 1.258.2.6 +3 -4 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 05:31:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F4B16A402; Tue, 18 Apr 2006 05:31:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B8443D45; Tue, 18 Apr 2006 05:31:58 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I5Vw9G061676; Tue, 18 Apr 2006 05:31:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I5Vwxd061675; Tue, 18 Apr 2006 05:31:58 GMT (envelope-from delphij) Message-Id: <200604180531.k3I5Vwxd061675@repoman.freebsd.org> From: Xin LI Date: Tue, 18 Apr 2006 05:31:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 05:31:58 -0000 delphij 2006-04-18 05:31:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/nfsclient nfs_bio.c nfs_vnops.c Log: MFC src/sys/nfsclient/nfs_bio.c,v 1.154 and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): - Always return success from NFS strategy. nfs_doio(), in the event of an error, does the right thing, in terms of setting the error flags in the buf header. That fixes a crash from bstrategy(). - Treat ETIMEDOUT as a "recoverable" error, causing the buffer to be re-dirtied. ETIMEDOUT can occur on soft mounts, when the number of retries are exceeded, and we don't want data loss in that case. Submitted by: Mohan Srinivasan Approved by: re (scottl) Revision Changes Path 1.152.6.1 +1 -1 src/sys/nfsclient/nfs_bio.c 1.258.2.4.2.1 +3 -4 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 05:49:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11CE916A40B; Tue, 18 Apr 2006 05:49:25 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2A43D53; Tue, 18 Apr 2006 05:49:23 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k3I5nEbN030949; Tue, 18 Apr 2006 01:49:14 -0400 X-ORBL: [71.139.10.13] Received: from [10.0.5.50] (ppp-71-139-10-13.dsl.snfc21.pacbell.net [71.139.10.13]) by pimout6-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k3I5nHdQ223046; Tue, 18 Apr 2006 01:49:18 -0400 Message-ID: <44447DAE.6070009@root.org> Date: Mon, 17 Apr 2006 22:48:30 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> In-Reply-To: <868xq4yxme.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 05:49:25 -0000 Dag-Erling Smørgrav wrote: > Jens Schweikhardt writes: >> Log: >> Remove a corrupted fortune ending in line noise. Even googling did not >> turn up a non-corrupted version, else I would have restored it. >> (No, it's not the one that uses line noise intentionally.) > > Are you absolutely sure that the corruption isn't intentional? Note > that the only non-printable characters are \a; it seems to me that the > point of this truncated entry is precisely to leave the reader > wondering what the punchline is and cursing the "line noise". I think the line noise should be replaced with something about Hitler. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 18 06:14:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F2716A400; Tue, 18 Apr 2006 06:14:44 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449B343D49; Tue, 18 Apr 2006 06:14:44 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I6EiLf086992; Tue, 18 Apr 2006 06:14:44 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I6EiY4086988; Tue, 18 Apr 2006 06:14:44 GMT (envelope-from anholt) Message-Id: <200604180614.k3I6EiY4086988@repoman.freebsd.org> From: Eric Anholt Date: Tue, 18 Apr 2006 06:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm drmP.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 06:14:44 -0000 anholt 2006-04-18 06:14:43 UTC FreeBSD src repository Modified files: sys/dev/drm drmP.h Log: Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing i915 attachment. Submitted by: Jonathan Fosburgh Revision Changes Path 1.16 +2 -2 src/sys/dev/drm/drmP.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 06:50:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B51EF16A422; Tue, 18 Apr 2006 06:50:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751B043D46; Tue, 18 Apr 2006 06:50:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 3144940DC; Tue, 18 Apr 2006 01:50:31 -0500 (CDT) Date: Tue, 18 Apr 2006 01:50:31 -0500 To: Nate Lawson Message-ID: <20060418065031.GB9933@soaustin.net> References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44447DAE.6070009@root.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , Jens Schweikhardt , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 06:50:31 -0000 On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > >Are you absolutely sure that the corruption isn't intentional? Note > >that the only non-printable characters are \a; it seems to me that the > >point of this truncated entry is precisely to leave the reader > >wondering what the punchline is and cursing the "line noise". > > I think the line noise should be replaced with something about Hitler. Godwin's Law invoked. Film at 11. mcl From owner-cvs-src@FreeBSD.ORG Tue Apr 18 08:05:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FF616A404; Tue, 18 Apr 2006 08:05:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE2743D58; Tue, 18 Apr 2006 08:05:09 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I8595X048893; Tue, 18 Apr 2006 08:05:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I858wx048892; Tue, 18 Apr 2006 08:05:08 GMT (envelope-from delphij) Message-Id: <200604180805.k3I858wx048892@repoman.freebsd.org> From: Xin LI Date: Tue, 18 Apr 2006 08:05:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_hash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 08:05:11 -0000 delphij 2006-04-18 08:05:08 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_hash.c Log: In vfs_hash_get(): mount point should never be changed so explicitly constify the mp parameter. Reviewed by: phk Revision Changes Path 1.12 +2 -2 src/sys/kern/vfs_hash.c 1.316 +1 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 08:10:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA48A16A403; Tue, 18 Apr 2006 08:10:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03FA43D72; Tue, 18 Apr 2006 08:10:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k3I8Abm7044662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Apr 2006 12:10:37 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k3I8Abmg044661; Tue, 18 Apr 2006 12:10:37 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 18 Apr 2006 12:10:36 +0400 From: Gleb Smirnoff To: John Baldwin , sam@FreeBSD.org Message-ID: <20060418081036.GU84736@FreeBSD.org> References: <200604171820.k3HIKcx3068404@repoman.freebsd.org> <200604171514.06482.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200604171514.06482.jhb@freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 08:10:49 -0000 On Mon, Apr 17, 2006 at 03:14:03PM -0400, John Baldwin wrote: J> > Change msleep() and tsleep() to not alter the calling thread's priority J> > if the specified priority is zero. This avoids a race where the calling J> > thread could read a snapshot of it's current priority, then a different J> > thread could change the first thread's priority, then the original thread J> > would call sched_prio() inside msleep() undoing the change made by the J> > second thread. I used a priority of zero as no thread that calls msleep() J> > or tsleep() should be specifying a priority of zero anyway. J> > J> > The various places that passed 'curthread->td_priority' or some variant J> > as the priority now pass 0. J> J> This should fix the problem where the first acpi taskq would run with J> a bogus priority (the sched_prio() when creating the taskqueue seemed J> to be ignored). Sorry for probably lame guess... Is this going to fix the problem with ACPI and new taskqueues? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Tue Apr 18 09:20:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BEB16A402; Tue, 18 Apr 2006 09:20:19 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4964A43D6D; Tue, 18 Apr 2006 09:20:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3I9KHc3097766; Tue, 18 Apr 2006 09:20:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3I9KGhl097756; Tue, 18 Apr 2006 09:20:16 GMT (envelope-from glebius) Message-Id: <200604180920.k3I9KGhl097756@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 18 Apr 2006 09:20:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 09:20:19 -0000 glebius 2006-04-18 09:20:16 UTC FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED kernel option will affect both forwarding methods - classic and fast. Revision Changes Path 1.36 +6 -2 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 09:22:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254EF16A406; Tue, 18 Apr 2006 09:22:00 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D9143D48; Tue, 18 Apr 2006 09:21:54 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 79EFE37BD3; Tue, 18 Apr 2006 11:21:53 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 3C55822824; Tue, 18 Apr 2006 11:21:54 +0200 (CEST) Date: Tue, 18 Apr 2006 11:21:54 +0200 From: Michael Landin Hostbaek To: Eric Anholt Message-ID: <20060418092154.GA75039@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Eric Anholt , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200604180614.k3I6EiY4086988@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604180614.k3I6EiY4086988@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm drmP.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 09:22:00 -0000 Eric Anholt (anholt) writes: > anholt 2006-04-18 06:14:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/drm drmP.h > Log: > Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing > i915 attachment. Cheers, it fixed the AGP error for me. Btw, is it normal that it appears twice in syslog; Apr 18 11:17:38 mich kernel: drm0: on vgapci0 Apr 18 11:17:38 mich kernel: info: [drm] AGP at 0xd8000000 128MB Apr 18 11:17:38 mich kernel: info: [drm] Initialized i915 1.4.0 20060119 Apr 18 11:17:38 mich kernel: drm1: on vgapci1 Apr 18 11:17:38 mich kernel: info: [drm] AGP at 0xd8000000 128MB Apr 18 11:17:38 mich kernel: info: [drm] Initialized i915 1.4.0 20060119 /mich From owner-cvs-src@FreeBSD.ORG Tue Apr 18 10:35:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77AF316A402; Tue, 18 Apr 2006 10:35:06 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD5C43D66; Tue, 18 Apr 2006 10:35:06 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IAZ5IC038315; Tue, 18 Apr 2006 10:35:05 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IAZ5vw038309; Tue, 18 Apr 2006 10:35:05 GMT (envelope-from flz) Message-Id: <200604181035.k3IAZ5vw038309@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 18 Apr 2006 10:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 10:35:06 -0000 flz 2006-04-18 10:35:05 UTC FreeBSD src repository Modified files: etc/rc.d named Log: Add ldconfig to the list of requirements for named, needed to use bind from ports. The effect is that ldconfig is now started right after mountcritremote. Everything else is left unchanged. PR: conf/68916 Submitted by: JD Bronson Approved by: cperciva (mentor) MFC after: 1 week Revision Changes Path 1.25 +1 -1 src/etc/rc.d/named From owner-cvs-src@FreeBSD.ORG Tue Apr 18 12:37:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D47816A400; Tue, 18 Apr 2006 12:37:53 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F96243D5C; Tue, 18 Apr 2006 12:37:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ICbp5s004886; Tue, 18 Apr 2006 12:37:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ICbnGB004867; Tue, 18 Apr 2006 12:37:50 GMT (envelope-from ru) Message-Id: <200604181237.k3ICbnGB004867@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 Apr 2006 12:37:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/nanobsd FlashDevice.sub X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 12:37:53 -0000 ru 2006-04-18 12:37:45 UTC FreeBSD src repository Modified files: tools/tools/nanobsd FlashDevice.sub Log: Fix an obvious bug. Submitted by: Alex Lyashkov Revision Changes Path 1.6 +1 -1 src/tools/tools/nanobsd/FlashDevice.sub From owner-cvs-src@FreeBSD.ORG Tue Apr 18 12:56:26 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 038DC16A400; Tue, 18 Apr 2006 12:56:26 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672FC43D5D; Tue, 18 Apr 2006 12:56:25 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k3ICuOoJ094093; Tue, 18 Apr 2006 08:56:24 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gleb Smirnoff Date: Tue, 18 Apr 2006 08:38:02 -0400 User-Agent: KMail/1.8.3 References: <200604171820.k3HIKcx3068404@repoman.freebsd.org> <200604171514.06482.jhb@freebsd.org> <20060418081036.GU84736@FreeBSD.org> In-Reply-To: <20060418081036.GU84736@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200604180838.03529.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1404/Tue Apr 18 06:03:40 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, sam@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c src/sys/dev/random randomdev_soft.c src/sys/kern kern_intr.c kern_poll.c kern_synch.c kern_thr.c kern_umtx.c sched_4bsd.c subr_taskqueue.c uipc_mqueue.c src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 12:56:26 -0000 On Tuesday 18 April 2006 04:10 am, Gleb Smirnoff wrote: > On Mon, Apr 17, 2006 at 03:14:03PM -0400, John Baldwin wrote: > J> > Change msleep() and tsleep() to not alter the calling thread's > priority J> > if the specified priority is zero. This avoids a race > where the calling J> > thread could read a snapshot of it's current > priority, then a different J> > thread could change the first thread's > priority, then the original thread J> > would call sched_prio() inside > msleep() undoing the change made by the J> > second thread. I used a > priority of zero as no thread that calls msleep() J> > or tsleep() shou= ld > be specifying a priority of zero anyway. J> > > J> > The various places that passed 'curthread->td_priority' or some > variant J> > as the priority now pass 0. > J> > J> This should fix the problem where the first acpi taskq would run with > J> a bogus priority (the sched_prio() when creating the taskqueue seemed > J> to be ignored). > > Sorry for probably lame guess... Is this going to fix the problem with > ACPI and new taskqueues? No idea. What is the problem? =2D-=20 John Baldwin =9A<>< =9Ahttp://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =9A=3D =9Ahttp://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Apr 18 13:24:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D44B016A402; Tue, 18 Apr 2006 13:24:20 +0000 (UTC) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A9D43D58; Tue, 18 Apr 2006 13:24:20 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IDOJ78018472; Tue, 18 Apr 2006 13:24:20 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IDOIAB018453; Tue, 18 Apr 2006 13:24:19 GMT (envelope-from darrenr) Message-Id: <200604181324.k3IDOIAB018453@repoman.freebsd.org> From: Darren Reed Date: Tue, 18 Apr 2006 13:24:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/ipfilter/tools ipf.c src/sys/contrib/ipfilter/netinet fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 13:24:21 -0000 darrenr 2006-04-18 13:24:16 UTC FreeBSD src repository Modified files: contrib/ipfilter/tools ipf.c sys/contrib/ipfilter/netinet fil.c Log: fix "ipf -Z" reporting rubbish and possibly panic'ing box MFC after: 4 days Revision Changes Path 1.4 +9 -3 src/contrib/ipfilter/tools/ipf.c 1.49 +1 -1 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 13:38:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C564A16A406; Tue, 18 Apr 2006 13:38:38 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976C343D93; Tue, 18 Apr 2006 13:38:32 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5EA1A1A4E89; Tue, 18 Apr 2006 06:38:32 -0700 (PDT) Date: Tue, 18 Apr 2006 06:38:32 -0700 From: Alfred Perlstein To: Xin LI Message-ID: <20060418133832.GF35896@elvis.mu.org> References: <200604180528.k3I5SfTo059921@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604180528.k3I5SfTo059921@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ps@freebsd.org, cvs-all@FreeBSD.org, mohans@freebsd.orgc Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 13:38:38 -0000 * Xin LI [060417 23:39] wrote: > delphij 2006-04-18 05:28:41 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/nfsclient nfs_bio.c nfs_vnops.c > Log: > MFC src/sys/nfsclient/nfs_bio.c,v 1.154 > and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): > ... > - Treat ETIMEDOUT as a "recoverable" error, causing the buffer > to be re-dirtied. ETIMEDOUT can occur on soft mounts, when > the number of retries are exceeded, and we don't want data loss > in that case. Actually that's the documented behavior, if the mount times out, one will lose data. What does this do? Leave the buffer dirty/held until forcefully unmounted? I guess that sort of makes sense, can someone explain a bit better? -- - Alfred Perlstein From owner-cvs-src@FreeBSD.ORG Tue Apr 18 13:51:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641D916A404; Tue, 18 Apr 2006 13:51:21 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842D843D55; Tue, 18 Apr 2006 13:51:14 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IDpEFj025655; Tue, 18 Apr 2006 13:51:14 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IDpEx3025654; Tue, 18 Apr 2006 13:51:14 GMT (envelope-from sobomax) Message-Id: <200604181351.k3IDpEx3025654@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Apr 2006 13:51:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s src/sys/boot/i386/pxeldr pxeldr.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 13:51:21 -0000 sobomax 2006-04-18 13:51:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/boot/i386/cdboot cdboot.s sys/boot/i386/pxeldr pxeldr.S Log: MFC: Merge in timeout into A20-enable routine from cdboot/boot1. Approved by: re Reminded by: Xin LI Revision Changes Path 1.13.12.1 +10 -3 src/sys/boot/i386/cdboot/cdboot.s 1.13.12.1 +10 -3 src/sys/boot/i386/pxeldr/pxeldr.S From owner-cvs-src@FreeBSD.ORG Tue Apr 18 13:52:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BA916A404; Tue, 18 Apr 2006 13:52:14 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C447643D48; Tue, 18 Apr 2006 13:52:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IDqBWZ025695; Tue, 18 Apr 2006 13:52:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IDqBYB025694; Tue, 18 Apr 2006 13:52:11 GMT (envelope-from pjd) Message-Id: <200604181352.k3IDqBYB025694@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 18 Apr 2006 13:52:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 13:52:15 -0000 pjd 2006-04-18 13:52:11 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: Fix storing offset of already synchronized data. Offset in entire array was stored in metadata instead of an offset in single disk. After reboot/crash synchronization process started from a wrong offset skipping (not synchronizing) part of the component which can lead to data corrutpion (when synchronization process was interrupted on initial synchronization) or other strange situations like 'graid3 status' showing value more than 100%. Reported, reviewed and tested by: ru Reported by: Dmitry Morozovsky MFC after: 1 day Revision Changes Path 1.61 +5 -3 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 14:15:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3577916A401; Tue, 18 Apr 2006 14:15:52 +0000 (UTC) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BC043D48; Tue, 18 Apr 2006 14:15:51 +0000 (GMT) (envelope-from jon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IEFp0a035858; Tue, 18 Apr 2006 14:15:51 GMT (envelope-from jon@repoman.freebsd.org) Received: (from jon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IEFpec035848; Tue, 18 Apr 2006 14:15:51 GMT (envelope-from jon) Message-Id: <200604181415.k3IEFpec035848@repoman.freebsd.org> From: Jonathan Chen Date: Tue, 18 Apr 2006 14:15:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 14:15:52 -0000 jon 2006-04-18 14:15:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/nfsclient nfs_vnops.c Log: MFC 1.261 - fix a crash when an nfsv2 mount fails Approved by: re Revision Changes Path 1.258.2.4.2.2 +4 -2 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 15:02:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B311C16A402; Tue, 18 Apr 2006 15:02:34 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D2D43DA6; Tue, 18 Apr 2006 15:02:25 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IF2OAH060641; Tue, 18 Apr 2006 15:02:25 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IF2OKC060635; Tue, 18 Apr 2006 15:02:24 GMT (envelope-from flz) Message-Id: <200604181502.k3IF2OKC060635@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 18 Apr 2006 15:02:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d ntpd src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:02:34 -0000 flz 2006-04-18 15:02:24 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d ntpd share/man/man5 rc.conf.5 Log: - Add new ntpd_config variable so that people can override it in rc.conf. - Add default value in /etc/defaults/rc.conf. - Add documentation bits to rc.conf(5). Approved by: cperciva (mentor) MFC after: 1 week Revision Changes Path 1.281 +1 -0 src/etc/defaults/rc.conf 1.13 +7 -3 src/etc/rc.d/ntpd 1.293 +8 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Apr 18 15:16:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 918E116A404; Tue, 18 Apr 2006 15:16:55 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F2A243D45; Tue, 18 Apr 2006 15:16:55 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IFGtNX070788; Tue, 18 Apr 2006 15:16:55 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IFGtuZ070787; Tue, 18 Apr 2006 15:16:55 GMT (envelope-from flz) Message-Id: <200604181516.k3IFGtuZ070787@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 18 Apr 2006 15:16:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:16:55 -0000 flz 2006-04-18 15:16:55 UTC FreeBSD src repository Modified files: etc rc.subr Log: - Move _rc_subr_loaded=: at the end of the file, to be consistent with NetBSD. - Sync with latest version from NetBSD. 'In order to handle some perl scripts running as daemons, add a pattern which also matches "`basename $interpreter`: $command" in the ps listing.' Approved by: cperciva (mentor) Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.56 +8 -5 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Tue Apr 18 15:26:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D14016A401; Tue, 18 Apr 2006 15:26:59 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4015E43D67; Tue, 18 Apr 2006 15:26:58 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IFQwJX076458; Tue, 18 Apr 2006 15:26:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IFQwVl076457; Tue, 18 Apr 2006 15:26:58 GMT (envelope-from ru) Message-Id: <200604181526.k3IFQwVl076457@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 18 Apr 2006 15:26:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top top.X top.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:26:59 -0000 ru 2006-04-18 15:26:58 UTC FreeBSD src repository Modified files: contrib/top top.X top.c Log: Bring SYNOPSIS in line with usage(). Revision Changes Path 1.14 +4 -4 src/contrib/top/top.X 1.18 +4 -3 src/contrib/top/top.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 15:33:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544F616A400; Tue, 18 Apr 2006 15:33:33 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE7243D80; Tue, 18 Apr 2006 15:33:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IFXW4M081299; Tue, 18 Apr 2006 15:33:32 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IFXWn1081298; Tue, 18 Apr 2006 15:33:32 GMT (envelope-from flz) Message-Id: <200604181533.k3IFXWn1081298@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 18 Apr 2006 15:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/sys param.h src/etc/mtree BSD.local.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:33:33 -0000 flz 2006-04-18 15:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys param.h etc/mtree BSD.local.dist Log: - Add missing libdata/ldconfig{,32} directories to BSD.local.dist. - Bump __FreeBSD_version so that misc/ldconfig_compat can make good use of it. Approved by: cperciva (mentor) Revision Changes Path 1.55.2.29 +4 -0 src/etc/mtree/BSD.local.dist 1.61.2.47 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 16:13:00 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCCA916A40A for ; Tue, 18 Apr 2006 16:12:59 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id F302143D49 for ; Tue, 18 Apr 2006 16:12:58 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by nproxy.gmail.com with SMTP id q29so632664nfc for ; Tue, 18 Apr 2006 09:12:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=C48+Ds0h2qwIi4vjj/MKBfhHVG1samRTEblW8GKmfhjOcdUqOdrM0jHlLV/Zw1Wsgp+A4ecrG0shpSA8XE/HMl74Bi2bGsWNKtB0l+TGcgj2EvnAk/k0Fiwl1rxpiCc3b3LsVlpwhhr7+Tyl6ZheKeaqwCRmhNRoaaXea76rZcQ= Received: by 10.48.30.1 with SMTP id d1mr3448841nfd; Tue, 18 Apr 2006 09:02:52 -0700 (PDT) Received: by 10.48.217.6 with HTTP; Tue, 18 Apr 2006 09:02:52 -0700 (PDT) Message-ID: <346a80220604180902h12830101ndfa1e4738508a2ed@mail.gmail.com> Date: Tue, 18 Apr 2006 12:02:52 -0400 From: "Coleman Kane" To: "Mark Linimon" In-Reply-To: <20060418065031.GB9933@soaustin.net> MIME-Version: 1.0 References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> <20060418065031.GB9933@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: src-committers@freebsd.org, cvs-src@freebsd.org, Nate Lawson , cvs-all@freebsd.org, Jens Schweikhardt , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 16:13:00 -0000 On 4/18/06, Mark Linimon wrote: > > On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > > >Are you absolutely sure that the corruption isn't intentional? Note > > >that the only non-printable characters are \a; it seems to me that the > > >point of this truncated entry is precisely to leave the reader > > >wondering what the punchline is and cursing the "line noise". > > > > I think the line noise should be replaced with something about Hitler. > > Godwin's Law invoked. Film at 11. > > mcl > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > I agree with the assessment that the corruption looks intentional. it is: 1) Mostly ASCII characters producible with the keyboard and 2) The corruption resembles the frames on my old dialup telnet line would produce if something triggered it to go into ppp mode. -- coleman kane From owner-cvs-src@FreeBSD.ORG Tue Apr 18 16:53:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5AF16A40D for ; Tue, 18 Apr 2006 16:53:53 +0000 (UTC) (envelope-from mohan_srinivasan@yahoo.com) Received: from web30804.mail.mud.yahoo.com (web30804.mail.mud.yahoo.com [68.142.200.147]) by mx1.FreeBSD.org (Postfix) with SMTP id 29D7743D5C for ; Tue, 18 Apr 2006 16:53:49 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: (qmail 55187 invoked by uid 60001); 18 Apr 2006 16:53:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=uwo2qKu0btvh/X1JgzYFqDK0mJNsCNzjtT6n6byqMkrBAqiJ0hazmypuniJ2UtmtGJ5d5mS+NZ63gujUjZVdZodPCJPYtMQXi6JwLPchaID0xVLW5xydzhi2PerljrIWPCuqfHl74BuI4qEEfW90tU5taJuSiILnoqMh6lP5j0Y= ; Message-ID: <20060418165348.55185.qmail@web30804.mail.mud.yahoo.com> Received: from [71.139.116.244] by web30804.mail.mud.yahoo.com via HTTP; Tue, 18 Apr 2006 09:53:48 PDT Date: Tue, 18 Apr 2006 09:53:48 -0700 (PDT) From: Mohan Srinivasan To: Alfred Perlstein , Xin LI In-Reply-To: <20060418133832.GF35896@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ps@freebsd.org, cvs-all@FreeBSD.org, mohans@freebsd.orgc Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 16:53:53 -0000 Alfred, If the operation times out because the server rebooted (or because of a network glitch), rather than losing data, the client can potentially have the data written out successfully later. Other NFS client implementations (at least the Solaris client) re-dirty pages on soft mount timeouts. mohan --- Alfred Perlstein wrote: > > Log: > > MFC src/sys/nfsclient/nfs_bio.c,v 1.154 > > and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): > > > ... > > - Treat ETIMEDOUT as a "recoverable" error, causing the buffer > > to be re-dirtied. ETIMEDOUT can occur on soft mounts, when > > the number of retries are exceeded, and we don't want data loss > > in that case. > > Actually that's the documented behavior, if the mount times out, > one will lose data. > > What does this do? Leave the buffer dirty/held until forcefully > unmounted? I guess that sort of makes sense, can someone explain > a bit better? > > -- > - Alfred Perlstein > From owner-cvs-src@FreeBSD.ORG Tue Apr 18 17:35:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B643616A401 for ; Tue, 18 Apr 2006 17:35:17 +0000 (UTC) (envelope-from mohan_srinivasan@yahoo.com) Received: from web30803.mail.mud.yahoo.com (web30803.mail.mud.yahoo.com [68.142.200.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F8DC43D88 for ; Tue, 18 Apr 2006 17:35:06 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Received: (qmail 83528 invoked by uid 60001); 18 Apr 2006 17:35:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bC50BvV9KcQ27Wn8MxssxdAHeudW2ySHuThmfCnl2fs4aRgxWyvtRCnYBZUkr1DvtQ+GQ3G6MePthXyNp3T+qLSInv8dRwgKZTWrqpD4lLq+KQDWeertmu2oQntHKdvXL8rlNhxqeIIMH9jHAXODUgM29d6X2A1yuSJv64L504k= ; Message-ID: <20060418173505.83522.qmail@web30803.mail.mud.yahoo.com> Received: from [71.139.116.244] by web30803.mail.mud.yahoo.com via HTTP; Tue, 18 Apr 2006 10:35:05 PDT Date: Tue, 18 Apr 2006 10:35:05 -0700 (PDT) From: Mohan Srinivasan To: Alfred Perlstein , Xin LI In-Reply-To: <20060418133832.GF35896@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ps@freebsd.org, cvs-all@FreeBSD.org, mohans@freebsd.orgc Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 17:35:17 -0000 Alfred, FYI - I am working on changes that would retain and re-dirty the buffers on other NFS errors as well. For example, on an ESTALE, there's little point in retaining the buffers. But on reception of an ENOSPC, it might be worth retaining and re-dirtying the buffers, as space could free up on the server volume and a subsequent retry of the write (say on the close()) could succeed. The problem I ran into here is that various parts of the vfs don't check for the return value of bwrite(). In particular, if getblk() is called with a size that is different from the b_count (of the cached buffer), getblk sets B_NOCACHE on the cached buffer and calls bwrite() on it (so that the existing buffer is written out and discarded and a new buffer of the required size can be allocated). If bwrite() fails (and if NFS decides to retain and re-dirty the buffer), getblk() needs to check for the return value from bwrite() and return failure to its caller, and callers of getblk() need to handle the errors from getblk(). For now, I am experimenting with an alternate version of getblk() that only NFS uses. mohan --- Alfred Perlstein wrote: > * Xin LI [060417 23:39] wrote: > > delphij 2006-04-18 05:28:41 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/nfsclient nfs_bio.c nfs_vnops.c > > Log: > > MFC src/sys/nfsclient/nfs_bio.c,v 1.154 > > and src/sys/nfsclient/nfs_vnops.c,v 1.262 (by ps@): > > > ... > > - Treat ETIMEDOUT as a "recoverable" error, causing the buffer > > to be re-dirtied. ETIMEDOUT can occur on soft mounts, when > > the number of retries are exceeded, and we don't want data loss > > in that case. > > Actually that's the documented behavior, if the mount times out, > one will lose data. > > What does this do? Leave the buffer dirty/held until forcefully > unmounted? I guess that sort of makes sense, can someone explain > a bit better? > > -- > - Alfred Perlstein > From owner-cvs-src@FreeBSD.ORG Tue Apr 18 18:16:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA16416A40B; Tue, 18 Apr 2006 18:16:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F2243D73; Tue, 18 Apr 2006 18:16:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IIGsdG086619; Tue, 18 Apr 2006 18:16:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IIGskk086618; Tue, 18 Apr 2006 18:16:54 GMT (envelope-from jhb) Message-Id: <200604181816.k3IIGskk086618@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Apr 2006 18:16:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_turnstile.c src/sys/sys turnstile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 18:16:58 -0000 jhb 2006-04-18 18:16:54 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c sys/sys turnstile.h Log: - Bring back turnstile_empty() which can check to see if an individual queue on a turnstile is empty. - Add a turnstile_disown() function that allows a thread to give up ownership of a turnstile w/o waking up any waiters. Revision Changes Path 1.158 +67 -0 src/sys/kern/subr_turnstile.c 1.10 +2 -0 src/sys/sys/turnstile.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 18:22:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 693EA16A408; Tue, 18 Apr 2006 18:22:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C214243D4C; Tue, 18 Apr 2006 18:21:38 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IILcdp088059; Tue, 18 Apr 2006 18:21:38 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IILcUX088058; Tue, 18 Apr 2006 18:21:38 GMT (envelope-from jhb) Message-Id: <200604181821.k3IILcUX088058@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Apr 2006 18:21:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys turnstile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 18:22:56 -0000 jhb 2006-04-18 18:21:38 UTC FreeBSD src repository Modified files: sys/sys turnstile.h Log: Update comments to mention that each turnstile contains two queues and to describe turnstile_disown() and turnstile_empty(). Revision Changes Path 1.11 +11 -4 src/sys/sys/turnstile.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 18:27:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1925F16A400; Tue, 18 Apr 2006 18:27:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB8443D49; Tue, 18 Apr 2006 18:27:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IIRsQM093180; Tue, 18 Apr 2006 18:27:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IIRsrG093179; Tue, 18 Apr 2006 18:27:54 GMT (envelope-from jhb) Message-Id: <200604181827.k3IIRsrG093179@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Apr 2006 18:27:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 18:27:55 -0000 jhb 2006-04-18 18:27:54 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: Adaptively spin before blocking on the turnstile if an rwlock is write locked. In general the adaptive spinning is similar to the same code for mutexes with some extra trickiness in rw_wunlock_hard(). Specifically, even though both wait bits might be set and we might have a turnstile with at least one waiting thread, there might not be any threads blocked on the queue we are not waking up (they might all be spinning), and we should only preserve the waiting flag for the queue we aren't waking up if there are in fact threads blocked on that queue. Secondly, there might not be any threads blocked on the queue we have chosen to waken threads from (there might only be threads blocked on the other queue and the threads for this queue are all spinning) in which case we disown the turnstile instead of doing a braodcast and unpend. Revision Changes Path 1.7 +88 -7 src/sys/kern/kern_rwlock.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 19:00:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B132516A41F; Tue, 18 Apr 2006 19:00:03 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6116E43D49; Tue, 18 Apr 2006 19:00:02 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IJ023v008238; Tue, 18 Apr 2006 19:00:02 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IJ02c4008237; Tue, 18 Apr 2006 19:00:02 GMT (envelope-from maxim) Message-Id: <200604181900.k3IJ02c4008237@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 18 Apr 2006 19:00:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 19:00:04 -0000 maxim 2006-04-18 19:00:02 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 Log: o Describe what actually boot(8) -m mutes. PR: docs/67893 Submitted by: Chris Pepper, Daniel Gerzo MFC after: 2 weeks Revision Changes Path 1.59 +2 -1 src/sbin/reboot/boot_i386.8 From owner-cvs-src@FreeBSD.ORG Tue Apr 18 19:35:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD77816A402; Tue, 18 Apr 2006 19:35:48 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9799E43D49; Tue, 18 Apr 2006 19:35:48 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IJZmkM030541; Tue, 18 Apr 2006 19:35:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IJZmBM030540; Tue, 18 Apr 2006 19:35:48 GMT (envelope-from brueffer) Message-Id: <200604181935.k3IJZmBM030540@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 18 Apr 2006 19:35:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 19:35:49 -0000 brueffer 2006-04-18 19:35:48 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Some grammar/language improvements, more to come. Also note some merged items. Revision Changes Path 1.912 +22 -23 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Tue Apr 18 19:49:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C04116A40B for ; Tue, 18 Apr 2006 19:49:24 +0000 (UTC) (envelope-from Stephen@aon.at) Received: from ahd174.internetdsl.tpnet.pl (ahd174.internetdsl.tpnet.pl [83.16.185.174]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CA3643D53 for ; Tue, 18 Apr 2006 19:49:20 +0000 (GMT) (envelope-from Stephen@aon.at) Message-ID: <4C4F03DC.4755169@sbs.siemens.co.uk> Date: Tue, 18 Apr 2006 21:49:28 +0200 From: Alice Jones User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Traumjob! Traumjob in einer Internationalen Company! X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 19:49:24 -0000 Sehr geehrte Damen und Herren! Wir sind ein amerikanisches Unternehmen und sind im Bereich der Finanzdienstleistungen tÀtig. "Bower Investments Ltd." agiert international und in der letzten Zeit sind wir besonders beim Expandieren . In diesem Zusammenhang entsteht bei uns großer Bedarf im Personalbereich. Wir suchen dringend zuverlÀssige Mitarbeiter. Als Personalmanager der Gesellschaft "Bower Investments Ltd." freue ich mich ihnen die vakante Position eines regionalen Finanzvertreters in unserer Firma anbieten. Unsere Mitarbeiter, die in dieser Position tÀtig sind, haben mit BankÃŒberweisungen, Checks und Geldmitteltransfers zu tun. Wir haben Kunden aus verschiedenen LÀndern. Darunter sind sowohl die Firmen, als auch die Privatpersonen, die uns beauftragen. Zu Ihren Aufgaben wÃŒrde folgende TÀtigkeiten gehoren. * Annahme der BankÃŒberweisungen auf Bankkonto. * Überweisungen der Geldmittel an unsere Partner in die anderen LÀnder. * Schreiben der Berichte an uns. Dabei haben Sie die Gelegenheit von 300 bis 1000 EURO tagtÀglich nebenberuflich zu verdienen. Sie können Ihren Arbeitstag möglichst flexibel gestalten, um Ihrem Haupterwerb problemlos nachzugehen. Sie können so oft und so lange arbeiten wie Sie es wollen und falls unsere Zusammenarbeit klappt. Im Laufe der ganzen TÀtigkeit entstehen fÃŒr Sie keine Ausgaben, d.h. Sie brauchen also kein Startkapital. Wir stellen an den Bewerber folgende Anforderungen: * Internet, E-Mail, Grundkenntnisse der Hauptzahlungssysteme. * Es wÀre wunschenswert, wenn Sie Ihr Konto in einer deutschen Bank mit Online Banking hÀtten. * FÃŒr Ihre Arbeit brauchen Sie von 1 bis 3 Stunden freie Zeit in der Woche. Wenn Sie fÃŒr unser Angebot Interesse haben und Sie bereit sind, eine gut bezahlte aber auch verantwortungsvolle Arbeit auszufuhren, so schreiben Sie uns bitte an: [1]jim@world-careers.net Dabei können Sie mehr Informationen ÃŒber unsere Gesellschaft und eine ausfÃŒhrliche Beschreibung der von Ihnen gewÀhlten Arbeitsstelle eines Finanzvertreters erhalten. Wir hoffen auf gute und erfolgreiche Zusammenarbeit und verbleiben Mit freundlichen GrÃŒssen Personalmanager Jim McCoy [2]jim@world-careers.net References 1. mailto:jim@world-careers.net 2. mailto:jim@world-careers.net From owner-cvs-src@FreeBSD.ORG Tue Apr 18 20:11:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48DD016A403; Tue, 18 Apr 2006 20:11:01 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04B6D43D48; Tue, 18 Apr 2006 20:11:01 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IKB0th051150; Tue, 18 Apr 2006 20:11:00 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IKB0lh051149; Tue, 18 Apr 2006 20:11:00 GMT (envelope-from peter) Message-Id: <200604182011.k3IKB0lh051149@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 Apr 2006 20:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 20:11:01 -0000 peter 2006-04-18 20:11:00 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: pv_entry_count is more than a statistic. It is used for resource limiting. Do not compile out its counter updates if pv entry stats are turned off. Revision Changes Path 1.546 +3 -3 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 20:17:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC1C16A404; Tue, 18 Apr 2006 20:17:33 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4945343D6E; Tue, 18 Apr 2006 20:17:33 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IKHXtU053613; Tue, 18 Apr 2006 20:17:33 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IKHXIG053612; Tue, 18 Apr 2006 20:17:33 GMT (envelope-from peter) Message-Id: <200604182017.k3IKHXIG053612@repoman.freebsd.org> From: Peter Wemm Date: Tue, 18 Apr 2006 20:17:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 20:17:34 -0000 peter 2006-04-18 20:17:33 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: If we're doing a try-alloc of a pv entry and give up early, do not forget to reduce the pv_entry_count counter. This was found by Tor Egge. In the same email, Tor also pointed out the pv_stats problem in the previous commit, but I'd forgotten about it until I went looking for this email about this allocation problem. Revision Changes Path 1.547 +1 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 20:32:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30E9B16A401; Tue, 18 Apr 2006 20:32:44 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE7A43D48; Tue, 18 Apr 2006 20:32:43 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IKWgnq063820; Tue, 18 Apr 2006 20:32:43 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IKWgpw063819; Tue, 18 Apr 2006 20:32:42 GMT (envelope-from wkoszek) Message-Id: <200604182032.k3IKWgpw063819@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Tue, 18 Apr 2006 20:32:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 20:32:44 -0000 wkoszek 2006-04-18 20:32:42 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c Log: 'owner' is not used without SMP. Fix kernel build for such kernel configurations. Approved by: jhb Revision Changes Path 1.8 +4 -0 src/sys/kern/kern_rwlock.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 21:37:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD4ED16A406; Tue, 18 Apr 2006 21:37:25 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6806F43D46; Tue, 18 Apr 2006 21:37:25 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ILbPcD005300; Tue, 18 Apr 2006 21:37:25 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ILbP30005299; Tue, 18 Apr 2006 21:37:25 GMT (envelope-from ceri) Message-Id: <200604182137.k3ILbP30005299@repoman.freebsd.org> From: Ceri Davies Date: Tue, 18 Apr 2006 21:37:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen wordexp.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 21:37:25 -0000 ceri 2006-04-18 21:37:24 UTC FreeBSD src repository Modified files: lib/libc/gen wordexp.3 Log: Correct usage example. PR: docs/95059 Submitted by: Jos Backus MFC after: 4 days Revision Changes Path 1.9 +1 -1 src/lib/libc/gen/wordexp.3 From owner-cvs-src@FreeBSD.ORG Tue Apr 18 21:52:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD92016A401; Tue, 18 Apr 2006 21:52:01 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669E543D45; Tue, 18 Apr 2006 21:52:01 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ILq1o8014815; Tue, 18 Apr 2006 21:52:01 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ILq1Ic014814; Tue, 18 Apr 2006 21:52:01 GMT (envelope-from mjacob) Message-Id: <200604182152.k3ILq1Ic014814@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 21:52:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 21:52:01 -0000 mjacob 2006-04-18 21:52:01 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: In receiving a new ATIO, don't record the associated CCB in the target state structure. This field is only for CCBs that are associated with actions that are occurring on the HBA (i.e., XPT_CONT_IO actions). This way we also don't get confused when the upstream listener stalls try and look at a CCB which has already been freed (by CAM). Revision Changes Path 1.15 +15 -16 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 21:53:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 754A216A400; Tue, 18 Apr 2006 21:53:40 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3130843D46; Tue, 18 Apr 2006 21:53:40 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ILreba015903; Tue, 18 Apr 2006 21:53:40 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ILreH5015902; Tue, 18 Apr 2006 21:53:40 GMT (envelope-from mjacob) Message-Id: <200604182153.k3ILreH5015902@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 21:53:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 21:53:40 -0000 mjacob 2006-04-18 21:53:40 UTC FreeBSD src repository Modified files: sys/cam cam.c Log: Do more guarding against zero divide traps for the geom subroutine. Revision Changes Path 1.10 +14 -1 src/sys/cam/cam.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 21:55:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3209D16A400; Tue, 18 Apr 2006 21:55:32 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7A43D48; Tue, 18 Apr 2006 21:55:31 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3ILtVVC016115; Tue, 18 Apr 2006 21:55:31 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3ILtV3C016114; Tue, 18 Apr 2006 21:55:31 GMT (envelope-from mjacob) Message-Id: <200604182155.k3ILtV3C016114@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 21:55:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ispfw asm_2300.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 21:55:32 -0000 mjacob 2006-04-18 21:55:31 UTC FreeBSD src repository Modified files: sys/dev/ispfw asm_2300.h Log: Update 2300 f/w. This will probably be the last update here before we switch to the new f/w loading framework. Revision Changes Path 1.9 +5986 -5795 src/sys/dev/ispfw/asm_2300.h From owner-cvs-src@FreeBSD.ORG Tue Apr 18 22:02:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B305B16A403; Tue, 18 Apr 2006 22:02:02 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 724EB43D73; Tue, 18 Apr 2006 22:01:59 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IM1x4T017708; Tue, 18 Apr 2006 22:01:59 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IM1x4J017707; Tue, 18 Apr 2006 22:01:59 GMT (envelope-from mjacob) Message-Id: <200604182201.k3IM1x4J017707@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 22:01:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 22:02:03 -0000 mjacob 2006-04-18 22:01:59 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Actually check to see if XPT_CALC_GEOMETRY had an error and pick a bogus geometry if it had so we don't later get a divide by zero trap. Revision Changes Path 1.190 +17 -3 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Tue Apr 18 22:25:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC2116A400; Tue, 18 Apr 2006 22:25:00 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F0743D55; Tue, 18 Apr 2006 22:24:55 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IMOtjk032355; Tue, 18 Apr 2006 22:24:55 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IMOtlB032354; Tue, 18 Apr 2006 22:24:55 GMT (envelope-from mjacob) Message-Id: <200604182224.k3IMOtlB032354@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 22:24:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 22:25:00 -0000 mjacob 2006-04-18 22:24:55 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Add ISP_DEFAULT_ROLES as a config option. Revision Changes Path 1.1357 +5 -0 src/sys/conf/NOTES 1.535 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Tue Apr 18 22:37:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1262C16A402; Tue, 18 Apr 2006 22:37:18 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A57D43D53; Tue, 18 Apr 2006 22:37:14 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k3IMaVbi023192; Tue, 18 Apr 2006 18:36:31 -0400 X-ORBL: [67.119.74.222] Received: from [10.0.0.53] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k3IMb51k122200; Tue, 18 Apr 2006 18:37:10 -0400 Message-ID: <444569E1.90609@root.org> Date: Tue, 18 Apr 2006 15:36:17 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Mark Linimon References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> <20060418065031.GB9933@soaustin.net> In-Reply-To: <20060418065031.GB9933@soaustin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , Jens Schweikhardt , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 22:37:18 -0000 Mark Linimon wrote: > On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: >>> Are you absolutely sure that the corruption isn't intentional? Note >>> that the only non-printable characters are \a; it seems to me that the >>> point of this truncated entry is precisely to leave the reader >>> wondering what the punchline is and cursing the "line noise". >> I think the line noise should be replaced with something about Hitler. > > Godwin's Law invoked. Film at 11. Can I claim to have invented a law also? Nate's law: 1. Each commit to fortune/datfiles generates at least 20 comments 2. People only commit to fortune/datfiles to keep their commit bit from expiring Conclusion: expiring commit bits cause the most discussion -- Nate From owner-cvs-src@FreeBSD.ORG Tue Apr 18 22:43:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3EF16A402; Tue, 18 Apr 2006 22:43:47 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC83143D48; Tue, 18 Apr 2006 22:43:46 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3IMhkKo042131; Tue, 18 Apr 2006 22:43:46 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3IMhkDS042130; Tue, 18 Apr 2006 22:43:46 GMT (envelope-from mjacob) Message-Id: <200604182243.k3IMhkDS042130@repoman.freebsd.org> From: Matt Jacob Date: Tue, 18 Apr 2006 22:43:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 22:43:47 -0000 mjacob 2006-04-18 22:43:46 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Fxi tpyo. Noticed by: maxim Revision Changes Path 1.1358 +1 -1 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Apr 18 22:47:52 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD3B16A403; Tue, 18 Apr 2006 22:47:52 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549E843D49; Tue, 18 Apr 2006 22:47:50 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k3IMlgiN069913; Wed, 19 Apr 2006 01:47:42 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Wed, 19 Apr 2006 01:47:42 +0300 (EEST) From: Dmitry Pryanishnikov To: Eric Anholt In-Reply-To: <200604180614.k3I6EiY4086988@repoman.freebsd.org> Message-ID: <20060419014430.B65311@atlantis.atlantis.dp.ua> References: <200604180614.k3I6EiY4086988@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/drm drmP.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 22:47:52 -0000 Hello! On Tue, 18 Apr 2006, Eric Anholt wrote: > anholt 2006-04-18 06:14:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/drm drmP.h > Log: > Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing > i915 attachment. Thank you very much. It has fixed drm attachment on my i915GM-based ASUS M5A. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-cvs-src@FreeBSD.ORG Wed Apr 19 05:10:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6665E16A40A; Wed, 19 Apr 2006 05:10:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E404143D46; Wed, 19 Apr 2006 05:10:34 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J5AYvD074029; Wed, 19 Apr 2006 05:10:34 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J5AYIo074028; Wed, 19 Apr 2006 05:10:34 GMT (envelope-from delphij) Message-Id: <200604190510.k3J5AYIo074028@repoman.freebsd.org> From: Xin LI Date: Wed, 19 Apr 2006 05:10:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d SERVERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 05:10:35 -0000 delphij 2006-04-19 05:10:34 UTC FreeBSD src repository Modified files: etc/rc.d SERVERS Log: Make ldconfig as SERVER dependency. This makes it possible for some early starting services from the ports collection to have their shared objects available before start. Reviewed by: freebsd-rc (dougb, brooks) MFC After: 3 days Revision Changes Path 1.7 +1 -1 src/etc/rc.d/SERVERS From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:00:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14B5B16A401; Wed, 19 Apr 2006 07:00:19 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB6543D45; Wed, 19 Apr 2006 07:00:19 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J70JXe030707; Wed, 19 Apr 2006 07:00:19 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J70Jm7030706; Wed, 19 Apr 2006 07:00:19 GMT (envelope-from cperciva) Message-Id: <200604190700.k3J70Jm7030706@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:00:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:00:20 -0000 cperciva 2006-04-19 07:00:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 fpu.c sys/i386/isa npx.c Log: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Revision Changes Path 1.158 +36 -0 src/sys/amd64/amd64/fpu.c 1.165 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:00:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C3116A50A; Wed, 19 Apr 2006 07:00:36 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 248FB43D45; Wed, 19 Apr 2006 07:00:36 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J70aJI030939; Wed, 19 Apr 2006 07:00:36 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J70agf030937; Wed, 19 Apr 2006 07:00:36 GMT (envelope-from cperciva) Message-Id: <200604190700.k3J70agf030937@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:00:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:00:36 -0000 cperciva 2006-04-19 07:00:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 fpu.c sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: re (scottl) Revision Changes Path 1.157.2.1 +36 -0 src/sys/amd64/amd64/fpu.c 1.162.2.2 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:00:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAB216A613; Wed, 19 Apr 2006 07:00:54 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A15643D45; Wed, 19 Apr 2006 07:00:50 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J70otu031278; Wed, 19 Apr 2006 07:00:50 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J70ogb031277; Wed, 19 Apr 2006 07:00:50 GMT (envelope-from cperciva) Message-Id: <200604190700.k3J70ogb031277@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:00:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/sys/amd64/amd64 fpu.c src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:00:54 -0000 cperciva 2006-04-19 07:00:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING sys/amd64/amd64 fpu.c sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: re (scottl) Revision Changes Path 1.416.2.22.2.1 +3 -0 src/UPDATING 1.157.6.1 +36 -0 src/sys/amd64/amd64/fpu.c 1.162.2.1.2.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:01:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC9616A5B3; Wed, 19 Apr 2006 07:01:12 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3275443D45; Wed, 19 Apr 2006 07:01:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J71CWk031670; Wed, 19 Apr 2006 07:01:12 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J71CGM031669; Wed, 19 Apr 2006 07:01:12 GMT (envelope-from cperciva) Message-Id: <200604190701.k3J71CGM031669@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:01:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src UPDATING src/sys/amd64/amd64 fpu.c src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:01:12 -0000 cperciva 2006-04-19 07:01:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) . UPDATING sys/amd64/amd64 fpu.c sys/conf newvers.sh sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: so (cperciva) Revision Changes Path 1.416.2.3.2.12 +3 -0 src/UPDATING 1.157.4.1 +36 -0 src/sys/amd64/amd64/fpu.c 1.69.2.8.2.8 +1 -1 src/sys/conf/newvers.sh 1.162.4.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:01:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCAE16A401; Wed, 19 Apr 2006 07:01:31 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED9143D5A; Wed, 19 Apr 2006 07:01:30 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J71U9H031954; Wed, 19 Apr 2006 07:01:30 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J71UqQ031953; Wed, 19 Apr 2006 07:01:30 GMT (envelope-from cperciva) Message-Id: <200604190701.k3J71UqQ031953@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:01:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:01:31 -0000 cperciva 2006-04-19 07:01:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 fpu.c sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: re (scottl) Revision Changes Path 1.154.2.2 +36 -0 src/sys/amd64/amd64/fpu.c 1.152.2.4 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:01:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7322116A488; Wed, 19 Apr 2006 07:01:53 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBD443D45; Wed, 19 Apr 2006 07:01:53 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J71rH0032439; Wed, 19 Apr 2006 07:01:53 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J71rRf032438; Wed, 19 Apr 2006 07:01:53 GMT (envelope-from cperciva) Message-Id: <200604190701.k3J71rRf032438@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:01:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/sys/amd64/amd64 fpu.c src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:01:53 -0000 cperciva 2006-04-19 07:01:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) . UPDATING sys/amd64/amd64 fpu.c sys/conf newvers.sh sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: so (cperciva) Revision Changes Path 1.342.2.24.2.23 +3 -0 src/UPDATING 1.154.2.1.2.1 +36 -0 src/sys/amd64/amd64/fpu.c 1.62.2.18.2.19 +1 -1 src/sys/conf/newvers.sh 1.152.2.3.2.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:02:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D4416A403; Wed, 19 Apr 2006 07:02:24 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2248343D48; Wed, 19 Apr 2006 07:02:24 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J72O2W032956; Wed, 19 Apr 2006 07:02:24 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J72Ov6032955; Wed, 19 Apr 2006 07:02:24 GMT (envelope-from cperciva) Message-Id: <200604190702.k3J72Ov6032955@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:02:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/sys/amd64/amd64 fpu.c src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:02:24 -0000 cperciva 2006-04-19 07:02:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING sys/amd64/amd64 fpu.c sys/conf newvers.sh sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: so (cperciva) Revision Changes Path 1.342.2.13.2.32 +3 -0 src/UPDATING 1.154.4.1 +36 -0 src/sys/amd64/amd64/fpu.c 1.62.2.15.2.34 +1 -1 src/sys/conf/newvers.sh 1.152.4.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:02:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E08916A402; Wed, 19 Apr 2006 07:02:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E000A43D45; Wed, 19 Apr 2006 07:02:43 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J72hEO033297; Wed, 19 Apr 2006 07:02:43 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J72hC4033296; Wed, 19 Apr 2006 07:02:43 GMT (envelope-from cperciva) Message-Id: <200604190702.k3J72hC4033296@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:02:44 -0000 cperciva 2006-04-19 07:02:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Revision Changes Path 1.80.2.4 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:03:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CD016A401; Wed, 19 Apr 2006 07:03:02 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F29043D45; Wed, 19 Apr 2006 07:03:02 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J731NG033837; Wed, 19 Apr 2006 07:03:01 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J731xe033646; Wed, 19 Apr 2006 07:03:01 GMT (envelope-from cperciva) Message-Id: <200604190703.k3J731xe033646@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:03:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:03:02 -0000 cperciva 2006-04-19 07:03:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) . UPDATING sys/conf newvers.sh sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: so (cperciva) Revision Changes Path 1.73.2.91.2.18 +3 -0 src/UPDATING 1.44.2.39.2.21 +1 -1 src/sys/conf/newvers.sh 1.80.2.3.14.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 07:03:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C36A416A418; Wed, 19 Apr 2006 07:03:18 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4661743D58; Wed, 19 Apr 2006 07:03:14 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3J73EYO035069; Wed, 19 Apr 2006 07:03:14 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3J73Etk035068; Wed, 19 Apr 2006 07:03:14 GMT (envelope-from cperciva) Message-Id: <200604190703.k3J73Etk035068@repoman.freebsd.org> From: Colin Percival Date: Wed, 19 Apr 2006 07:03:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 07:03:19 -0000 cperciva 2006-04-19 07:03:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_10) . UPDATING sys/conf newvers.sh sys/i386/isa npx.c Log: MFC: Correct a local information leakage bug affecting AMD FPUs. Security: FreeBSD-SA-06:14.fpu Approved by: so (cperciva) Revision Changes Path 1.73.2.90.2.24 +3 -0 src/UPDATING 1.44.2.34.2.25 +1 -1 src/sys/conf/newvers.sh 1.80.2.3.12.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 10:12:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF05B16A400; Wed, 19 Apr 2006 10:12:11 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA37B43D46; Wed, 19 Apr 2006 10:12:11 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JACB5j048030; Wed, 19 Apr 2006 10:12:11 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JACBW8048026; Wed, 19 Apr 2006 10:12:11 GMT (envelope-from delphij) Message-Id: <200604191012.k3JACBW8048026@repoman.freebsd.org> From: Xin LI Date: Wed, 19 Apr 2006 10:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jexec Makefile jexec.8 jexec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 10:12:12 -0000 delphij 2006-04-19 10:12:10 UTC FreeBSD src repository Modified files: usr.sbin/jexec Makefile jexec.8 jexec.c Log: Add -u and -U which functions like the jail(8) that allow commands to be executed under a different credential. PR: bin/95777 Submitted by: clsung Revision Changes Path 1.2 +2 -0 src/usr.sbin/jexec/Makefile 1.3 +13 -1 src/usr.sbin/jexec/jexec.8 1.3 +65 -5 src/usr.sbin/jexec/jexec.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 11:47:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0D516A401; Wed, 19 Apr 2006 11:47:52 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737A343D53; Wed, 19 Apr 2006 11:47:52 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JBlqup099976; Wed, 19 Apr 2006 11:47:52 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JBlpx9099969; Wed, 19 Apr 2006 11:47:51 GMT (envelope-from keramida) Message-Id: <200604191147.k3JBlpx9099969@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 19 Apr 2006 11:47:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top top.X X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 11:47:52 -0000 keramida 2006-04-19 11:47:51 UTC FreeBSD src repository (doc committer) Modified files: contrib/top top.X Log: Document the -C option of top(1), which has been added to the source and the usage message of top, but not to the manpage. Pointy hat to: keramida Reminded by: ru MFC after: 1 week Revision Changes Path 1.15 +13 -1 src/contrib/top/top.X From owner-cvs-src@FreeBSD.ORG Wed Apr 19 12:19:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5FE16A400; Wed, 19 Apr 2006 12:19:07 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A565C43D48; Wed, 19 Apr 2006 12:19:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JCJ7Ne016490; Wed, 19 Apr 2006 12:19:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JCJ7mM016489; Wed, 19 Apr 2006 12:19:07 GMT (envelope-from ru) Message-Id: <200604191219.k3JCJ7mM016489@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 Apr 2006 12:19:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top top.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 12:19:08 -0000 ru 2006-04-19 12:19:07 UTC FreeBSD src repository Modified files: contrib/top top.c Log: Re-add option -C to usage(). Revision Changes Path 1.19 +1 -1 src/contrib/top/top.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 15:23:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5D016A407; Wed, 19 Apr 2006 15:23:30 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEA343D4C; Wed, 19 Apr 2006 15:23:29 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 7BF791A4D94; Wed, 19 Apr 2006 08:23:29 -0700 (PDT) Date: Wed, 19 Apr 2006 08:23:29 -0700 From: Alfred Perlstein To: Mohan Srinivasan Message-ID: <20060419152329.GO35896@elvis.mu.org> References: <20060418133832.GF35896@elvis.mu.org> <20060418165348.55185.qmail@web30804.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060418165348.55185.qmail@web30804.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, ps@freebsd.org, Xin LI , mohans@freebsd.orgc Subject: Re: cvs commit: src/sys/nfsclient nfs_bio.c nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 15:23:30 -0000 * Mohan Srinivasan [060418 09:56] wrote: > Alfred, > > If the operation times out because the server rebooted (or because > of a network glitch), rather than losing data, the client can > potentially have the data written out successfully later. > > Other NFS client implementations (at least the Solaris client) > re-dirty pages on soft mount timeouts. Ok, I just wanted to be sure that we weren't turning soft mounts into hard mounts. The only problem though is that you have a weird failure mode now where the OS reports failure however it may later succeed, I think this is OK, esp if Solaris does it, but it is interesting. Seems OK, Thanks for clarifying! -Alfred From owner-cvs-src@FreeBSD.ORG Wed Apr 19 15:45:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BE416A406; Wed, 19 Apr 2006 15:45:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E9743D46; Wed, 19 Apr 2006 15:45:29 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JFjTRO036016; Wed, 19 Apr 2006 15:45:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JFjThR036015; Wed, 19 Apr 2006 15:45:29 GMT (envelope-from jhb) Message-Id: <200604191545.k3JFjThR036015@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 15:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 15:45:30 -0000 jhb 2006-04-19 15:45:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern subr_witness.c Log: MFC 1.200: Fix compile w/o DDB. Approved by: re (scottl) Revision Changes Path 1.195.2.9 +86 -86 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 15:47:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B9716A403; Wed, 19 Apr 2006 15:47:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9318843D64; Wed, 19 Apr 2006 15:47:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JFlaFP036090; Wed, 19 Apr 2006 15:47:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JFlael036089; Wed, 19 Apr 2006 15:47:36 GMT (envelope-from jhb) Message-Id: <200604191547.k3JFlael036089@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 15:47:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 15:47:50 -0000 jhb 2006-04-19 15:47:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_event.c Log: MFC: Drop the kqueue global mutex as soon as we are finished with it. Approved by: re (scottl) Revision Changes Path 1.93.2.4 +2 -4 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 16:00:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4FF16A40D; Wed, 19 Apr 2006 16:00:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBF243D7E; Wed, 19 Apr 2006 16:00:06 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JG06vV043677; Wed, 19 Apr 2006 16:00:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JG06gv043674; Wed, 19 Apr 2006 16:00:06 GMT (envelope-from jhb) Message-Id: <200604191600.k3JG06gv043674@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 16:00:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:00:16 -0000 jhb 2006-04-19 16:00:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/kern subr_witness.c Log: MF6: Fix compile w/o DDB. Approved by: re (scottl) Revision Changes Path 1.195.2.8.2.1 +86 -86 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 16:00:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7151416A4E8; Wed, 19 Apr 2006 16:00:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E8E43D55; Wed, 19 Apr 2006 16:00:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JG0Vqa043988; Wed, 19 Apr 2006 16:00:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JG0VFW043987; Wed, 19 Apr 2006 16:00:31 GMT (envelope-from jhb) Message-Id: <200604191600.k3JG0VFW043987@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 16:00:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:00:50 -0000 jhb 2006-04-19 16:00:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/kern kern_event.c Log: MF6: Drop the kqueue global mutex as soon as we are finished with it. Approved by: re (scottl) Revision Changes Path 1.93.2.3.2.1 +2 -4 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 16:14:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A40916A400; Wed, 19 Apr 2006 16:14:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0730143D72; Wed, 19 Apr 2006 16:14:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JGElki051821; Wed, 19 Apr 2006 16:14:47 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JGEl9D051810; Wed, 19 Apr 2006 16:14:47 GMT (envelope-from sam) Message-Id: <200604191614.k3JGEl9D051810@repoman.freebsd.org> From: Sam Leffler Date: Wed, 19 Apr 2006 16:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:14:49 -0000 sam 2006-04-19 16:14:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.139: unbreak cabq handling Approved by: re (scottl) Revision Changes Path 1.94.2.17 +2 -2 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 16:23:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C82416A402; Wed, 19 Apr 2006 16:23:41 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CC043D46; Wed, 19 Apr 2006 16:23:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JGNfr3058340; Wed, 19 Apr 2006 16:23:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JGNf4x058336; Wed, 19 Apr 2006 16:23:41 GMT (envelope-from sam) Message-Id: <200604191623.k3JGNf4x058336@repoman.freebsd.org> From: Sam Leffler Date: Wed, 19 Apr 2006 16:23:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 16:23:41 -0000 sam 2006-04-19 16:23:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/dev/ath if_ath.c Log: MFC 1.139: unbreak cabq handling Revision Changes Path 1.94.2.16.2.1 +2 -2 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 17:16:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B863116A400; Wed, 19 Apr 2006 17:16:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249E643D5A; Wed, 19 Apr 2006 17:16:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JHGolo094501; Wed, 19 Apr 2006 17:16:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JHGobf094497; Wed, 19 Apr 2006 17:16:50 GMT (envelope-from imp) Message-Id: <200604191716.k3JHGobf094497@repoman.freebsd.org> From: Warner Losh Date: Wed, 19 Apr 2006 17:16:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile Makefile.inc linker.cfg src/sys/boot/arm/at91/boot0 Makefile at91rm9200_lowlevel.c at91rm9200_lowlevel.h lib.c lib.h main.c xmodem.c xmodem.h src/sys/boot/arm/at91/bootiic Makefile README arm_init.s main.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 17:16:54 -0000 imp 2006-04-19 17:16:49 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 Makefile main.c Added files: sys/boot/arm/at91 Makefile Makefile.inc linker.cfg sys/boot/arm/at91/bootiic Makefile README arm_init.s main.c sys/boot/arm/at91/bootspi Makefile README arm_init.s main.c sys/boot/arm/at91/libat91 Makefile at91rm9200.h at91rm9200_lowlevel.c at91rm9200_lowlevel.h eeprom.c eeprom.h emac.c emac.h env_vars.c env_vars.h getc.c lib.h loader_prompt.c loader_prompt.h p_string.c p_string.h printf.c putchar.c tag_list.c tag_list.h xmodem.c Removed files: sys/boot/arm/at91/boot0 at91rm9200_lowlevel.c at91rm9200_lowlevel.h lib.c lib.h xmodem.c xmodem.h sys/boot/arm/at91/inc AT91RM9200.h Log: MFp4 (checkpoint of work in progress): o Use a directory layout that is more akin to the i386 boot layout. o Create a libat91 for library routines that are used by one or more of the boot loaders. o Create bootiic for booting from an iic part. o Create bootspi for booting from an spi part. o Optimize the size of many of these routines (especially emac.c). Except for the emac.c optimizations, all these have been tested. o eliminate the inc directory, libat91 superceeds it. o Move linker.cfg up a layer to allow it to be shared. Revision Changes Path 1.1 +5 -0 src/sys/boot/arm/at91/Makefile (new) 1.1 +23 -0 src/sys/boot/arm/at91/Makefile.inc (new) 1.3 +4 -15 src/sys/boot/arm/at91/boot0/Makefile 1.3 +0 -187 src/sys/boot/arm/at91/boot0/at91rm9200_lowlevel.c (dead) 1.2 +0 -57 src/sys/boot/arm/at91/boot0/at91rm9200_lowlevel.h (dead) 1.2 +0 -76 src/sys/boot/arm/at91/boot0/lib.c (dead) 1.2 +0 -33 src/sys/boot/arm/at91/boot0/lib.h (dead) 1.3 +2 -2 src/sys/boot/arm/at91/boot0/main.c 1.2 +0 -127 src/sys/boot/arm/at91/boot0/xmodem.c (dead) 1.2 +0 -32 src/sys/boot/arm/at91/boot0/xmodem.h (dead) 1.1 +10 -0 src/sys/boot/arm/at91/bootiic/Makefile (new) 1.1 +35 -0 src/sys/boot/arm/at91/bootiic/README (new) 1.1 +122 -0 src/sys/boot/arm/at91/bootiic/arm_init.s (new) 1.1 +57 -0 src/sys/boot/arm/at91/bootiic/main.c (new) 1.1 +10 -0 src/sys/boot/arm/at91/bootspi/Makefile (new) 1.1 +34 -0 src/sys/boot/arm/at91/bootspi/README (new) 1.1 +110 -0 src/sys/boot/arm/at91/bootspi/arm_init.s (new) 1.1 +57 -0 src/sys/boot/arm/at91/bootspi/main.c (new) 1.4 +0 -2747 src/sys/boot/arm/at91/inc/AT91RM9200.h (dead) 1.1 +9 -0 src/sys/boot/arm/at91/libat91/Makefile (new) 1.1 +2747 -0 src/sys/boot/arm/at91/libat91/at91rm9200.h (new) 1.1 +186 -0 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c (new) 1.1 +57 -0 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h (new) 1.1 +181 -0 src/sys/boot/arm/at91/libat91/eeprom.c (new) 1.1 +27 -0 src/sys/boot/arm/at91/libat91/eeprom.h (new) 1.1 +665 -0 src/sys/boot/arm/at91/libat91/emac.c (new) 1.1 +122 -0 src/sys/boot/arm/at91/libat91/emac.h (new) 1.1 +207 -0 src/sys/boot/arm/at91/libat91/env_vars.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/libat91/env_vars.h (new) 1.1 +62 -0 src/sys/boot/arm/at91/libat91/getc.c (new) 1.1 +43 -0 src/sys/boot/arm/at91/libat91/lib.h (new) 1.1 +426 -0 src/sys/boot/arm/at91/libat91/loader_prompt.c (new) 1.1 +55 -0 src/sys/boot/arm/at91/libat91/loader_prompt.h (new) 1.1 +210 -0 src/sys/boot/arm/at91/libat91/p_string.c (new) 1.1 +39 -0 src/sys/boot/arm/at91/libat91/p_string.h (new) 1.1 +69 -0 src/sys/boot/arm/at91/libat91/printf.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/libat91/putchar.c (new) 1.1 +79 -0 src/sys/boot/arm/at91/libat91/tag_list.c (new) 1.1 +28 -0 src/sys/boot/arm/at91/libat91/tag_list.h (new) 1.1 +127 -0 src/sys/boot/arm/at91/libat91/xmodem.c (new) 1.1 +291 -0 src/sys/boot/arm/at91/linker.cfg (new) From owner-cvs-src@FreeBSD.ORG Wed Apr 19 17:46:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3914B16A405; Wed, 19 Apr 2006 17:46:28 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E038D43D5F; Wed, 19 Apr 2006 17:46:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JHkR6b010468; Wed, 19 Apr 2006 17:46:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JHkR98010467; Wed, 19 Apr 2006 17:46:27 GMT (envelope-from brueffer) Message-Id: <200604191746.k3JHkR98010467@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 19 Apr 2006 17:46:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil login.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 17:46:28 -0000 brueffer 2006-04-19 17:46:27 UTC FreeBSD src repository Modified files: lib/libutil login.conf.5 Log: Document how the backoff delay is calculated. Submitted by: markus MFC after: 3 days Revision Changes Path 1.57 +4 -1 src/lib/libutil/login.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Apr 19 18:22:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A2516A407; Wed, 19 Apr 2006 18:22:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3C343D69; Wed, 19 Apr 2006 18:22:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JIMHMb031538; Wed, 19 Apr 2006 18:22:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JIMHko031532; Wed, 19 Apr 2006 18:22:17 GMT (envelope-from ru) Message-Id: <200604191822.k3JIMHko031532@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 Apr 2006 18:22:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/tools/tools/nanobsd FlashDevice.sub X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 18:22:18 -0000 ru 2006-04-19 18:22:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) tools/tools/nanobsd FlashDevice.sub Log: MFC: 1.6: Fix a small bug. Approved by: re (mux) Revision Changes Path 1.1.2.2.2.1 +1 -1 src/tools/tools/nanobsd/FlashDevice.sub From owner-cvs-src@FreeBSD.ORG Wed Apr 19 18:22:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CDA16A40B; Wed, 19 Apr 2006 18:22:18 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5255543D68; Wed, 19 Apr 2006 18:22:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JIMIVV031565; Wed, 19 Apr 2006 18:22:18 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JIMI2N031564; Wed, 19 Apr 2006 18:22:18 GMT (envelope-from ru) Message-Id: <200604191822.k3JIMI2N031564@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 19 Apr 2006 18:22:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/nanobsd FlashDevice.sub X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 18:22:18 -0000 ru 2006-04-19 18:22:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/nanobsd FlashDevice.sub Log: MFC: 1.6: Fix a small bug. Approved by: re (mux) Revision Changes Path 1.1.2.3 +1 -1 src/tools/tools/nanobsd/FlashDevice.sub From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:09:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13AE16A400; Wed, 19 Apr 2006 19:09:21 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0FC43D49; Wed, 19 Apr 2006 19:09:21 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JJ9LxS055153; Wed, 19 Apr 2006 19:09:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JJ9LfD055152; Wed, 19 Apr 2006 19:09:21 GMT (envelope-from brueffer) Message-Id: <200604191909.k3JJ9LfD055152@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 19 Apr 2006 19:09:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:09:21 -0000 brueffer 2006-04-19 19:09:21 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.feiertag Log: Indentation fixes Revision Changes Path 1.11 +9 -9 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:21:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704F216A400; Wed, 19 Apr 2006 19:21:43 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C41943D45; Wed, 19 Apr 2006 19:21:43 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JJLhXE064315; Wed, 19 Apr 2006 19:21:43 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JJLh0p064314; Wed, 19 Apr 2006 19:21:43 GMT (envelope-from brueffer) Message-Id: <200604191921.k3JJLh0p064314@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 19 Apr 2006 19:21:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_nullfs mount_nullfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:21:43 -0000 brueffer 2006-04-19 19:21:43 UTC FreeBSD src repository Modified files: sbin/mount_nullfs mount_nullfs.8 Log: Add a missing .Pp call. MFC after: 3 days Revision Changes Path 1.32 +1 -0 src/sbin/mount_nullfs/mount_nullfs.8 From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:37:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E8516A402; Wed, 19 Apr 2006 19:37:23 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5C643D46; Wed, 19 Apr 2006 19:37:21 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr3.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3JJbFsj093009; Wed, 19 Apr 2006 21:37:16 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k3JJbF6m039796; Wed, 19 Apr 2006 21:37:15 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k3JJbFB6039795; Wed, 19 Apr 2006 21:37:15 +0200 (CEST) (envelope-from wb) Date: Wed, 19 Apr 2006 21:37:15 +0200 From: Wilko Bulte To: Nate Lawson Message-ID: <20060419193714.GA39763@freebie.xs4all.nl> References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> <20060418065031.GB9933@soaustin.net> <444569E1.90609@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <444569E1.90609@root.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , cvs-all@FreeBSD.ORG, Jens Schweikhardt , Mark Linimon Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:37:23 -0000 On Tue, Apr 18, 2006 at 03:36:17PM -0700, Nate Lawson wrote.. > Mark Linimon wrote: > >On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > >>>Are you absolutely sure that the corruption isn't intentional? Note > >>>that the only non-printable characters are \a; it seems to me that the > >>>point of this truncated entry is precisely to leave the reader > >>>wondering what the punchline is and cursing the "line noise". > >>I think the line noise should be replaced with something about Hitler. > > > >Godwin's Law invoked. Film at 11. > > Can I claim to have invented a law also? Sure you can. And maybe you should commit it to the fortune/datfiles to preserve it for historical purposes? :-P > Nate's law: > 1. Each commit to fortune/datfiles generates at least 20 comments > 2. People only commit to fortune/datfiles to keep their commit bit from > expiring > Conclusion: expiring commit bits cause the most discussion > > -- > Nate --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:38:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6386016A400; Wed, 19 Apr 2006 19:38:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 200A543D4C; Wed, 19 Apr 2006 19:38:36 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JJcaT1072733; Wed, 19 Apr 2006 19:38:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JJcafV072732; Wed, 19 Apr 2006 19:38:36 GMT (envelope-from marcel) Message-Id: <200604191938.k3JJcafV072732@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 19 Apr 2006 19:38:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:38:36 -0000 marcel 2006-04-19 19:38:35 UTC FreeBSD src repository Modified files: sys/conf files Log: Remove sab(4). Revision Changes Path 1.1110 +0 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:39:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30D716A405; Wed, 19 Apr 2006 19:39:35 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FECA43D4C; Wed, 19 Apr 2006 19:39:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JJdZFj073531; Wed, 19 Apr 2006 19:39:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JJdZ9u073530; Wed, 19 Apr 2006 19:39:35 GMT (envelope-from marcel) Message-Id: <200604191939.k3JJdZ9u073530@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 19 Apr 2006 19:39:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:39:36 -0000 marcel 2006-04-19 19:39:35 UTC FreeBSD src repository Modified files: sys/sparc64/conf NOTES Log: Remove sab(4). Revision Changes Path 1.23 +0 -2 src/sys/sparc64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Apr 19 19:56:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8AD16A405; Wed, 19 Apr 2006 19:56:11 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B3543D49; Wed, 19 Apr 2006 19:56:11 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JJuAUh081714; Wed, 19 Apr 2006 19:56:10 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JJuA25081713; Wed, 19 Apr 2006 19:56:10 GMT (envelope-from ps) Message-Id: <200604191956.k3JJuA25081713@repoman.freebsd.org> From: Paul Saab Date: Wed, 19 Apr 2006 19:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 19:56:12 -0000 ps 2006-04-19 19:56:10 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Free some previously leaked memory on module unload. Revision Changes Path 1.68 +9 -2 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 20:22:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A0A16A403; Wed, 19 Apr 2006 20:22:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3569D43D73; Wed, 19 Apr 2006 20:22:59 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JKMxmH012936; Wed, 19 Apr 2006 20:22:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JKMxiZ012935; Wed, 19 Apr 2006 20:22:59 GMT (envelope-from sam) Message-Id: <200604192022.k3JKMxiZ012935@repoman.freebsd.org> From: Sam Leffler Date: Wed, 19 Apr 2006 20:22:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 20:22:59 -0000 sam 2006-04-19 20:22:58 UTC FreeBSD src repository Modified files: . access Log: Add Bakul Shah as a new src committer. Bakul says he wants to work on resolving coverity reports while he gets oriented. Approved by: core Revision Changes Path 1.763 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Wed Apr 19 20:42:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1322B16A40D; Wed, 19 Apr 2006 20:42:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6949143D78; Wed, 19 Apr 2006 20:41:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JKfvh2023187; Wed, 19 Apr 2006 20:41:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JKfvLu023186; Wed, 19 Apr 2006 20:41:57 GMT (envelope-from jhb) Message-Id: <200604192041.k3JKfvLu023186@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 20:41:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 sx.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 20:42:12 -0000 jhb 2006-04-19 20:41:57 UTC FreeBSD src repository Modified files: share/man/man9 sx.9 Log: Trim a couple of xrefs. Revision Changes Path 1.33 +0 -2 src/share/man/man9/sx.9 From owner-cvs-src@FreeBSD.ORG Wed Apr 19 20:43:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252E316A402; Wed, 19 Apr 2006 20:43:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28CE43D5F; Wed, 19 Apr 2006 20:43:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JKhZgO024331; Wed, 19 Apr 2006 20:43:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JKhZuA024330; Wed, 19 Apr 2006 20:43:35 GMT (envelope-from jhb) Message-Id: <200604192043.k3JKhZuA024330@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 20:43:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 rwlock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 20:43:36 -0000 jhb 2006-04-19 20:43:35 UTC FreeBSD src repository Modified files: share/man/man9 rwlock.9 Log: Various nits and fixups so that the text reads smoother in several places. Also, more closely match the prototypes in sys/rwlock.h and add a BUGS section. Revision Changes Path 1.2 +80 -69 src/share/man/man9/rwlock.9 From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:06:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE79E16A407; Wed, 19 Apr 2006 21:06:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7D043D48; Wed, 19 Apr 2006 21:06:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JL6qmE043988; Wed, 19 Apr 2006 21:06:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JL6qLq043987; Wed, 19 Apr 2006 21:06:52 GMT (envelope-from jhb) Message-Id: <200604192106.k3JL6qLq043987@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 21:06:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_rwlock.c src/sys/sys rwlock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:06:52 -0000 jhb 2006-04-19 21:06:52 UTC FreeBSD src repository Modified files: sys/kern kern_rwlock.c sys/sys rwlock.h Log: Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes a single attempt at upgrading a read lock to a write lock, and rw_downgrade() converts curthread's write lock into a read lock. Revision Changes Path 1.9 +133 -2 src/sys/kern/kern_rwlock.c 1.3 +5 -1 src/sys/sys/rwlock.h From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:09:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC7416A400; Wed, 19 Apr 2006 21:09:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3999F43D49; Wed, 19 Apr 2006 21:09:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JL9Hib044096; Wed, 19 Apr 2006 21:09:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JL9HPt044095; Wed, 19 Apr 2006 21:09:17 GMT (envelope-from jhb) Message-Id: <200604192109.k3JL9HPt044095@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 21:09:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 rwlock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:09:17 -0000 jhb 2006-04-19 21:09:17 UTC FreeBSD src repository Modified files: share/man/man9 rwlock.9 Log: Document rw_try_upgrade() and rw_downgrade(). Revision Changes Path 1.3 +23 -0 src/share/man/man9/rwlock.9 From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:09:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFE416A49C; Wed, 19 Apr 2006 21:09:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B2F643D49; Wed, 19 Apr 2006 21:09:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JL9dLS044132; Wed, 19 Apr 2006 21:09:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JL9dWr044131; Wed, 19 Apr 2006 21:09:39 GMT (envelope-from jhb) Message-Id: <200604192109.k3JL9dWr044131@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 21:09:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:09:40 -0000 jhb 2006-04-19 21:09:39 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Add MLINKS for rwlock(9). Revision Changes Path 1.272 +10 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:17:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C1416A407; Wed, 19 Apr 2006 21:17:34 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 327C343D45; Wed, 19 Apr 2006 21:17:34 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JLHYXB050233; Wed, 19 Apr 2006 21:17:34 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JLHYwT050232; Wed, 19 Apr 2006 21:17:34 GMT (envelope-from mjacob) Message-Id: <200604192117.k3JLHYwT050232@repoman.freebsd.org> From: Matt Jacob Date: Wed, 19 Apr 2006 21:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:17:34 -0000 mjacob 2006-04-19 21:17:34 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: Remove debounce code in mpt_intr. After some reflection and watching a debounce followed by a timeout, I think I'm forced to conclude that it was not a good idea. Revision Changes Path 1.27 +0 -10 src/sys/dev/mpt/mpt.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:25:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC35616A402; Wed, 19 Apr 2006 21:25:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0E443D45; Wed, 19 Apr 2006 21:25:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JLPtlx054789; Wed, 19 Apr 2006 21:25:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JLPtnP054788; Wed, 19 Apr 2006 21:25:55 GMT (envelope-from imp) Message-Id: <200604192125.k3JLPtnP054788@repoman.freebsd.org> From: Warner Losh Date: Wed, 19 Apr 2006 21:25:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_rman.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:25:56 -0000 imp 2006-04-19 21:25:55 UTC FreeBSD src repository Modified files: sys/kern subr_rman.c Log: r_spare1 and r_spare2 aren't needed. They aren't used. They can't be accessed from outside of subr_rman.c. Remove them. Reviewed by: jmg (in theory) Revision Changes Path 1.49 +0 -2 src/sys/kern/subr_rman.c From owner-cvs-src@FreeBSD.ORG Wed Apr 19 21:59:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E006916A406; Wed, 19 Apr 2006 21:59:57 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D12A43D58; Wed, 19 Apr 2006 21:59:57 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JLxvZw073503; Wed, 19 Apr 2006 21:59:57 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JLxvkS073502; Wed, 19 Apr 2006 21:59:57 GMT (envelope-from gad) Message-Id: <200604192159.k3JLxvkS073502@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 19 Apr 2006 21:59:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/bin/ps keyword.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:59:58 -0000 gad 2006-04-19 21:59:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) bin/ps keyword.c Log: MFC 1.76 (aka 1.72.2.3): Make sure the correct fix for the bug introduced in 1.73 is included for 6.1-release. The original bug wrt specifying a new column header for an aliased `-o' option also remains fixed. Approved by: re (scottl) Revision Changes Path 1.72.2.2.2.1 +18 -9 src/bin/ps/keyword.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 00:55:17 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA2C16A404; Thu, 20 Apr 2006 00:55:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C3E43D46; Thu, 20 Apr 2006 00:55:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3K0swT2018116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 20 Apr 2006 03:55:00 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3K0srf9059409; Thu, 20 Apr 2006 03:54:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3K0sr8T059408; Thu, 20 Apr 2006 03:54:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 20 Apr 2006 03:54:53 +0300 From: Giorgos Keramidas To: John Baldwin Message-ID: <20060420005453.GA59375@gothmog.pc> References: <200604192109.k3JL9HPt044095@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604192109.k3JL9HPt044095@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.388, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 rwlock.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 00:55:18 -0000 On 2006-04-19 21:09, John Baldwin wrote: > jhb 2006-04-19 21:09:17 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 rwlock.9 > Log: > Document rw_try_upgrade() and rw_downgrade(). > > Revision Changes Path > 1.3 +23 -0 src/share/man/man9/rwlock.9 +.Sh BUGS [...] +An +.Nm +can also be called a +.Dq Robert Watson +lock if desired. I'd argue this isn't a bug, but a `feature', but I don't think we have a special mdoc section for that :))) From owner-cvs-src@FreeBSD.ORG Thu Apr 20 01:44:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7BB116A400; Thu, 20 Apr 2006 01:44:16 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39EF43D45; Thu, 20 Apr 2006 01:44:16 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K1iGME004918; Thu, 20 Apr 2006 01:44:16 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K1iG7j004917; Thu, 20 Apr 2006 01:44:16 GMT (envelope-from jmg) Message-Id: <200604200144.k3K1iG7j004917@repoman.freebsd.org> From: John-Mark Gurney Date: Thu, 20 Apr 2006 01:44:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 01:44:17 -0000 jmg 2006-04-20 01:44:16 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c sys/sys bus.h Log: const'ify resource_spec to note that we won't be changing anything while releasing resources... also, NULL out the resources as we free them... Revision Changes Path 1.191 +4 -2 src/sys/kern/subr_bus.c 1.74 +1 -1 src/sys/sys/bus.h From owner-cvs-src@FreeBSD.ORG Thu Apr 20 03:05:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C2B16A402; Thu, 20 Apr 2006 03:05:04 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E36443D49; Thu, 20 Apr 2006 03:05:03 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K353Fs049574; Thu, 20 Apr 2006 03:05:03 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K353Zc049573; Thu, 20 Apr 2006 03:05:03 GMT (envelope-from ps) Message-Id: <200604200305.k3K353Zc049573@repoman.freebsd.org> From: Paul Saab Date: Thu, 20 Apr 2006 03:05:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 03:05:04 -0000 ps 2006-04-20 03:05:03 UTC FreeBSD src repository Modified files: sys/dev/ciss ciss.c Log: Free another memory leak when dealing with disk notification. Revision Changes Path 1.69 +4 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:10:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BDB916A403; Thu, 20 Apr 2006 04:10:29 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F126C43D5E; Thu, 20 Apr 2006 04:10:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4ARrs082864; Thu, 20 Apr 2006 04:10:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4AR0v082860; Thu, 20 Apr 2006 04:10:27 GMT (envelope-from imp) Message-Id: <200604200410.k3K4AR0v082860@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:10:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:10:29 -0000 imp 2006-04-20 04:10:27 UTC FreeBSD src repository Modified files: sys/i386/i386 nexus.c Log: Set the rid of the resource we're about to return to the user. Revision Changes Path 1.63 +1 -1 src/sys/i386/i386/nexus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:12:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB8D16A402; Thu, 20 Apr 2006 04:12:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E452943D4C; Thu, 20 Apr 2006 04:12:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4C2hI084399; Thu, 20 Apr 2006 04:12:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4C2JD084398; Thu, 20 Apr 2006 04:12:02 GMT (envelope-from imp) Message-Id: <200604200412.k3K4C2JD084398@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:12:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm nexus.c src/sys/arm/at91 at91.c src/sys/arm/sa11x0 sa11x0.c src/sys/arm/xscale/i80321 i80321_pci.c iq80321.c obio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:12:03 -0000 imp 2006-04-20 04:12:02 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c sys/arm/at91 at91.c sys/arm/sa11x0 sa11x0.c sys/arm/xscale/i80321 i80321_pci.c iq80321.c obio.c Log: When returning a resource that we've allocated with rman_reserve_resource, go ahead and set the rid for that resource. Revision Changes Path 1.7 +1 -0 src/sys/arm/arm/nexus.c 1.5 +1 -0 src/sys/arm/at91/at91.c 1.6 +2 -0 src/sys/arm/sa11x0/sa11x0.c 1.8 +1 -0 src/sys/arm/xscale/i80321/i80321_pci.c 1.11 +8 -4 src/sys/arm/xscale/i80321/iq80321.c 1.4 +1 -0 src/sys/arm/xscale/i80321/obio.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:16:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DC216A404; Thu, 20 Apr 2006 04:16:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DB343D46; Thu, 20 Apr 2006 04:16:02 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4G2lj087653; Thu, 20 Apr 2006 04:16:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4G2M3087650; Thu, 20 Apr 2006 04:16:02 GMT (envelope-from imp) Message-Id: <200604200416.k3K4G2M3087650@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:16:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/isa isa.c src/sys/alpha/pci apecs_pci.c lca_pci.c pcibus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:16:03 -0000 imp 2006-04-20 04:16:02 UTC FreeBSD src repository Modified files: sys/alpha/isa isa.c sys/alpha/pci apecs_pci.c lca_pci.c pcibus.c Log: Set the rid for any resources that are allocated at the level where they first emerge from the rman_* system. Revision Changes Path 1.39 +1 -0 src/sys/alpha/isa/isa.c 1.16 +8 -3 src/sys/alpha/pci/apecs_pci.c 1.18 +8 -3 src/sys/alpha/pci/lca_pci.c 1.38 +12 -4 src/sys/alpha/pci/pcibus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:16:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DFD16A484; Thu, 20 Apr 2006 04:16:35 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063AD43D48; Thu, 20 Apr 2006 04:16:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4GYRh088017; Thu, 20 Apr 2006 04:16:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4GYva088016; Thu, 20 Apr 2006 04:16:34 GMT (envelope-from imp) Message-Id: <200604200416.k3K4GYva088016@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:16:35 -0000 imp 2006-04-20 04:16:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: Set the rid for a resoruce allocated with rman_reserve_resource. Revision Changes Path 1.68 +1 -1 src/sys/amd64/amd64/nexus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:18:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EF016A403; Thu, 20 Apr 2006 04:18:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6B243D45; Thu, 20 Apr 2006 04:18:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4IULO089459; Thu, 20 Apr 2006 04:18:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4IUFS089458; Thu, 20 Apr 2006 04:18:30 GMT (envelope-from imp) Message-Id: <200604200418.k3K4IUFS089458@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:18:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:18:31 -0000 imp 2006-04-20 04:18:30 UTC FreeBSD src repository Modified files: sys/ia64/ia64 nexus.c Log: Set the rid of the resource obtained from rman_reserve_resource. Revision Changes Path 1.13 +1 -0 src/sys/ia64/ia64/nexus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:19:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F42F16A402; Thu, 20 Apr 2006 04:19:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18B043D45; Thu, 20 Apr 2006 04:19:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4JAEe089991; Thu, 20 Apr 2006 04:19:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4JA17089987; Thu, 20 Apr 2006 04:19:10 GMT (envelope-from imp) Message-Id: <200604200419.k3K4JA17089987@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:19:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/powermac grackle.c hrowpic.c macio.c uninorth.c src/sys/powerpc/powerpc openpic.c src/sys/powerpc/psim iobus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:19:11 -0000 imp 2006-04-20 04:19:10 UTC FreeBSD src repository Modified files: sys/powerpc/powermac grackle.c hrowpic.c macio.c uninorth.c sys/powerpc/powerpc openpic.c sys/powerpc/psim iobus.c Log: Set the rid for any resource obtained from rman_resource_reserve. Revision Changes Path 1.8 +1 -0 src/sys/powerpc/powermac/grackle.c 1.11 +1 -0 src/sys/powerpc/powermac/hrowpic.c 1.20 +1 -0 src/sys/powerpc/powermac/macio.c 1.14 +1 -0 src/sys/powerpc/powermac/uninorth.c 1.14 +1 -1 src/sys/powerpc/powerpc/openpic.c 1.9 +1 -0 src/sys/powerpc/psim/iobus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:20:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276BD16A40F; Thu, 20 Apr 2006 04:20:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CF743D49; Thu, 20 Apr 2006 04:20:41 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4KfVV091236; Thu, 20 Apr 2006 04:20:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4Kf5n091235; Thu, 20 Apr 2006 04:20:41 GMT (envelope-from imp) Message-Id: <200604200420.k3K4Kf5n091235@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:20:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/ebus ebus.c src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:20:42 -0000 imp 2006-04-20 04:20:41 UTC FreeBSD src repository Modified files: sys/sparc64/ebus ebus.c sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 nexus.c Log: Set the rid for any resource obtained from rman_reserve_resource. Reviewed by: wollman, jmg (as were the other commits fixing this problem) Revision Changes Path 1.26 +1 -0 src/sys/sparc64/ebus/ebus.c 1.60 +1 -1 src/sys/sparc64/pci/psycho.c 1.38 +1 -0 src/sys/sparc64/sbus/sbus.c 1.18 +1 -0 src/sys/sparc64/sparc64/nexus.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 04:21:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4977C16A401; Thu, 20 Apr 2006 04:21:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C3643D49; Thu, 20 Apr 2006 04:21:28 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K4LRFi091847; Thu, 20 Apr 2006 04:21:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K4LRDZ091846; Thu, 20 Apr 2006 04:21:27 GMT (envelope-from imp) Message-Id: <200604200421.k3K4LRDZ091846@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 Apr 2006 04:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 04:21:28 -0000 imp 2006-04-20 04:21:27 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Set the rid for the resoruce obtained from rman_reserve_resource. Revision Changes Path 1.222 +1 -0 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 05:03:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8455716A400; Thu, 20 Apr 2006 05:03:21 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDAC43D49; Thu, 20 Apr 2006 05:03:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K53La0023508; Thu, 20 Apr 2006 05:03:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K53LNY023507; Thu, 20 Apr 2006 05:03:21 GMT (envelope-from sam) Message-Id: <200604200503.k3K53LNY023507@repoman.freebsd.org> From: Sam Leffler Date: Thu, 20 Apr 2006 05:03:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 05:03:21 -0000 sam 2006-04-20 05:03:21 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: add debug msg Revision Changes Path 1.12 +3 -0 src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 06:31:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B6A16A403; Thu, 20 Apr 2006 06:31:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE1543D45; Thu, 20 Apr 2006 06:31:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K6Vjg0070475; Thu, 20 Apr 2006 06:31:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K6VjGS070471; Thu, 20 Apr 2006 06:31:45 GMT (envelope-from pjd) Message-Id: <200604200631.k3K6VjGS070471@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 Apr 2006 06:31:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/crypto/via padlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 06:31:45 -0000 pjd 2006-04-20 06:31:45 UTC FreeBSD src repository Modified files: sys/crypto/via padlock.c Log: padlock(4) doesn't support explicitly provided keys yet. Return an error instead of encrypting/decrypting data with a wrong key. Revision Changes Path 1.3 +4 -0 src/sys/crypto/via/padlock.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 06:33:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CCB816A401; Thu, 20 Apr 2006 06:33:47 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD6C43D55; Thu, 20 Apr 2006 06:33:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3K6Xkiu072340; Thu, 20 Apr 2006 06:33:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3K6XknB072339; Thu, 20 Apr 2006 06:33:46 GMT (envelope-from pjd) Message-Id: <200604200633.k3K6XknB072339@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 20 Apr 2006 06:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c g_eli_crypto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 06:33:47 -0000 pjd 2006-04-20 06:33:46 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c g_eli_crypto.c Log: geli(8) provides keys on newsession time, so remove CRD_F_KEY_EXPLICIT flag as HW crypto drivers don't support it. Revision Changes Path 1.24 +1 -2 src/sys/geom/eli/g_eli.c 1.3 +1 -1 src/sys/geom/eli/g_eli_crypto.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 11:00:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7725C16A403; Thu, 20 Apr 2006 11:00:53 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337A543D46; Thu, 20 Apr 2006 11:00:53 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KB0qVB030256; Thu, 20 Apr 2006 11:00:53 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KB0qVj030252; Thu, 20 Apr 2006 11:00:52 GMT (envelope-from ache) Message-Id: <200604201100.k3KB0qVj030252@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 20 Apr 2006 11:00:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/timedef sv_SE.UTF-8.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 11:00:53 -0000 ache 2006-04-20 11:00:52 UTC FreeBSD src repository Modified files: share/timedef sv_SE.UTF-8.src Log: Fix x.fmt PR: 88222 Submitted by: Anders Lindquist Revision Changes Path 1.2 +1 -1 src/share/timedef/sv_SE.UTF-8.src From owner-cvs-src@FreeBSD.ORG Thu Apr 20 12:30:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8593B16A407; Thu, 20 Apr 2006 12:30:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EAE43D48; Thu, 20 Apr 2006 12:30:13 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KCUC2n077962; Thu, 20 Apr 2006 12:30:13 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KCUCZr077958; Thu, 20 Apr 2006 12:30:12 GMT (envelope-from delphij) Message-Id: <200604201230.k3KCUCZr077958@repoman.freebsd.org> From: Xin LI Date: Thu, 20 Apr 2006 12:30:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 12:30:13 -0000 delphij 2006-04-20 12:30:12 UTC FreeBSD src repository Modified files: etc/rc.d named Log: After some discussion we believe that having SERVERS to REQUIRE: ldconfig would provide necessary protection for named as well, so remove the dependency here. Approved by: flz Revision Changes Path 1.26 +1 -1 src/etc/rc.d/named From owner-cvs-src@FreeBSD.ORG Thu Apr 20 14:57:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590F116A400; Thu, 20 Apr 2006 14:57:36 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from flb.schmalzbauer.de (flb.schmalzbauer.de [62.245.232.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911C243D46; Thu, 20 Apr 2006 14:57:34 +0000 (GMT) (envelope-from h.schmalzbauer@omnisec.de) Received: from sam.flintsbach.schmalzbauer.de (sam.flintsbach.schmalzbauer.de [172.21.2.4]) by flb.schmalzbauer.de (8.13.4/8.13.4) with ESMTP id k3KF26JD013092; Thu, 20 Apr 2006 17:02:06 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.224]) by sam.flintsbach.schmalzbauer.de (Postfix) with ESMTP id 809E7B62D; Thu, 20 Apr 2006 16:57:32 +0200 (CEST) Received: from cale.flintsbach.schmalzbauer.de (localhost [127.0.0.1]) by cale.flintsbach.schmalzbauer.de (8.13.6/8.13.6) with ESMTP id k3KEvGcH002339; Thu, 20 Apr 2006 16:57:16 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: (from harry@localhost) by cale.flintsbach.schmalzbauer.de (8.13.6/8.13.6/Submit) id k3KEvFEF002338; Thu, 20 Apr 2006 16:57:15 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) X-Authentication-Warning: cale.flintsbach.schmalzbauer.de: harry set sender to h.schmalzbauer@omnisec.de using -f From: Harald Schmalzbauer To: Pawel Jakub Dawidek In-Reply-To: <200604181352.k3IDqBYB025694@repoman.freebsd.org> References: <200604181352.k3IDqBYB025694@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: OmniSEC GbR Date: Thu, 20 Apr 2006 16:57:14 +0200 Message-Id: <1145545034.2112.1.camel@cale.flintsbach.schmalzbauer.de> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 14:57:36 -0000 Am Dienstag, den 18.04.2006, 13:52 +0000 schrieb Pawel Jakub Dawidek: > pjd 2006-04-18 13:52:11 UTC > > FreeBSD src repository > > Modified files: > sys/geom/raid3 g_raid3.c > Log: > Fix storing offset of already synchronized data. Offset in entire array was > stored in metadata instead of an offset in single disk. > After reboot/crash synchronization process started from a wrong offset > skipping (not synchronizing) part of the component which can lead to data > corrutpion (when synchronization process was interrupted on initial > synchronization) or other strange situations like 'graid3 status' showing > value more than 100%. > > Reported, reviewed and tested by: ru > Reported by: Dmitry Morozovsky > MFC after: 1 day If no problem occured I'd be glad if this gets into RELENG_6 and probably 6_1. Thanks! -Harry > > Revision Changes Path > 1.61 +5 -3 src/sys/geom/raid3/g_raid3.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Thu Apr 20 15:16:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2516F16A402; Thu, 20 Apr 2006 15:16:05 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52D843D46; Thu, 20 Apr 2006 15:16:04 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KFG4FQ080178; Thu, 20 Apr 2006 15:16:04 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KFG4aV080171; Thu, 20 Apr 2006 15:16:04 GMT (envelope-from suz) Message-Id: <200604201516.k3KFG4aV080171@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 20 Apr 2006 15:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet6 ip6_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 15:16:05 -0000 suz 2006-04-20 15:16:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet6 ip6_mroute.c Log: MFC Rev 1.37 use if_allmulti(0) for disabling the multicast promiscuous mode Approved by: re(scottl) Revision Changes Path 1.28.2.3 +1 -7 src/sys/netinet6/ip6_mroute.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 15:43:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0705616A422; Thu, 20 Apr 2006 15:43:46 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E7943D5A; Thu, 20 Apr 2006 15:43:45 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KFhj18096542; Thu, 20 Apr 2006 15:43:45 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KFhj0V096541; Thu, 20 Apr 2006 15:43:45 GMT (envelope-from suz) Message-Id: <200604201543.k3KFhj0V096541@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 20 Apr 2006 15:43:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 ip6_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 15:43:46 -0000 suz 2006-04-20 15:43:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 ip6_mroute.c Log: MFC Rev 1.37 use if_allmulti(0) for disabling the multicast promiscuous mode Approved by: re(scottl) Revision Changes Path 1.29.2.8 +1 -7 src/sys/netinet6/ip6_mroute.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 16:05:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CB116A403; Thu, 20 Apr 2006 16:05:18 +0000 (UTC) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB7943D45; Thu, 20 Apr 2006 16:05:18 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KG5InS008629; Thu, 20 Apr 2006 16:05:18 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KG5IIS008628; Thu, 20 Apr 2006 16:05:18 GMT (envelope-from suz) Message-Id: <200604201605.k3KG5IIS008628@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Thu, 20 Apr 2006 16:05:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/netinet6 ip6_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 16:05:19 -0000 suz 2006-04-20 16:05:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/netinet6 ip6_mroute.c Log: MFC Rev 1.37 use if_allmulti(0) for disabling the multicast promiscuous mode Approved by: re(scottl) Revision Changes Path 1.29.2.7.2.1 +1 -7 src/sys/netinet6/ip6_mroute.c From owner-cvs-src@FreeBSD.ORG Thu Apr 20 18:30:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76C3B16A401; Thu, 20 Apr 2006 18:30:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB0A43D53; Thu, 20 Apr 2006 18:29:59 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3KITx79096819; Thu, 20 Apr 2006 18:29:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3KITxtx096818; Thu, 20 Apr 2006 18:29:59 GMT (envelope-from brueffer) Message-Id: <200604201829.k3KITxtx096818@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 20 Apr 2006 18:29:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipmi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 18:30:00 -0000 brueffer 2006-04-20 18:29:59 UTC FreeBSD src repository Modified files: share/man/man4 ipmi.4 Log: - ipmi is a device, not an option (1) - use standard formatting for authors Submitted by: Pawel Worach (1) Revision Changes Path 1.4 +5 -4 src/share/man/man4/ipmi.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 01:33:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7D316A402; Fri, 21 Apr 2006 01:33:04 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D41B43D45; Fri, 21 Apr 2006 01:33:04 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L1X4wg050240; Fri, 21 Apr 2006 01:33:04 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L1X4dY050236; Fri, 21 Apr 2006 01:33:04 GMT (envelope-from jkoshy) Message-Id: <200604210133.k3L1X4dY050236@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 21 Apr 2006 01:33:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 01:33:04 -0000 jkoshy 2006-04-21 01:33:04 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Spelling/grammar fixes. MFC after: 1 week Revision Changes Path 1.16 +10 -11 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 04:08:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914FE16A417 for ; Fri, 21 Apr 2006 04:08:51 +0000 (UTC) (envelope-from zombyfork@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD30843D49 for ; Fri, 21 Apr 2006 04:08:50 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so69692nfc for ; Thu, 20 Apr 2006 21:08:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=huPs5dfN5GBBspxzcbJEPzhVsHjhhGk4Uwln/pWmKJNQfZHuURePL3Iiuyb62TCnoJWaLfg+JmqHkzTrt0uWETLsKlNa1I62X0+XE60d4AQrwC16NMvGa9bxOOR4XpFQQ4d2T220hNpmYKaFmYH6+Nzbtla1RsJCR3nbzMRl08M= Received: by 10.49.36.2 with SMTP id o2mr928468nfj; Thu, 20 Apr 2006 18:37:39 -0700 (PDT) Received: by 10.48.217.6 with HTTP; Thu, 20 Apr 2006 18:37:39 -0700 (PDT) Message-ID: <346a80220604201837u264e0f4el30ffb8b97b640ed7@mail.gmail.com> Date: Thu, 20 Apr 2006 21:37:39 -0400 From: "Coleman Kane" To: "Wilko Bulte" In-Reply-To: <20060419193714.GA39763@freebie.xs4all.nl> MIME-Version: 1.0 References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> <20060418065031.GB9933@soaustin.net> <444569E1.90609@root.org> <20060419193714.GA39763@freebie.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Mark Linimon , src-committers@freebsd.org, cvs-src@freebsd.org, Nate Lawson , cvs-all@freebsd.org, Jens Schweikhardt , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 04:08:51 -0000 On 4/19/06, Wilko Bulte wrote: > > On Tue, Apr 18, 2006 at 03:36:17PM -0700, Nate Lawson wrote.. > > Mark Linimon wrote: > > >On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > > >>>Are you absolutely sure that the corruption isn't intentional? Note > > >>>that the only non-printable characters are \a; it seems to me that > the > > >>>point of this truncated entry is precisely to leave the reader > > >>>wondering what the punchline is and cursing the "line noise". > > >>I think the line noise should be replaced with something about Hitler= . > > > > > >Godwin's Law invoked. Film at 11. > > > > Can I claim to have invented a law also? > > Sure you can. And maybe you should commit it to the fortune/datfiles to > preserve it for historical purposes? :-P > > > Nate's law: > > 1. Each commit to fortune/datfiles generates at least 20 comments > > 2. People only commit to fortune/datfiles to keep their commit bit from > > expiring > > Conclusion: expiring commit bits cause the most discussion > > > > -- > > Nate > --- end of quoted text --- > > -- > Wilko Bulte wilko@FreeBSD.org I think this entire exchange belongs in fortune/datfiles From owner-cvs-src@FreeBSD.ORG Fri Apr 21 04:24:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85CA016A402; Fri, 21 Apr 2006 04:24:51 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33AEC43D45; Fri, 21 Apr 2006 04:24:51 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L4Opf0046305; Fri, 21 Apr 2006 04:24:51 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L4Oo1t046304; Fri, 21 Apr 2006 04:24:50 GMT (envelope-from peter) Message-Id: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> From: Peter Wemm Date: Fri, 21 Apr 2006 04:24:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.amd64 src/sys/amd64/amd64 dump_machdep.c minidump_machdep.c pmap.c uma_machdep.c src/sys/amd64/include md_var.h minidump.h src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 04:24:51 -0000 peter 2006-04-21 04:24:50 UTC FreeBSD src repository Modified files: sys/conf files.amd64 sys/amd64/amd64 dump_machdep.c pmap.c uma_machdep.c sys/amd64/include md_var.h sys/vm vm_page.c Added files: sys/amd64/amd64 minidump_machdep.c sys/amd64/include minidump.h Log: Introduce minidumps. Full physical memory crash dumps are still available via the debug.minidump sysctl and tunable. Traditional dumps store all physical memory. This was once a good thing when machines had a maximum of 64M of ram and 1GB of kvm. These days, machines often have many gigabytes of ram and a smaller amount of kvm. libkvm+kgdb don't have a way to access physical ram that is not mapped into kvm at the time of the crash dump, so the extra ram being dumped is mostly wasted. Minidumps invert the process. Instead of dumping physical memory in in order to guarantee that all of kvm's backing is dumped, minidumps instead dump only memory that is actively mapped into kvm. amd64 has a direct map region that things like UMA use. Obviously we cannot dump all of the direct map region because that is effectively an old style all-physical-memory dump. Instead, introduce a bitmap and two helper routines (dump_add_page(pa) and dump_drop_page(pa)) that allow certain critical direct map pages to be included in the dump. uma_machdep.c's allocator is the intended consumer. Dumps are a custom format. At the very beginning of the file is a header, then a copy of the message buffer, then the bitmap of pages present in the dump, then the final level of the kvm page table trees (2MB mappings are expanded into a 4K page mappings), then the sparse physical pages according to the bitmap. libkvm can now conveniently access the kvm page table entries. Booting my test 8GB machine, forcing it into ddb and forcing a dump leads to a 48MB minidump. While this is a best case, I expect minidumps to be in the 100MB-500MB range. Obviously, never larger than physical memory of course. minidumps are on by default. It would want be necessary to turn them off if it was necessary to debug corrupt kernel page table management as that would mess up minidumps as well. Both minidumps and regular dumps are supported on the same machine. Revision Changes Path 1.12 +10 -0 src/sys/amd64/amd64/dump_machdep.c 1.1 +420 -0 src/sys/amd64/amd64/minidump_machdep.c (new) 1.548 +1 -1 src/sys/amd64/amd64/pmap.c 1.2 +8 -2 src/sys/amd64/amd64/uma_machdep.c 1.77 +6 -0 src/sys/amd64/include/md_var.h 1.1 +46 -0 src/sys/amd64/include/minidump.h (new) 1.84 +1 -0 src/sys/conf/files.amd64 1.315 +21 -0 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 04:28:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0A816A401; Fri, 21 Apr 2006 04:28:44 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1745743D48; Fri, 21 Apr 2006 04:28:44 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L4ShYX046598; Fri, 21 Apr 2006 04:28:43 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L4ShmP046597; Fri, 21 Apr 2006 04:28:43 GMT (envelope-from peter) Message-Id: <200604210428.k3L4ShmP046597@repoman.freebsd.org> From: Peter Wemm Date: Fri, 21 Apr 2006 04:28:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 dump_machdep.c minidump_machdep.c src/sys/i386/include md_var.h minidump.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 04:28:44 -0000 peter 2006-04-21 04:28:43 UTC FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/i386 dump_machdep.c sys/i386/include md_var.h Added files: sys/i386/i386 minidump_machdep.c sys/i386/include minidump.h Log: Merge minidumps from amd64 where they were originally developed. Major differences: * since there is no direct map region, there is no custom uma memory allocator to modify to include its pages in the dumps. * Various data entries are reduced from 64 bit to 32 bit to match the native size. dump_add_page() and dump_drop_page() are still present in case one wants to arrange for arbitary pages to be dumped. This is of marginal use though because libkvm+kgdb cannot address physical memory that isn't mapped into kvm. Revision Changes Path 1.554 +1 -0 src/sys/conf/files.i386 1.12 +10 -0 src/sys/i386/i386/dump_machdep.c 1.1 +405 -0 src/sys/i386/i386/minidump_machdep.c (new) 1.74 +6 -0 src/sys/i386/include/md_var.h 1.1 +45 -0 src/sys/i386/include/minidump.h (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 21 04:32:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF3816A400; Fri, 21 Apr 2006 04:32:52 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE8143D46; Fri, 21 Apr 2006 04:32:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L4Wpdg049095; Fri, 21 Apr 2006 04:32:51 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L4Wp81049094; Fri, 21 Apr 2006 04:32:51 GMT (envelope-from peter) Message-Id: <200604210432.k3L4Wp81049094@repoman.freebsd.org> From: Peter Wemm Date: Fri, 21 Apr 2006 04:32:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libkvm Makefile kvm_amd64.c kvm_i386.c kvm_minidump_amd64.c kvm_minidump_i386.c kvm_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 04:32:52 -0000 peter 2006-04-21 04:32:51 UTC FreeBSD src repository Modified files: lib/libkvm Makefile kvm_amd64.c kvm_i386.c kvm_private.h Added files: lib/libkvm kvm_minidump_amd64.c kvm_minidump_i386.c Log: Teach libkvm how to read minidumps. It turns out that minidumps are far more convenient for libkvm to work with because of the page table block at the beginning. As a result, the MD code is smaller. libkvm will automatically detect old vs mini dumps on i386 and amd64. libkvm will handle i386 PAE and non-PAE modes. There is a PAE flag in the i386 minidump header to signal the width of the entries in the page table block. Other convenient values are also present, such as kernbase and the direct map addresses on amd64. Revision Changes Path 1.15 +3 -0 src/lib/libkvm/Makefile 1.20 +11 -0 src/lib/libkvm/kvm_amd64.c 1.19 +11 -0 src/lib/libkvm/kvm_i386.c 1.1 +255 -0 src/lib/libkvm/kvm_minidump_amd64.c (new) 1.1 +294 -0 src/lib/libkvm/kvm_minidump_i386.c (new) 1.10 +6 -0 src/lib/libkvm/kvm_private.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 04:50:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4E116A403; Fri, 21 Apr 2006 04:50:19 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572A943D45; Fri, 21 Apr 2006 04:50:19 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L4oJoj065011; Fri, 21 Apr 2006 04:50:19 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L4oJGO065010; Fri, 21 Apr 2006 04:50:19 GMT (envelope-from peter) Message-Id: <200604210450.k3L4oJGO065010@repoman.freebsd.org> From: Peter Wemm Date: Fri, 21 Apr 2006 04:50:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 04:50:19 -0000 peter 2006-04-21 04:50:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Oops. Minidumps were developed on 6.x, in without the small pv entry code. Add some strategic dump_add_page()/dump_drop_page() lines to include pv chunks in the minidumps - these operate in the direct map region like UMA. Revision Changes Path 1.549 +3 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 05:14:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59B2016A402; Fri, 21 Apr 2006 05:14:21 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1458E43D46; Fri, 21 Apr 2006 05:14:21 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L5EKN5080249; Fri, 21 Apr 2006 05:14:20 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L5EKio080243; Fri, 21 Apr 2006 05:14:20 GMT (envelope-from brooks) Message-Id: <200604210514.k3L5EKio080243@repoman.freebsd.org> From: Brooks Davis Date: Fri, 21 Apr 2006 05:14:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include/rpcsvc yp_prot.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:14:21 -0000 brooks 2006-04-21 05:14:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include/rpcsvc yp_prot.h Log: MFC rev 1.13: Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. Submitted by: Gil Kloepfer PR: 64445 Approved by: re (scottl) Revision Changes Path 1.12.8.1 +1 -1 src/include/rpcsvc/yp_prot.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 05:15:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F2916A403; Fri, 21 Apr 2006 05:15:59 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFD743D46; Fri, 21 Apr 2006 05:15:59 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L5FxnP081712; Fri, 21 Apr 2006 05:15:59 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L5FxqA081711; Fri, 21 Apr 2006 05:15:59 GMT (envelope-from brooks) Message-Id: <200604210515.k3L5FxqA081711@repoman.freebsd.org> From: Brooks Davis Date: Fri, 21 Apr 2006 05:15:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/include/rpcsvc yp_prot.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:16:00 -0000 brooks 2006-04-21 05:15:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) include/rpcsvc yp_prot.h Log: MFC rev 1.13: Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. Submitted by: Gil Kloepfer PR: 64445 Approved by: re (scottl) Revision Changes Path 1.12.12.1 +1 -1 src/include/rpcsvc/yp_prot.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 05:16:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D983516A401; Fri, 21 Apr 2006 05:16:41 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9587543D45; Fri, 21 Apr 2006 05:16:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L5GfE3082241; Fri, 21 Apr 2006 05:16:41 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L5GfRr082240; Fri, 21 Apr 2006 05:16:41 GMT (envelope-from brooks) Message-Id: <200604210516.k3L5GfRr082240@repoman.freebsd.org> From: Brooks Davis Date: Fri, 21 Apr 2006 05:16:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/include/rpcsvc yp_prot.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:16:42 -0000 brooks 2006-04-21 05:16:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) include/rpcsvc yp_prot.h Log: MFC rev 1.13: Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. Submitted by: Gil Kloepfer PR: 64445 Approved by: re (scottl) Revision Changes Path 1.12.2.1 +1 -1 src/include/rpcsvc/yp_prot.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 05:24:14 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2D516A407; Fri, 21 Apr 2006 05:24:14 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27B243D5C; Fri, 21 Apr 2006 05:24:09 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.21]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k3L5O3O1015905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Apr 2006 14:54:03 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Fri, 21 Apr 2006 14:53:38 +0930 User-Agent: KMail/1.9.1 References: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> In-Reply-To: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1266944.huHWidEgE1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200604211453.59827.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Peter Wemm Subject: Re: cvs commit: src/sys/conf files.amd64 src/sys/amd64/amd64 dump_machdep.c minidump_machdep.c pmap.c uma_machdep.c src/sys/amd64/include md_var.h minidump.h src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:24:14 -0000 --nextPart1266944.huHWidEgE1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 21 April 2006 13:54, Peter Wemm wrote: > Introduce minidumps. Full physical memory crash dumps are still > available via the debug.minidump sysctl and tunable. =2E.. > leads to a 48MB minidump. While this is a best case, I expect minidumps > to be in the 100MB-500MB range. Obviously, never larger than physical > memory of course. Wow, nice work :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1266944.huHWidEgE1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBESGxv5ZPcIHs/zowRAkbJAKCeAFlHrQzStt1Y9gX4Yhr2Ud/wPACgo4Tl 6vWCLNHlYyzmES+76SMbXlA= =Co/V -----END PGP SIGNATURE----- --nextPart1266944.huHWidEgE1-- From owner-cvs-src@FreeBSD.ORG Fri Apr 21 05:47:16 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22CE716A403; Fri, 21 Apr 2006 05:47:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C653A43D46; Fri, 21 Apr 2006 05:47:15 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.6/8.13.6) with ESMTP id k3L5lFiD031876; Thu, 20 Apr 2006 22:47:15 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.6/8.13.6/Submit) id k3L5lFUL031875; Thu, 20 Apr 2006 22:47:15 -0700 (PDT) (envelope-from sgk) Date: Thu, 20 Apr 2006 22:47:15 -0700 From: Steve Kargl To: Peter Wemm Message-ID: <20060421054715.GA31842@troutmask.apl.washington.edu> References: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.amd64 src/sys/amd64/amd64 dump_machdep.c minidump_machdep.c pmap.c uma_machdep.c src/sys/amd64/include md_var.h minidump.h src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 05:47:16 -0000 On Fri, Apr 21, 2006 at 04:24:50AM +0000, Peter Wemm wrote: > peter 2006-04-21 04:24:50 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.amd64 > sys/amd64/amd64 dump_machdep.c pmap.c uma_machdep.c > sys/amd64/include md_var.h > sys/vm vm_page.c > Added files: > sys/amd64/amd64 minidump_machdep.c > sys/amd64/include minidump.h > Log: > Introduce minidumps. Full physical memory crash dumps are still available > via the debug.minidump sysctl and tunable. > Peter, if you or anyone you worked with on this patch are ever in Seattle, look me up and I'll buy dinner and beer. -- Steve From owner-cvs-src@FreeBSD.ORG Fri Apr 21 06:43:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94C316A405; Fri, 21 Apr 2006 06:43:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6633043D49; Fri, 21 Apr 2006 06:43:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L6hYN4031093; Fri, 21 Apr 2006 06:43:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L6hY6D031092; Fri, 21 Apr 2006 06:43:34 GMT (envelope-from imp) Message-Id: <200604210643.k3L6hY6D031092@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 06:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 06:43:34 -0000 imp 2006-04-21 06:43:32 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile Log: Add boot0iic and boot0spi. These are 'shortcut' boot loaders designed to replace either a bad iic eeprom with one you download with xmodem, or likewise with a spi flash. Revision Changes Path 1.2 +1 -1 src/sys/boot/arm/at91/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 21 06:48:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C6D16A401; Fri, 21 Apr 2006 06:48:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB0343D46; Fri, 21 Apr 2006 06:48:53 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L6mrLG031333; Fri, 21 Apr 2006 06:48:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L6mr7e031332; Fri, 21 Apr 2006 06:48:53 GMT (envelope-from imp) Message-Id: <200604210648.k3L6mr7e031332@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 06:48:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/boot0iic Makefile doit.c main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 06:48:53 -0000 imp 2006-04-21 06:48:53 UTC FreeBSD src repository Added files: sys/boot/arm/at91/boot0iic Makefile doit.c main.c Log: iic eeprom updating boot loader. upload this file for the recovery xmodem download. Then download the image you want in the eeprom. This will burn the image into the eeprom. You must then reset the unit and the new eeprom image will be used for booting... Revision Changes Path 1.1 +12 -0 src/sys/boot/arm/at91/boot0iic/Makefile (new) 1.1 +44 -0 src/sys/boot/arm/at91/boot0iic/doit.c (new) 1.1 +42 -0 src/sys/boot/arm/at91/boot0iic/main.c (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 21 06:51:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784F916A407; Fri, 21 Apr 2006 06:51:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 328D843D53; Fri, 21 Apr 2006 06:51:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L6p9tn032193; Fri, 21 Apr 2006 06:51:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L6p9f4032192; Fri, 21 Apr 2006 06:51:09 GMT (envelope-from imp) Message-Id: <200604210651.k3L6p9f4032192@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 06:51:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/boot0spi Makefile doit.c main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 06:51:09 -0000 imp 2006-04-21 06:51:09 UTC FreeBSD src repository Added files: sys/boot/arm/at91/boot0spi Makefile doit.c main.c Log: spi flash updating boot loader. upload this file for the recovery xmodem download. Then download the image you want in the flash. This will burn the image into the flash. You must then reset the unit and the new flash image will be used for booting... Revision Changes Path 1.1 +13 -0 src/sys/boot/arm/at91/boot0spi/Makefile (new) 1.1 +37 -0 src/sys/boot/arm/at91/boot0spi/doit.c (new) 1.1 +42 -0 src/sys/boot/arm/at91/boot0spi/main.c (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:12:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61B516A400; Fri, 21 Apr 2006 07:12:13 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6145843D48; Fri, 21 Apr 2006 07:12:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7CDGA045150; Fri, 21 Apr 2006 07:12:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7CDCE045144; Fri, 21 Apr 2006 07:12:13 GMT (envelope-from imp) Message-Id: <200604210712.k3L7CDCE045144@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 07:12:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 tag_list.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:12:13 -0000 imp 2006-04-21 07:12:12 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 tag_list.h Log: MFp4: Minor diffs to reduce diffs to p4. Revision Changes Path 1.2 +2 -2 src/sys/boot/arm/at91/libat91/tag_list.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:14:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29DB16A404; Fri, 21 Apr 2006 07:14:26 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C86C43D46; Fri, 21 Apr 2006 07:14:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7EQMj046884; Fri, 21 Apr 2006 07:14:26 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7EQhD046878; Fri, 21 Apr 2006 07:14:26 GMT (envelope-from trhodes) Message-Id: <200604210714.k3L7EQhD046878@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 21 Apr 2006 07:14:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:14:26 -0000 trhodes 2006-04-21 07:14:25 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Remove what I believe are two useless ifdefs. If a user or administrator enables multilabel, or any option for that matter, most likely they have a reason. This will allow users to see that mulilabel is enabled via an issued "mount" command and remove an annoying warning - printed only when a MAC kernel is not installed - on boot up. Discussed with: green, brueffer, Samy Al Bahra. Probably ran past: csjp (though I can't remember). Revision Changes Path 1.308 +0 -12 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:17:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2250416A400; Fri, 21 Apr 2006 07:17:27 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35CC43D49; Fri, 21 Apr 2006 07:17:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7HQ1r049277; Fri, 21 Apr 2006 07:17:26 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7HQ1V049270; Fri, 21 Apr 2006 07:17:26 GMT (envelope-from trhodes) Message-Id: <200604210717.k3L7HQ1V049270@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 21 Apr 2006 07:17:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:17:27 -0000 trhodes 2006-04-21 07:17:25 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: It seems that POSIX would rather ENODEV returned in place of EINVAL when trying to mmap() an fd that isn't a normal file. Reference: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html Submitted by: fanf Revision Changes Path 1.205 +1 -1 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:19:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128B716A400; Fri, 21 Apr 2006 07:19:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C218E43D49; Fri, 21 Apr 2006 07:19:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7JMbc050656; Fri, 21 Apr 2006 07:19:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7JMTW050655; Fri, 21 Apr 2006 07:19:22 GMT (envelope-from imp) Message-Id: <200604210719.k3L7JMTW050655@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 07:19:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 tag_list.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:19:23 -0000 imp 2006-04-21 07:19:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 tag_list.c Log: MFp4: Make this compile, assuming that you have linux installed in a sensible place. tag_list is disabled by default, since we don't distribute linux, but it is desirable to allow the boot loader to boot Linux or FreeBSD (mostly for testing). Revision Changes Path 1.2 +3 -1 src/sys/boot/arm/at91/libat91/tag_list.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:22:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0004416A400; Fri, 21 Apr 2006 07:22:57 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A907D43D5D; Fri, 21 Apr 2006 07:22:57 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7Mvdv053180; Fri, 21 Apr 2006 07:22:57 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7MvMt053167; Fri, 21 Apr 2006 07:22:57 GMT (envelope-from trhodes) Message-Id: <200604210722.k3L7MvMt053167@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 21 Apr 2006 07:22:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys mmap.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:22:58 -0000 trhodes 2006-04-21 07:22:56 UTC FreeBSD src repository Modified files: lib/libc/sys mmap.2 Log: Update for rev 1.205 of vm_mmap.c. Submitted by: fanf Revision Changes Path 1.54 +6 -7 src/lib/libc/sys/mmap.2 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:29:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C2916A404; Fri, 21 Apr 2006 07:29:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05A743D5E; Fri, 21 Apr 2006 07:29:15 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7TF5K054297; Fri, 21 Apr 2006 07:29:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7TFnt054283; Fri, 21 Apr 2006 07:29:15 GMT (envelope-from imp) Message-Id: <200604210729.k3L7TFnt054283@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 07:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200_lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:29:16 -0000 imp 2006-04-21 07:29:15 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.c Log: MFp4: On the KB9202 go ahead and enable the flash controller so the boot loader can access the parallel flash. Revision Changes Path 1.2 +13 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:41:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFECE16A400; Fri, 21 Apr 2006 07:41:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC43843D45; Fri, 21 Apr 2006 07:41:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7fbY4062683; Fri, 21 Apr 2006 07:41:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7fb3J062674; Fri, 21 Apr 2006 07:41:37 GMT (envelope-from imp) Message-Id: <200604210741.k3L7fb3J062674@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 07:41:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:41:38 -0000 imp 2006-04-21 07:41:36 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile.inc Log: Allow one to enable building tags. Check the size of the boot imag. Revision Changes Path 1.2 +15 -2 src/sys/boot/arm/at91/Makefile.inc From owner-cvs-src@FreeBSD.ORG Fri Apr 21 07:45:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE45916A400; Fri, 21 Apr 2006 07:45:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B5543D45; Fri, 21 Apr 2006 07:45:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L7jwiB065028; Fri, 21 Apr 2006 07:45:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L7jw7j065027; Fri, 21 Apr 2006 07:45:58 GMT (envelope-from imp) Message-Id: <200604210745.k3L7jw7j065027@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 07:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/boot0 main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 07:45:59 -0000 imp 2006-04-21 07:45:58 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 main.c Log: MFp4: formatting nits and minor style changes that likely won't matter. Revision Changes Path 1.4 +2 -2 src/sys/boot/arm/at91/boot0/main.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 09:02:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB2516A401; Fri, 21 Apr 2006 09:02:42 +0000 (UTC) (envelope-from roberto@keltia.freenix.fr) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D9143D49; Fri, 21 Apr 2006 09:02:42 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id D1D50C6; Fri, 21 Apr 2006 11:01:47 +0200 (CEST) Date: Fri, 21 Apr 2006 11:01:47 +0200 From: Ollivier Robert To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20060421090147.GA75991@tara.freenix.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200604210450.k3L4oJGO065010@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604210450.k3L4oJGO065010@repoman.freebsd.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.11 Cc: Subject: Re: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 09:02:42 -0000 According to Peter Wemm: > Modified files: > sys/amd64/amd64 pmap.c > Log: > Oops. Minidumps were developed on 6.x, in without the small pv entry code. > Add some strategic dump_add_page()/dump_drop_page() lines to include pv > chunks in the minidumps - these operate in the direct map region like UMA. Do you plan to MFC it to 6 then? Thanks for that work! -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 09:25:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C386816A400; Fri, 21 Apr 2006 09:25:42 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F3443D55; Fri, 21 Apr 2006 09:25:41 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L9PfCZ097398; Fri, 21 Apr 2006 09:25:41 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L9Pffh097394; Fri, 21 Apr 2006 09:25:41 GMT (envelope-from ps) Message-Id: <200604210925.k3L9Pffh097394@repoman.freebsd.org> From: Paul Saab Date: Fri, 21 Apr 2006 09:25:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c uipc_domain.c uipc_socket2.c uipc_usrreq.c src/sys/netinet ip_divert.c ip_input.c raw_ip.c tcp_input.c tcp_subr.c udp_usrreq.c src/sys/netinet6 frag6.c src/sys/sys eventhandler.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 09:25:42 -0000 ps 2006-04-21 09:25:40 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c uipc_domain.c uipc_socket2.c uipc_usrreq.c sys/netinet ip_divert.c ip_input.c raw_ip.c tcp_input.c tcp_subr.c udp_usrreq.c sys/netinet6 frag6.c sys/sys eventhandler.h Log: Allow for nmbclusters and maxsockets to be increased via sysctl. An eventhandler is used to update all the various zones that depend on these values. Revision Changes Path 1.24 +19 -1 src/sys/kern/kern_mbuf.c 1.46 +10 -0 src/sys/kern/uipc_domain.c 1.156 +24 -2 src/sys/kern/uipc_socket2.c 1.166 +11 -1 src/sys/kern/uipc_usrreq.c 1.118 +9 -0 src/sys/netinet/ip_divert.c 1.316 +13 -0 src/sys/netinet/ip_input.c 1.160 +9 -0 src/sys/netinet/raw_ip.c 1.298 +10 -0 src/sys/netinet/tcp_input.c 1.247 +11 -0 src/sys/netinet/tcp_subr.c 1.186 +10 -0 src/sys/netinet/udp_usrreq.c 1.27 +10 -0 src/sys/netinet6/frag6.c 1.34 +3 -0 src/sys/sys/eventhandler.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 09:38:55 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E2EA16A400; Fri, 21 Apr 2006 09:38:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F6F543D48; Fri, 21 Apr 2006 09:38:54 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail18.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k3L9cq0x023996 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 21 Apr 2006 19:38:52 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k3L9cpJN001189; Fri, 21 Apr 2006 19:38:51 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k3L9cpFn001188; Fri, 21 Apr 2006 19:38:51 +1000 (EST) (envelope-from peter) Date: Fri, 21 Apr 2006 19:38:51 +1000 From: Peter Jeremy To: Peter Wemm Message-ID: <20060421093851.GB720@turion.vk2pj.dyndns.org> References: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604210424.k3L4Oo1t046304@repoman.freebsd.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.amd64 src/sys/amd64/amd64 dump_machdep.c minidump_machdep.c pmap.c uma_machdep.c src/sys/amd64/include md_var.h minidump.h src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 09:38:55 -0000 On Fri, 2006-Apr-21 04:24:50 +0000, Peter Wemm wrote: > Log: > Introduce minidumps. Full physical memory crash dumps are still available > via the debug.minidump sysctl and tunable. Thank you very much. Is this likely to find its way into 6-STABLE? -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Fri Apr 21 09:39:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03AAE16A406; Fri, 21 Apr 2006 09:39:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980D743D70; Fri, 21 Apr 2006 09:39:52 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L9dq4t097675; Fri, 21 Apr 2006 09:39:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L9dqqr097674; Fri, 21 Apr 2006 09:39:52 GMT (envelope-from delphij) Message-Id: <200604210939.k3L9dqqr097674@repoman.freebsd.org> From: Xin LI Date: Fri, 21 Apr 2006 09:39:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/elf2aout elf2aout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 09:39:57 -0000 delphij 2006-04-21 09:39:51 UTC FreeBSD src repository Modified files: usr.bin/elf2aout elf2aout.c Log: Because optarg and optind are defined in unistd.h, remove the defination here. Revision Changes Path 1.11 +0 -3 src/usr.bin/elf2aout/elf2aout.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 09:40:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 516F616A510; Fri, 21 Apr 2006 09:40:29 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975DF43D6B; Fri, 21 Apr 2006 09:40:25 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3L9ePZD097751; Fri, 21 Apr 2006 09:40:25 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3L9ePWR097750; Fri, 21 Apr 2006 09:40:25 GMT (envelope-from takawata) Message-Id: <200604210940.k3L9ePWR097750@repoman.freebsd.org> From: Takanori Watanabe Date: Fri, 21 Apr 2006 09:40:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 09:40:29 -0000 takawata 2006-04-21 09:40:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/atkbdc psm.c Log: MFC: Rev 1.89 Add psm ID's for glide point devices. Approved by: re Revision Changes Path 1.86.2.2 +3 -0 src/sys/dev/atkbdc/psm.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 10:27:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F58716A400; Fri, 21 Apr 2006 10:27:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2F443D46; Fri, 21 Apr 2006 10:27:23 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LARNNF010734; Fri, 21 Apr 2006 10:27:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LARMWb010733; Fri, 21 Apr 2006 10:27:22 GMT (envelope-from thompsa) Message-Id: <200604211027.k3LARMWb010733@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Apr 2006 10:27:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 10:27:23 -0000 thompsa 2006-04-21 10:27:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 if_bridge.4 Log: Document a limitation where the bridge may not forward a reassembled fragment, this is becuase the new packet may be larger than the MTU. Approved by: re (hrs) Revision Changes Path 1.5.2.5 +5 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 10:28:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC33716A415; Fri, 21 Apr 2006 10:28:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B8E043D62; Fri, 21 Apr 2006 10:28:22 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LASMBD010818; Fri, 21 Apr 2006 10:28:22 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LASMpr010817; Fri, 21 Apr 2006 10:28:22 GMT (envelope-from thompsa) Message-Id: <200604211028.k3LASMpr010817@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Apr 2006 10:28:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 10:28:23 -0000 thompsa 2006-04-21 10:28:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) share/man/man4 if_bridge.4 Log: Document a limitation where the bridge may not forward a reassembled fragment, this is becuase the new packet may be larger than the MTU. Approved by: re (hrs) Revision Changes Path 1.5.2.4.2.1 +5 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 10:39:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6331E16A401; Fri, 21 Apr 2006 10:39:57 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C844B43D58; Fri, 21 Apr 2006 10:39:56 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LAduVq018550; Fri, 21 Apr 2006 10:39:56 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LAdtM7018531; Fri, 21 Apr 2006 10:39:56 GMT (envelope-from thompsa) Message-Id: <200604211039.k3LAdtM7018531@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Apr 2006 10:39:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 10:39:57 -0000 thompsa 2006-04-21 10:39:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 if_bridge.4 Log: Document a limitation where the bridge may not forward a reassembled fragment, this is becuase the new packet may be larger than the MTU. Approved by: re (hrs) Revision Changes Path 1.7.2.3 +5 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 12:12:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096E116A401; Fri, 21 Apr 2006 12:12:23 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B768143D45; Fri, 21 Apr 2006 12:12:22 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LCCMpK067767; Fri, 21 Apr 2006 12:12:22 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LCCMHY067756; Fri, 21 Apr 2006 12:12:22 GMT (envelope-from nyan) Message-Id: <200604211212.k3LCCMHY067756@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 21 Apr 2006 12:12:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 12:12:23 -0000 nyan 2006-04-21 12:12:21 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.625. Revision Changes Path 1.373 +15 -2 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 12:13:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F7316A403; Fri, 21 Apr 2006 12:13:13 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3A743D5D; Fri, 21 Apr 2006 12:13:12 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LCDCtL068404; Fri, 21 Apr 2006 12:13:12 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LCDCpb068398; Fri, 21 Apr 2006 12:13:12 GMT (envelope-from nyan) Message-Id: <200604211213.k3LCDCpb068398@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 21 Apr 2006 12:13:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 12:13:13 -0000 nyan 2006-04-21 12:13:11 UTC FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386: revision 1.554 (add minidump_machdep.c). Revision Changes Path 1.337 +1 -0 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Fri Apr 21 12:13:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFEC16A42A; Fri, 21 Apr 2006 12:13:59 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB79943D45; Fri, 21 Apr 2006 12:13:59 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LCDxDK069031; Fri, 21 Apr 2006 12:13:59 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LCDxcX069027; Fri, 21 Apr 2006 12:13:59 GMT (envelope-from nyan) Message-Id: <200604211213.k3LCDxcX069027@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 21 Apr 2006 12:13:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/include minidump.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 12:14:00 -0000 nyan 2006-04-21 12:13:59 UTC FreeBSD src repository Added files: sys/pc98/include minidump.h Log: Add minidump.h for pc98. Revision Changes Path 1.1 +6 -0 src/sys/pc98/include/minidump.h (new) From owner-cvs-src@FreeBSD.ORG Fri Apr 21 13:40:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C710616A401; Fri, 21 Apr 2006 13:40:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6116643D49; Fri, 21 Apr 2006 13:40:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LDeR7E025023; Fri, 21 Apr 2006 13:40:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LDeRlX025019; Fri, 21 Apr 2006 13:40:27 GMT (envelope-from imp) Message-Id: <200604211340.k3LDeRlX025019@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 13:40:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/bootiic Makefile arm_init.S arm_init.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 13:40:27 -0000 imp 2006-04-21 13:40:26 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic Makefile Added files: sys/boot/arm/at91/bootiic arm_init.S Removed files: sys/boot/arm/at91/bootiic arm_init.s Log: Move from arm_init.s -> .S. #ifdef linux vs freebsd defaults for the boot loader (linux booting helps regression testing). No repo copy because of limited history. Revision Changes Path 1.2 +1 -1 src/sys/boot/arm/at91/bootiic/Makefile 1.1 +119 -0 src/sys/boot/arm/at91/bootiic/arm_init.S (new) 1.2 +0 -122 src/sys/boot/arm/at91/bootiic/arm_init.s (dead) From owner-cvs-src@FreeBSD.ORG Fri Apr 21 13:45:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1959616A401; Fri, 21 Apr 2006 13:45:00 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D9743D58; Fri, 21 Apr 2006 13:44:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LDix3G027967; Fri, 21 Apr 2006 13:44:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LDix7O027966; Fri, 21 Apr 2006 13:44:59 GMT (envelope-from imp) Message-Id: <200604211344.k3LDix7O027966@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 13:44:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/bootiic main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 13:45:00 -0000 imp 2006-04-21 13:44:58 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic main.c Log: MFp4: Init eeprom here now that we don't init the eeprom in arm_init.s and read in the second 8k of the data. Tweak formatting. Revision Changes Path 1.2 +2 -5 src/sys/boot/arm/at91/bootiic/main.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 13:51:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DFE16A402; Fri, 21 Apr 2006 13:51:48 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1043943D45; Fri, 21 Apr 2006 13:51:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LDpln9029328; Fri, 21 Apr 2006 13:51:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LDplXk029327; Fri, 21 Apr 2006 13:51:47 GMT (envelope-from imp) Message-Id: <200604211351.k3LDplXk029327@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 13:51:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 13:51:48 -0000 imp 2006-04-21 13:51:47 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Log: MFp4: Integrate support for building tag support for linux booting. Revision Changes Path 1.2 +7 -0 src/sys/boot/arm/at91/libat91/Makefile From owner-cvs-src@FreeBSD.ORG Fri Apr 21 13:56:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5D416A4CE; Fri, 21 Apr 2006 13:56:29 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C207A43D5C; Fri, 21 Apr 2006 13:56:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LDuRXe033027; Fri, 21 Apr 2006 13:56:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LDuRLG033023; Fri, 21 Apr 2006 13:56:27 GMT (envelope-from imp) Message-Id: <200604211356.k3LDuRLG033023@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 13:56:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 loader_prompt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 13:56:29 -0000 imp 2006-04-21 13:56:26 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 loader_prompt.c Log: MFp4: Loop forever getting characters... A kludge for now. Revision Changes Path 1.2 +1 -1 src/sys/boot/arm/at91/libat91/loader_prompt.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 13:58:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E288916A400; Fri, 21 Apr 2006 13:58:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0C543D73; Fri, 21 Apr 2006 13:58:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LDwpUV034701; Fri, 21 Apr 2006 13:58:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LDwpKU034697; Fri, 21 Apr 2006 13:58:51 GMT (envelope-from imp) Message-Id: <200604211358.k3LDwpKU034697@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 Apr 2006 13:58:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 getc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 13:58:54 -0000 imp 2006-04-21 13:58:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 getc.c Log: MFp4: Make getc(0) polling (this has the happy side effect of saving 8 bytes in the generated code). Revision Changes Path 1.2 +2 -2 src/sys/boot/arm/at91/libat91/getc.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 15:15:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6AF816A402; Fri, 21 Apr 2006 15:15:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E324E43D48; Fri, 21 Apr 2006 15:15:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 0A9C946C6E; Fri, 21 Apr 2006 11:15:16 -0400 (EDT) Date: Fri, 21 Apr 2006 16:15:15 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <200604210714.k3L7EQhD046878@repoman.freebsd.org> Message-ID: <20060421161321.J44089@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 15:15:18 -0000 On Fri, 21 Apr 2006, Tom Rhodes wrote: > trhodes 2006-04-21 07:14:25 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > Remove what I believe are two useless ifdefs. If a user or administrator > enables multilabel, or any option for that matter, most likely they have > a reason. This will allow users to see that mulilabel is enabled via an > issued "mount" command and remove an annoying warning - printed only when > a MAC kernel is not installed - on boot up. This seems incorrect to me. You have also removed the warnings associated with trying to use multi-label and ACL-enabled file systems on kernels not configured to support them, which can lead to highly undesirable behavior, hence the warnings. The mount point flags are intended to reflect the current mode of operation, and setting the flags when the operational mode isn't supported doesn't seem right. Robert N M Watson > > Discussed with: green, brueffer, Samy Al Bahra. > Probably ran past: csjp (though I can't remember). > > Revision Changes Path > 1.308 +0 -12 src/sys/ufs/ffs/ffs_vfsops.c > From owner-cvs-src@FreeBSD.ORG Fri Apr 21 16:12:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0321A16A403; Fri, 21 Apr 2006 16:12:30 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B478F43D49; Fri, 21 Apr 2006 16:12:29 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LGCTWD007810; Fri, 21 Apr 2006 16:12:29 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LGCTOW007800; Fri, 21 Apr 2006 16:12:29 GMT (envelope-from marcel) Message-Id: <200604211612.k3LGCTOW007800@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 21 Apr 2006 16:12:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 16:12:30 -0000 marcel 2006-04-21 16:12:28 UTC FreeBSD src repository Modified files: sys/ia64/ia64 nexus.c Log: In nexus_teardown_intr(), actually remove the handler. MFC after: 1 day Revision Changes Path 1.14 +4 -6 src/sys/ia64/ia64/nexus.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 16:22:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7EE16A402; Fri, 21 Apr 2006 16:22:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C02F943D46; Fri, 21 Apr 2006 16:22:02 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LGM2AT014419; Fri, 21 Apr 2006 16:22:02 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LGM2bR014412; Fri, 21 Apr 2006 16:22:02 GMT (envelope-from delphij) Message-Id: <200604211622.k3LGM2bR014412@repoman.freebsd.org> From: Xin LI Date: Fri, 21 Apr 2006 16:22:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 16:22:03 -0000 delphij 2006-04-21 16:22:02 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Mention the minidump feature. Revision Changes Path 1.913 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Apr 21 18:30:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF5C16A400; Fri, 21 Apr 2006 18:30:01 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC66543D49; Fri, 21 Apr 2006 18:30:01 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LIU1Kr094425; Fri, 21 Apr 2006 18:30:01 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LIU1d9094424; Fri, 21 Apr 2006 18:30:01 GMT (envelope-from mjacob) Message-Id: <200604211830.k3LIU1d9094424@repoman.freebsd.org> From: Matt Jacob Date: Fri, 21 Apr 2006 18:30:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:30:02 -0000 mjacob 2006-04-21 18:30:01 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h Log: Some more gratuitous format and name changes. Pull in some target mode changes from a private branch. Pull in some more RELENG_4 compilation changes. A lot of lines changed, but not much content change yet. Revision Changes Path 1.118 +76 -75 src/sys/dev/isp/isp.c 1.113 +157 -81 src/sys/dev/isp/isp_freebsd.c 1.86 +26 -7 src/sys/dev/isp/isp_freebsd.h 1.16 +1 -1 src/sys/dev/isp/isp_ioctl.h 1.113 +404 -193 src/sys/dev/isp/isp_pci.c 1.19 +23 -23 src/sys/dev/isp/isp_sbus.c 1.35 +28 -28 src/sys/dev/isp/isp_target.c 1.26 +3 -3 src/sys/dev/isp/isp_target.h 1.13 +132 -147 src/sys/dev/isp/isp_tpublic.h 1.51 +4 -0 src/sys/dev/isp/ispmbox.h From owner-cvs-src@FreeBSD.ORG Fri Apr 21 18:31:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EE5416A408; Fri, 21 Apr 2006 18:31:22 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C51243D4C; Fri, 21 Apr 2006 18:31:22 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LIVLtt095372; Fri, 21 Apr 2006 18:31:21 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LIVLb5095371; Fri, 21 Apr 2006 18:31:21 GMT (envelope-from mjacob) Message-Id: <200604211831.k3LIVLb5095371@repoman.freebsd.org> From: Matt Jacob Date: Fri, 21 Apr 2006 18:31:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:31:25 -0000 mjacob 2006-04-21 18:31:21 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: Change some order of the way we do some target mode ops. Found by Coverity. Revision Changes Path 1.16 +40 -25 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 18:46:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9855A16A400; Fri, 21 Apr 2006 18:46:36 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AE143D48; Fri, 21 Apr 2006 18:46:36 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LIkatn005419; Fri, 21 Apr 2006 18:46:36 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LIkaHr005418; Fri, 21 Apr 2006 18:46:36 GMT (envelope-from mjacob) Message-Id: <200604211846.k3LIkaHr005418@repoman.freebsd.org> From: Matt Jacob Date: Fri, 21 Apr 2006 18:46:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_library.c isp_target.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:46:36 -0000 mjacob 2006-04-21 18:46:36 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_library.c isp_target.c Log: Redo some code based upon issues found by Coverity. Revision Changes Path 1.119 +4 -1 src/sys/dev/isp/isp.c 1.114 +10 -17 src/sys/dev/isp/isp_freebsd.c 1.3 +1 -1 src/sys/dev/isp/isp_library.c 1.36 +1 -1 src/sys/dev/isp/isp_target.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 18:47:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9502216A402; Fri, 21 Apr 2006 18:47:46 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA2C43D48; Fri, 21 Apr 2006 18:47:46 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LIlkVq005558; Fri, 21 Apr 2006 18:47:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LIlktH005557; Fri, 21 Apr 2006 18:47:46 GMT (envelope-from maxim) Message-Id: <200604211847.k3LIlktH005557@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 21 Apr 2006 18:47:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:47:46 -0000 maxim 2006-04-21 18:47:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh sys/i386/isa npx.c Log: o Merge FreeBSD-SA-06:14.fpu. Approved by: so (cperciva) Revision Changes Path 1.73.2.89.2.26 +3 -0 src/UPDATING 1.44.2.32.2.26 +1 -1 src/sys/conf/newvers.sh 1.80.2.3.10.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 18:48:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BDF16A406; Fri, 21 Apr 2006 18:48:36 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615DF43D4C; Fri, 21 Apr 2006 18:48:36 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LImams005679; Fri, 21 Apr 2006 18:48:36 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LImaGC005678; Fri, 21 Apr 2006 18:48:36 GMT (envelope-from maxim) Message-Id: <200604211848.k3LImaGC005678@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 21 Apr 2006 18:48:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/i386/isa npx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 18:48:36 -0000 maxim 2006-04-21 18:48:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh sys/i386/isa npx.c Log: o Merge FreeBSD-SA-06:14.fpu. Approved by: so (cperciva) Revision Changes Path 1.73.2.80.2.44 +3 -0 src/UPDATING 1.44.2.29.2.41 +1 -1 src/sys/conf/newvers.sh 1.80.2.3.8.1 +40 -2 src/sys/i386/isa/npx.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 19:06:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4464616A404; Fri, 21 Apr 2006 19:06:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F383F43D48; Fri, 21 Apr 2006 19:06:29 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LJ6TND017438; Fri, 21 Apr 2006 19:06:29 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LJ6Tdr017437; Fri, 21 Apr 2006 19:06:29 GMT (envelope-from jkim) Message-Id: <200604211906.k3LJ6Tdr017437@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 21 Apr 2006 19:06:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 19:06:30 -0000 jkim 2006-04-21 19:06:29 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_powerres.c Log: Remove unnecessary assignment. Coverity ID: 553 Found by: Coverity Prevent Revision Changes Path 1.30 +1 -1 src/sys/dev/acpica/acpi_powerres.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 19:26:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8A416A402; Fri, 21 Apr 2006 19:26:21 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1CF43D48; Fri, 21 Apr 2006 19:26:21 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LJQLJY028005; Fri, 21 Apr 2006 19:26:21 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LJQLYP028004; Fri, 21 Apr 2006 19:26:21 GMT (envelope-from ps) Message-Id: <200604211926.k3LJQLYP028004@repoman.freebsd.org> From: Paul Saab Date: Fri, 21 Apr 2006 19:26:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 19:26:22 -0000 ps 2006-04-21 19:26:21 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Don't try to kill embryonic processes in killpg1(). This prevents a race condition between fork() and kill(pid,sig) with pid < 0 that can cause a kernel panic. Submitted by: up MFC after: 3 weeks Revision Changes Path 1.329 +3 -2 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 19:35:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F216A404; Fri, 21 Apr 2006 19:35:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F1043D45; Fri, 21 Apr 2006 19:35:03 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LJZ3x4032411; Fri, 21 Apr 2006 19:35:03 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LJZ3D3032410; Fri, 21 Apr 2006 19:35:03 GMT (envelope-from jkim) Message-Id: <200604211935.k3LJZ3D3032410@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 21 Apr 2006 19:35:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 19:35:04 -0000 jkim 2006-04-21 19:35:03 UTC FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: Free allocated environment variables after use. Coverity ID: 366 Found by: Coverity Prevent Revision Changes Path 1.40 +12 -4 src/sys/dev/pci/pci_pci.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 20:33:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 126C816A400; Fri, 21 Apr 2006 20:33:17 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B8C43D49; Fri, 21 Apr 2006 20:33:16 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LKXGaO063767; Fri, 21 Apr 2006 20:33:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LKXGa7063766; Fri, 21 Apr 2006 20:33:16 GMT (envelope-from maxim) Message-Id: <200604212033.k3LKXGa7063766@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 21 Apr 2006 20:33:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsdb fsdb.c fsdb.h fsdbutil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 20:33:17 -0000 maxim 2006-04-21 20:33:16 UTC FreeBSD src repository Modified files: sbin/fsdb fsdb.c fsdb.h fsdbutil.c Log: o Do recrack(arguments) for commands which actually take NAME as arguments so we do not coredump at "help foo", "back bar" and such. o Be consistent and print argc - 1 as a command arguments number in all cases. PR: bin/37096 Submitted by: Joshua Goodall MFC after: 1 month Revision Changes Path 1.32 +10 -9 src/sbin/fsdb/fsdb.c 1.11 +1 -0 src/sbin/fsdb/fsdb.h 1.19 +1 -1 src/sbin/fsdb/fsdbutil.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 20:39:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E87116A401; Fri, 21 Apr 2006 20:39:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B72A43D48; Fri, 21 Apr 2006 20:39:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LKdq9t068944; Fri, 21 Apr 2006 20:39:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LKdqTs068943; Fri, 21 Apr 2006 20:39:52 GMT (envelope-from jhb) Message-Id: <200604212039.k3LKdqTs068943@repoman.freebsd.org> From: John Baldwin Date: Fri, 21 Apr 2006 20:39:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 20:39:52 -0000 jhb 2006-04-21 20:39:52 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: Use LIST_FOREACH(). Revision Changes Path 1.66 +1 -1 src/sys/ddb/db_command.c From owner-cvs-src@FreeBSD.ORG Fri Apr 21 20:40:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B890516A5E3; Fri, 21 Apr 2006 20:40:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0990343D45; Fri, 21 Apr 2006 20:40:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LKeh2P069661; Fri, 21 Apr 2006 20:40:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LKehja069660; Fri, 21 Apr 2006 20:40:43 GMT (envelope-from jhb) Message-Id: <200604212040.k3LKehja069660@repoman.freebsd.org> From: John Baldwin Date: Fri, 21 Apr 2006 20:40:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c subr_turnstile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 20:40:48 -0000 jhb 2006-04-21 20:40:43 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c subr_turnstile.c Log: Print td_name instead of p_comm if td_name is non-empty for 'show turnstile' and 'show sleepq'. Revision Changes Path 1.29 +1 -0 src/sys/kern/subr_sleepqueue.c 1.159 +2 -1 src/sys/kern/subr_turnstile.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 01:23:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC21F16A401; Sat, 22 Apr 2006 01:23:37 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8CD43D45; Sat, 22 Apr 2006 01:23:35 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k3M2Rpov007027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 Apr 2006 22:27:52 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 21 Apr 2006 21:23:22 -0400 From: Tom Rhodes To: Robert Watson Message-Id: <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> In-Reply-To: <20060421161321.J44089@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 01:23:37 -0000 On Fri, 21 Apr 2006 16:15:15 +0100 (BST) Robert Watson wrote: > > On Fri, 21 Apr 2006, Tom Rhodes wrote: > > > trhodes 2006-04-21 07:14:25 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/ufs/ffs ffs_vfsops.c > > Log: > > Remove what I believe are two useless ifdefs. If a user or administrator > > enables multilabel, or any option for that matter, most likely they have > > a reason. This will allow users to see that mulilabel is enabled via an > > issued "mount" command and remove an annoying warning - printed only when > > a MAC kernel is not installed - on boot up. > > This seems incorrect to me. You have also removed the warnings associated > with trying to use multi-label and ACL-enabled file systems on kernels not > configured to support them, which can lead to highly undesirable behavior, > hence the warnings. The mount point flags are intended to reflect the current > mode of operation, and setting the flags when the operational mode isn't > supported doesn't seem right. > Might I inquire to the "undesirable behavior" is? When I was playing around with this, I noticed no real effect, at least not in a negative way. These are the reasons I made this change, and you have an email from me about this too: 1: If I change the newfs flags while installing FreeBSD, I would think I have a clear reason for adding "-l." 2: A standard "mount" command does not show multilabel enabled until a MAC kernel is installed. Most likely if I enabled it, I plan to build a kernel. 3: The correct fix would be to offer a MAC kernel in sysinstall, similar to how Linux offers one to enable or disable SELinux (seen with Redhat and CentOS installs). 4: With regards to number 2, I think the option should at least be spit out with all other options when using mount(8) to review file system information. I'll revert it if you feel strongly about it; however, I want it to be known what my opinion is. And I find the warnings extremely annoying and have answered at least one question as to why "mount don't show me correct output." Yes, real quote. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sat Apr 22 01:29:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65B316A400; Sat, 22 Apr 2006 01:29:07 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFDD43D4C; Sat, 22 Apr 2006 01:29:06 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k3M1TABd028575; Fri, 21 Apr 2006 21:29:10 -0400 X-ORBL: [67.119.74.222] Received: from [10.0.0.53] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by pimout5-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k3M1T4dW047280; Fri, 21 Apr 2006 21:29:05 -0400 Message-ID: <444986AB.8030409@root.org> Date: Fri, 21 Apr 2006 18:28:11 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Peter Wemm References: <20060421042853.5F4C716A510@hub.freebsd.org> In-Reply-To: <20060421042853.5F4C716A510@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 dump_machdep.c minidump_machdep.c src/sys/i386/include md_var.h minidump.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 01:29:08 -0000 Peter Wemm wrote: > peter 2006-04-21 04:28:43 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 > sys/i386/i386 dump_machdep.c > sys/i386/include md_var.h > Added files: > sys/i386/i386 minidump_machdep.c > sys/i386/include minidump.h > Log: > Merge minidumps from amd64 where they were originally developed. > > Major differences: > * since there is no direct map region, there is no custom uma memory > allocator to modify to include its pages in the dumps. > * Various data entries are reduced from 64 bit to 32 bit to match the > native size. > > dump_add_page() and dump_drop_page() are still present in case one wants to > arrange for arbitary pages to be dumped. This is of marginal use though > because libkvm+kgdb cannot address physical memory that isn't mapped into > kvm. > > Revision Changes Path > 1.554 +1 -0 src/sys/conf/files.i386 > 1.12 +10 -0 src/sys/i386/i386/dump_machdep.c > 1.1 +405 -0 src/sys/i386/i386/minidump_machdep.c (new) > 1.74 +6 -0 src/sys/i386/include/md_var.h > 1.1 +45 -0 src/sys/i386/include/minidump.h (new) Yay, this is very nice and will help whenever someone implements suspend-to-disk. -- Nate From owner-cvs-src@FreeBSD.ORG Sat Apr 22 01:33:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F16E16A403; Sat, 22 Apr 2006 01:33:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9001F43D53; Sat, 22 Apr 2006 01:33:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k3M1XBUZ030590; Fri, 21 Apr 2006 21:33:11 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> Content-Transfer-Encoding: 7bit From: John Baldwin Date: Fri, 21 Apr 2006 21:33:06 -0400 To: Tom Rhodes X-Mailer: Apple Mail (2.749.3) X-Virus-Scanned: ClamAV 0.87.1/1414/Fri Apr 21 18:58:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Watson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 01:33:14 -0000 On Apr 21, 2006, at 9:23 PM, Tom Rhodes wrote: > On Fri, 21 Apr 2006 16:15:15 +0100 (BST) > Robert Watson wrote: > >> >> On Fri, 21 Apr 2006, Tom Rhodes wrote: >> >>> trhodes 2006-04-21 07:14:25 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/ufs/ffs ffs_vfsops.c >>> Log: >>> Remove what I believe are two useless ifdefs. If a user or >>> administrator >>> enables multilabel, or any option for that matter, most likely >>> they have >>> a reason. This will allow users to see that mulilabel is >>> enabled via an >>> issued "mount" command and remove an annoying warning - printed >>> only when >>> a MAC kernel is not installed - on boot up. >> >> This seems incorrect to me. You have also removed the warnings >> associated >> with trying to use multi-label and ACL-enabled file systems on >> kernels not >> configured to support them, which can lead to highly undesirable >> behavior, >> hence the warnings. The mount point flags are intended to reflect >> the current >> mode of operation, and setting the flags when the operational mode >> isn't >> supported doesn't seem right. >> > > 4: With regards to number 2, I think the option should at least > be spit out with all other options when using mount(8) to > review file system information. You might want to look at softupdates as a prior example. If you marked a filesystem with softupdates but didn't have softupdates compiled into the kernel, mount didn't show softupdates as being enabled (IIRC). I think mount should show you the actual features of the filesystem that are actually working rather than implying that an optional feature is working when it actually isn't. If you are depending on the labels for security purposes, I think it is useful to know if you boot a kernel that is missing the required support and potentially leaves your data unprotected. > I'll revert it if you feel strongly about it; however, I want it > to be known what my opinion is. And I find the warnings > extremely annoying and have answered at least one question as > to why "mount don't show me correct output." Yes, real quote. :) mount != tunefs. tunefs will tell you what options are enabled in the filesystem, but I think mount should only tell you the options that are actually in force. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Apr 22 03:04:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C8E16A403; Sat, 22 Apr 2006 03:04:24 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4923A43D46; Sat, 22 Apr 2006 03:04:24 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3M34ODS097520; Sat, 22 Apr 2006 03:04:24 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3M34OLI097519; Sat, 22 Apr 2006 03:04:24 GMT (envelope-from jkoshy) Message-Id: <200604220304.k3M34OLI097519@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 22 Apr 2006 03:04:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fetch fetch.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 03:04:24 -0000 jkoshy 2006-04-22 03:04:24 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.1 Log: Fix a typo. Submitted by: Pawel Worach MFC after: 1 week Revision Changes Path 1.67 +2 -2 src/usr.bin/fetch/fetch.1 From owner-cvs-src@FreeBSD.ORG Sat Apr 22 03:58:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3A716A408; Sat, 22 Apr 2006 03:58:46 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908C743D62; Sat, 22 Apr 2006 03:58:43 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3M3wfpa026230; Sat, 22 Apr 2006 03:58:41 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3M3wfsd026226; Sat, 22 Apr 2006 03:58:41 GMT (envelope-from jmg) Message-Id: <200604220358.k3M3wfsd026226@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 22 Apr 2006 03:58:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile bus_space.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 03:58:48 -0000 jmg 2006-04-22 03:58:41 UTC FreeBSD src repository Modified files: share/man/man9 Makefile bus_space.9 Log: document the various bus_space_*_stream_? functions... Revision Changes Path 1.273 +37 -1 src/share/man/man9/Makefile 1.3 +299 -5 src/share/man/man9/bus_space.9 From owner-cvs-src@FreeBSD.ORG Sat Apr 22 04:16:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C4416A403; Sat, 22 Apr 2006 04:16:48 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB8F43D46; Sat, 22 Apr 2006 04:16:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k3M5L6Ix007851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 22 Apr 2006 01:21:07 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sat, 22 Apr 2006 00:16:35 -0400 From: Tom Rhodes To: John Baldwin Message-Id: <20060422001635.247a8b88.trhodes@FreeBSD.org> In-Reply-To: <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rwatson@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 04:16:49 -0000 On Fri, 21 Apr 2006 21:33:06 -0400 John Baldwin wrote: > > On Apr 21, 2006, at 9:23 PM, Tom Rhodes wrote: > > > On Fri, 21 Apr 2006 16:15:15 +0100 (BST) > > Robert Watson wrote: > > > >> > >> On Fri, 21 Apr 2006, Tom Rhodes wrote: > >> > >>> trhodes 2006-04-21 07:14:25 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/ufs/ffs ffs_vfsops.c > >>> Log: > >>> Remove what I believe are two useless ifdefs. If a user or > >>> administrator > >>> enables multilabel, or any option for that matter, most likely > >>> they have > >>> a reason. This will allow users to see that mulilabel is > >>> enabled via an > >>> issued "mount" command and remove an annoying warning - printed > >>> only when > >>> a MAC kernel is not installed - on boot up. > >> > >> This seems incorrect to me. You have also removed the warnings > >> associated > >> with trying to use multi-label and ACL-enabled file systems on > >> kernels not > >> configured to support them, which can lead to highly undesirable > >> behavior, > >> hence the warnings. The mount point flags are intended to reflect > >> the current > >> mode of operation, and setting the flags when the operational mode > >> isn't > >> supported doesn't seem right. > >> > > > > 4: With regards to number 2, I think the option should at least > > be spit out with all other options when using mount(8) to > > review file system information. > > You might want to look at softupdates as a prior example. If you > marked a > filesystem with softupdates but didn't have softupdates compiled into > the > kernel, mount didn't show softupdates as being enabled (IIRC). I think > mount should show you the actual features of the filesystem that are > actually > working rather than implying that an optional feature is working when it > actually isn't. If you are depending on the labels for security > purposes, I > think it is useful to know if you boot a kernel that is missing the > required > support and potentially leaves your data unprotected. Which is why I suggested that, similar to Linux, we make everything an option instead of either Warning before you build/install the new kernel or add the addition headache of turning it on later. Thus, I'm still of the opinion that one does not blindly add a newfs option during the install without understanding what's going on. > > > I'll revert it if you feel strongly about it; however, I want it > > to be known what my opinion is. And I find the warnings > > extremely annoying and have answered at least one question as > > to why "mount don't show me correct output." Yes, real quote. :) > > mount != tunefs. tunefs will tell you what options are enabled in the Yes. > filesystem, but I think mount should only tell you the options that are > actually in force. Once they're enabled does that not mean they are in force? -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sat Apr 22 04:22:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44E8516A401; Sat, 22 Apr 2006 04:22:16 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD68643D45; Sat, 22 Apr 2006 04:22:15 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3M4MFp9040486; Sat, 22 Apr 2006 04:22:15 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3M4MFLF040485; Sat, 22 Apr 2006 04:22:15 GMT (envelope-from trhodes) Message-Id: <200604220422.k3M4MFLF040485@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 22 Apr 2006 04:22:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 04:22:16 -0000 trhodes 2006-04-22 04:22:15 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Revert previous to this file before an actual request is made. Revision Changes Path 1.309 +12 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 08:53:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D750116A400; Sat, 22 Apr 2006 08:53:02 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CEF243D45; Sat, 22 Apr 2006 08:53:01 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr10.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3M8qqDH052355; Sat, 22 Apr 2006 10:52:53 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k3M8qqWc056396; Sat, 22 Apr 2006 10:52:52 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k3M8qntf056395; Sat, 22 Apr 2006 10:52:49 +0200 (CEST) (envelope-from wb) Date: Sat, 22 Apr 2006 10:52:49 +0200 From: Wilko Bulte To: cokane@cokane.org Message-ID: <20060422085249.GA56357@freebie.xs4all.nl> References: <200604171214.k3HCEmhi046619@repoman.freebsd.org> <868xq4yxme.fsf@xps.des.no> <44447DAE.6070009@root.org> <20060418065031.GB9933@soaustin.net> <444569E1.90609@root.org> <20060419193714.GA39763@freebie.xs4all.nl> <346a80220604201837u264e0f4el30ffb8b97b640ed7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <346a80220604201837u264e0f4el30ffb8b97b640ed7@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Mark Linimon , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, Nate Lawson , cvs-all@FreeBSD.ORG, Jens Schweikhardt , Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Subject: Re: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 08:53:03 -0000 On Thu, Apr 20, 2006 at 09:37:39PM -0400, Coleman Kane wrote.. > On 4/19/06, Wilko Bulte wrote: > > > > On Tue, Apr 18, 2006 at 03:36:17PM -0700, Nate Lawson wrote.. > > > Mark Linimon wrote: > > > >On Mon, Apr 17, 2006 at 10:48:30PM -0700, Nate Lawson wrote: > > > >>>Are you absolutely sure that the corruption isn't intentional? Note > > > >>>that the only non-printable characters are \a; it seems to me that > > the > > > >>>point of this truncated entry is precisely to leave the reader > > > >>>wondering what the punchline is and cursing the "line noise". > > > >>I think the line noise should be replaced with something about Hitler. > > > > > > > >Godwin's Law invoked. Film at 11. > > > > > > Can I claim to have invented a law also? > > > > Sure you can. And maybe you should commit it to the fortune/datfiles to > > preserve it for historical purposes? :-P > > > > > Nate's law: > > > 1. Each commit to fortune/datfiles generates at least 20 comments > > > 2. People only commit to fortune/datfiles to keep their commit bit from > > > expiring > > > Conclusion: expiring commit bits cause the most discussion Hmmm... infinite recursion in the fortune file... 8-) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sat Apr 22 09:44:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29B916A402; Sat, 22 Apr 2006 09:44:01 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F5243D45; Sat, 22 Apr 2006 09:44:01 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3M9i18w036287; Sat, 22 Apr 2006 09:44:01 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3M9i1pE036280; Sat, 22 Apr 2006 09:44:01 GMT (envelope-from ariff) Message-Id: <200604220944.k3M9i1pE036280@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 22 Apr 2006 09:44:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci via8233.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 09:44:02 -0000 ariff 2006-04-22 09:44:00 UTC FreeBSD src repository Modified files: sys/dev/sound/pci via8233.c Log: Add support for (latest) VIA VT8251 (rev. 0x07) audio controller. A slight difference of this chip from its previous siblings is that it need a gentle "wake up" on every (full) DMA buffer completion to avoid stalled interrupt handler. Thanks to George Hartzell for permission on doing remote debugging. Prime MFC candidate for 6.1-RELEASE. Please reply to this commit if there are any objections (so I won't bug re@), since the changes are too small and only specific to VT8251. PR: i386/95949 Tested by: [1] George Hartzel myself (remotely) MFC after: 3 days [1] http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-April/004003.html Revision Changes Path 1.24 +45 -9 src/sys/dev/sound/pci/via8233.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 11:02:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB1216A406; Sat, 22 Apr 2006 11:02:47 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479C343D69; Sat, 22 Apr 2006 11:02:46 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MB2jWh078296; Sat, 22 Apr 2006 11:02:45 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MB2jwG078289; Sat, 22 Apr 2006 11:02:45 GMT (envelope-from trhodes) Message-Id: <200604221102.k3MB2jwG078289@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 22 Apr 2006 11:02:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.bsdextended X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 11:02:47 -0000 trhodes 2006-04-22 11:02:45 UTC FreeBSD src repository Modified files: etc rc.bsdextended Log: Clean up, comment out non-base utilities, fix up comments. Prodded by: hrs Revision Changes Path 1.2 +14 -34 src/etc/rc.bsdextended From owner-cvs-src@FreeBSD.ORG Sat Apr 22 12:39:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788CB16A402; Sat, 22 Apr 2006 12:39:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D46443D6B; Sat, 22 Apr 2006 12:38:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 9147246B52; Sat, 22 Apr 2006 08:38:59 -0400 (EDT) Date: Sat, 22 Apr 2006 13:38:59 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> Message-ID: <20060422131358.F56433@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 12:39:14 -0000 On Fri, 21 Apr 2006, Tom Rhodes wrote: >>> Remove what I believe are two useless ifdefs. If a user or administrator >>> enables multilabel, or any option for that matter, most likely they have >>> a reason. This will allow users to see that mulilabel is enabled via an >>> issued "mount" command and remove an annoying warning - printed only when >>> a MAC kernel is not installed - on boot up. >> >> This seems incorrect to me. You have also removed the warnings associated >> with trying to use multi-label and ACL-enabled file systems on kernels not >> configured to support them, which can lead to highly undesirable behavior, >> hence the warnings. The mount point flags are intended to reflect the >> current mode of operation, and setting the flags when the operational mode >> isn't supported doesn't seem right. > > Might I inquire to the "undesirable behavior" is? When I was playing around > with this, I noticed no real effect, at least not in a negative way. The way to think about it is as follows: there are actually three different flags for each of ACLs and multilabel: - A flag in the superblock indicating administrator intent. This is the one set by tunefs, and is persistent. - A flag in the mount request indicating administrator intent. This is -o acls or -o multilabel. - A flag stored in the mount structure after mount, indicating run-time configuration. This is what shows up in the mount output (acls) and (multilabel). The first two have to do with what the administrator wants -- they want the file system to run with ACLs, or to run in multilabel mode. The last one reflects run-time operation: the file system is, or is not, running with ACLs and multilabel. A warning is generated when the administrator requests (via the superblock flag or mount flag) a run-time operation mode not supported by the current kernel. The reason for this is that when a kernel has mounted a file system that requests a protection model that the kernel does not understand, the kernel is able to neither enforce those protections, nor maintain them. The former is obvious: if your kernel is compiled without MAC support, it won't know how to interpret the security labels, and can't implement the protections described by them. The latter is more subtle: when a kernel doesn't support ACLs or MAC, and the file system contains extended attributes holding ACLs and MAC labels, the contents of files, file system layout, and inode contents may change without the extended attributes being similarly updated. This means that invariants normally maintained by the ACL and MAC code may no longer hold when they next run. For example: the access ACL in POSIX.1e is actually a superset of the file ownership and some of the mode data. The existing fields are maintained, and the "extended" ACL adds new fields with new interpretations. If the system runs without ACLs enabled, the fields will get out of sync: the elements maintained in the permission bits and ownership field in the inode will reflect the most recent chmod(), but the elements in the extended attribute will be ignored. Likewise, the default ACL: when ACLs aren't enabled, the default ACL is simply not implemented, so files and directories created while the file system is mounted without kernel support will not have the intended protections. The system won't (shouldn't) panic, but you'll get some very confusing results when you start running with ACLs again and the protections on files appear not only to have changed from the run without ACLs, but you may have ACLs on files that are neither the permissions set during that run, nor the complete ACLs present on the previous run. You can imagine a lot of bad things happening -- backups being taken or restored losing their proper protections, etc. The warnings are present to help prevent exactly that: if the administrator has enabled ACLs, and then taken ACL support out of the kernel, they will get a warning at mount time. Likewise, if the file system is marked as having MAC labels on objects, and MAC isn't compiled in, we generate a warning. I thought about not letting the mount proceed, but for recovery purposes, that's a problem, because not being able to mount your root file system or tools to build a kernel isn't good! This was as close as we could get without significantly reducing the robustness of the system in the face of administrator failure. > These are the reasons I made this change, and you have an email from me > about this too: Sorry about not responding to that e-mail in a timely manner -- I've been on international travel for the last two weeks, and have responded to very little e-mail in a timely manner during that trip :-). > 1: If I change the newfs flags while installing FreeBSD, I would > think I have a clear reason for adding "-l." Yes, one would hope. > 2: A standard "mount" command does not show multilabel enabled until > a MAC kernel is installed. Most likely if I enabled it, I plan > to build a kernel. Tunefs should show the flag set, showing the intent, but mount should not, since the file system is not, in fact, mounted multilabel. Multilabel, as with ACLs, is a run-time condition reflecting the behavior of the file system, not the administrator intent for the file system. > 3: The correct fix would be to offer a MAC kernel in sysinstall, > similar to how Linux offers one to enable or disable SELinux > (seen with Redhat and CentOS installs). This is, in fact, the reason that we have not modified the base system sysinstall to be able to set the multilabel flag as part of the UI. Since there's no default built kernel with MAC in the install environment, allowing the multilabel flag to be set during install can only result in warnings and a lack of implementation of the requested feature. In the SEBSD development branch, we do support installing a MAC kernel, and there is a menu option to set multilabel. But this is not a fix for the underlying problem that you have introduced: the mount-time warnings and mount output are intended to reflect the current configuration, and help the administrator decide that the system is incorrectly configured. > 4: With regards to number 2, I think the option should at least > be spit out with all other options when using mount(8) to > review file system information The problem you're running into is the difference between requested settings for a file system, and applied settings. The warning on the console is intended to help distinguish those two: if you request a setting that cannot be applied, you get a warning when the file system is mounted. > I'll revert it if you feel strongly about it; however, I want it to be known > what my opinion is. And I find the warnings extremely annoying and have > answered at least one question as to why "mount don't show me correct > output." Yes, real quote. :) If MAC support isn't compiled into the kernel, MAC isn't going to work, so the fact that 'multilabel' doesn't show up in the mount output is a relatively minor failure mode. However, the warning it generates is key to diagnosing the problem, and you have removed the warning. Two classes of warnings should be generated on the console when MAC isn't compiled in: - Warnings that policy modules cannot be loaded due to missing MAC support. - Warnings that the file system is configured for MAC (multilabel) but MAC isn't compiled in. If the administrator requests multilabel support but the file system doesn't enable it, then the diagnosis path should be to look to see why. In particular, to look at the output from the mount process, which until your change, clearly indicated why there was a failure. In general, I recommend doing "dmesg | grep -i mac" when there appears to be a problem, as that should pull out the above to warnings. You can then, per my advice on IRC, use mount and tunefs to inspect the current run-time and requested mount behavior, in order to observe that they differ. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Sat Apr 22 12:45:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6278616A402; Sat, 22 Apr 2006 12:45:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0672D43D45; Sat, 22 Apr 2006 12:45:37 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B7C4746C2F; Sat, 22 Apr 2006 08:45:35 -0400 (EDT) Date: Sat, 22 Apr 2006 13:45:35 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <20060422001635.247a8b88.trhodes@FreeBSD.org> Message-ID: <20060422133933.A56433@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> <20060422001635.247a8b88.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 12:45:37 -0000 On Sat, 22 Apr 2006, Tom Rhodes wrote: > Which is why I suggested that, similar to Linux, we make everything an > option instead of either Warning before you build/install the new kernel or > add the addition headache of turning it on later. Thus, I'm still of the > opinion that one does not blindly add a newfs option during the install > without understanding what's going on. The problem you're diagnosing is booting a kernel that doesn't support features requested by the administrator. When this happens, there are really only two things you can do: (1) Generate warnings and continue. (2) Generate warnings and stop. We opt for (1) because it makes recovery easier. Deleting the warnings helps neither case. Booting an SELinux system without an SELinux kernel will fail in many spectacular ways, but I'm not sure if they generate a warning equivilent to the one you deleted. BTW, turning on the multilabel flag in sysinstall is not an option offered by the installer -- by setting it using sysinstall's "additional flags" field, you're specifially doing something not part of the install path. The MAC instructions I've provided always involve completing the normal install, building MAC support, etc, not turning it on in sysinstall and expecting it to work. The only instructions I've distributed that involve setting multilabel in sysinstall relate to the SEBSD install ISOs, which explicitly support flagging multilabel support during the install. >>> I'll revert it if you feel strongly about it; however, I want it >>> to be known what my opinion is. And I find the warnings >>> extremely annoying and have answered at least one question as >>> to why "mount don't show me correct output." Yes, real quote. :) >> >> mount != tunefs. tunefs will tell you what options are enabled in the > > Yes. > >> filesystem, but I think mount should only tell you the options that are >> actually in force. > > Once they're enabled does that not mean they are in force? I'm not sure what you mean by "enabled" here. Flags only have an effect if the kernel code to support them is compiled in. The way the code was before you modified it, the flags could not be shown in mount if the kernel didn't implement them -- i.e., if you type in "mount" and don't see ACLs, then they are not implemented, and if you do see ACLs, then they are implemented. With your change, they can now be set but not implemented. I.e., you can look at mount, see "acls" set, but ACLs won't actually be in force, which I consider a more confusing failure mode. If you mean, can they be enabled in tunefs but not in force -- yes, if you are running a kernel that can't support them. In which case, before your change, a warning was generated, but not now. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Sat Apr 22 12:51:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EBC16A401; Sat, 22 Apr 2006 12:51:47 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CF343D5C; Sat, 22 Apr 2006 12:51:45 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k3MDuA1R014626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 22 Apr 2006 09:56:11 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Sat, 22 Apr 2006 08:51:43 -0400 From: Tom Rhodes To: Robert Watson Message-Id: <20060422085143.734e2f24.trhodes@FreeBSD.org> In-Reply-To: <20060422133933.A56433@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> <20060422001635.247a8b88.trhodes@FreeBSD.org> <20060422133933.A56433@fledge.watson.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 12:51:48 -0000 On Sat, 22 Apr 2006 13:45:35 +0100 (BST) Robert Watson wrote: > > On Sat, 22 Apr 2006, Tom Rhodes wrote: > > > Which is why I suggested that, similar to Linux, we make everything an > > option instead of either Warning before you build/install the new kernel or > > add the addition headache of turning it on later. Thus, I'm still of the > > opinion that one does not blindly add a newfs option during the install > > without understanding what's going on. > > The problem you're diagnosing is booting a kernel that doesn't support > features requested by the administrator. When this happens, there are really > only two things you can do: > > (1) Generate warnings and continue. > (2) Generate warnings and stop. > > We opt for (1) because it makes recovery easier. Deleting the warnings helps > neither case. Booting an SELinux system without an SELinux kernel will fail > in many spectacular ways, but I'm not sure if they generate a warning > equivilent to the one you deleted. > > BTW, turning on the multilabel flag in sysinstall is not an option offered by > the installer -- by setting it using sysinstall's "additional flags" field, > you're specifially doing something not part of the install path. The MAC Heh, exactly why I wanted to remove it. :) Someone would need a reason to do it this way, I was hoping in this case that someone would have a clue. It's reverted in any case. ;) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sat Apr 22 13:04:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8083016A401; Sat, 22 Apr 2006 13:04:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FE543D49; Sat, 22 Apr 2006 13:04:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id A280246C7A; Sat, 22 Apr 2006 09:04:34 -0400 (EDT) Date: Sat, 22 Apr 2006 14:04:34 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tom Rhodes In-Reply-To: <20060422085143.734e2f24.trhodes@FreeBSD.org> Message-ID: <20060422135926.K56433@fledge.watson.org> References: <200604210714.k3L7EQhD046878@repoman.freebsd.org> <20060421161321.J44089@fledge.watson.org> <20060421212322.2f5b3fa8.trhodes@FreeBSD.org> <1A949C80-E65D-4349-8028-8B0EB1A91D27@FreeBSD.org> <20060422001635.247a8b88.trhodes@FreeBSD.org> <20060422133933.A56433@fledge.watson.org> <20060422085143.734e2f24.trhodes@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 13:04:35 -0000 On Sat, 22 Apr 2006, Tom Rhodes wrote: >> BTW, turning on the multilabel flag in sysinstall is not an option offered >> by the installer -- by setting it using sysinstall's "additional flags" >> field, you're specifially doing something not part of the install path. >> The MAC > > Heh, exactly why I wanted to remove it. :) > > Someone would need a reason to do it this way, I was hoping in this case > that someone would have a clue. > > It's reverted in any case. ;) Thanks. BTW, your concerns are not unwarranted -- the problem here is how to deal with optional features that don't like being optional, and there's not really a good way. The choice is really between having the system refuse to run at all under those circumstances, and allowing it to run enough to allow the administrator to recover. Neither works well. The trick, I think, is to be as consistent as possible in presenting the results. The mount reporting pieces are a bit confusing, as different file systems are configured in quite different ways, etc. What we'll need to do is be careful to document the difference between requests and status, as mount accepts requests, but reports status. That and provide a FAQ/debugging guide, with things like "If I set multilabel with tunefs, but it doesn't appear in mount, what's going on?". The answer is: check to see if it was properly set in the superblock using tunefs, and check dmesg for warnings relating to MAC. If it's not set in the superblock, there was either user error or an error at set time; if it is set, then most likely MAC is not compiled in. Similar comments for ACL, but this will turn up less since we compile UFS_ACL into GENERIC, so people are less likely to run into it. One of the discussion topics for the dev summit will be what needs to happen to MAC to get it compiled into GENERIC, but we have a ways to go on that one. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Sat Apr 22 13:42:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F08CA16A400; Sat, 22 Apr 2006 13:42:50 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD62143D46; Sat, 22 Apr 2006 13:42:50 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MDgo0l074577; Sat, 22 Apr 2006 13:42:50 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MDgotG074561; Sat, 22 Apr 2006 13:42:50 GMT (envelope-from brueffer) Message-Id: <200604221342.k3MDgotG074561@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 22 Apr 2006 13:42:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults devfs.rules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 13:42:51 -0000 brueffer 2006-04-22 13:42:49 UTC FreeBSD src repository Modified files: etc/defaults devfs.rules Log: Correct two typos in comments. Revision Changes Path 1.4 +2 -2 src/etc/defaults/devfs.rules From owner-cvs-src@FreeBSD.ORG Sat Apr 22 15:09:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD30316A401; Sat, 22 Apr 2006 15:09:16 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FB443D45; Sat, 22 Apr 2006 15:09:16 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MF9Gq8020729; Sat, 22 Apr 2006 15:09:16 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MF9Gax020728; Sat, 22 Apr 2006 15:09:16 GMT (envelope-from deischen) Message-Id: <200604221509.k3MF9Gax020728@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 22 Apr 2006 15:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio Makefile.inc Symbol.map fclose.3 fcloseall.c local.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 15:09:16 -0000 deischen 2006-04-22 15:09:15 UTC FreeBSD src repository Modified files: lib/libc/stdio Makefile.inc Symbol.map fclose.3 local.h Added files: lib/libc/stdio fcloseall.c Log: Add fcloseall() to libc. This removes the need to export _cleanup(). Linux also provides an fcloseall() implementation. Discussed on: arch Revision Changes Path 1.37 +4 -3 src/lib/libc/stdio/Makefile.inc 1.3 +1 -0 src/lib/libc/stdio/Symbol.map 1.13 +15 -1 src/lib/libc/stdio/fclose.3 1.1 +39 -0 src/lib/libc/stdio/fcloseall.c (new) 1.29 +1 -0 src/lib/libc/stdio/local.h From owner-cvs-src@FreeBSD.ORG Sat Apr 22 15:10:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D84816A400; Sat, 22 Apr 2006 15:10:12 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C442443D45; Sat, 22 Apr 2006 15:10:11 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MFABRd020826; Sat, 22 Apr 2006 15:10:11 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MFABuq020825; Sat, 22 Apr 2006 15:10:11 GMT (envelope-from deischen) Message-Id: <200604221510.k3MFABuq020825@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 22 Apr 2006 15:10:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include stdio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 15:10:12 -0000 deischen 2006-04-22 15:10:11 UTC FreeBSD src repository Modified files: include stdio.h Log: Add a prototype for fcloseall(). Revision Changes Path 1.58 +1 -0 src/include/stdio.h From owner-cvs-src@FreeBSD.ORG Sat Apr 22 15:11:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C82A16A403; Sat, 22 Apr 2006 15:11:34 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0886643D45; Sat, 22 Apr 2006 15:11:34 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MFBXMR021852; Sat, 22 Apr 2006 15:11:33 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MFBX5j021851; Sat, 22 Apr 2006 15:11:33 GMT (envelope-from deischen) Message-Id: <200604221511.k3MFBX5j021851@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 22 Apr 2006 15:11:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 15:11:34 -0000 deischen 2006-04-22 15:11:33 UTC FreeBSD src repository Modified files: lib/libc/stdio Symbol.map Log: Now that libc has fcloseall(), remove _cleanup() from the list of FreeBSD private symbols. Revision Changes Path 1.4 +0 -1 src/lib/libc/stdio/Symbol.map From owner-cvs-src@FreeBSD.ORG Sat Apr 22 15:12:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DD716A403; Sat, 22 Apr 2006 15:12:50 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6765E43D45; Sat, 22 Apr 2006 15:12:50 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MFCoC8023030; Sat, 22 Apr 2006 15:12:50 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MFCopp023029; Sat, 22 Apr 2006 15:12:50 GMT (envelope-from deischen) Message-Id: <200604221512.k3MFCopp023029@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 22 Apr 2006 15:12:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 15:12:50 -0000 deischen 2006-04-22 15:12:50 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to reflect the addition of fcloseall() to libc. Revision Changes Path 1.265 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Apr 22 15:20:52 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BCE16A408; Sat, 22 Apr 2006 15:20:52 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BEF743D45; Sat, 22 Apr 2006 15:20:52 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k3MFKppm027793; Sat, 22 Apr 2006 11:20:51 -0400 (EDT) Date: Sat, 22 Apr 2006 11:20:51 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200604221509.k3MF9Gax020728@repoman.freebsd.org> Message-ID: References: <200604221509.k3MF9Gax020728@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Subject: Re: cvs commit: src/lib/libc/stdio Makefile.inc Symbol.map fclose.3 fcloseall.c local.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 15:20:53 -0000 On Sat, 22 Apr 2006, Daniel Eischen wrote: > deischen 2006-04-22 15:09:15 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdio Makefile.inc Symbol.map fclose.3 local.h > Added files: > lib/libc/stdio fcloseall.c > Log: > Add fcloseall() to libc. This removes the need to export _cleanup(). > Linux also provides an fcloseall() implementation. > > Discussed on: arch Forgot to say... Man page and Makefile changes reviewed by: ru -- DE From owner-cvs-src@FreeBSD.ORG Sat Apr 22 16:48:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695C816A402; Sat, 22 Apr 2006 16:48:00 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D5643D5A; Sat, 22 Apr 2006 16:48:00 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MGm0Wk083649; Sat, 22 Apr 2006 16:48:00 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MGlxgg083648; Sat, 22 Apr 2006 16:47:59 GMT (envelope-from deischen) Message-Id: <200604221647.k3MGlxgg083648@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 22 Apr 2006 16:47:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio fcloseall.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 16:48:00 -0000 deischen 2006-04-22 16:47:59 UTC FreeBSD src repository Modified files: lib/libc/stdio fcloseall.c Log: Oops, correct the weak reference (s/fclose/fcloseall). Spotted by: Antoine Brodin (antoine _dot_ brodin _at_ laposte _dot_ net) Revision Changes Path 1.2 +1 -1 src/lib/libc/stdio/fcloseall.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 19:04:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E978816A406; Sat, 22 Apr 2006 19:04:26 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB9D43D6B; Sat, 22 Apr 2006 19:04:22 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MJ4MoC062467; Sat, 22 Apr 2006 19:04:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MJ4Mc5062466; Sat, 22 Apr 2006 19:04:22 GMT (envelope-from marcel) Message-Id: <200604221904.k3MJ4Mc5062466@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 22 Apr 2006 19:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/pci pcibus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 19:04:27 -0000 marcel 2006-04-22 19:04:22 UTC FreeBSD src repository Modified files: sys/alpha/pci pcibus.c Log: Revert part of previous commit. In alpha_platform_alloc_ide_intr(), there's no RID for us to work with. Revision Changes Path 1.39 +1 -6 src/sys/alpha/pci/pcibus.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 19:10:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F5B16A402; Sat, 22 Apr 2006 19:10:03 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72ACB43D4C; Sat, 22 Apr 2006 19:10:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MJA3ta062867; Sat, 22 Apr 2006 19:10:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MJA3Ia062866; Sat, 22 Apr 2006 19:10:03 GMT (envelope-from rwatson) Message-Id: <200604221910.k3MJA3Ia062866@repoman.freebsd.org> From: Robert Watson Date: Sat, 22 Apr 2006 19:10:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 19:10:04 -0000 rwatson 2006-04-22 19:10:03 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr(); holding the inpcb lock is sufficient to prevent races in reading the address and port, as both the inpcb lock and pcbinfo lock are required to change the address/port. Improve consistency of spelling in assertions about inp != NULL. MFC after: 3 months Revision Changes Path 1.173 +4 -6 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 19:15:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDBA16A402; Sat, 22 Apr 2006 19:15:21 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E9C43D5A; Sat, 22 Apr 2006 19:15:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MJFLhL067480; Sat, 22 Apr 2006 19:15:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MJFLoY067470; Sat, 22 Apr 2006 19:15:21 GMT (envelope-from rwatson) Message-Id: <200604221915.k3MJFLoY067470@repoman.freebsd.org> From: Robert Watson Date: Sat, 22 Apr 2006 19:15:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 19:15:22 -0000 rwatson 2006-04-22 19:15:20 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c Log: Assert the inpcb lock when rehashing an inpcb. Improve consistency of style around some current assertions. MFC after: 3 months Revision Changes Path 1.174 +5 -0 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 19:23:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D0B16A411; Sat, 22 Apr 2006 19:23:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF20943D5A; Sat, 22 Apr 2006 19:23:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MJNO5d073401; Sat, 22 Apr 2006 19:23:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MJNONW073400; Sat, 22 Apr 2006 19:23:24 GMT (envelope-from rwatson) Message-Id: <200604221923.k3MJNONW073400@repoman.freebsd.org> From: Robert Watson Date: Sat, 22 Apr 2006 19:23:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 19:23:25 -0000 rwatson 2006-04-22 19:23:24 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Introduce a new TCP mutex, isn_mtx, which protects the initial sequence number state, rather than re-using pcbinfo. This introduces some additional mutex operations during isn query, but avoids hitting the TCP pcbinfo lock out of yet another frequently firing TCP timer. MFC after: 3 months Revision Changes Path 1.248 +6 -3 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 20:41:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F9C16A403; Sat, 22 Apr 2006 20:41:21 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CC743D46; Sat, 22 Apr 2006 20:41:21 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MKfLOm015527; Sat, 22 Apr 2006 20:41:21 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MKfLEP015526; Sat, 22 Apr 2006 20:41:21 GMT (envelope-from alc) Message-Id: <200604222041.k3MKfLEP015526@repoman.freebsd.org> From: Alan Cox Date: Sat, 22 Apr 2006 20:41:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 20:41:21 -0000 alc 2006-04-22 20:41:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 pmap.c Log: Include opt_pmap.h for PMAP_SHPGPERPROC. PR: 94509 Approved by: re (scottl) Revision Changes Path 1.516.2.5 +1 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 20:41:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FB416A404; Sat, 22 Apr 2006 20:41:22 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E096943D46; Sat, 22 Apr 2006 20:41:21 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MKfLCB015553; Sat, 22 Apr 2006 20:41:21 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MKfL2x015552; Sat, 22 Apr 2006 20:41:21 GMT (envelope-from alc) Message-Id: <200604222041.k3MKfL2x015552@repoman.freebsd.org> From: Alan Cox Date: Sat, 22 Apr 2006 20:41:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 20:41:22 -0000 alc 2006-04-22 20:41:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) sys/amd64/amd64 pmap.c Log: Include opt_pmap.h for PMAP_SHPGPERPROC. PR: 94509 Approved by: re (scottl) Revision Changes Path 1.516.2.4.2.1 +1 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 20:51:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE26816A40A; Sat, 22 Apr 2006 20:51:04 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AB743D53; Sat, 22 Apr 2006 20:51:04 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MKp4la025395; Sat, 22 Apr 2006 20:51:04 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MKp4Cf025394; Sat, 22 Apr 2006 20:51:04 GMT (envelope-from alc) Message-Id: <200604222051.k3MKp4Cf025394@repoman.freebsd.org> From: Alan Cox Date: Sat, 22 Apr 2006 20:51:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 20:51:05 -0000 alc 2006-04-22 20:51:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 pmap.c Log: Include opt_pmap.h for PMAP_SHPGPERPROC. PR: 94509 Approved by: re (scottl) Revision Changes Path 1.491.2.9 +1 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 22:51:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8FD16A402; Sat, 22 Apr 2006 22:51:33 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459AF43D45; Sat, 22 Apr 2006 22:51:33 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MMpXN5093323; Sat, 22 Apr 2006 22:51:33 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MMpX0X093322; Sat, 22 Apr 2006 22:51:33 GMT (envelope-from cognet) Message-Id: <200604222251.k3MMpX0X093322@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 22 Apr 2006 22:51:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 22:51:33 -0000 cognet 2006-04-22 22:51:33 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: MFother arches : date: 2006/04/12 04:22:50; author: alc; state: Exp; lines: +14 -41 Retire pmap_track_modified(). We no longer need it because we do not create managed mappings within the clean submap. To prevent regressions, add assertions blocking the creation of managed mappings within the clean submap. Reviewed by: tegge Revision Changes Path 1.47 +10 -24 src/sys/arm/arm/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Apr 22 23:02:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6C516A400; Sat, 22 Apr 2006 23:02:30 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A13743D46; Sat, 22 Apr 2006 23:02:30 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MN2Uhr002080; Sat, 22 Apr 2006 23:02:30 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MN2UWx002076; Sat, 22 Apr 2006 23:02:30 GMT (envelope-from hrs) Message-Id: <200604222302.k3MN2UWx002076@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 22 Apr 2006 23:02:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 23:02:30 -0000 hrs 2006-04-22 23:02:30 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: - Mark MFC'd items. - Add some missing items: snd_ich(4) and snd_es137x(4) MPSAFE, bge(4) polling mode support, lge(4) MPSAFE, glabel NTFS support, /var/audit and audit group added, snapinfo(8) added, and groff 1.19.2 imported. Revision Changes Path 1.914 +139 -90 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 22 23:07:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844AB16A406; Sat, 22 Apr 2006 23:07:49 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA1A43D48; Sat, 22 Apr 2006 23:07:49 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MN7nQl004129; Sat, 22 Apr 2006 23:07:49 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MN7nfg004128; Sat, 22 Apr 2006 23:07:49 GMT (envelope-from hrs) Message-Id: <200604222307.k3MN7nfg004128@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 22 Apr 2006 23:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 23:07:49 -0000 hrs 2006-04-22 23:07:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release notes with MFC'd items after 6.0-RELEASE. Revision Changes Path 1.883.2.15.2.1 +464 -21 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Apr 22 23:14:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967CD16A400; Sat, 22 Apr 2006 23:14:48 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5297343D46; Sat, 22 Apr 2006 23:14:48 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MNElBj008222; Sat, 22 Apr 2006 23:14:48 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MNElv2008205; Sat, 22 Apr 2006 23:14:47 GMT (envelope-from hrs) Message-Id: <200604222314.k3MNElv2008205@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 22 Apr 2006 23:14:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 23:14:48 -0000 hrs 2006-04-22 23:14:46 UTC FreeBSD src repository Modified files: . approvers Log: re@ approval needed for RELENG_6_1 commits. Approved by: re (implicitly) Revision Changes Path 1.30 +1 -0 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Sat Apr 22 23:23:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C94E16A403; Sat, 22 Apr 2006 23:23:41 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA99A43D46; Sat, 22 Apr 2006 23:23:40 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MNNevI014625; Sat, 22 Apr 2006 23:23:40 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MNNeoE014624; Sat, 22 Apr 2006 23:23:40 GMT (envelope-from hrs) Message-Id: <200604222323.k3MNNeoE014624@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 22 Apr 2006 23:23:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 23:23:41 -0000 hrs 2006-04-22 23:23:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/share/sgml release.ent Log: Activate release.type.release instead of release.type.current. Approved by: re (implicitly) Revision Changes Path 1.24.2.3.2.2 +2 -2 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Apr 22 23:24:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BD616A403; Sat, 22 Apr 2006 23:24:43 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA4F43D48; Sat, 22 Apr 2006 23:24:43 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3MNOgNH014675; Sat, 22 Apr 2006 23:24:42 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3MNOgtG014674; Sat, 22 Apr 2006 23:24:42 GMT (envelope-from hrs) Message-Id: <200604222324.k3MNOgtG014674@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 22 Apr 2006 23:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 23:24:43 -0000 hrs 2006-04-22 23:24:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Remove unnecessary part. Approved by: re (implicitly) Revision Changes Path 1.883.2.15.2.2 +1 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml