From owner-cvs-src@FreeBSD.ORG Sun May 2 00:07:55 2004 Return-Path: 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 206CB16A4CE; Sun, 2 May 2004 00:07:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10B943D2D; Sun, 2 May 2004 00:07:54 -0700 (PDT) (envelope-from smkelly@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4277sGe064462; Sun, 2 May 2004 00:07:54 -0700 (PDT) (envelope-from smkelly@repoman.freebsd.org) Received: (from smkelly@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4277sIu064461; Sun, 2 May 2004 00:07:54 -0700 (PDT) (envelope-from smkelly) Message-Id: <200405020707.i4277sIu064461@repoman.freebsd.org> From: Sean Kelly Date: Sun, 2 May 2004 00:07:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/rpcgen rpc_main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 07:07:55 -0000 smkelly 2004/05/02 00:07:54 PDT FreeBSD src repository Modified files: usr.bin/rpcgen rpc_main.c Log: - style(9) improvements courtesy of bde. - Revise the former commit to behave nicer on filenames containing multiple '.' characters. - Prevent the generation of macros starting with "__". Revision Changes Path 1.23 +18 -12 src/usr.bin/rpcgen/rpc_main.c From owner-cvs-src@FreeBSD.ORG Sun May 2 03:55:06 2004 Return-Path: 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 EA70116A4CF; Sun, 2 May 2004 03:55:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A7843D39; Sun, 2 May 2004 03:55:06 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42At6Ge019901; Sun, 2 May 2004 03:55:06 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42At5oc019899; Sun, 2 May 2004 03:55:05 -0700 (PDT) (envelope-from das) Message-Id: <200405021055.i42At5oc019899@repoman.freebsd.org> From: David Schultz Date: Sun, 2 May 2004 03:55:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen fmtcheck.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 10:55:07 -0000 das 2004/05/02 03:55:05 PDT FreeBSD src repository Modified files: lib/libc/gen fmtcheck.c Log: When *printf() and *scanf() are compiled without floating-point support, fmtcheck() should not accept format strings that contain floating-point formats. Revision Changes Path 1.7 +4 -0 src/lib/libc/gen/fmtcheck.c From owner-cvs-src@FreeBSD.ORG Sun May 2 03:55:07 2004 Return-Path: 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 ED12D16A4D0; Sun, 2 May 2004 03:55:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CAF43D41; Sun, 2 May 2004 03:55:06 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42At6Ge019903; Sun, 2 May 2004 03:55:06 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42At5Qv019900; Sun, 2 May 2004 03:55:05 -0700 (PDT) (envelope-from das) Message-Id: <200405021055.i42At5Qv019900@repoman.freebsd.org> From: David Schultz Date: Sun, 2 May 2004 03:55:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 10:55:07 -0000 das 2004/05/02 03:55:05 PDT FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c vfscanf.c Log: - To make it easier to compile *printf() and *scanf() without floating-point support, remove default definition of FLOATING_POINT from the source, and change the compile-time option to NO_FLOATING_POINT. - Remove the HEXFLOAT option. It saves an insignificant amount of space (<0.1% of the size of libc on i386) and complicates vfprintf() and checkfmt(). Revision Changes Path 1.65 +16 -24 src/lib/libc/stdio/vfprintf.c 1.37 +5 -7 src/lib/libc/stdio/vfscanf.c From owner-cvs-src@FreeBSD.ORG Sun May 2 03:55:24 2004 Return-Path: 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 A4F6D16A4D5; Sun, 2 May 2004 03:55:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C8443D54; Sun, 2 May 2004 03:55:08 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42At8Ge019944; Sun, 2 May 2004 03:55:08 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42At76t019943; Sun, 2 May 2004 03:55:07 -0700 (PDT) (envelope-from das) Message-Id: <200405021055.i42At76t019943@repoman.freebsd.org> From: David Schultz Date: Sun, 2 May 2004 03:55:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 10:55:24 -0000 das 2004/05/02 03:55:07 PDT FreeBSD src repository Modified files: lib/libc Makefile Log: Add option NO_FP_LIBC, which disables floating-point support in *printf() and *scanf(). Currently, this reduces the size of libc.so by 9K on i386. But the real savings are for static binaries that use *printf() or *scanf() but not strtod(); with an FP-disabled libc, these binaries will not depend on the gdtoa routines, making each binary about 22K smaller. Revision Changes Path 1.51 +3 -0 src/lib/libc/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 2 03:56:18 2004 Return-Path: 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 2415316A4D1; Sun, 2 May 2004 03:56:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DC243D1D; Sun, 2 May 2004 03:56:18 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42AuHGe020046; Sun, 2 May 2004 03:56:17 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42AuH5L020045; Sun, 2 May 2004 03:56:17 -0700 (PDT) (envelope-from das) Message-Id: <200405021056.i42AuH5L020045@repoman.freebsd.org> From: David Schultz Date: Sun, 2 May 2004 03:56:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 10:56:18 -0000 das 2004/05/02 03:56:17 PDT FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: Merge vfprintf.c, v1.65: - s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/ - Remove HEXFLOAT Revision Changes Path 1.19 +17 -24 src/lib/libc/stdio/vfwprintf.c From owner-cvs-src@FreeBSD.ORG Sun May 2 03:56:27 2004 Return-Path: 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 5540616A4CF; Sun, 2 May 2004 03:56:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679AA43D1D; Sun, 2 May 2004 03:56:26 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42AuQGe020082; Sun, 2 May 2004 03:56:26 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42AuQ9H020081; Sun, 2 May 2004 03:56:26 -0700 (PDT) (envelope-from das) Message-Id: <200405021056.i42AuQ9H020081@repoman.freebsd.org> From: David Schultz Date: Sun, 2 May 2004 03:56:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 10:56:27 -0000 das 2004/05/02 03:56:26 PDT FreeBSD src repository Modified files: lib/libc/stdio vfwscanf.c Log: Merge vfscanf.c, v1.37: - s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/ Revision Changes Path 1.11 +7 -8 src/lib/libc/stdio/vfwscanf.c From owner-cvs-src@FreeBSD.ORG Sun May 2 04:20:52 2004 Return-Path: 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 6FA8616A4CF; Sun, 2 May 2004 04:20:52 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD9E43D31; Sun, 2 May 2004 04:20:51 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i42BKo5v010496; Sun, 2 May 2004 21:20:50 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i42BKkI2011676; Sun, 2 May 2004 21:20:47 +1000 Date: Sun, 2 May 2004 21:20:45 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Mike Silbersack In-Reply-To: <20040501184603.I1080@odysseus.silby.com> Message-ID: <20040502211748.X649@gamplex.bde.org> References: <200404272003.i3RK3RFZ048001@repoman.freebsd.org> <20040430221434.J749@odysseus.silby.com> <20040501044209.L704@odysseus.silby.com> <20040501184603.I1080@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 11:20:52 -0000 On Sat, 1 May 2004, Mike Silbersack wrote: > On Sat, 1 May 2004, Bruce Evans wrote: > > HZ=1000 instead of the default of HZ=10 increases the chance of the > > timer wrapping while DELAY() is interrupted. This shouldn't be a > > problem for TSC calibration. > > Apparently it is a problem, somehow. :) I checked that CPU interruptes are disabled here. They still are. So the calibration can't be interrupted by a maskable interrupt. Bruce From owner-cvs-src@FreeBSD.ORG Sun May 2 04:25:38 2004 Return-Path: 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 41ECE16A4D0; Sun, 2 May 2004 04:25:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3072143D66; Sun, 2 May 2004 04:25:38 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42BPbGe027011; Sun, 2 May 2004 04:25:37 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42BPbNk027010; Sun, 2 May 2004 04:25:37 -0700 (PDT) (envelope-from tjr) Message-Id: <200405021125.i42BPbNk027010@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 May 2004 04:25:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls extern.h ls.1 print.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 11:25:38 -0000 tjr 2004/05/02 04:25:37 PDT FreeBSD src repository Modified files: bin/ls extern.h ls.1 print.c util.c Log: Treat filenames as multibyte character strings (according to the current LC_CTYPE setting) when determining which characters are printable. This is an often-requested feature. Use wcwidth() to determine the number of column positions a character takes up, although there are still a few places left where we assume 1 byte = 1 column position, e.g. line-wrapping when handling the -m option. The error handling here is somewhat more complicated than usual: we do our best to show what we can of a filename in the presence of conversion errors, instead of simply aborting. Revision Changes Path 1.23 +1 -0 src/bin/ls/extern.h 1.80 +1 -5 src/bin/ls/ls.1 1.71 +2 -1 src/bin/ls/print.c 1.34 +130 -61 src/bin/ls/util.c From owner-cvs-src@FreeBSD.ORG Sun May 2 05:38:03 2004 Return-Path: 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 42E2916A4CE; Sun, 2 May 2004 05:38:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B5543D2F; Sun, 2 May 2004 05:38:03 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42Cc2Ge048465; Sun, 2 May 2004 05:38:02 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42Cc2On048464; Sun, 2 May 2004 05:38:02 -0700 (PDT) (envelope-from schweikh) Message-Id: <200405021238.i42Cc2On048464@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 May 2004 05:38:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 12:38:03 -0000 schweikh 2004/05/02 05:38:02 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Correct a grammo. Revision Changes Path 1.18 +2 -3 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 06:21:29 2004 Return-Path: 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 50B8616A4CE; Sun, 2 May 2004 06:21:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B24143D46; Sun, 2 May 2004 06:21:29 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42DLSGe058712; Sun, 2 May 2004 06:21:28 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42DLS3f058711; Sun, 2 May 2004 06:21:28 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405021321.i42DLS3f058711@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 May 2004 06:21:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs uvscom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 13:21:29 -0000 sanpei 2004/05/02 06:21:28 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs uvscom.c Log: Add support SUNTAC U-Cable type A4 (AS144L4) http://www.sun-denshi.co.jp/scc/products/mobile/as144l4/as144l4.htm (in Japanese) PR: kern/66144 Submitted by: KURASHINA Hideyuki Revision Changes Path 1.173 +1 -0 src/sys/dev/usb/usbdevs 1.21 +2 -0 src/sys/dev/usb/uvscom.c From owner-cvs-src@FreeBSD.ORG Sun May 2 06:23:26 2004 Return-Path: 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 7502A16A4CE; Sun, 2 May 2004 06:23:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5335F43D46; Sun, 2 May 2004 06:23:26 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42DNQGe059452; Sun, 2 May 2004 06:23:26 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42DNQbE059451; Sun, 2 May 2004 06:23:26 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405021323.i42DNQbE059451@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 May 2004 06:23:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 13:23:26 -0000 sanpei 2004/05/02 06:23:26 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.173 of usbdevs Revision Changes Path 1.180 +2 -1 src/sys/dev/usb/usbdevs.h 1.180 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Sun May 2 06:30:07 2004 Return-Path: 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 A65D816A4CE; Sun, 2 May 2004 06:30:07 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D08643D46; Sun, 2 May 2004 06:30:07 -0700 (PDT) (envelope-from max@love2party.net) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BKH2k-0003AR-00; Sun, 02 May 2004 15:30:06 +0200 Received: from [217.83.0.240] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BKH2k-0001eu-00; Sun, 02 May 2004 15:30:06 +0200 From: Max Laier To: Darren Reed Date: Sun, 2 May 2004 15:29:59 +0200 User-Agent: KMail/1.6.1 References: <200405020636.i426aUjZ057440@repoman.freebsd.org> In-Reply-To: <200405020636.i426aUjZ057440@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_gfPlAqgZ5hc+Rao"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405021530.08498.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.c ip_output.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 13:30:07 -0000 --Boundary-02=_gfPlAqgZ5hc+Rao Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 02 May 2004 08:36, Darren Reed wrote: > darrenr 2004/05/01 23:36:30 PDT > > FreeBSD src repository > > Modified files: > sys/sys mbuf.h > sys/netinet ip_input.c ip_output.c ip_var.h > Log: > Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg > (the type of tag to claim) and push it out of ip_var.h into mbuf.h > alongside all of the other macros that work ok mbuf's and tag's. > > Revision Changes Path > 1.269 +1 -1 src/sys/netinet/ip_input.c > 1.216 +1 -1 src/sys/netinet/ip_output.c > 1.86 +0 -16 src/sys/netinet/ip_var.h > 1.142 +17 -0 src/sys/sys/mbuf.h nice idea ... this makes things much cleaner, thanks. =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_gfPlAqgZ5hc+Rao Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAlPfgXyyEoT62BG0RAu1WAJ90UFVQDdlHjGbeOvRgWYD1pr3yNwCcCTqm BteEBxsPPK255SVPmQmp5Pw= =VUh+ -----END PGP SIGNATURE----- --Boundary-02=_gfPlAqgZ5hc+Rao-- From owner-cvs-src@FreeBSD.ORG Sun May 2 07:16:32 2004 Return-Path: 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 9D96716A4CE; Sun, 2 May 2004 07:16:32 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D26843D1F; Sun, 2 May 2004 07:16:32 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i42EKOu6006522; Sun, 2 May 2004 08:20:24 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <409502AE.8010809@freebsd.org> Date: Sun, 02 May 2004 08:16:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Max Laier References: <200405020636.i426aUjZ057440@repoman.freebsd.org> <200405021530.08498.max@love2party.net> In-Reply-To: <200405021530.08498.max@love2party.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.cip_output.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 14:16:33 -0000 Max Laier wrote: > On Sunday 02 May 2004 08:36, Darren Reed wrote: > >>darrenr 2004/05/01 23:36:30 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/sys mbuf.h >> sys/netinet ip_input.c ip_output.c ip_var.h >> Log: >> Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg >> (the type of tag to claim) and push it out of ip_var.h into mbuf.h >>alongside all of the other macros that work ok mbuf's and tag's. >> >> Revision Changes Path >> 1.269 +1 -1 src/sys/netinet/ip_input.c >> 1.216 +1 -1 src/sys/netinet/ip_output.c >> 1.86 +0 -16 src/sys/netinet/ip_var.h >> 1.142 +17 -0 src/sys/sys/mbuf.h > > > nice idea ... this makes things much cleaner, thanks. > tcp_input.c is broken now. Since a new parameter was added to the function and I'm certainly not qualified to know what should go into it, can one of you please fix it quickly? Scott From owner-cvs-src@FreeBSD.ORG Sun May 2 07:22:41 2004 Return-Path: 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 4688016A4CE; Sun, 2 May 2004 07:22:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D2943D4C; Sun, 2 May 2004 07:22:41 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42EMeGe072582; Sun, 2 May 2004 07:22:40 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42EMeE1072581; Sun, 2 May 2004 07:22:40 -0700 (PDT) (envelope-from schweikh) Message-Id: <200405021422.i42EMeE1072581@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 May 2004 07:22:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 14:22:41 -0000 schweikh 2004/05/02 07:22:39 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Added the 2120S to the list of supported cards. Revision Changes Path 1.19 +1 -1 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 07:26:39 2004 Return-Path: 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 3017B16A4CE; Sun, 2 May 2004 07:26:39 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E1443D3F; Sun, 2 May 2004 07:26:38 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i42EUVu6006604; Sun, 2 May 2004 08:30:31 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4095050C.9010500@freebsd.org> Date: Sun, 02 May 2004 08:26:20 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jens Schweikhardt References: <200405021422.i42EMeE1072581@repoman.freebsd.org> In-Reply-To: <200405021422.i42EMeE1072581@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 14:26:39 -0000 Jens Schweikhardt wrote: > schweikh 2004/05/02 07:22:39 PDT > > FreeBSD src repository > > Modified files: > share/man/man4 asr.4 > Log: > Added the 2120S to the list of supported cards. > > Revision Changes Path > 1.19 +1 -1 src/share/man/man4/asr.4 No, it is not supported by this driver. If you have questions about the content of this manpage, please ask me first. Scott From owner-cvs-src@FreeBSD.ORG Sun May 2 08:07:38 2004 Return-Path: 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 7C79D16A4CE; Sun, 2 May 2004 08:07:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A12043D45; Sun, 2 May 2004 08:07:38 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42F7cGe081794; Sun, 2 May 2004 08:07:38 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42F7cum081793; Sun, 2 May 2004 08:07:38 -0700 (PDT) (envelope-from darrenr) Message-Id: <200405021507.i42F7cum081793@repoman.freebsd.org> From: Darren Reed Date: Sun, 2 May 2004 08:07:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:07:38 -0000 darrenr 2004/05/02 08:07:37 PDT FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: oops, I forgot this file in a prior commit (change was still sitting here, uncommitted): Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg (the type of tag to claim) and push it out of ip_var.h into mbuf.h alongside all of the other macros that work ok mbuf's and tag's. Revision Changes Path 1.236 +1 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Sun May 2 08:10:18 2004 Return-Path: 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 16B0316A4CE; Sun, 2 May 2004 08:10:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44FD43D31; Sun, 2 May 2004 08:10:17 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42FAHGe081924; Sun, 2 May 2004 08:10:17 -0700 (PDT) (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42FAHl7081923; Sun, 2 May 2004 08:10:17 -0700 (PDT) (envelope-from darrenr) Message-Id: <200405021510.i42FAHl7081923@repoman.freebsd.org> From: Darren Reed Date: Sun, 2 May 2004 08:10:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_input.c ip_output.c tcp_input.c src/sys/sys mbuf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:10:18 -0000 darrenr 2004/05/02 08:10:17 PDT FreeBSD src repository Modified files: sys/netinet ip_input.c ip_output.c tcp_input.c sys/sys mbuf.h Log: Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier. Revision Changes Path 1.270 +1 -1 src/sys/netinet/ip_input.c 1.217 +1 -1 src/sys/netinet/ip_output.c 1.237 +1 -1 src/sys/netinet/tcp_input.c 1.143 +1 -1 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Sun May 2 08:31:59 2004 Return-Path: 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 5568816A4CE; Sun, 2 May 2004 08:31:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B3A43D4C; Sun, 2 May 2004 08:31:59 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42FVxGe087368; Sun, 2 May 2004 08:31:59 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42FVwFH087364; Sun, 2 May 2004 08:31:58 -0700 (PDT) (envelope-from schweikh) Message-Id: <200405021531.i42FVwFH087364@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 May 2004 08:31:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:31:59 -0000 schweikh 2004/05/02 08:31:58 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Oops, the 2120S is not supported by this driver. Clue bat kindly provided by: scottl Revision Changes Path 1.20 +1 -1 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 08:48:01 2004 Return-Path: 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 23D6F16A4CE; Sun, 2 May 2004 08:48:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A1A43D1D; Sun, 2 May 2004 08:48:01 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42Fm0Ge095944; Sun, 2 May 2004 08:48:00 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42Fm0YZ095943; Sun, 2 May 2004 08:48:00 -0700 (PDT) (envelope-from scottl) Message-Id: <200405021548.i42Fm0YZ095943@repoman.freebsd.org> From: Scott Long Date: Sun, 2 May 2004 08:48:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:48:01 -0000 scottl 2004/05/02 08:48:00 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Update the device list for asr, remove a nonsense paragraph, and fix up the wording in a few others. Revision Changes Path 1.21 +9 -18 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 08:48:11 2004 Return-Path: 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 C482616A4CF; Sun, 2 May 2004 08:48:11 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8016B43D49; Sun, 2 May 2004 08:48:11 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 49ED0530E; Sun, 2 May 2004 17:48:10 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8A101530C; Sun, 2 May 2004 17:48:03 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 46BAB33CAA; Sun, 2 May 2004 17:48:03 +0200 (CEST) To: Darren Reed References: <200405020636.i426aUjZ057440@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 02 May 2004 17:48:03 +0200 In-Reply-To: <200405020636.i426aUjZ057440@repoman.freebsd.org> (Darren Reed's message of "Sat, 1 May 2004 23:36:30 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.c ip_output.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:48:11 -0000 Darren Reed writes: > Log: > Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg > (the type of tag to claim) and push it out of ip_var.h into mbuf.h alon= gside > all of the other macros that work ok mbuf's and tag's. This breaks the build. Please test before committing. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun May 2 08:49:35 2004 Return-Path: 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 D03AE16A4CE; Sun, 2 May 2004 08:49:35 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9279643D48; Sun, 2 May 2004 08:49:35 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C9CDC530E; Sun, 2 May 2004 17:49:34 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6B2C0530C; Sun, 2 May 2004 17:49:28 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 573F333CAA; Sun, 2 May 2004 17:49:28 +0200 (CEST) To: David Schultz References: <200405021056.i42AuH5L020045@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 02 May 2004 17:49:28 +0200 In-Reply-To: <200405021056.i42AuH5L020045@repoman.freebsd.org> (David Schultz's message of "Sun, 2 May 2004 03:56:17 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:49:36 -0000 David Schultz writes: > Log: > Merge vfprintf.c, v1.65: > - s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/ > - Remove HEXFLOAT This commit breaks the build. Please test before committing. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun May 2 08:49:45 2004 Return-Path: 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 9300E16A4CF; Sun, 2 May 2004 08:49:45 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C2043D31; Sun, 2 May 2004 08:49:45 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 4AECD5311; Sun, 2 May 2004 17:49:44 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id BED98530F; Sun, 2 May 2004 17:49:37 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id A8D4A33CAC; Sun, 2 May 2004 17:49:37 +0200 (CEST) To: David Schultz References: <200405021056.i42AuQ9H020081@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 02 May 2004 17:49:37 +0200 In-Reply-To: <200405021056.i42AuQ9H020081@repoman.freebsd.org> (David Schultz's message of "Sun, 2 May 2004 03:56:26 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 15:49:45 -0000 David Schultz writes: > Log: > Merge vfscanf.c, v1.37: > - s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/ This commit breaks the build. Please test before committing. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun May 2 10:15:37 2004 Return-Path: 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 9DDD416A4CE; Sun, 2 May 2004 10:15:37 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CB943D39; Sun, 2 May 2004 10:15:37 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i42HFamZ020300; Sun, 2 May 2004 10:15:37 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i42HFaOf020299; Sun, 2 May 2004 10:15:36 -0700 (PDT) (envelope-from obrien) Date: Sun, 2 May 2004 10:15:36 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20040502171536.GA20256@dragon.nuxi.com> References: <200405021422.i42EMeE1072581@repoman.freebsd.org> <4095050C.9010500@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4095050C.9010500@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Jens Schweikhardt Subject: Re: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 17:15:37 -0000 On Sun, May 02, 2004 at 08:26:20AM -0600, Scott Long wrote: > Jens Schweikhardt wrote: > >schweikh 2004/05/02 07:22:39 PDT > > > > FreeBSD src repository > > > > Modified files: > > share/man/man4 asr.4 > > Log: > > Added the 2120S to the list of supported cards. > > > > Revision Changes Path > > 1.19 +1 -1 src/share/man/man4/asr.4 > > No, it is not supported by this driver. If you have questions > about the content of this manpage, please ask me first. > Scott Or the guy that researched the supported cards and greatly agumented the manpage. Me. :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sun May 2 10:17:19 2004 Return-Path: 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 999B216A4CE; Sun, 2 May 2004 10:17:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B8543D1F; Sun, 2 May 2004 10:17:19 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42HHJGe016360; Sun, 2 May 2004 10:17:19 -0700 (PDT) (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42HHJOn016359; Sun, 2 May 2004 10:17:19 -0700 (PDT) (envelope-from schweikh) Message-Id: <200405021717.i42HHJOn016359@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 May 2004 10:17:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 asr.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 17:17:19 -0000 schweikh 2004/05/02 10:17:19 PDT FreeBSD src repository Modified files: share/man/man4 asr.4 Log: Correct minor glitches. Okayed by: scottl. Revision Changes Path 1.22 +2 -2 src/share/man/man4/asr.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 10:38:28 2004 Return-Path: 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 1E1C916A4CE; Sun, 2 May 2004 10:38:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE45D43D5A; Sun, 2 May 2004 10:38:27 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42HcRGe020620; Sun, 2 May 2004 10:38:27 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42HcRe4020619; Sun, 2 May 2004 10:38:27 -0700 (PDT) (envelope-from marcel) Message-Id: <200405021738.i42HcRe4020619@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 May 2004 10:38:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 17:38:28 -0000 marcel 2004/05/02 10:38:27 PDT FreeBSD src repository Modified files: secure Makefile Log: Fix release builds (release.3 target). We also need to rebuild libradius, because otherwise it will remain having a dependency upon libssl. This breaks the non-crypto build that happens for release.3 While here, order the list of programs and libraries. Speculating review feedback from: ru Revision Changes Path 1.25 +4 -4 src/secure/Makefile From owner-cvs-src@FreeBSD.ORG Sun May 2 10:54:58 2004 Return-Path: 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 C1B2C16A4CE; Sun, 2 May 2004 10:54:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A061C43D1D; Sun, 2 May 2004 10:54:58 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42HswGe024586; Sun, 2 May 2004 10:54:58 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42HswiF024585; Sun, 2 May 2004 10:54:58 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405021754.i42HswiF024585@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 2 May 2004 10:54:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/du du.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 17:54:59 -0000 kientzle 2004/05/02 10:54:58 PDT FreeBSD src repository Modified files: usr.bin/du du.c Log: More style fixes, per bde. Revision Changes Path 1.32 +4 -6 src/usr.bin/du/du.c From owner-cvs-src@FreeBSD.ORG Sun May 2 10:57:50 2004 Return-Path: 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 727F216A4CE; Sun, 2 May 2004 10:57:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E30F43D1D; Sun, 2 May 2004 10:57:50 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42HvoGe024745; Sun, 2 May 2004 10:57:50 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42Hvo3O024744; Sun, 2 May 2004 10:57:50 -0700 (PDT) (envelope-from pjd) Message-Id: <200405021757.i42Hvo3O024744@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 2 May 2004 10:57:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.c g_gate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 17:57:50 -0000 pjd 2004/05/02 10:57:50 PDT FreeBSD src repository Modified files: sys/geom/gate g_gate.c g_gate.h Log: Make it compile on 64-bit architectures. The biggest issue was that 16-bit atomic operations aren't supported on all architectures. Revision Changes Path 1.2 +14 -14 src/sys/geom/gate/g_gate.c 1.2 +12 -12 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Sun May 2 10:59:50 2004 Return-Path: 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 6074816A4CE; Sun, 2 May 2004 10:59:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C7A43D53; Sun, 2 May 2004 10:59:50 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42HxoGe024944; Sun, 2 May 2004 10:59:50 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42HxnVo024942; Sun, 2 May 2004 10:59:49 -0700 (PDT) (envelope-from pjd) Message-Id: <200405021759.i42HxnVo024942@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 2 May 2004 10:59:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatec ggatec.c src/sbin/ggate/ggated ggated.c src/sbin/ggate/ggatel ggatel.c src/sbin/ggate/shared ggate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 17:59:50 -0000 pjd 2004/05/02 10:59:49 PDT FreeBSD src repository Modified files: sbin/ggate/ggatec ggatec.c sbin/ggate/ggated ggated.c sbin/ggate/ggatel ggatel.c sbin/ggate/shared ggate.c Log: Fix compiling on 64-bit architectures. Revision Changes Path 1.2 +1 -1 src/sbin/ggate/ggatec/ggatec.c 1.2 +1 -1 src/sbin/ggate/ggated/ggated.c 1.2 +1 -1 src/sbin/ggate/ggatel/ggatel.c 1.2 +1 -1 src/sbin/ggate/shared/ggate.c From owner-cvs-src@FreeBSD.ORG Sun May 2 11:10:35 2004 Return-Path: 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 D797616A4CE; Sun, 2 May 2004 11:10:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B382343D2D; Sun, 2 May 2004 11:10:35 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42IAZGe028332; Sun, 2 May 2004 11:10:35 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42IAZdM028331; Sun, 2 May 2004 11:10:35 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405021810.i42IAZdM028331@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 2 May 2004 11:10:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar_platform.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 18:10:36 -0000 kientzle 2004/05/02 11:10:35 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar_platform.h write.c Log: More of Juergen Lock's patches for Linux. (fflags support on Linux, nanosecond timestamp portability, enable 64-bit file offsets) Revision Changes Path 1.2 +11 -3 src/usr.bin/tar/bsdtar_platform.h 1.12 +52 -5 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun May 2 11:57:29 2004 Return-Path: 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 9992E16A4CE; Sun, 2 May 2004 11:57:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833D343D5C; Sun, 2 May 2004 11:57:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42IvTGe038864; Sun, 2 May 2004 11:57:29 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42IvTVP038863; Sun, 2 May 2004 11:57:29 -0700 (PDT) (envelope-from obrien) Message-Id: <200405021857.i42IvTVP038863@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 May 2004 11:57:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 18:57:29 -0000 obrien 2004/05/02 11:57:29 PDT FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Spell Ethernet correctly. Revision Changes Path 1.169 +4 -4 src/sys/alpha/conf/GENERIC 1.406 +9 -9 src/sys/amd64/conf/GENERIC 1.403 +10 -10 src/sys/i386/conf/GENERIC 1.62 +4 -4 src/sys/ia64/conf/GENERIC 1.247 +10 -10 src/sys/pc98/conf/GENERIC 1.34 +4 -4 src/sys/powerpc/conf/GENERIC 1.70 +4 -4 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun May 2 12:01:34 2004 Return-Path: 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 09D4E16A4CE for ; Sun, 2 May 2004 12:01:34 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A698343D39 for ; Sun, 2 May 2004 12:01:33 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 16106 invoked by uid 1000); 2 May 2004 19:01:34 -0000 Date: Sun, 2 May 2004 12:01:34 -0700 (PDT) From: Nate Lawson To: Doug Ambrisko In-Reply-To: <20040430211706.A2A0016A509@hub.freebsd.org> Message-ID: <20040502115932.Q16081@root.org> References: <20040430211706.A2A0016A509@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 19:01:34 -0000 On Fri, 30 Apr 2004, Doug Ambrisko wrote: > ambrisko 2004/04/30 14:16:52 PDT > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > share/man/man4 sio.4 > sys/dev/sio sio.c > Log: > Some enhancements and bug fix. > - Define option FORCECONSPEED to force the serial console to > be CONSPEED. I've run into a lot of boards in which > the detect for prior speed doesn't work and ends up with > broken console since it is at the wrong speed. > - If a serial port is marked as a console, but console=vidconsole > and if the serial ports doesn't exist it will be probed and > attached at a 8250 chip. Then writes to that will freeze the > system. > - Add an option flags 0x400000 to mark this as a potential > comconsole in-case the one flaged with 0x10 does not exist > in the system. > > This makes it easier to deploy on systems with one or two serial ports. > > Obtained from: IronPort > > Revision Changes Path > 1.51 +2 -0 src/share/man/man4/sio.4 > 1.1223 +2 -0 src/sys/conf/NOTES > 1.446 +1 -0 src/sys/conf/options > 1.428 +77 -50 src/sys/dev/sio/sio.c Thank you! Things like this that help all of us improve the enjoyment of developing. -Nate From owner-cvs-src@FreeBSD.ORG Sun May 2 12:14:14 2004 Return-Path: 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 223FB16A4CE; Sun, 2 May 2004 12:14:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0116943D48; Sun, 2 May 2004 12:14:14 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42JEDGe044204; Sun, 2 May 2004 12:14:13 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42JED3T044203; Sun, 2 May 2004 12:14:13 -0700 (PDT) (envelope-from marius) Message-Id: <200405021914.i42JED3T044203@repoman.freebsd.org> From: Marius Strobl Date: Sun, 2 May 2004 12:14:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 hme.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 19:14:14 -0000 marius 2004/05/02 12:14:13 PDT FreeBSD src repository Modified files: share/man/man4 hme.4 Log: Update URL of the FEPS PDF at sun.com. Revision Changes Path 1.2 +1 -1 src/share/man/man4/hme.4 From owner-cvs-src@FreeBSD.ORG Sun May 2 12:24:24 2004 Return-Path: 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 18D4916A4CE; Sun, 2 May 2004 12:24:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC2A43D1D; Sun, 2 May 2004 12:24:23 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42JONGe046305; Sun, 2 May 2004 12:24:23 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42JON2G046304; Sun, 2 May 2004 12:24:23 -0700 (PDT) (envelope-from njl) Message-Id: <200405021924.i42JON2G046304@repoman.freebsd.org> From: Nate Lawson Date: Sun, 2 May 2004 12:24:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 19:24:24 -0000 njl 2004/05/02 12:24:23 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Quirk for Neuros USB audio device. PR: kern/63645 Submitted by: Aron Stansvik Revision Changes Path 1.168 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Sun May 2 12:33:29 2004 Return-Path: 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 1755716A4CE; Sun, 2 May 2004 12:33:29 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA9543D2F; Sun, 2 May 2004 12:33:28 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i42JbMu6007903; Sun, 2 May 2004 13:37:22 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40954CF6.1060503@freebsd.org> Date: Sun, 02 May 2004 13:33:10 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200405021924.i42JON2G046304@repoman.freebsd.org> In-Reply-To: <200405021924.i42JON2G046304@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 19:33:29 -0000 Nate Lawson wrote: > njl 2004/05/02 12:24:23 PDT > > FreeBSD src repository > > Modified files: > sys/cam/scsi scsi_da.c > Log: > Quirk for Neuros USB audio device. > > PR: kern/63645 > Submitted by: Aron Stansvik > > Revision Changes Path > 1.168 +8 -0 src/sys/cam/scsi/scsi_da.c Speaking of quirks, what do you think about the XPT quirk table in cam_xpt.c? It looks to be quirks that apply to the inital probing and configuring of a device. I'm pretty set on moving it to the (new) scsi/scsi_probe.c file, but I'm curious what other opinions are on it, whether there should be a more generic quirk framework (think future non-SCSI transports), etc. Scott From owner-cvs-src@FreeBSD.ORG Sun May 2 12:43:33 2004 Return-Path: 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 09BDF16A4CE; Sun, 2 May 2004 12:43:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA5F43D1F; Sun, 2 May 2004 12:43:32 -0700 (PDT) (envelope-from dhartmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42JhWGe050656; Sun, 2 May 2004 12:43:32 -0700 (PDT) (envelope-from dhartmei@repoman.freebsd.org) Received: (from dhartmei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42JhWuH050655; Sun, 2 May 2004 12:43:32 -0700 (PDT) (envelope-from dhartmei) Message-Id: <200405021943.i42JhWuH050655@repoman.freebsd.org> From: Daniel Hartmeier Date: Sun, 2 May 2004 12:43:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: OPENBSD Subject: cvs commit: src/sys/contrib/pf/net - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 19:43:33 -0000 dhartmei 2004/05/02 12:43:32 PDT FreeBSD src repository src/sys/contrib/pf/net - Imported sources Update of /home/ncvs/src/sys/contrib/pf/net In directory repoman.freebsd.org:/tmp/cvs-serv50371 Log Message: Import OpenBSD 3.4-stable fixes Status: Vendor Tag: OPENBSD Release Tags: pf_openbsd_3_4_003 U src/sys/contrib/pf/net/if_pflog.c U src/sys/contrib/pf/net/if_pflog.h U src/sys/contrib/pf/net/if_pfsync.c U src/sys/contrib/pf/net/if_pfsync.h C src/sys/contrib/pf/net/pf.c C src/sys/contrib/pf/net/pf_ioctl.c C src/sys/contrib/pf/net/pf_norm.c U src/sys/contrib/pf/net/pf_osfp.c U src/sys/contrib/pf/net/pf_table.c U src/sys/contrib/pf/net/pfvar.h 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENBSD:yesterday -jOPENBSD src/sys/contrib/pf/net From owner-cvs-src@FreeBSD.ORG Sun May 2 13:09:15 2004 Return-Path: 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 63FF716A4CE; Sun, 2 May 2004 13:09:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C4543D1F; Sun, 2 May 2004 13:09:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42K9FGe062061; Sun, 2 May 2004 13:09:15 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42K9Fwl062060; Sun, 2 May 2004 13:09:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200405022009.i42K9Fwl062060@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 May 2004 13:09:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 20:09:15 -0000 obrien 2004/05/02 13:09:15 PDT FreeBSD src repository Modified files: lib/libc/stdio vfwprintf.c Log: Fix damaged FBSDID. Revision Changes Path 1.20 +1 -3 src/lib/libc/stdio/vfwprintf.c From owner-cvs-src@FreeBSD.ORG Sun May 2 13:13:30 2004 Return-Path: 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 0C38816A4CE; Sun, 2 May 2004 13:13:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFED543D2D; Sun, 2 May 2004 13:13:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42KDTGe064158; Sun, 2 May 2004 13:13:29 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42KDTk1064157; Sun, 2 May 2004 13:13:29 -0700 (PDT) (envelope-from obrien) Message-Id: <200405022013.i42KDTk1064157@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 May 2004 13:13:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 20:13:30 -0000 obrien 2004/05/02 13:13:29 PDT FreeBSD src repository Modified files: lib/libc/stdio vfwscanf.c Log: Remove bogus FBSDID. Revision Changes Path 1.12 +1 -3 src/lib/libc/stdio/vfwscanf.c From owner-cvs-src@FreeBSD.ORG Sun May 2 13:40:19 2004 Return-Path: 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 E11D216A4CE; Sun, 2 May 2004 13:40:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA26743D45; Sun, 2 May 2004 13:40:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42KeJGe068942; Sun, 2 May 2004 13:40:19 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42KeJLm068918; Sun, 2 May 2004 13:40:19 -0700 (PDT) (envelope-from marcel) Message-Id: <200405022040.i42KeJLm068918@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 May 2004 13:40:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 20:40:20 -0000 marcel 2004/05/02 13:40:19 PDT FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Add option GEOM_GPT. This brings the ability to have a large number of partitions on a single disk. Revision Changes Path 1.170 +1 -0 src/sys/alpha/conf/GENERIC 1.407 +1 -0 src/sys/amd64/conf/GENERIC 1.404 +1 -0 src/sys/i386/conf/GENERIC 1.248 +1 -0 src/sys/pc98/conf/GENERIC 1.35 +1 -0 src/sys/powerpc/conf/GENERIC 1.71 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun May 2 13:47:25 2004 Return-Path: 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 6840916A4CE; Sun, 2 May 2004 13:47:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5696143D48; Sun, 2 May 2004 13:47:25 -0700 (PDT) (envelope-from dhartmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42KlPGe071047; Sun, 2 May 2004 13:47:25 -0700 (PDT) (envelope-from dhartmei@repoman.freebsd.org) Received: (from dhartmei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42KlPeD071046; Sun, 2 May 2004 13:47:25 -0700 (PDT) (envelope-from dhartmei) Message-Id: <200405022047.i42KlPeD071046@repoman.freebsd.org> From: Daniel Hartmeier Date: Sun, 2 May 2004 13:47:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf.c pf_ioctl.c pf_norm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 20:47:25 -0000 dhartmei 2004/05/02 13:47:25 PDT FreeBSD src repository Modified files: sys/contrib/pf/net pf.c pf_ioctl.c pf_norm.c Log: Commit three imported bugfixes from OpenBSD 3.4-stable: - change pf_get_pool() argument rule_number type from u_int32_t to u_int8_t, fixes corruption of address pools with large rulesets (mcbride@) - prevent endless loops with route-to (dhartmei@) - limit option length to 2 octets max (frantzen@) Obtained from: OpenBSD Approved by: mlaier(mentor), bms(mentor) Revision Changes Path 1.8 +8 -11 src/sys/contrib/pf/net/pf.c 1.6 +3 -3 src/sys/contrib/pf/net/pf_ioctl.c 1.5 +5 -5 src/sys/contrib/pf/net/pf_norm.c From owner-cvs-src@FreeBSD.ORG Sun May 2 13:58:50 2004 Return-Path: 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 6608B16A4CE; Sun, 2 May 2004 13:58:50 -0700 (PDT) Received: from VARK.homeunix.com (adsl-68-124-137-57.dsl.pltn13.pacbell.net [68.124.137.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D57643D45; Sun, 2 May 2004 13:58:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i42KwUnx011000; Sun, 2 May 2004 13:58:30 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.10/8.12.10/Submit) id i42KwUuf010999; Sun, 2 May 2004 13:58:30 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sun, 2 May 2004 13:58:29 -0700 From: David Schultz To: "Dag-Erling =?us-ascii:iso-8859-1?Q?Sm=F8rgrav?=" Message-ID: <20040502205829.GA7211@VARK.homeunix.com> Mail-Followup-To: "Dag-Erling =?us-ascii:iso-8859-1?Q?Sm=F8rgrav?=" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200405021056.i42AuQ9H020081@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 20:58:50 -0000 On Sun, May 02, 2004, Dag-Erling Smrgrav wrote: > David Schultz writes: > > Log: > > Merge vfscanf.c, v1.37: > > - s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/ > > This commit breaks the build. Please test before committing. Sorry. No need to repeat yourself. This commit has been tested locally for weeks, except for the last step of merging the CVS tag from the file it tracks. This has to be done after the other file is checked in, much like syscalls.c vs. syscalls.master, and I fat-fingered it. obrien solved the problem by removing the offending CVS tag entirely, which suits me fine. From owner-cvs-src@FreeBSD.ORG Sun May 2 14:19:18 2004 Return-Path: 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 2AE3916A4CE; Sun, 2 May 2004 14:19:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08FBB43D46; Sun, 2 May 2004 14:19:18 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42LJHGe078361; Sun, 2 May 2004 14:19:17 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42LJHEP078360; Sun, 2 May 2004 14:19:17 -0700 (PDT) (envelope-from thomas) Message-Id: <200405022119.i42LJHEP078360@repoman.freebsd.org> From: Thomas Quinot Date: Sun, 2 May 2004 14:19:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 21:19:18 -0000 thomas 2004/05/02 14:19:17 PDT FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Be consistent in using variable names instead of parameter numbers. Revision Changes Path 1.6 +1 -1 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-src@FreeBSD.ORG Sun May 2 15:58:19 2004 Return-Path: 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 8144916A4CE; Sun, 2 May 2004 15:58:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF9143D1D; Sun, 2 May 2004 15:58:19 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42MwJGe000362; Sun, 2 May 2004 15:58:19 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42MwJc0000361; Sun, 2 May 2004 15:58:19 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405022258.i42MwJc0000361@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 2 May 2004 15:58:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar_platform.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 22:58:19 -0000 kientzle 2004/05/02 15:58:19 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar_platform.h write.c Log: Style: Use single tab after #define Revision Changes Path 1.10 +2 -2 src/usr.bin/tar/bsdtar.c 1.3 +11 -11 src/usr.bin/tar/bsdtar_platform.h 1.13 +3 -3 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun May 2 16:07:50 2004 Return-Path: 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 F307916A4CE; Sun, 2 May 2004 16:07:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E199143D41; Sun, 2 May 2004 16:07:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i42N7nGe003407; Sun, 2 May 2004 16:07:49 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i42N7n0K003406; Sun, 2 May 2004 16:07:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200405022307.i42N7n0K003406@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 May 2004 16:07:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gzip gzip.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 23:07:50 -0000 obrien 2004/05/02 16:07:49 PDT FreeBSD src repository Modified files: gnu/usr.bin/gzip gzip.h Log: Gzip assumes 'unsigned long' is 32-bits wide and depends on this. One thing Gzip does is implicitly by store the size of a file into an 'unsigned long' rather than explicitly compute the remainder modulo 2^32 (see RFC 1952 section 2.3.1 "ISIZE"). Thus an extracted file size is does not equal the original size (mod 2^32) for files larger than 4GB. This manifests itself in errors such as: zcat: bigfile.gz: invalid compressed data--length error PR: 66008, 66009 Submitted by: Peter Losher Patch by: tjr Revision Changes Path 1.4 +6 -3 src/gnu/usr.bin/gzip/gzip.h From owner-cvs-src@FreeBSD.ORG Sun May 2 16:14:28 2004 Return-Path: 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 E94AC16A4CE; Sun, 2 May 2004 16:14:28 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EC143D1F; Sun, 2 May 2004 16:14:28 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id D196D530F; Mon, 3 May 2004 01:14:26 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2E3E75309; Mon, 3 May 2004 01:14:20 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id B81F233CAA; Mon, 3 May 2004 01:14:19 +0200 (CEST) To: Marcel Moolenaar References: <200405022040.i42KeJLm068918@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 03 May 2004 01:14:19 +0200 In-Reply-To: <200405022040.i42KeJLm068918@repoman.freebsd.org> (Marcel Moolenaar's message of "Sun, 2 May 2004 13:40:19 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 May 2004 23:14:29 -0000 Marcel Moolenaar writes: > Log: > Add option GEOM_GPT. This brings the ability to have a large number of > partitions on a single disk. GEOM_VOL too, please. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun May 2 17:10:59 2004 Return-Path: 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 CAE7D16A4CE; Sun, 2 May 2004 17:10:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1CF43D46; Sun, 2 May 2004 17:10:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i430AxGe023851; Sun, 2 May 2004 17:10:59 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i430Axem023850; Sun, 2 May 2004 17:10:59 -0700 (PDT) (envelope-from marcel) Message-Id: <200405030010.i430Axem023850@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 May 2004 17:10:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/conf SKI X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 00:11:00 -0000 marcel 2004/05/02 17:10:59 PDT FreeBSD src repository Modified files: sys/ia64/conf SKI Log: Catch- and cleanup: o Fix and improve comments and references, o Add PFIL_HOOKS, UFS_ACL and UFS_DIRHASH, o Switch from SCHED_4BSD to SCHED_ULE, o Remove SCSI_DELAY (there's no SCSI support), Revision Changes Path 1.16 +35 -30 src/sys/ia64/conf/SKI From owner-cvs-src@FreeBSD.ORG Sun May 2 17:47:36 2004 Return-Path: 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 4504716A4CE; Sun, 2 May 2004 17:47:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E6A43D62; Sun, 2 May 2004 17:47:36 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i430lZGe031157; Sun, 2 May 2004 17:47:35 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i430lZeM031156; Sun, 2 May 2004 17:47:35 -0700 (PDT) (envelope-from marcel) Message-Id: <200405030047.i430lZeM031156@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 May 2004 17:47:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 00:47:36 -0000 marcel 2004/05/02 17:47:35 PDT FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: s/emacs21/emacs/ The emacs21 ports has been retired on March 21st and the emacs port was updated to version 21.3. Revision Changes Path 1.57 +1 -1 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Sun May 2 17:48:11 2004 Return-Path: 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 EA9AB16A4CF; Sun, 2 May 2004 17:48:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C962A43D31; Sun, 2 May 2004 17:48:11 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i430mBGe031198; Sun, 2 May 2004 17:48:11 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i430mBDq031197; Sun, 2 May 2004 17:48:11 -0700 (PDT) (envelope-from cperciva) Message-Id: <200405030048.i430mBDq031197@repoman.freebsd.org> From: Colin Percival Date: Sun, 2 May 2004 17:48:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 00:48:12 -0000 cperciva 2004/05/02 17:48:11 PDT FreeBSD src repository Modified files: sys/kern kern_clock.c Log: Fix a race condition which could result in profprocs being decremented more than once if stopprofclock is called multiple times on the same process. Revision Changes Path 1.168 +2 -0 src/sys/kern/kern_clock.c From owner-cvs-src@FreeBSD.ORG Sun May 2 18:12:41 2004 Return-Path: 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 D100F16A4EF; Sun, 2 May 2004 18:12:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA07F43D1F; Sun, 2 May 2004 18:12:41 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i431CfGe038052; Sun, 2 May 2004 18:12:41 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i431CfrY038051; Sun, 2 May 2004 18:12:41 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405030112.i431CfrY038051@repoman.freebsd.org> From: Ken Smith Date: Sun, 2 May 2004 18:12:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 01:12:42 -0000 kensmith 2004/05/02 18:12:41 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: Adjustments to package sets for disc1 for the 4.10 release. The compat packages are being removed because of security issues, they are no longer buildable. The other packages being removed are due to space issues, they don't fit. Packages chosen for removal were either thought to be less popular with the majority of people, or were large *and* you need a network connection to be able to use them so downloading them post-install should be possible. This will be merged into RELENG_4_10 immediately but note that a commit to HEAD has not and will not be done for this now. -current package sets are smaller (.tbz versus .tgz) so the package sets are at least somewhat disjoint. And it's pointless to update this in HEAD until a 5.X release comes. Revision Changes Path 1.1.2.36 +0 -19 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Sun May 2 18:28:13 2004 Return-Path: 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 6379716A4CE; Sun, 2 May 2004 18:28:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4090643D2F; Sun, 2 May 2004 18:28:13 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i431SDGe040197; Sun, 2 May 2004 18:28:13 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i431SDq8040196; Sun, 2 May 2004 18:28:13 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405030128.i431SDq8040196@repoman.freebsd.org> From: Ken Smith Date: Sun, 2 May 2004 18:28:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 01:28:13 -0000 kensmith 2004/05/02 18:28:13 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release/scripts print-cdrom-packages.sh Log: MF-RELENG_4 of rev 1.1.2.36. Adjustments to package sets for upcoming release. Approved by: re (scottl) Revision Changes Path 1.1.2.35.2.1 +0 -19 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Sun May 2 18:40:35 2004 Return-Path: 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 8460616A4CE; Sun, 2 May 2004 18:40:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B8E43D31; Sun, 2 May 2004 18:40:35 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i431eZGe042393; Sun, 2 May 2004 18:40:35 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i431eZoh042392; Sun, 2 May 2004 18:40:35 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405030140.i431eZoh042392@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 2 May 2004 18:40:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive.h archive_entry.c archive_entry.h archive_platform.h archive_private.h archive_read_support_format_cpio.c archive_string.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 01:40:35 -0000 kientzle 2004/05/02 18:40:35 PDT FreeBSD src repository Modified files: lib/libarchive archive.h archive_entry.c archive_entry.h archive_platform.h archive_private.h archive_read_support_format_cpio.c archive_string.h Log: Consistify: #define gets 1 tab character afterwards Pointed out by: Simon Nielsen Revision Changes Path 1.8 +6 -6 src/lib/libarchive/archive.h 1.12 +2 -2 src/lib/libarchive/archive_entry.c 1.8 +3 -3 src/lib/libarchive/archive_entry.h 1.8 +37 -37 src/lib/libarchive/archive_platform.h 1.8 +2 -2 src/lib/libarchive/archive_private.h 1.9 +1 -1 src/lib/libarchive/archive_read_support_format_cpio.c 1.3 +3 -3 src/lib/libarchive/archive_string.h From owner-cvs-src@FreeBSD.ORG Sun May 2 20:29:22 2004 Return-Path: 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 6E46216A4CE; Sun, 2 May 2004 20:29:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD3143D31; Sun, 2 May 2004 20:29:22 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i433TMGe066370; Sun, 2 May 2004 20:29:22 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i433TMm8066369; Sun, 2 May 2004 20:29:22 -0700 (PDT) (envelope-from sam) Message-Id: <200405030329.i433TMm8066369@repoman.freebsd.org> From: Sam Leffler Date: Sun, 2 May 2004 20:29:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 03:29:22 -0000 sam 2004/05/02 20:29:21 PDT FreeBSD src repository Modified files: sys/netipsec key.c Log: add support to prefer old SA to new SA during allocation (makes net.key.preferred_oldsa work as for KAME) Submitted by: gabor@sentex.net Reviewed by: Bjoern A. Zeeb MFC after: 1 day Revision Changes Path 1.13 +27 -18 src/sys/netipsec/key.c From owner-cvs-src@FreeBSD.ORG Sun May 2 20:57:14 2004 Return-Path: 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 BC44616A4CE; Sun, 2 May 2004 20:57:14 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A8843D6B; Sun, 2 May 2004 20:57:14 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.133.4) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92701F9A85C; Mon, 3 May 2004 13:57:12 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CF7004193; Mon, 3 May 2004 13:56:54 +1000 (EST) Date: Mon, 3 May 2004 13:56:54 +1000 From: Tim Robbins To: "David E. O'Brien" Message-ID: <20040503035654.GA93315@cat.robbins.dropbear.id.au> References: <200405022013.i42KDTk1064157@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405022013.i42KDTk1064157@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 03:57:14 -0000 On Sun, May 02, 2004 at 01:13:29PM -0700, David E. O'Brien wrote: > obrien 2004/05/02 13:13:29 PDT > > FreeBSD src repository > > Modified files: > lib/libc/stdio vfwscanf.c > Log: > Remove bogus FBSDID. These weren't bogus -- they showed the revision of the single-byte version that the files corresponded to, so that it was easy to see which changes needed to be merged across. Thanks for unbreaking the build though. Tim From owner-cvs-src@FreeBSD.ORG Sun May 2 21:13:32 2004 Return-Path: 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 8774016A4CE; Sun, 2 May 2004 21:13:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BEA43D31; Sun, 2 May 2004 21:13:32 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i434DWGe083180; Sun, 2 May 2004 21:13:32 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i434DWIZ083179; Sun, 2 May 2004 21:13:32 -0700 (PDT) (envelope-from marcel) Message-Id: <200405030413.i434DWIZ083179@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 May 2004 21:13:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 04:13:32 -0000 marcel 2004/05/02 21:13:32 PDT FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Floating-point faults and exceptions can happen in the kernel too. Do not panic when it happens; handle them. Run into by: das Revision Changes Path 1.98 +15 -12 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Sun May 2 21:48:18 2004 Return-Path: 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 C7FB816A4CE; Sun, 2 May 2004 21:48:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3FAA43D48; Sun, 2 May 2004 21:48:18 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i434mIGe089571; Sun, 2 May 2004 21:48:18 -0700 (PDT) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i434mI1D089570; Sun, 2 May 2004 21:48:18 -0700 (PDT) (envelope-from ache) Message-Id: <200405030448.i434mI1D089570@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 May 2004 21:48:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/locale ldpart.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 04:48:18 -0000 ache 2004/05/02 21:48:18 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/locale ldpart.c Log: MFC v1.15, split_lines() rewrite Revision Changes Path 1.7.2.5 +7 -3 src/lib/libc/locale/ldpart.c From owner-cvs-src@FreeBSD.ORG Sun May 2 22:11:40 2004 Return-Path: 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 C9CB416A4CE; Sun, 2 May 2004 22:11:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FE143D3F; Sun, 2 May 2004 22:11:40 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i435BeGe095901; Sun, 2 May 2004 22:11:40 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i435Bemi095894; Sun, 2 May 2004 22:11:40 -0700 (PDT) (envelope-from sam) Message-Id: <200405030511.i435Bemi095894@repoman.freebsd.org> From: Sam Leffler Date: Sun, 2 May 2004 22:11:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 05:11:40 -0000 sam 2004/05/02 22:11:40 PDT FreeBSD src repository Modified files: sys/netipsec key.c Log: correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with removing specific SPIs Submitted by: Bjoern A. Zeeb Revision Changes Path 1.14 +2 -2 src/sys/netipsec/key.c From owner-cvs-src@FreeBSD.ORG Sun May 2 22:15:53 2004 Return-Path: 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 B270C16A4CE; Sun, 2 May 2004 22:15:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 907B543D39; Sun, 2 May 2004 22:15:53 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i435FrGe096736; Sun, 2 May 2004 22:15:53 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i435Frhm096735; Sun, 2 May 2004 22:15:53 -0700 (PDT) (envelope-from sam) Message-Id: <200405030515.i435Frhm096735@repoman.freebsd.org> From: Sam Leffler Date: Sun, 2 May 2004 22:15:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 05:15:53 -0000 sam 2004/05/02 22:15:53 PDT FreeBSD src repository Modified files: sys/netipsec key.c Log: use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policy (was using src instead of dst) Submitted by: Bjoern A. Zeeb Obtained from: KAME MFC after: 1 day Revision Changes Path 1.15 +2 -2 src/sys/netipsec/key.c From owner-cvs-src@FreeBSD.ORG Mon May 3 00:05:36 2004 Return-Path: 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 1BCEA16A4CE; Mon, 3 May 2004 00:05:36 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B9643D46; Mon, 3 May 2004 00:05:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i4366nDS001795; Sun, 2 May 2004 23:06:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i4366nTx001794; Sun, 2 May 2004 23:06:49 -0700 (PDT) (envelope-from obrien) Date: Sun, 2 May 2004 23:06:49 -0700 From: "David O'Brien" To: Tim Robbins Message-ID: <20040503060649.GA1773@dragon.nuxi.com> References: <200405022013.i42KDTk1064157@repoman.freebsd.org> <20040503035654.GA93315@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040503035654.GA93315@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 07:05:36 -0000 On Mon, May 03, 2004 at 01:56:54PM +1000, Tim Robbins wrote: > On Sun, May 02, 2004 at 01:13:29PM -0700, David E. O'Brien wrote: > > > obrien 2004/05/02 13:13:29 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/stdio vfwscanf.c > > Log: > > Remove bogus FBSDID. > > These weren't bogus -- they showed the revision of the single-byte version > that the files corresponded to, so that it was easy to see which changes > needed to be merged across. One shouldn't have duplicate __FBSDID()'s. To do what you wanted to do, one should grab the CVS info and put it in the file header comment section prefixed with "From: ". :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon May 3 00:20:27 2004 Return-Path: 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 90B3B16A4CE; Mon, 3 May 2004 00:20:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F75643D53; Mon, 3 May 2004 00:20:27 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i437KRGe023175; Mon, 3 May 2004 00:20:27 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i437KRK3023174; Mon, 3 May 2004 00:20:27 -0700 (PDT) (envelope-from pjd) Message-Id: <200405030720.i437KRK3023174@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 00:20:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gconcat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 07:20:27 -0000 pjd 2004/05/03 00:20:27 PDT FreeBSD src repository Modified files: sbin/gconcat Makefile Log: We don't need this any more, while we have /usr/include/geom/concat/. Revision Changes Path 1.4 +0 -1 src/sbin/gconcat/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 3 00:22:00 2004 Return-Path: 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 2625116A4CE; Mon, 3 May 2004 00:22:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F295143D41; Mon, 3 May 2004 00:21:59 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i437LxGe024731; Mon, 3 May 2004 00:21:59 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i437LxaK024727; Mon, 3 May 2004 00:21:59 -0700 (PDT) (envelope-from pjd) Message-Id: <200405030721.i437LxaK024727@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 00:21:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatec Makefile src/sbin/ggate/ggated Makefile src/sbin/ggate/ggatel Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 07:22:00 -0000 pjd 2004/05/03 00:21:59 PDT FreeBSD src repository Modified files: sbin/ggate/ggatec Makefile sbin/ggate/ggated Makefile sbin/ggate/ggatel Makefile Log: Paths correction. Pointed out by: ache, make buildworld Revision Changes Path 1.2 +2 -2 src/sbin/ggate/ggatec/Makefile 1.2 +2 -2 src/sbin/ggate/ggated/Makefile 1.2 +2 -2 src/sbin/ggate/ggatel/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 3 00:25:50 2004 Return-Path: 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 B90B916A4CE; Mon, 3 May 2004 00:25:50 -0700 (PDT) Received: from VARK.homeunix.com (adsl-68-124-137-57.dsl.pltn13.pacbell.net [68.124.137.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CCE43D5F; Mon, 3 May 2004 00:25:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i437PVnx014294; Mon, 3 May 2004 00:25:31 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.10/8.12.10/Submit) id i437PVE3014293; Mon, 3 May 2004 00:25:31 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 3 May 2004 00:25:30 -0700 From: David Schultz To: "David O'Brien" Message-ID: <20040503072530.GA14247@VARK.homeunix.com> Mail-Followup-To: David O'Brien , Tim Robbins , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200405022013.i42KDTk1064157@repoman.freebsd.org> <20040503035654.GA93315@cat.robbins.dropbear.id.au> <20040503060649.GA1773@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040503060649.GA1773@dragon.nuxi.com> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Tim Robbins Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 07:25:50 -0000 On Sun, May 02, 2004, David O'Brien wrote: > On Mon, May 03, 2004 at 01:56:54PM +1000, Tim Robbins wrote: > > On Sun, May 02, 2004 at 01:13:29PM -0700, David E. O'Brien wrote: > > > > > obrien 2004/05/02 13:13:29 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libc/stdio vfwscanf.c > > > Log: > > > Remove bogus FBSDID. > > > > These weren't bogus -- they showed the revision of the single-byte version > > that the files corresponded to, so that it was easy to see which changes > > needed to be merged across. > > One shouldn't have duplicate __FBSDID()'s. To do what you wanted to do, > one should grab the CVS info and put it in the file header comment > section prefixed with "From: ". :-) Moreover, if you put it in a /*-style comment, people like me won't break the build as a result of cut-and-paste-o's that happen after merging and testing. Whups. Thanks for fixing it, David. Personally, I'd actually prefer that the second set of tags stay deleted. I don't know how easy they are to manage with P4, but they're a PITA to do manually with CVS. The CVS logs ought to be sufficient to see what changes need to be merged, without having the extra tag. From owner-cvs-src@FreeBSD.ORG Mon May 3 01:19:45 2004 Return-Path: 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 EB8C616A4CE; Mon, 3 May 2004 01:19:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C702643D3F; Mon, 3 May 2004 01:19:45 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i438JjGe042281; Mon, 3 May 2004 01:19:45 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i438JjE1042280; Mon, 3 May 2004 01:19:45 -0700 (PDT) (envelope-from maxim) Message-Id: <200405030819.i438JjE1042280@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 3 May 2004 01:19:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 08:19:46 -0000 maxim 2004/05/03 01:19:45 PDT FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o Add OpenBSD 3.5. o NetBSD 1.6.2 was a patch release. MFC after: 3 days Revision Changes Path 1.80 +3 -2 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Mon May 3 02:54:51 2004 Return-Path: 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 C557916A4CE; Mon, 3 May 2004 02:54:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBBE43D41; Mon, 3 May 2004 02:54:51 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i439spGe063135; Mon, 3 May 2004 02:54:51 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i439sp1t063134; Mon, 3 May 2004 02:54:51 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405030954.i439sp1t063134@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 3 May 2004 02:54:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 rl.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 09:54:51 -0000 sanpei 2004/05/03 02:54:51 PDT FreeBSD src repository Modified files: share/man/man4 rl.4 Log: add support BUFFALO(Melco INC.) LPC-CB-CLX(CardBus) http://buffalo.melcoinc.co.jp/products/catalog/item/l/lpc-cb-clx/index.html (in Japanese) Revision Changes Path 1.34 +2 -0 src/share/man/man4/rl.4 From owner-cvs-src@FreeBSD.ORG Mon May 3 03:29:24 2004 Return-Path: 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 344C216A4CF; Mon, 3 May 2004 03:29:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F22B43D48; Mon, 3 May 2004 03:29:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43ATNGe070483; Mon, 3 May 2004 03:29:23 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43ATN2a070482; Mon, 3 May 2004 03:29:23 -0700 (PDT) (envelope-from obrien) Message-Id: <200405031029.i43ATN2a070482@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 May 2004 03:29:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gzip gzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 10:29:24 -0000 obrien 2004/05/03 03:29:23 PDT FreeBSD src repository Modified files: gnu/usr.bin/gzip gzip.c Log: Tweak to rev 1.8 to match the offical http://www.gzip.org/gzip-1.2.4b.patch Revision Changes Path 1.11 +3 -2 src/gnu/usr.bin/gzip/gzip.c From owner-cvs-src@FreeBSD.ORG Mon May 3 03:33:28 2004 Return-Path: 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 2EE9516A4CE; Mon, 3 May 2004 03:33:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B9C443D39; Mon, 3 May 2004 03:33:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43AXRGe072329; Mon, 3 May 2004 03:33:27 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43AXRW7072328; Mon, 3 May 2004 03:33:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200405031033.i43AXRW7072328@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 May 2004 03:33:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gzip unzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 10:33:28 -0000 obrien 2004/05/03 03:33:27 PDT FreeBSD src repository Modified files: gnu/usr.bin/gzip unzip.c Log: Restore vendor Id. Revision Changes Path 1.8 +3 -1 src/gnu/usr.bin/gzip/unzip.c From owner-cvs-src@FreeBSD.ORG Mon May 3 04:41:25 2004 Return-Path: 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 EC8D516A4CE; Mon, 3 May 2004 04:41:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6F143D39; Mon, 3 May 2004 04:41:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43BfPGe086713; Mon, 3 May 2004 04:41:25 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43BfPjP086712; Mon, 3 May 2004 04:41:25 -0700 (PDT) (envelope-from phk) Message-Id: <200405031141.i43BfPjP086712@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 May 2004 04:41:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/led led.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 11:41:26 -0000 phk 2004/05/03 04:41:25 PDT FreeBSD src repository Modified files: sys/dev/led led.c Log: Fix off by one error. Revision Changes Path 1.10 +1 -0 src/sys/dev/led/led.c From owner-cvs-src@FreeBSD.ORG Mon May 3 04:48:55 2004 Return-Path: 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 CCE3816A4CE; Mon, 3 May 2004 04:48:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C7943D1F; Mon, 3 May 2004 04:48:55 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43BmtGe093878; Mon, 3 May 2004 04:48:55 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43BmtjE093877; Mon, 3 May 2004 04:48:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200405031148.i43BmtjE093877@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 May 2004 04:48:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 11:48:55 -0000 tjr 2004/05/03 04:48:55 PDT FreeBSD src repository Modified files: bin/ls util.c Log: Only add the widths together for printable characters in prn_normal(); unprintable characters have a "width" of -1. Revision Changes Path 1.35 +2 -1 src/bin/ls/util.c From owner-cvs-src@FreeBSD.ORG Mon May 3 05:03:16 2004 Return-Path: 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 90A9816A4CE; Mon, 3 May 2004 05:03:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D91543D31; Mon, 3 May 2004 05:03:16 -0700 (PDT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43C3GGe098718; Mon, 3 May 2004 05:03:16 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43C3GrM098717; Mon, 3 May 2004 05:03:16 -0700 (PDT) (envelope-from thomas) Message-Id: <200405031203.i43C3GrM098717@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 3 May 2004 05:03:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 atapicam.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 12:03:16 -0000 thomas 2004/05/03 05:03:16 PDT FreeBSD src repository Modified files: share/man/man4 atapicam.4 Log: Add 'device ata' to the kernel configuration excerpt in EXAMPLE section. Update mount example to use /dev/cd0 instead of /dev/cd0c. Update copyright notice. Revision Changes Path 1.4 +3 -2 src/share/man/man4/atapicam.4 From owner-cvs-src@FreeBSD.ORG Mon May 3 06:01:35 2004 Return-Path: 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 4711816A4CE; Mon, 3 May 2004 06:01:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2768843D41; Mon, 3 May 2004 06:01:35 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43D1YGe010211; Mon, 3 May 2004 06:01:34 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43D1YqY010210; Mon, 3 May 2004 06:01:34 -0700 (PDT) (envelope-from andre) Message-Id: <200405031301.i43D1YqY010210@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 06:01:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii brgphy.c dcphy.c e1000phy.c mii_physubr.c mlphy.c rgephy.c ruephy.c tlphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 13:01:35 -0000 andre 2004/05/03 06:01:34 PDT FreeBSD src repository Modified files: sys/dev/mii brgphy.c dcphy.c e1000phy.c mii_physubr.c mlphy.c rgephy.c ruephy.c tlphy.c xmphy.c Log: Correct the phy_service() routine case MII_TICK to correctly track the falling edge of a media state change. This is in preparation for media state change notification to the routing socket. No objections by: sam, wpaul, ru, bms Brucification by: bde Revision Changes Path 1.29 +3 -3 src/sys/dev/mii/brgphy.c 1.24 +1 -1 src/sys/dev/mii/dcphy.c 1.11 +2 -2 src/sys/dev/mii/e1000phy.c 1.20 +4 -2 src/sys/dev/mii/mii_physubr.c 1.19 +2 -2 src/sys/dev/mii/mlphy.c 1.3 +3 -3 src/sys/dev/mii/rgephy.c 1.3 +2 -2 src/sys/dev/mii/ruephy.c 1.16 +2 -2 src/sys/dev/mii/tlphy.c 1.14 +2 -2 src/sys/dev/mii/xmphy.c From owner-cvs-src@FreeBSD.ORG Mon May 3 06:48:35 2004 Return-Path: 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 B723716A4DE; Mon, 3 May 2004 06:48:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BCF43D5E; Mon, 3 May 2004 06:48:35 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43DmZGe020416; Mon, 3 May 2004 06:48:35 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43DmZpU020415; Mon, 3 May 2004 06:48:35 -0700 (PDT) (envelope-from andre) Message-Id: <200405031348.i43DmZpU020415@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 06:48:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii mii.c src/sys/net if.h if_var.h if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 13:48:35 -0000 andre 2004/05/03 06:48:35 PDT FreeBSD src repository Modified files: sys/dev/mii mii.c sys/net if.h if_var.h if_vlan.c Log: Link state change notification of ethernet media to the routing socket. o Extend the if_data structure with an ifi_link_state field and provide the corresponding defines for the valid states. o The mii_linkchg() callback updates the ifi_link_state field and calls rt_ifmsg() to notify listeners on the routing socket in addition to the kqueue KNOTE. o If vlans are configured on a physical interface notify and update all vlan pseudo devices as well with the vlan_link_state() callback. No objections by: sam, wpaul, ru, bms Brucification by: bde Revision Changes Path 1.18 +18 -4 src/sys/dev/mii/mii.c 1.86 +8 -0 src/sys/net/if.h 1.74 +1 -0 src/sys/net/if_var.h 1.59 +25 -0 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Mon May 3 06:52:48 2004 Return-Path: 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 8537F16A4CE; Mon, 3 May 2004 06:52:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F9043D31; Mon, 3 May 2004 06:52:48 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43DqmGe022321; Mon, 3 May 2004 06:52:48 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Dqld7022320; Mon, 3 May 2004 06:52:47 -0700 (PDT) (envelope-from andre) Message-Id: <200405031352.i43Dqld7022320@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 06:52:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 13:52:48 -0000 andre 2004/05/03 06:52:47 PDT FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Optimize IP fastforwarding some more: o New function ip_findroute() to reduce code duplication for the route lookup cases. (luigi) o Store ip_len in host byte order on the stack instead of using it via indirection from the mbuf. This allows to defer the host byte conversion to a later point and makes a quicker fallback to normal ip_input() processing. (luigi) o Check if route is dampned with RTF_REJECT flag and drop packet already here when ARP is unable to resolve destination address. An ICMP unreachable is sent to inform the sender. o Check if interface output queue is full and drop packet already here. No ICMP notification is sent because signalling source quench is depreciated. o Check if media_state is down (used for ethernet type interfaces) and drop the packet already here. An ICMP unreachable is sent to inform the sender. o Do not account sent packets to the interface address counters. They are only for packets with that 'ia' as source address. o Update and clarify some comments. Submitted by: luigi (most of it) Revision Changes Path 1.9 +114 -95 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Mon May 3 07:49:11 2004 Return-Path: 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 CC9F216A4CF; Mon, 3 May 2004 07:49:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B2E43D53; Mon, 3 May 2004 07:49:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43EnBGe034235; Mon, 3 May 2004 07:49:11 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43EnBd5034234; Mon, 3 May 2004 07:49:11 -0700 (PDT) (envelope-from jhb) Message-Id: <200405031449.i43EnBd5034234@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 May 2004 07:49:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 mptable_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 14:49:12 -0000 jhb 2004/05/03 07:49:11 PDT FreeBSD src repository Modified files: sys/i386/i386 mptable_pci.c Log: Use a private attach method for the MP Table host-PCI bridge driver rather than using legacy_pcib_attach(). The MP Table drivers don't use the $PIR, and the legacy_pcib_attach() function probes and parses the $PIR in addition to adding the pci bus child device. Revision Changes Path 1.2 +9 -1 src/sys/i386/i386/mptable_pci.c From owner-cvs-src@FreeBSD.ORG Mon May 3 07:49:44 2004 Return-Path: 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 0E42D16A4CE; Mon, 3 May 2004 07:49:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E082243D1D; Mon, 3 May 2004 07:49:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43EnhGe034304; Mon, 3 May 2004 07:49:43 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43EnhVQ034303; Mon, 3 May 2004 07:49:43 -0700 (PDT) (envelope-from jhb) Message-Id: <200405031449.i43EnhVQ034303@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 May 2004 07:49:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include legacyvar.h src/sys/i386/pci pci_bus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 14:49:44 -0000 jhb 2004/05/03 07:49:43 PDT FreeBSD src repository Modified files: sys/i386/include legacyvar.h sys/i386/pci pci_bus.c Log: Make the legacy_pcib_attach() function static. Revision Changes Path 1.5 +0 -1 src/sys/i386/include/legacyvar.h 1.109 +1 -1 src/sys/i386/pci/pci_bus.c From owner-cvs-src@FreeBSD.ORG Mon May 3 07:52:43 2004 Return-Path: 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 1662C16A4CE; Mon, 3 May 2004 07:52:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E947643D39; Mon, 3 May 2004 07:52:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43EqgGe036132; Mon, 3 May 2004 07:52:42 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Eqf6P036100; Mon, 3 May 2004 07:52:42 -0700 (PDT) (envelope-from jhb) Message-Id: <200405031452.i43Eqf6P036100@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 May 2004 07:52:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 14:52:43 -0000 jhb 2004/05/03 07:52:41 PDT FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpic interrupt source. - Only do an outb() to the PIC to clear a bit in imen if the bit is set. - Add a NUM_ISA_IRQS macro to replace uglier 'sizeof(array) / sizeof(member)' expressions along with a CTASSERT() to ensure that the macro is correct. Revision Changes Path 1.11 +16 -8 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Mon May 3 08:10:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7330C16A4CE; Mon, 3 May 2004 08:10:38 -0700 (PDT) Received: from localhost (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i43FAced005343; Mon, 3 May 2004 11:10:38 -0400 (EDT) (envelope-from green@green.homeunix.org) Message-Id: <200405031510.i43FAced005343@green.homeunix.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Colin Percival In-Reply-To: Message from Colin Percival <200405030048.i430mBDq031197@repoman.freebsd.org> From: Brian Fundakowski Feldman Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 May 2004 11:10:38 -0400 Sender: green@green.homeunix.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 15:10:38 -0000 Colin Percival wrote: > cperciva 2004/05/02 17:48:11 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_clock.c > Log: > Fix a race condition which could result in profprocs being decremented > more than once if stopprofclock is called multiple times on the same > process. FWIW, the sched_lock enclosing the p->p_flag modification seems pretty bogus. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Mon May 3 09:03:42 2004 Return-Path: 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 1229816A4D1; Mon, 3 May 2004 09:03:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E288C43D5A; Mon, 3 May 2004 09:03:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43G3fGe058452; Mon, 3 May 2004 09:03:41 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43G3fD7058451; Mon, 3 May 2004 09:03:41 -0700 (PDT) (envelope-from bde) Message-Id: <200405031603.i43G3fD7058451@repoman.freebsd.org> From: Bruce Evans Date: Mon, 3 May 2004 09:03:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 16:03:42 -0000 bde 2004/05/03 09:03:41 PDT FreeBSD src repository Modified files: sys/conf files.pc98 sys/pc98/conf NOTES Log: Oops, switch to using the moved cy driver for pc98 too (remove pointers to old files in files.pc98 and "count" parameter in NOTES). Revision Changes Path 1.292 +0 -2 src/sys/conf/files.pc98 1.36 +1 -1 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 3 09:07:13 2004 Return-Path: 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 CC6AB16A4CE; Mon, 3 May 2004 09:07:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF6843D49; Mon, 3 May 2004 09:07:13 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43G7DGe058703; Mon, 3 May 2004 09:07:13 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43G7DKL058702; Mon, 3 May 2004 09:07:13 -0700 (PDT) (envelope-from andre) Message-Id: <200405031607.i43G7DKL058702@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 09:07:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 16:07:13 -0000 andre 2004/05/03 09:07:13 PDT FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c Log: Back out a change that slipped into the previous commit for which other supporting parts have not yet been committed. Remove pre-mature IP options ignoring option. Revision Changes Path 1.10 +2 -10 src/sys/netinet/ip_fastfwd.c From owner-cvs-src@FreeBSD.ORG Mon May 3 09:10:44 2004 Return-Path: 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 44C0E16A4D0 for ; Mon, 3 May 2004 09:10:44 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978BA43D5A for ; Mon, 3 May 2004 09:10:43 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 20926 invoked from network); 3 May 2004 16:10:42 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 3 May 2004 16:10:42 -0000 Message-ID: <40966F04.2E262B0B@freebsd.org> Date: Mon, 03 May 2004 18:10:44 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405031607.i43G7DKL058702@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 16:10:44 -0000 Andre Oppermann wrote: > > andre 2004/05/03 09:07:13 PDT > > FreeBSD src repository > > Modified files: > sys/netinet ip_fastfwd.c > Log: > Back out a change that slipped into the previous commit for which other > supporting parts have not yet been committed. > > Remove pre-mature IP options ignoring option. This fixes kernel compile again. Pointy hat to: andre Noticed by: andre ;-) -- Andre From owner-cvs-src@FreeBSD.ORG Mon May 3 09:30:32 2004 Return-Path: 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 B987816A4CF; Mon, 3 May 2004 09:30:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 994D843D54; Mon, 3 May 2004 09:30:32 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43GUWGe063132; Mon, 3 May 2004 09:30:32 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43GUWAo063131; Mon, 3 May 2004 09:30:32 -0700 (PDT) (envelope-from andre) Message-Id: <200405031630.i43GUWAo063131@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 09:30:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/route route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 16:30:32 -0000 andre 2004/05/03 09:30:32 PDT FreeBSD src repository Modified files: sbin/route route.c Log: Link state change notification of ethernet media to the routing socket. o Print the link state for interface messages in monitor mode. No objections by: sam, wpaul, ru, bms Brucification by: bde Revision Changes Path 1.74 +14 -1 src/sbin/route/route.c From owner-cvs-src@FreeBSD.ORG Mon May 3 09:50:54 2004 Return-Path: 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 3A34D16A4CE for ; Mon, 3 May 2004 09:50:54 -0700 (PDT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F3A43D46 for ; Mon, 3 May 2004 09:50:54 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 14478 invoked from network); 3 May 2004 16:50:53 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 May 2004 16:50:53 -0000 Received: from hydrogen.funkthat.com (iforgf@localhost.funkthat.com [127.0.0.1])i43GoqEx033732; Mon, 3 May 2004 09:50:53 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id i43Goqed033731; Mon, 3 May 2004 09:50:52 -0700 (PDT) Date: Mon, 3 May 2004 09:50:52 -0700 From: John-Mark Gurney To: David Schultz Message-ID: <20040503165052.GA601@funkthat.com> References: <200405021055.i42At5Qv019900@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405021055.i42At5Qv019900@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfprintf.c vfscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 16:50:54 -0000 David Schultz wrote this message on Sun, May 02, 2004 at 03:55 -0700: > - To make it easier to compile *printf() and *scanf() without > floating-point support, remove default definition of FLOATING_POINT > from the source, and change the compile-time option to > NO_FLOATING_POINT. You should of just changed the top of the file to read: #ifndef NO_FLOATING_POINT #define FLOATING_POINT #endif This would of given you your change, with almost zero source change,and made source easier to read, due to not having double negatives.... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Mon May 3 09:56:44 2004 Return-Path: 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 5798D16A4CE; Mon, 3 May 2004 09:56:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370FA43D49; Mon, 3 May 2004 09:56:44 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43GuhGe069146; Mon, 3 May 2004 09:56:43 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43GuhQT069145; Mon, 3 May 2004 09:56:43 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405031656.i43GuhQT069145@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 3 May 2004 09:56:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 16:56:44 -0000 kientzle 2004/05/03 09:56:43 PDT FreeBSD src repository Modified files: usr.bin/tar write.c Log: Correct copy/paste error in Linux nodump support. Thanks to: Juergen Lock for his continuing patience while I botch his patches. Revision Changes Path 1.14 +4 -3 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Mon May 3 10:15:34 2004 Return-Path: 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 BB3C416A4CE; Mon, 3 May 2004 10:15:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A8F43D49; Mon, 3 May 2004 10:15:34 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43HFYGe074229; Mon, 3 May 2004 10:15:34 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43HFYJV074228; Mon, 3 May 2004 10:15:34 -0700 (PDT) (envelope-from maxim) Message-Id: <200405031715.i43HFYJV074228@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 3 May 2004 10:15:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net rtsock.c src/sys/netinet raw_ip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 17:15:34 -0000 maxim 2004/05/03 10:15:34 PDT FreeBSD src repository Modified files: sys/net rtsock.c sys/netinet raw_ip.c Log: o Fix misindentation in the previous commit. Revision Changes Path 1.109 +4 -4 src/sys/net/rtsock.c 1.130 +7 -8 src/sys/netinet/raw_ip.c From owner-cvs-src@FreeBSD.ORG Mon May 3 10:50:49 2004 Return-Path: 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 0B6F316A4CE for ; Mon, 3 May 2004 10:50:49 -0700 (PDT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A36C943D5F for ; Mon, 3 May 2004 10:50:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12479 invoked from network); 3 May 2004 17:50:48 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 3 May 2004 17:50:48 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i43HoiFk056848; Mon, 3 May 2004 13:50:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Brian Fundakowski Feldman Date: Mon, 3 May 2004 13:13:01 -0400 User-Agent: KMail/1.6 References: <200405031510.i43FAced005343@green.homeunix.org> In-Reply-To: <200405031510.i43FAced005343@green.homeunix.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405031313.01274.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/kern kern_clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 17:50:49 -0000 On Monday 03 May 2004 11:10 am, Brian Fundakowski Feldman wrote: > Colin Percival wrote: > > cperciva 2004/05/02 17:48:11 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_clock.c > > Log: > > Fix a race condition which could result in profprocs being decremented > > more than once if stopprofclock is called multiple times on the same > > process. > > FWIW, the sched_lock enclosing the p->p_flag modification seems pretty > bogus. Nope. The P_PROFIL flag is protected by both the proc lock and sched_lock so that we can check the flag with just sched_lock held in clock interrupt handlers that can't acquire normal mutexes. -- 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 May 3 11:06:25 2004 Return-Path: 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 7471316A4CE; Mon, 3 May 2004 11:06:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5273743D4C; Mon, 3 May 2004 11:06:25 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43I6PGe085333; Mon, 3 May 2004 11:06:25 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43I6PuF085332; Mon, 3 May 2004 11:06:25 -0700 (PDT) (envelope-from pjd) Message-Id: <200405031806.i43I6PuF085332@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 11:06:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 18:06:25 -0000 pjd 2004/05/03 11:06:24 PDT FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: - Hold g_gate_list_mtx lock while generating/checking unit number. Found by: mtx_assert() g_gate.c:273 - Set command before returning to userland with ENOMEM error value. Found by: assert() ggatel.c:108 Revision Changes Path 1.3 +9 -5 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Mon May 3 11:24:41 2004 Return-Path: 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 E215A16A4CF; Mon, 3 May 2004 11:24:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D47F243D1F; Mon, 3 May 2004 11:24:41 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43IOfGe089632; Mon, 3 May 2004 11:24:41 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43IOfYQ089631; Mon, 3 May 2004 11:24:41 -0700 (PDT) (envelope-from pjd) Message-Id: <200405031824.i43IOfYQ089631@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 11:24:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatec ggatec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 18:24:42 -0000 pjd 2004/05/03 11:24:41 PDT FreeBSD src repository Modified files: sbin/ggate/ggatec ggatec.c Log: Don't repeat handshake. This little thing can cause a deadlock, because taste mechanism start to work after creation of ggate provider and I/O requests are sent from other classes from the g_event thread, so number of pending events isn't 0. Now ggatec(8) start second handshake and ggated(8) is trying to open GEOM provider (for example md(4)) and it can't, because it hangs on g_waitidle() in g_dev_open(). g_waitidle() cannot finish because there is a pending read on event queue, and this read can't be finished, because ggated(8) can't open target device. GEOM Gate will recover from this deadlock, because requests will timeout, but it of course isn't the best solution and I don't know better one for now, so we should avoid opening GEOM providers while there are pending requests in event queue. Revision Changes Path 1.3 +4 -4 src/sbin/ggate/ggatec/ggatec.c From owner-cvs-src@FreeBSD.ORG Mon May 3 11:29:55 2004 Return-Path: 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 33E0E16A4CE; Mon, 3 May 2004 11:29:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A7043D31; Mon, 3 May 2004 11:29:55 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43ITsGe089992; Mon, 3 May 2004 11:29:54 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43ITsf2089991; Mon, 3 May 2004 11:29:54 -0700 (PDT) (envelope-from pjd) Message-Id: <200405031829.i43ITsf2089991@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 11:29:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/geom_gate Makefile runtests.sh test-1.sh test-2.sh test-3.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 18:29:55 -0000 pjd 2004/05/03 11:29:54 PDT FreeBSD src repository Added files: tools/regression/geom_gate Makefile runtests.sh test-1.sh test-2.sh test-3.sh Log: Add regression tests for GEOM Gate: - test-1.sh - Tests ggatec(8) and ggated(8) on lo0. - test-2.sh - Tests ggatel(8) on a regular file. - test-3.sh - Tests ggatel(8) on a md(4) device. Revision Changes Path 1.1 +8 -0 src/tools/regression/geom_gate/Makefile (new) 1.1 +8 -0 src/tools/regression/geom_gate/runtests.sh (new) 1.1 +36 -0 src/tools/regression/geom_gate/test-1.sh (new) 1.1 +28 -0 src/tools/regression/geom_gate/test-2.sh (new) 1.1 +31 -0 src/tools/regression/geom_gate/test-3.sh (new) From owner-cvs-src@FreeBSD.ORG Mon May 3 13:32:33 2004 Return-Path: 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 5153C16A4CE; Mon, 3 May 2004 13:32:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3203E43D41; Mon, 3 May 2004 13:32:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43KWXGe025503; Mon, 3 May 2004 13:32:33 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43KWWKC025502; Mon, 3 May 2004 13:32:32 -0700 (PDT) (envelope-from jdp) Message-Id: <200405032032.i43KWWKC025502@repoman.freebsd.org> From: John Polstra Date: Mon, 3 May 2004 13:32:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/dev/bge if_bge.c src/sys/i386/i386 atomic.c src/sys/i386/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 20:32:33 -0000 jdp 2004/05/03 13:32:32 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/include atomic.h sys/dev/bge if_bge.c sys/i386/i386 atomic.c sys/i386/include atomic.h Log: MFC part of if_bge.c revision 1.41: atomically load and clear the status block. This makes the bge devices work much better when interrupts are shared. This change entails bringing in the atomic_readandclear_* functions from -current. RELENG_4 already had the equivalent loadandclear function for the i386, but it did not exist for the alpha. Revision Changes Path 1.2.2.1 +44 -0 src/sys/alpha/include/atomic.h 1.3.2.33 +5 -7 src/sys/dev/bge/if_bge.c 1.3.2.1 +1 -0 src/sys/i386/i386/atomic.c 1.9.2.3 +36 -0 src/sys/i386/include/atomic.h From owner-cvs-src@FreeBSD.ORG Mon May 3 13:53:05 2004 Return-Path: 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 D415216A4CE; Mon, 3 May 2004 13:53:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8B743D49; Mon, 3 May 2004 13:53:05 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43Kr5Ge029635; Mon, 3 May 2004 13:53:05 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Kr5kS029634; Mon, 3 May 2004 13:53:05 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032053.i43Kr5kS029634@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 13:53:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/kern kern_mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 20:53:06 -0000 rwatson 2004/05/03 13:53:05 PDT FreeBSD src repository Modified files: sys/conf options sys/kern kern_mac.c Log: Add MAC_STATIC, a kernel option that disables internal MAC Framework synchronization protecting against dynamic load and unload of MAC policies, and instead simply blocks load and unload. In a static configuration, this allows you to avoid the synchronization costs associated with introducing dynamicism. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.447 +1 -0 src/sys/conf/options 1.110 +25 -0 src/sys/kern/kern_mac.c From owner-cvs-src@FreeBSD.ORG Mon May 3 13:53:28 2004 Return-Path: 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 D74EF16A4CE; Mon, 3 May 2004 13:53:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B649743D48; Mon, 3 May 2004 13:53:27 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43KrRGe029671; Mon, 3 May 2004 13:53:27 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43KrRuR029670; Mon, 3 May 2004 13:53:27 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032053.i43KrRuR029670@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 13:53:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 20:53:28 -0000 rwatson 2004/05/03 13:53:27 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Bump copyright date for NETA to 2004. Revision Changes Path 1.111 +1 -1 src/sys/kern/kern_mac.c From owner-cvs-src@FreeBSD.ORG Mon May 3 14:02:02 2004 Return-Path: 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 A212116A4CE; Mon, 3 May 2004 14:02:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8045043D2F; Mon, 3 May 2004 14:02:02 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43L22Ge031210; Mon, 3 May 2004 14:02:02 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43L22AV031206; Mon, 3 May 2004 14:02:02 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032102.i43L22AV031206@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:02:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:02:02 -0000 pjd 2004/05/03 14:02:02 PDT FreeBSD src repository Modified files: sys/geom/gate g_gate.h Log: Prefer signed type over unsigned to be able to assert negative reference count. Revision Changes Path 1.3 +1 -1 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Mon May 3 14:06:00 2004 Return-Path: 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 1677D16A4CE; Mon, 3 May 2004 14:06:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FD543D1F; Mon, 3 May 2004 14:05:59 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43L5xGe032979; Mon, 3 May 2004 14:05:59 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43L5x60032978; Mon, 3 May 2004 14:05:59 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405032105.i43L5x60032978@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 3 May 2004 14:05:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.h read.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:06:00 -0000 kientzle 2004/05/03 14:05:59 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.h read.c util.c Log: For portability, don't rely on libc's strmode(3). Revision Changes Path 1.6 +1 -0 src/usr.bin/tar/bsdtar.h 1.5 +1 -1 src/usr.bin/tar/read.c 1.4 +51 -0 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Mon May 3 14:11:55 2004 Return-Path: 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 0FBBB16A4CE; Mon, 3 May 2004 14:11:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11CB43D1D; Mon, 3 May 2004 14:11:54 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LBsGe034418; Mon, 3 May 2004 14:11:54 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LBsRR034417; Mon, 3 May 2004 14:11:54 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032111.i43LBsRR034417@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:11:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:11:55 -0000 pjd 2004/05/03 14:11:54 PDT FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Turn off debugging by default. Revision Changes Path 1.4 +1 -1 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Mon May 3 14:12:24 2004 Return-Path: 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 4DAEF16A4CE; Mon, 3 May 2004 14:12:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2927C43D49; Mon, 3 May 2004 14:12:24 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LCNGe034873; Mon, 3 May 2004 14:12:24 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LCNMP034872; Mon, 3 May 2004 14:12:23 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200405032112.i43LCNMP034872@repoman.freebsd.org> From: Bosko Milekic Date: Mon, 3 May 2004 14:12:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:12:24 -0000 bmilekic 2004/05/03 14:12:23 PDT FreeBSD src repository Modified files: usr.sbin/jail jail.8 Log: Ammend jail(8) man page to explain new sysctl for raw-sockets inside jails, Christian's last submission. Submitted by: Christian S.J. Peron Revision Changes Path 1.49 +7 -0 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Mon May 3 14:12:30 2004 Return-Path: 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 2AD5916A4D0; Mon, 3 May 2004 14:12:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A13D43D1F; Mon, 3 May 2004 14:12:30 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LCTGe034980; Mon, 3 May 2004 14:12:29 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LCTiU034979; Mon, 3 May 2004 14:12:29 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032112.i43LCTiU034979@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:12:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/geom Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:12:30 -0000 pjd 2004/05/03 14:12:29 PDT FreeBSD src repository Modified files: sys/modules/geom Makefile Log: Connect geom_gate.ko to the build. Revision Changes Path 1.6 +1 -0 src/sys/modules/geom/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 3 14:14:04 2004 Return-Path: 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 46C0E16A4CE; Mon, 3 May 2004 14:14:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1592D43D1F; Mon, 3 May 2004 14:14:04 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LE3Ge035099; Mon, 3 May 2004 14:14:03 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LE3KQ035098; Mon, 3 May 2004 14:14:03 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032114.i43LE3KQ035098@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:14:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:14:04 -0000 pjd 2004/05/03 14:14:03 PDT FreeBSD src repository Modified files: sbin Makefile Log: Connect ggatec(8), ggated(8) and ggatel(8) to the build. Revision Changes Path 1.139 +1 -0 src/sbin/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 3 14:18:56 2004 Return-Path: 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 E4EA516A4CF; Mon, 3 May 2004 14:18:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB09C43D39; Mon, 3 May 2004 14:18:56 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LIuGe035268; Mon, 3 May 2004 14:18:56 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LIumq035267; Mon, 3 May 2004 14:18:56 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032118.i43LIumq035267@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:18:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:18:57 -0000 pjd 2004/05/03 14:18:56 PDT FreeBSD src repository Modified files: sys/conf NOTES files options Log: Allow geom_concat and geom_gate to be compiled in kernel. Revision Changes Path 1.1224 +2 -0 src/sys/conf/NOTES 1.893 +2 -0 src/sys/conf/files 1.448 +2 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Mon May 3 14:29:22 2004 Return-Path: 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 C92C316A4CE; Mon, 3 May 2004 14:29:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A505543D53; Mon, 3 May 2004 14:29:22 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LTMGe037324; Mon, 3 May 2004 14:29:22 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LTMAW037323; Mon, 3 May 2004 14:29:22 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032129.i43LTMAW037323@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:29:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatel ggatel.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:29:22 -0000 pjd 2004/05/03 14:29:22 PDT FreeBSD src repository Modified files: sbin/ggate/ggatel ggatel.8 Log: Add missing commands. Revision Changes Path 1.2 +2 -1 src/sbin/ggate/ggatel/ggatel.8 From owner-cvs-src@FreeBSD.ORG Mon May 3 14:31:20 2004 Return-Path: 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 5777B16A4CE; Mon, 3 May 2004 14:31:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A9843D31; Mon, 3 May 2004 14:31:20 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LVKGe038188; Mon, 3 May 2004 14:31:20 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LVJ1S038184; Mon, 3 May 2004 14:31:19 -0700 (PDT) (envelope-from pjd) Message-Id: <200405032131.i43LVJ1S038184@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 3 May 2004 14:31:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggatec ggatec.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:31:20 -0000 pjd 2004/05/03 14:31:19 PDT FreeBSD src repository Modified files: sbin/ggate/ggatec ggatec.8 Log: Add missing command. Revision Changes Path 1.2 +1 -1 src/sbin/ggate/ggatec/ggatec.8 From owner-cvs-src@FreeBSD.ORG Mon May 3 14:38:24 2004 Return-Path: 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 448D316A4CE; Mon, 3 May 2004 14:38:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D63643D5A; Mon, 3 May 2004 14:38:24 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LcNGe039319; Mon, 3 May 2004 14:38:23 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43LcNhW039318; Mon, 3 May 2004 14:38:23 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032138.i43LcNhW039318@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 14:38:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_test mac_test.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:38:24 -0000 rwatson 2004/05/03 14:38:23 PDT FreeBSD src repository Modified files: sys/security/mac_test mac_test.c Log: When performing label assertions on an mbuf header label in mac_test, test the label pointer for NULL before testing the label slot for permitted values. When loading mac_test dynamically with conditional mbuf labels, the label pointer may be NULL if the mbuf was instantiated while labels were not required on mbufs by any policy. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.44 +3 -2 src/sys/security/mac_test/mac_test.c From owner-cvs-src@FreeBSD.ORG Mon May 3 14:38:43 2004 Return-Path: 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 D609616A4CE; Mon, 3 May 2004 14:38:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38D643D2D; Mon, 3 May 2004 14:38:43 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43LchGe039370; Mon, 3 May 2004 14:38:43 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Lchdv039369; Mon, 3 May 2004 14:38:43 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032138.i43Lchdv039369@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 14:38:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_test mac_test.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:38:44 -0000 rwatson 2004/05/03 14:38:43 PDT FreeBSD src repository Modified files: sys/security/mac_test mac_test.c Log: Update copyright. Revision Changes Path 1.45 +1 -1 src/sys/security/mac_test/mac_test.c From owner-cvs-src@FreeBSD.ORG Mon May 3 14:41:02 2004 Return-Path: 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 D248516A4CE; Mon, 3 May 2004 14:41:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF41F43D45; Mon, 3 May 2004 14:41:02 -0700 (PDT) (envelope-from smkelly@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43Lf2Ge039565; Mon, 3 May 2004 14:41:02 -0700 (PDT) (envelope-from smkelly@repoman.freebsd.org) Received: (from smkelly@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Lf2EV039564; Mon, 3 May 2004 14:41:02 -0700 (PDT) (envelope-from smkelly) Message-Id: <200405032141.i43Lf2EV039564@repoman.freebsd.org> From: Sean Kelly Date: Mon, 3 May 2004 14:41:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 21:41:03 -0000 smkelly 2004/05/03 14:41:02 PDT FreeBSD src repository Modified files: usr.sbin/watchdogd watchdogd.c Log: Bump the copyright year since I forgot last time. Revision Changes Path 1.7 +1 -1 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-src@FreeBSD.ORG Mon May 3 15:35:28 2004 Return-Path: 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 E40DA16A4CF; Mon, 3 May 2004 15:35:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B573943D53; Mon, 3 May 2004 15:35:28 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43MZSGe052702; Mon, 3 May 2004 15:35:28 -0700 (PDT) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43MZSpH052701; Mon, 3 May 2004 15:35:28 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200405032235.i43MZSpH052701@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 3 May 2004 15:35:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 22:35:29 -0000 ambrisko 2004/05/03 15:35:28 PDT FreeBSD src repository Modified files: sys/conf NOTES options share/man/man4 sio.4 sys/dev/sio sio.c Log: Remove new options and my prevention of system freeze when the sio probe returns okay when HW probe fails. This happens when comconsole flag is set but VGA console is used instead. Back out requested by: bde (He will be looking at other solutions from scratch) Revision Changes Path 1.52 +0 -2 src/share/man/man4/sio.4 1.1225 +0 -2 src/sys/conf/NOTES 1.449 +0 -1 src/sys/conf/options 1.429 +50 -77 src/sys/dev/sio/sio.c From owner-cvs-src@FreeBSD.ORG Mon May 3 15:50:25 2004 Return-Path: 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 B24B316A4D8; Mon, 3 May 2004 15:50:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BF443D7B; Mon, 3 May 2004 15:50:23 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43MoNGe054997; Mon, 3 May 2004 15:50:23 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43MoNuK054996; Mon, 3 May 2004 15:50:23 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032250.i43MoNuK054996@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 15:50:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/id id.1 id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 22:50:26 -0000 rwatson 2004/05/03 15:50:23 PDT FreeBSD src repository Modified files: usr.bin/id id.1 id.c Log: Add "-M" argument to id(1), which permits the id command to be used to print the MAC label of the current process. "-M" selected as that's what is used in Trusted IRIX. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.12 +5 -1 src/usr.bin/id/id.1 1.20 +42 -3 src/usr.bin/id/id.c From owner-cvs-src@FreeBSD.ORG Mon May 3 15:54:47 2004 Return-Path: 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 7755416A4CE; Mon, 3 May 2004 15:54:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C4B43D2D; Mon, 3 May 2004 15:54:47 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43MslGe056874; Mon, 3 May 2004 15:54:47 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43Msk6j056873; Mon, 3 May 2004 15:54:46 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032254.i43Msk6j056873@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 15:54:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 22:54:47 -0000 rwatson 2004/05/03 15:54:46 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: Add /* !MAC */ to final #endif. Revision Changes Path 1.112 +1 -1 src/sys/kern/kern_mac.c From owner-cvs-src@FreeBSD.ORG Mon May 3 16:28:53 2004 Return-Path: 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 1395416A4CE for ; Mon, 3 May 2004 16:28:53 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 536E043D3F for ; Mon, 3 May 2004 16:28:52 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 23693 invoked by uid 1000); 3 May 2004 23:28:53 -0000 Date: Mon, 3 May 2004 16:28:53 -0700 (PDT) From: Nate Lawson To: Doug Ambrisko In-Reply-To: <20040503223542.B1D0E16A4FE@hub.freebsd.org> Message-ID: <20040503162817.T23683@root.org> References: <20040503223542.B1D0E16A4FE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 23:28:53 -0000 On Mon, 3 May 2004, Doug Ambrisko wrote: > ambrisko 2004/05/03 15:35:28 PDT > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > share/man/man4 sio.4 > sys/dev/sio sio.c > Log: > Remove new options and my prevention of system freeze when the sio probe > returns okay when HW probe fails. This happens when comconsole flag is > set but VGA console is used instead. > > Back out requested by: bde (He will be looking at other solutions from scratch) > > Revision Changes Path > 1.52 +0 -2 src/share/man/man4/sio.4 > 1.1225 +0 -2 src/sys/conf/NOTES > 1.449 +0 -1 src/sys/conf/options > 1.429 +50 -77 src/sys/dev/sio/sio.c I'm sad to see this go and hope it comes back in equivalent or better form. Thanks to both of you for working on this. -Nate From owner-cvs-src@FreeBSD.ORG Mon May 3 16:37:49 2004 Return-Path: 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 1C74E16A4CE; Mon, 3 May 2004 16:37:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E807743D1F; Mon, 3 May 2004 16:37:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43NbmGe066277; Mon, 3 May 2004 16:37:48 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43NbmAn066276; Mon, 3 May 2004 16:37:48 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405032337.i43NbmAn066276@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 16:37:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac mac_net.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 03 May 2004 23:37:49 -0000 rwatson 2004/05/03 16:37:48 PDT FreeBSD src repository Modified files: sys/security/mac mac_net.c Log: If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tag lookup for the label tag fails, return NULL rather than something close to NULL. This scenario occurs if mbuf header labeling is optional and a policy requiring labeling is loaded, resulting in some mbufs having labels and others not. Previously, 0x14 would be returned because the NULL from m_tag_find() was not treated specially. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.115 +4 -1 src/sys/security/mac/mac_net.c From owner-cvs-src@FreeBSD.ORG Mon May 3 17:10:17 2004 Return-Path: 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 7A91316A4CE; Mon, 3 May 2004 17:10:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5818543D41; Mon, 3 May 2004 17:10:17 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i440AHGe079384; Mon, 3 May 2004 17:10:17 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i440AGAX079383; Mon, 3 May 2004 17:10:16 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405040010.i440AGAX079383@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 17:10:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 00:10:17 -0000 rwatson 2004/05/03 17:10:16 PDT FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: Assert the inpcb lock on 'last' in udp_append(), since it's always called with it, and also requires it. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.131 +2 -0 src/sys/netinet/raw_ip.c From owner-cvs-src@FreeBSD.ORG Mon May 3 18:08:15 2004 Return-Path: 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 B52E316A4D0; Mon, 3 May 2004 18:08:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A1A643D2F; Mon, 3 May 2004 18:08:15 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4418FGe092278; Mon, 3 May 2004 18:08:15 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4418FKC092277; Mon, 3 May 2004 18:08:15 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405040108.i4418FKC092277@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 18:08:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 01:08:15 -0000 rwatson 2004/05/03 18:08:15 PDT FreeBSD src repository Modified files: sys/netinet udp_usrreq.c Log: Assert inpcb lock in udp_append(). Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.152 +2 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon May 3 19:11:48 2004 Return-Path: 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 CDCAD16A4CE; Mon, 3 May 2004 19:11:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D9F43D1F; Mon, 3 May 2004 19:11:48 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i442BmGe006768; Mon, 3 May 2004 19:11:48 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i442BmbL006764; Mon, 3 May 2004 19:11:48 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405040211.i442BmbL006764@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 May 2004 19:11:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet raw_ip.c tcp_output.c tcp_subr.c tcp_syncache.c udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 02:11:48 -0000 rwatson 2004/05/03 19:11:48 PDT FreeBSD src repository Modified files: sys/netinet raw_ip.c tcp_output.c tcp_subr.c tcp_syncache.c udp_usrreq.c Log: Switch to using the inpcb MAC label instead of socket MAC label when labeling new mbufs created from sockets/inpcbs in IPv4. This helps avoid the need for socket layer locking in the lower level network paths where inpcb locks are already frequently held where needed. In particular: - Use the inpcb for label instead of socket in raw_append(). - Use the inpcb for label instead of socket in tcp_output(). - Use the inpcb for label instead of socket in tcp_respond(). - Use the inpcb for label instead of socket in tcp_twrespond(). - Use the inpcb for label instead of socket in syncache_respond(). While here, modify tcp_respond() to avoid assigning NULL to a stack variable and centralize assertions about the inpcb when inp is assigned. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research Revision Changes Path 1.132 +3 -1 src/sys/netinet/raw_ip.c 1.91 +1 -1 src/sys/netinet/tcp_output.c 1.189 +7 -2 src/sys/netinet/tcp_subr.c 1.57 +1 -1 src/sys/netinet/tcp_syncache.c 1.153 +1 -1 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Mon May 3 19:25:00 2004 Return-Path: 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 EA65516A4CF; Mon, 3 May 2004 19:25:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53D043D45; Mon, 3 May 2004 19:25:00 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i442P0Ge009441; Mon, 3 May 2004 19:25:00 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i442P0DR009440; Mon, 3 May 2004 19:25:00 -0700 (PDT) (envelope-from imp) Message-Id: <200405040225.i442P0DR009440@repoman.freebsd.org> From: Warner Losh Date: Mon, 3 May 2004 19:25:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 02:25:01 -0000 imp 2004/05/03 19:25:00 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Need to mark the interrupt from cbb as being MP safe on resume too. Revision Changes Path 1.110 +2 -2 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Mon May 3 19:39:42 2004 Return-Path: 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 313D316A4CE; Mon, 3 May 2004 19:39:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB9A43D54; Mon, 3 May 2004 19:39:42 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i442dfGe011743; Mon, 3 May 2004 19:39:41 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i442dfL0011742; Mon, 3 May 2004 19:39:41 -0700 (PDT) (envelope-from scottl) Message-Id: <200405040239.i442dfL0011742@repoman.freebsd.org> From: Scott Long Date: Mon, 3 May 2004 19:39:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 02:39:42 -0000 scottl 2004/05/03 19:39:41 PDT FreeBSD src repository Modified files: sys/net if_vlan.c Log: Add route.h to pick up the rt_ifmsg() declaration. Revision Changes Path 1.60 +1 -0 src/sys/net/if_vlan.c From owner-cvs-src@FreeBSD.ORG Mon May 3 19:43:44 2004 Return-Path: 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 D942B16A4CE; Mon, 3 May 2004 19:43:44 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B07243D2D; Mon, 3 May 2004 19:43:44 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (g4.samsco.home [192.168.0.12]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i442lku6015721; Mon, 3 May 2004 20:47:46 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40970329.3070507@freebsd.org> Date: Mon, 03 May 2004 20:42:49 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040214 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200405040239.i442dfL0011742@repoman.freebsd.org> In-Reply-To: <200405040239.i442dfL0011742@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 02:43:45 -0000 Scott Long wrote: > scottl 2004/05/03 19:39:41 PDT > > FreeBSD src repository > > Modified files: > sys/net if_vlan.c > Log: > Add route.h to pick up the rt_ifmsg() declaration. > > Revision Changes Path > 1.60 +1 -0 src/sys/net/if_vlan.c Not to pick on anyone in particular, but we've had about three days in a row now with tinderbox failures. Please, everyone, step back and be more careful. Thanks, Scott From owner-cvs-src@FreeBSD.ORG Mon May 3 20:16:23 2004 Return-Path: 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 94B0216A4CE; Mon, 3 May 2004 20:16:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7238143D1D; Mon, 3 May 2004 20:16:23 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i443GNGe020710; Mon, 3 May 2004 20:16:23 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i443GNHj020709; Mon, 3 May 2004 20:16:23 -0700 (PDT) (envelope-from scottl) Message-Id: <200405040316.i443GNHj020709@repoman.freebsd.org> From: Scott Long Date: Mon, 3 May 2004 20:16:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 03:16:23 -0000 scottl 2004/05/03 20:16:23 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Fix a typo from rev 1.56 that somehow escaped my testing. Revision Changes Path 1.58 +10 -10 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Mon May 3 22:54:03 2004 Return-Path: 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 5C7A416A4CE; Mon, 3 May 2004 22:54:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4BE43D45; Mon, 3 May 2004 22:54:03 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i445s2Ge060584; Mon, 3 May 2004 22:54:02 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i445s2bs060583; Mon, 3 May 2004 22:54:02 -0700 (PDT) (envelope-from marcel) Message-Id: <200405040554.i445s2bs060583@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 3 May 2004 22:54:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 05:54:03 -0000 marcel 2004/05/03 22:54:02 PDT FreeBSD src repository Modified files: sys/dev/uart uart_core.c Log: When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE. Mark it as such. Revision Changes Path 1.9 +2 -2 src/sys/dev/uart/uart_core.c From owner-cvs-src@FreeBSD.ORG Mon May 3 23:38:14 2004 Return-Path: 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 6AA0216A4CE; Mon, 3 May 2004 23:38:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496BC43D48; Mon, 3 May 2004 23:38:14 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i446cEGe069670; Mon, 3 May 2004 23:38:14 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i446cD9p069669; Mon, 3 May 2004 23:38:13 -0700 (PDT) (envelope-from nyan) Message-Id: <200405040638.i446cD9p069669@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 3 May 2004 23:38:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include bus_pc98.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 06:38:14 -0000 nyan 2004/05/03 23:38:13 PDT FreeBSD src repository Modified files: sys/i386/include bus_pc98.h Log: Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver. Revision Changes Path 1.27 +1 -1 src/sys/i386/include/bus_pc98.h From owner-cvs-src@FreeBSD.ORG Mon May 3 23:58:11 2004 Return-Path: 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 A011416A4CE; Mon, 3 May 2004 23:58:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E44543D49; Mon, 3 May 2004 23:58:11 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i446wBGe073712; Mon, 3 May 2004 23:58:11 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i446wBEh073711; Mon, 3 May 2004 23:58:11 -0700 (PDT) (envelope-from marcel) Message-Id: <200405040658.i446wBEh073711@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 3 May 2004 23:58:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_dev_z8530.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 06:58:11 -0000 marcel 2004/05/03 23:58:10 PDT FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLE not as a pending interrupt status, but as a matter of status quo. Consequently, when there's no data to be transmitted the condition is not cleared and uart_intr() is stuck in an infinite loop trying to clear the UART_IPEND_TXIDLE status. The z8530_bus_ipend() function is changed to return idle only once after having sent any data. The root cause for this problem is that we cannot use the interrupt status bits of the SCC itself. The register that holds the interrupt status can only be accessed by channel A and holds the status for both channels. Using the interrupt status register would complicate the driver because we need to synchronize access to the SCC between the channels. Elementary testing: marius Revision Changes Path 1.7 +7 -1 src/sys/dev/uart/uart_dev_z8530.c From owner-cvs-src@FreeBSD.ORG Tue May 4 00:08:05 2004 Return-Path: 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 526CB16A4CE; Tue, 4 May 2004 00:08:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD3C43D4C; Tue, 4 May 2004 00:08:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44785Ge076707; Tue, 4 May 2004 00:08:05 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44784cY076706; Tue, 4 May 2004 00:08:04 -0700 (PDT) (envelope-from bde) Message-Id: <200405040708.i44784cY076706@repoman.freebsd.org> From: Bruce Evans Date: Tue, 4 May 2004 00:08:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ggate/ggated ggated.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 07:08:05 -0000 bde 2004/05/04 00:08:04 PDT FreeBSD src repository Modified files: sbin/ggate/ggated ggated.c Log: Include for the declaration of struct bintime instead of depending on namespace pollution in . struct bintime is only needed to satisfy leakage of kernel interfaces to userland and namespace bugs in those interfaces... Revision Changes Path 1.3 +1 -0 src/sbin/ggate/ggated/ggated.c From owner-cvs-src@FreeBSD.ORG Tue May 4 00:45:40 2004 Return-Path: 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 0852D16A4CE; Tue, 4 May 2004 00:45:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D009143D31; Tue, 4 May 2004 00:45:39 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i447jdGe084917; Tue, 4 May 2004 00:45:39 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i447jdkK084916; Tue, 4 May 2004 00:45:39 -0700 (PDT) (envelope-from pjd) Message-Id: <200405040745.i447jdkK084916@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 4 May 2004 00:45:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/concat g_concat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 07:45:40 -0000 pjd 2004/05/04 00:45:39 PDT FreeBSD src repository Modified files: sys/geom/concat g_concat.c Log: Fix compilation on 64-bit architectures. Noticed by: Tinderbox Revision Changes Path 1.8 +2 -1 src/sys/geom/concat/g_concat.c From owner-cvs-src@FreeBSD.ORG Tue May 4 01:49:58 2004 Return-Path: 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 5EDBA16A4CE; Tue, 4 May 2004 01:49:58 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFAE43D4C; Tue, 4 May 2004 01:49:57 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i448nu4u010035; Tue, 4 May 2004 18:49:56 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i448nrI2024612; Tue, 4 May 2004 18:49:54 +1000 Date: Tue, 4 May 2004 18:49:52 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Doug Ambrisko In-Reply-To: <200405032235.i43MZSpH052701@repoman.freebsd.org> Message-ID: <20040504180010.E9274@gamplex.bde.org> References: <200405032235.i43MZSpH052701@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 08:49:58 -0000 On Mon, 3 May 2004, Doug Ambrisko wrote: > ambrisko 2004/05/03 15:35:28 PDT > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > share/man/man4 sio.4 > sys/dev/sio sio.c > Log: > Remove new options and my prevention of system freeze when the sio probe > returns okay when HW probe fails. This happens when comconsole flag is > set but VGA console is used instead. > > Back out requested by: bde (He will be looking at other solutions from scratch) Thanks. I think you mean that the freeze happens when the comconsole flag is set but the VGA console is _not_ used instead despite there being no usable serial console. Neither the boot blocks not sio check whether the configured console port exists before using it, but this is less fatal in the boot blocks since they have a timeout in their output routine. In particular, dual consoles may appear to work, just a little slowly, with VGA output working and serial output going nowhere but not being observed. Network and/or nonstandard boot blocks apparently set the comconsole flag without initializing a serial console (because they don't support using one and don't know that they are supposed to initialize one for the kernel?). This can cause garbled i/o. There are also problems with multiple enabled console or debugger ports... See PR 65278 for the main one. Bruce From owner-cvs-src@FreeBSD.ORG Tue May 4 02:02:41 2004 Return-Path: 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 824C016A4CF for ; Tue, 4 May 2004 02:02:41 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A15443D41 for ; Tue, 4 May 2004 02:02:40 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 17815 invoked from network); 4 May 2004 09:02:39 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 4 May 2004 09:02:39 -0000 Message-ID: <40975C30.5D247B83@freebsd.org> Date: Tue, 04 May 2004 11:02:40 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Scott Long References: <200405040239.i442dfL0011742@repoman.freebsd.org> <40970329.3070507@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 09:02:41 -0000 Scott Long wrote: > > Scott Long wrote: > > > scottl 2004/05/03 19:39:41 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/net if_vlan.c > > Log: > > Add route.h to pick up the rt_ifmsg() declaration. > > > > Revision Changes Path > > 1.60 +1 -0 src/sys/net/if_vlan.c > > Not to pick on anyone in particular, but we've had about three days in a > row now with tinderbox failures. Please, everyone, step back and be > more careful. Thanks, Scott, I'm sorry for that. However it worked for me just fine. The reason I just found out is that I wasn't compiling if_vlan into the kernel but loaded and tested it as module. Compiling it as module doesn't give any compiler warning and works w/o a hitch. Dunno why? -- Andre From owner-cvs-src@FreeBSD.ORG Tue May 4 02:39:45 2004 Return-Path: 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 DBC8716A4CE; Tue, 4 May 2004 02:39:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CBB43D31; Tue, 4 May 2004 02:39:45 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i449djGe015668; Tue, 4 May 2004 02:39:45 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i449djNv015667; Tue, 4 May 2004 02:39:45 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405040939.i449djNv015667@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 02:39:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 09:39:46 -0000 sanpei 2004/05/04 02:39:45 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add some device ID for atuwi USB wlan driver (Atmel at76c503a http://vitsch.net/bsd/atuwi) Fix ATMEL DWL-120 Wireless adapter product ID. (I checked http://www.linux-usb.org/usb.ids) PR: kern/66227 Submitted by: Daan Vreeken [PA4DAN] Revision Changes Path 1.174 +4 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue May 4 02:41:08 2004 Return-Path: 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 DF73516A4CE; Tue, 4 May 2004 02:41:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB62943D49; Tue, 4 May 2004 02:41:08 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i449f8Ge015825; Tue, 4 May 2004 02:41:08 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i449f8J8015824; Tue, 4 May 2004 02:41:08 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405040941.i449f8J8015824@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 02:41:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 09:41:09 -0000 sanpei 2004/05/04 02:41:08 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.174 of usbdevs Revision Changes Path 1.181 +5 -2 src/sys/dev/usb/usbdevs.h 1.181 +19 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue May 4 02:44:00 2004 Return-Path: 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 9BE2C16A4CE; Tue, 4 May 2004 02:44:00 -0700 (PDT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF6443D3F; Tue, 4 May 2004 02:44:00 -0700 (PDT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id D40D7AC861; Tue, 4 May 2004 11:43:58 +0200 (CEST) Date: Tue, 4 May 2004 11:43:58 +0200 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20040504094358.GW24376@darkness.comp.waw.pl> References: <200405032250.i43MoNuK054996@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cBogQDtremapRGMG" Content-Disposition: inline In-Reply-To: <200405032250.i43MoNuK054996@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/id id.1 id.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 09:44:00 -0000 --cBogQDtremapRGMG Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 03, 2004 at 03:50:23PM -0700, Robert Watson wrote: +> + errx(1, "mac_prepare_type: %s", strerror(errno)); [...] +> + errx(1, "mac_get_proc: %s", strerror(errno)); [...] +> + errx(1, "mac_to_text: %s", strerror(errno)); Why don't you simply: err(1, "mac_prepare_type"); err(1, "mac_get_proc"); err(1, "mac_to_text"); ? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --cBogQDtremapRGMG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAl2XeForvXbEpPzQRAtZJAJ9At77PuCGwjx/O8YvXJwfhYuELJgCg7gNj 6BfGMOs77wP/c4i32DZ1zA4= =tXd7 -----END PGP SIGNATURE----- --cBogQDtremapRGMG-- From owner-cvs-src@FreeBSD.ORG Tue May 4 02:50:42 2004 Return-Path: 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 10F5E16A4CE; Tue, 4 May 2004 02:50:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CA943D49; Tue, 4 May 2004 02:50:41 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i449ofGe017941; Tue, 4 May 2004 02:50:41 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i449ofDP017940; Tue, 4 May 2004 02:50:41 -0700 (PDT) (envelope-from joerg) Message-Id: <200405040950.i449ofDP017940@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 4 May 2004 02:50:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sunlabel sunlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 09:50:42 -0000 joerg 2004/05/04 02:50:41 PDT FreeBSD src repository Modified files: sbin/sunlabel sunlabel.c Log: When editing a Sun label, make the search for a valid partition line violate POLA a little less by not requiring exactly two spaces in front of the entry (and silently discarding any non-matching entry). We now recognize anything starting with a letter followed by a colon as the first non-space chars as a partition entry. Revision Changes Path 1.8 +21 -4 src/sbin/sunlabel/sunlabel.c From owner-cvs-src@FreeBSD.ORG Tue May 4 03:15:07 2004 Return-Path: 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 4708016A4CE; Tue, 4 May 2004 03:15:07 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0013B43D1F; Tue, 4 May 2004 03:15:06 -0700 (PDT) (envelope-from DougB@dougbarton.net) Received: from dougbarton.net (dhcp-8-243.ripemtg.ripe.net[193.0.8.243]) by comcast.net (rwcrmhc13) with ESMTP id <200405041015040150081338e> (Authid: domain_name_tsar); Tue, 4 May 2004 10:15:06 +0000 Message-ID: <40976D24.4060408@DougBarton.net> Date: Tue, 04 May 2004 12:15:00 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200405040239.i442dfL0011742@repoman.freebsd.org> <40970329.3070507@freebsd.org> <40975C30.5D247B83@freebsd.org> In-Reply-To: <40975C30.5D247B83@freebsd.org> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 10:15:07 -0000 Andre Oppermann wrote: > However it worked for me just fine. The reason I just found out is that > I wasn't compiling if_vlan into the kernel but loaded and tested it as > module. Compiling it as module doesn't give any compiler warning and > works w/o a hitch. Dunno why? Testing both should be standard operating procedure before you commit. Of course there _should_ be no difference, but that's why you do testing on stuff like this. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue May 4 03:29:16 2004 Return-Path: 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 3A89816A4CE; Tue, 4 May 2004 03:29:16 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E2743D2D; Tue, 4 May 2004 03:29:13 -0700 (PDT) (envelope-from DougB@dougbarton.net) Received: from dougbarton.net (dhcp-8-243.ripemtg.ripe.net[193.0.8.243]) by comcast.net (rwcrmhc12) with ESMTP id <2004050410291201400atf03e> (Authid: domain_name_tsar); Tue, 4 May 2004 10:29:13 +0000 Message-ID: <40977073.2020603@DougBarton.net> Date: Tue, 04 May 2004 12:29:07 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ceri Davies References: <200404201920.i3KJKJr9063485@repoman.freebsd.org> In-Reply-To: <200404201920.i3KJKJr9063485@repoman.freebsd.org> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 10:29:16 -0000 Ceri Davies wrote: > ceri 2004/04/20 12:20:18 PDT > > FreeBSD src repository (doc committer) > > Modified files: > games/fortune/datfiles fortunes fortunes.sp.ok fortunes2 > Log: > Don peril-sensitive sunglasses and correct the spelling of ukulele. > > "Ukulele" is the canonical term, with "ukelele" being a derivation. > Also there is some evidence that the original appearance of the quote > had the spelling "ukulele", although anyone who has a copy of Esquire > from March 1967 is welcome to prove me wrong. > > PR: bin/65626 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=65626 > Submitted by: Gavin Atkinson > > Revision Changes Path > 1.128 +1 -1 src/games/fortune/datfiles/fortunes > 1.5 +1 -1 src/games/fortune/datfiles/fortunes.sp.ok > 1.65 +1 -1 src/games/fortune/datfiles/fortunes2 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes.diff?&r1=1.127&r2=1.128&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes.sp.ok.diff?&r1=1.4&r2=1.5&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/games/fortune/datfiles/fortunes2.diff?&r1=1.64&r2=1.65&f=h I've no problem with your spelling, but IMO it's better to remove fortunes that are duplicated in the fortunes2 file, rather than to correct them both. Just a suggestion, Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue May 4 03:29:48 2004 Return-Path: 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 4B09616A521; Tue, 4 May 2004 03:29:48 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64C943D1F; Tue, 4 May 2004 03:29:47 -0700 (PDT) (envelope-from DougB@dougbarton.net) Received: from dougbarton.net (dhcp-8-243.ripemtg.ripe.net[193.0.8.243]) by comcast.net (sccrmhc11) with ESMTP id <2004050410294501100cbj5ke> (Authid: domain_name_tsar); Tue, 4 May 2004 10:29:47 +0000 Message-ID: <40977096.70807@DougBarton.net> Date: Tue, 04 May 2004 12:29:42 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200404272232.i3RMW3KD079519@repoman.freebsd.org> <20040427233623.GF98664@elvis.mu.org> <20040428.102723.111209047.imp@bsdimp.com> In-Reply-To: <20040428.102723.111209047.imp@bsdimp.com> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: alfred@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes-o.real X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 10:29:49 -0000 M. Warner Losh wrote: > In message: <20040427233623.GF98664@elvis.mu.org> > Alfred Perlstein writes: > : * Warner Losh [040427 15:32] wrote: > : > imp 2004/04/27 15:32:02 PDT > : > > : > FreeBSD src repository > : > > : > Modified files: > : > games/fortune/datfiles fortunes-o.real > : > Log: > : > Add jerk city commentary on C++. > : > : which # is that from? > > 2034 Might be nice to record that in the attribution. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue May 4 03:52:55 2004 Return-Path: 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 41FC916A4CE; Tue, 4 May 2004 03:52:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1630643D6D; Tue, 4 May 2004 03:52:55 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44AqsGe033083; Tue, 4 May 2004 03:52:54 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44AqslV033082; Tue, 4 May 2004 03:52:54 -0700 (PDT) (envelope-from cperciva) Message-Id: <200405041052.i44AqslV033082@repoman.freebsd.org> From: Colin Percival Date: Tue, 4 May 2004 03:52:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net if_mib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 10:52:55 -0000 cperciva 2004/05/04 03:52:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if_mib.c Log: MFC revision 1.12, a bit over 2 years late: Dereferencing NULL pointers considered harmful. Revision Changes Path 1.8.2.2 +2 -1 src/sys/net/if_mib.c From owner-cvs-src@FreeBSD.ORG Tue May 4 04:22:10 2004 Return-Path: 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 71F1916A4CE; Tue, 4 May 2004 04:22:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7CD43D4C; Tue, 4 May 2004 04:22:10 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44BMAGe039805; Tue, 4 May 2004 04:22:10 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44BMAf3039801; Tue, 4 May 2004 04:22:10 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405041122.i44BMAf3039801@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 04:22:10 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb if_axe.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 11:22:10 -0000 sanpei 2004/05/04 04:22:09 PDT FreeBSD src repository Modified files: sys/dev/usb if_axe.c usbdevs Log: Fix device ID for Linksys USB 2.0 10/100 ethernet controller (use LINKSYS2) Submitted by: takawata-san Revision Changes Path 1.13 +1 -1 src/sys/dev/usb/if_axe.c 1.175 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue May 4 04:23:45 2004 Return-Path: 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 E1F5516A4CE; Tue, 4 May 2004 04:23:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD7A543D3F; Tue, 4 May 2004 04:23:45 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44BNjGe040173; Tue, 4 May 2004 04:23:45 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44BNjPT040172; Tue, 4 May 2004 04:23:45 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405041123.i44BNjPT040172@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 04:23:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 11:23:46 -0000 sanpei 2004/05/04 04:23:45 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.175 of usbdevs Revision Changes Path 1.182 +2 -2 src/sys/dev/usb/usbdevs.h 1.182 +5 -5 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue May 4 04:36:55 2004 Return-Path: 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 4EB0516A4CE; Tue, 4 May 2004 04:36:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB0543D5C; Tue, 4 May 2004 04:36:55 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44BasGe042331; Tue, 4 May 2004 04:36:54 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44Basqo042330; Tue, 4 May 2004 04:36:54 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405041136.i44Basqo042330@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 04:36:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 11:36:55 -0000 sanpei 2004/05/04 04:36:54 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: fix typo (adapte -> adapter) Submitted by: Daan Vreeken [PA4DAN] Revision Changes Path 1.176 +1 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue May 4 04:37:27 2004 Return-Path: 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 2A5A816A4CE; Tue, 4 May 2004 04:37:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0570943D2D; Tue, 4 May 2004 04:37:27 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44BbQGe042397; Tue, 4 May 2004 04:37:26 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44BbQfB042396; Tue, 4 May 2004 04:37:26 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405041137.i44BbQfB042396@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 4 May 2004 04:37:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 11:37:27 -0000 sanpei 2004/05/04 04:37:26 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Sync to 1.176 of usbdevs Revision Changes Path 1.183 +2 -2 src/sys/dev/usb/usbdevs.h 1.183 +2 -2 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Tue May 4 06:34:31 2004 Return-Path: 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 6706B16A4CE; Tue, 4 May 2004 06:34:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3011243D4C; Tue, 4 May 2004 06:34:31 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44DYVGe074479; Tue, 4 May 2004 06:34:31 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44DYUEu074478; Tue, 4 May 2004 06:34:30 -0700 (PDT) (envelope-from cperciva) Message-Id: <200405041334.i44DYUEu074478@repoman.freebsd.org> From: Colin Percival Date: Tue, 4 May 2004 06:34:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/net if_mib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 13:34:31 -0000 cperciva 2004/05/04 06:34:30 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/net if_mib.c Log: MFS revision 1.8.2.2: Dereferencing NULL pointers considered harmful. Approved by: re (kensmith) Revision Changes Path 1.8.2.1.16.1 +2 -1 src/sys/net/if_mib.c From owner-cvs-src@FreeBSD.ORG Tue May 4 06:48:47 2004 Return-Path: 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 424B916A4CE; Tue, 4 May 2004 06:48:47 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8BD43D4C; Tue, 4 May 2004 06:48:46 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i44Dqpu6018563; Tue, 4 May 2004 07:52:51 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40979F29.1070102@freebsd.org> Date: Tue, 04 May 2004 07:48:25 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Oppermann References: <200405040239.i442dfL0011742@repoman.freebsd.org> <40970329.3070507@freebsd.org> <40975C30.5D247B83@freebsd.org> In-Reply-To: <40975C30.5D247B83@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 13:48:47 -0000 Andre Oppermann wrote: > Scott Long wrote: > >>Scott Long wrote: >> >> >>>scottl 2004/05/03 19:39:41 PDT >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/net if_vlan.c >>> Log: >>> Add route.h to pick up the rt_ifmsg() declaration. >>> >>> Revision Changes Path >>> 1.60 +1 -0 src/sys/net/if_vlan.c >> >>Not to pick on anyone in particular, but we've had about three days in a >>row now with tinderbox failures. Please, everyone, step back and be >>more careful. Thanks, > > > Scott, I'm sorry for that. > > However it worked for me just fine. The reason I just found out is that > I wasn't compiling if_vlan into the kernel but loaded and tested it as > module. Compiling it as module doesn't give any compiler warning and > works w/o a hitch. Dunno why? > No worries. This is a common problem and is something that practically everyone falls victim to once in a while. I don't know why the module building path is different from the kernel building path, but I think that once Peter is done overhauling both that it will become a lot more consistent. Scott From owner-cvs-src@FreeBSD.ORG Tue May 4 07:06:19 2004 Return-Path: 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 9EC7516A4CF; Tue, 4 May 2004 07:06:19 -0700 (PDT) Received: from mail.ambrisko.com (adsl-64-174-51-43.dsl.snfc21.pacbell.net [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD0B43D60; Tue, 4 May 2004 07:06:18 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 04 May 2004 07:06:17 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i44E6Ijd007572; Tue, 4 May 2004 07:06:18 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i44E6C7h007563; Tue, 4 May 2004 07:06:12 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200405041406.i44E6C7h007563@ambrisko.com> In-Reply-To: <20040504180010.E9274@gamplex.bde.org> To: Bruce Evans Date: Tue, 4 May 2004 07:06:12 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Doug Ambrisko cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 14:06:19 -0000 Bruce Evans writes: | On Mon, 3 May 2004, Doug Ambrisko wrote: | | > ambrisko 2004/05/03 15:35:28 PDT | > | > FreeBSD src repository | > | > Modified files: | > sys/conf NOTES options | > share/man/man4 sio.4 | > sys/dev/sio sio.c | > Log: | > Remove new options and my prevention of system freeze when the sio probe | > returns okay when HW probe fails. This happens when comconsole flag is | > set but VGA console is used instead. | > | > Back out requested by: bde (He will be looking at other solutions from scratch) | | I think you mean that the freeze happens when the comconsole flag is set | but the VGA console is _not_ used instead despite there being no usable | serial console. Neither the boot blocks not sio check whether the No. Okay there are 2 potential freezes. Once during boot the other when the system is up: 1) If in comconsole mode and the 0x10 flags are set the system doesn't boot. I'm basically okay with that and offered a different type of work around for that that we use when the next one to try is probed before the failed one. 2) If in vidconsole mode and the 0x10 flags are set the serial port in dmesg says if failed to probe but since the 0x10 flags is set it says the serial port is there even though it is not a console. It also says it is 8250 UART. Then you write something out that "probed" port and the system hangs from user-land :-( | Network and/or nonstandard boot blocks apparently set the comconsole | flag without initializing a serial console (because they don't support | using one and don't know that they are supposed to initialize one for | the kernel?). This can cause garbled i/o. Yep, which is annoying so it was easy to provide a simple kernel option to force it to CONSPEED no matter what and have a working console. | There are also problems with multiple enabled console or debugger ports... | See PR 65278 for the main one. This wasn't my concern when adding this. Doug A. From owner-cvs-src@FreeBSD.ORG Tue May 4 07:39:33 2004 Return-Path: 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 EEA1916A4CE; Tue, 4 May 2004 07:39:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9ED43D41; Tue, 4 May 2004 07:39:33 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44EdXGe087976; Tue, 4 May 2004 07:39:33 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44EdWlI087975; Tue, 4 May 2004 07:39:32 -0700 (PDT) (envelope-from simon) Message-Id: <200405041439.i44EdWlI087975@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 4 May 2004 07:39:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 14:39:34 -0000 simon 2004/05/04 07:39:32 PDT FreeBSD src repository (doc committer) Modified files: usr.sbin/jail jail.8 Log: mdoc(7) cleanup for the last commit to this file. OK'ed by: bmilekic Revision Changes Path 1.50 +10 -3 src/usr.sbin/jail/jail.8 From owner-cvs-src@FreeBSD.ORG Tue May 4 07:53:35 2004 Return-Path: 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 3C1F916A4CE; Tue, 4 May 2004 07:53:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1974143D1F; Tue, 4 May 2004 07:53:35 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44ErYGe092021; Tue, 4 May 2004 07:53:34 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44ErYi7092020; Tue, 4 May 2004 07:53:34 -0700 (PDT) (envelope-from maxim) Message-Id: <200405041453.i44ErYi7092020@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 4 May 2004 07:53:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 14:53:35 -0000 maxim 2004/05/04 07:53:34 PDT FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: o Document m_getcl(9). Submitted by: Gleb Smirnoff MFC after: 2 weeks Revision Changes Path 1.47 +17 -0 src/share/man/man9/mbuf.9 From owner-cvs-src@FreeBSD.ORG Tue May 4 09:01:48 2004 Return-Path: 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 95A7B16A4CE; Tue, 4 May 2004 09:01:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7270B43D39; Tue, 4 May 2004 09:01:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44G1mGe012601; Tue, 4 May 2004 09:01:48 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44G1m5w012597; Tue, 4 May 2004 09:01:48 -0700 (PDT) (envelope-from bde) Message-Id: <200405041601.i44G1m5w012597@repoman.freebsd.org> From: Bruce Evans Date: Tue, 4 May 2004 09:01:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 16:01:48 -0000 bde 2004/05/04 09:01:47 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: Oops^2, finish switch to using the moved cy driver for pc98 by removing cy.c and not legacy.c here. Revision Changes Path 1.293 +1 -1 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Tue May 4 09:09:21 2004 Return-Path: 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 C1E2516A4CE; Tue, 4 May 2004 09:09:21 -0700 (PDT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3892643D48; Tue, 4 May 2004 09:09:19 -0700 (PDT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i44GFI01094954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 May 2004 19:15:20 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i44G9GEw006799; Tue, 4 May 2004 19:09:16 +0300 (EEST) (envelope-from ru) Date: Tue, 4 May 2004 19:09:16 +0300 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20040504160916.GG6628@ip.net.ua> References: <200405021738.i42HcRe4020619@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="27ZtN5FSuKKSZcBU" Content-Disposition: inline In-Reply-To: <200405021738.i42HcRe4020619@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/secure Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 16:09:22 -0000 --27ZtN5FSuKKSZcBU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 02, 2004 at 10:38:27AM -0700, Marcel Moolenaar wrote: > marcel 2004/05/02 10:38:27 PDT >=20 > FreeBSD src repository >=20 > Modified files: > secure Makefile=20 > Log: > Fix release builds (release.3 target). We also need to rebuild libradiu= s, > because otherwise it will remain having a dependency upon libssl. This > breaks the non-crypto build that happens for release.3 > =20 > While here, order the list of programs and libraries. > =20 > Speculating review feedback from: ru > =20 > Revision Changes Path > 1.25 +4 -4 src/secure/Makefile >=20 Thanks a lot, Marcel! This sure looks like the correct fix, though I cannot test it at the moment (on vacation until May 10). But I'm sure you've tested it. And sorry for a headache. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --27ZtN5FSuKKSZcBU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAl8AsUkv4P6juNwoRAnHKAJoC7WvmtdZZeQGlz7EdNCHMg1h0gQCggcc7 T4rwqUEfyyREuBZOOS0PJDY= =EPau -----END PGP SIGNATURE----- --27ZtN5FSuKKSZcBU-- From owner-cvs-src@FreeBSD.ORG Tue May 4 09:37:05 2004 Return-Path: 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 BD10C16A4CF; Tue, 4 May 2004 09:37:05 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268A443D46; Tue, 4 May 2004 09:37:05 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i44Gb4l6003107; Tue, 4 May 2004 09:37:04 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.11/8.12.11/Submit) id i44Gb4cM003106; Tue, 4 May 2004 09:37:04 -0700 (PDT) (envelope-from marcel) Date: Tue, 4 May 2004 09:37:04 -0700 From: Marcel Moolenaar To: Ruslan Ermilov Message-ID: <20040504163704.GA3070@ns1.xcllnt.net> References: <200405021738.i42HcRe4020619@repoman.freebsd.org> <20040504160916.GG6628@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040504160916.GG6628@ip.net.ua> User-Agent: Mutt/1.5.5.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/secure Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 16:37:05 -0000 On Tue, May 04, 2004 at 07:09:16PM +0300, Ruslan Ermilov wrote: > > > Thanks a lot, Marcel! This sure looks like the correct fix, > though I cannot test it at the moment (on vacation until > May 10). But I'm sure you've tested it. And sorry for a > headache. No worries. Enjoy your vacation, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue May 4 09:41:55 2004 Return-Path: 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 7CC5416A4D0 for ; Tue, 4 May 2004 09:41:55 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B14E843D45 for ; Tue, 4 May 2004 09:41:54 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 28417 invoked by uid 1000); 4 May 2004 16:41:55 -0000 Date: Tue, 4 May 2004 09:41:55 -0700 (PDT) From: Nate Lawson To: Andre Oppermann In-Reply-To: <40975C30.5D247B83@freebsd.org> Message-ID: <20040504093938.U28384@root.org> References: <200405040239.i442dfL0011742@repoman.freebsd.org> <40970329.3070507@freebsd.org> <40975C30.5D247B83@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 16:41:55 -0000 On Tue, 4 May 2004, Andre Oppermann wrote: > Scott Long wrote: > > > > Scott Long wrote: > > > > > scottl 2004/05/03 19:39:41 PDT > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/net if_vlan.c > > > Log: > > > Add route.h to pick up the rt_ifmsg() declaration. > > > > > > Revision Changes Path > > > 1.60 +1 -0 src/sys/net/if_vlan.c > > > > Not to pick on anyone in particular, but we've had about three days in a > > row now with tinderbox failures. Please, everyone, step back and be > > more careful. Thanks, > > Scott, I'm sorry for that. > > However it worked for me just fine. The reason I just found out is that > I wasn't compiling if_vlan into the kernel but loaded and tested it as > module. Compiling it as module doesn't give any compiler warning and > works w/o a hitch. Dunno why? Because -Werror doesn't get turned on for module builds nor are proper .h files generated, leading to things like _mtx_lock_flags being undefined when WITNESS is used for the kernel compile. Why is this? Because every time someone tries to fix it, people protest. -Nate From owner-cvs-src@FreeBSD.ORG Tue May 4 09:57:25 2004 Return-Path: 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 D7A6A16A4CE; Tue, 4 May 2004 09:57:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B299943D1D; Tue, 4 May 2004 09:57:25 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44GvPGe024593; Tue, 4 May 2004 09:57:25 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44GvP0F024592; Tue, 4 May 2004 09:57:25 -0700 (PDT) (envelope-from das) Message-Id: <200405041657.i44GvP0F024592@repoman.freebsd.org> From: David Schultz Date: Tue, 4 May 2004 09:57:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 16:57:26 -0000 das 2004/05/04 09:57:25 PDT FreeBSD src repository Modified files: . access Log: Welcome Stefan Farfeleder (stefanf@), whose evil scheme to inundate us with high-quality PRs has now backfired. Stefan is a current TenDRA developer and will be working on C99 support in FreeBSD, compiler portability issues, and whatever catches his eye. I will be his mentor. Approved by: core Revision Changes Path 1.662 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue May 4 10:21:03 2004 Return-Path: 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 3822816A4CE; Tue, 4 May 2004 10:21:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F267843D2D; Tue, 4 May 2004 10:21:02 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44HL2Ge029798; Tue, 4 May 2004 10:21:02 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44HL22l029797; Tue, 4 May 2004 10:21:02 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405041721.i44HL22l029797@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 4 May 2004 10:21:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar fts.c fts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 17:21:03 -0000 kientzle 2004/05/04 10:21:02 PDT FreeBSD src repository Added files: usr.bin/tar fts.c fts.h Log: Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD systems. The fts.h here is an exact copy of include/fts.h (except for an initial explanatory comment and the revision tags, of course). The fts.c here is slightly modified from lib/libc/gen/fts.c so it can compile correctly on non-FreeBSD systems. Revision Changes Path 1.1 +1195 -0 src/usr.bin/tar/fts.c (new) 1.1 +147 -0 src/usr.bin/tar/fts.h (new) From owner-cvs-src@FreeBSD.ORG Tue May 4 10:45:14 2004 Return-Path: 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 6E1B216A4D1; Tue, 4 May 2004 10:45:14 -0700 (PDT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA52843D3F; Tue, 4 May 2004 10:45:13 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i44HjB5v019470; Wed, 5 May 2004 03:45:11 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i44Hj7HW031109; Wed, 5 May 2004 03:45:09 +1000 Date: Wed, 5 May 2004 03:45:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Doug Barton In-Reply-To: <40976D24.4060408@DougBarton.net> Message-ID: <20040505033532.C11102@gamplex.bde.org> References: <200405040239.i442dfL0011742@repoman.freebsd.org> <40970329.3070507@freebsd.org> <40975C30.5D247B83@freebsd.org> <40976D24.4060408@DougBarton.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Scott Long cc: src-committers@freebsd.org cc: Andre Oppermann cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 17:45:14 -0000 On Tue, 4 May 2004, Doug Barton wrote: > Andre Oppermann wrote: > > > However it worked for me just fine. The reason I just found out is that > > I wasn't compiling if_vlan into the kernel but loaded and tested it as > > module. Compiling it as module doesn't give any compiler warning and > > works w/o a hitch. Dunno why? > > Testing both should be standard operating procedure before you commit. > Of course there _should_ be no difference, but that's why you do testing > on stuff like this. The difference is because there is too much in kern.pre.mk. In particular, the setting of -Werror. Only kern.mk is common to building kernels and modules. Other misplaced things: -D_KERNEL -fno-common -finline_limit=${INLINE_LIMIT}. These are just duplicated, complete with icc ifdefs for the last 2. Bruce From owner-cvs-src@FreeBSD.ORG Tue May 4 13:03:50 2004 Return-Path: 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 A22E816A4CE; Tue, 4 May 2004 13:03:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D0143D2D; Tue, 4 May 2004 13:03:50 -0700 (PDT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44K3oGe073006; Tue, 4 May 2004 13:03:50 -0700 (PDT) (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44K3ojn073005; Tue, 4 May 2004 13:03:50 -0700 (PDT) (envelope-from josef) Message-Id: <200405042003.i44K3ojn073005@repoman.freebsd.org> From: Josef El-Rayes Date: Tue, 4 May 2004 13:03:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/cvsup cvs-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 20:03:50 -0000 josef 2004/05/04 13:03:50 PDT FreeBSD src repository (doc committer) Modified files: share/examples/cvsup cvs-supfile Log: Add some lines to note that 'www' is available as an option to get the www tree. Revision Changes Path 1.42 +6 -0 src/share/examples/cvsup/cvs-supfile From owner-cvs-src@FreeBSD.ORG Tue May 4 13:07:46 2004 Return-Path: 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 81E8616A4CE; Tue, 4 May 2004 13:07:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635D943D2F; Tue, 4 May 2004 13:07:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44K7kGe073265; Tue, 4 May 2004 13:07:46 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44K7kTf073264; Tue, 4 May 2004 13:07:46 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042007.i44K7kTf073264@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 13:07:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/isa elcr.c src/sys/i386/include intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 20:07:46 -0000 jhb 2004/05/04 13:07:46 PDT FreeBSD src repository Modified files: sys/conf files.i386 sys/i386/include intr_machdep.h Added files: sys/i386/isa elcr.c Log: Add a simple mini-driver for the ELCR register. Originally, the ELCR register controlled the trigger mode and polarity of EISA interrupts. However, it appears that most (all?) PCI systems use the ELCR to manage the trigger mode and polarity of ISA interrupts as well since ISA IRQs used to route PCI interrupts need to be level triggered with active low polarity. We check to see if the ELCR exists by sanity checking the value we get back ensuring that IRQS 0 (8254), 1 (atkbd), 2 (the link from the slave PIC), and 8 (RTC) are all clear indicating edge trigger and active high polarity. This mini-driver will be used by the atpic driver to manage the trigger and polarity of ISA IRQs. Also, the mptable parsing code will use this mini driver rather than examining the ELCR directly. Revision Changes Path 1.487 +1 -0 src/sys/conf/files.i386 1.3 +5 -0 src/sys/i386/include/intr_machdep.h 1.1 +143 -0 src/sys/i386/isa/elcr.c (new) From owner-cvs-src@FreeBSD.ORG Tue May 4 13:12:52 2004 Return-Path: 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 820EA16A4CE; Tue, 4 May 2004 13:12:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F6043D31; Tue, 4 May 2004 13:12:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44KCqGe075184; Tue, 4 May 2004 13:12:52 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44KCqT3075183; Tue, 4 May 2004 13:12:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042012.i44KCqT3075183@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 13:12:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 20:12:52 -0000 jhb 2004/05/04 13:12:52 PDT FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: - Add a member to the atpic interrupt source structures to indicate if the IRQ is edge triggered or level triggered. For ISA interrupts, we assume that edge triggered interrupts are always active high and that level triggered interrupts are always active low. - Don't disable an edge triggered interrupt in the PIC. This avoids outb instructions to the actual PIC for traditional ISA IRQs such as IRQ 1, 6, 14, and 15. (Fast interrupts such as IRQs 0 and 8 don't mask their source, so this doesn't change anything for them.) - For MCA systems we assume that all interrupts are level triggered and thus need masking. Otherwise, we probe the ELCR. If it exists we trust what it tells us regarding which interrupts are level triggered. If it does not exist, we assume that IRQs 0, 1, 2, and 8 are edge triggered and that all other IRQs are level triggered and need masking. - Instruct the ELCR mini-driver to restore its saved state during resume. Revision Changes Path 1.12 +51 -5 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Tue May 4 13:37:19 2004 Return-Path: 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 D9CF216A4CE; Tue, 4 May 2004 13:37:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA6943D39; Tue, 4 May 2004 13:37:19 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44KbJGe079542; Tue, 4 May 2004 13:37:19 -0700 (PDT) (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44KbJ5Z079541; Tue, 4 May 2004 13:37:19 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200405042037.i44KbJ5Z079541@repoman.freebsd.org> From: Bosko Milekic Date: Tue, 4 May 2004 13:37:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 20:37:20 -0000 bmilekic 2004/05/04 13:37:19 PDT FreeBSD src repository Modified files: . access Log: Add csjp to access. csjp is Christian S.J. Peron. He has submitted a lot of PRs and has produced patches which were difficult to ignore. He is a src committer but also has a few ports to his name, and has contributed documentation bits in the past as well. He has a number of projects going on, one of which involves lookupd. He is also responsible for the recent raw-sockets inside jail changes. I will wear the mentor hat until he feels he is comfortable enough to steal it from me. Approved by: core Revision Changes Path 1.663 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue May 4 13:39:24 2004 Return-Path: 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 C037F16A4CE; Tue, 4 May 2004 13:39:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710A243D4C; Tue, 4 May 2004 13:39:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44KdOGe079649; Tue, 4 May 2004 13:39:24 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44KdOfk079648; Tue, 4 May 2004 13:39:24 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042039.i44KdOfk079648@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 13:39:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 io_apic.c local_apic.c mptable.c src/sys/i386/include apicvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 20:39:25 -0000 jhb 2004/05/04 13:39:24 PDT FreeBSD src repository Modified files: sys/i386/acpica madt.c sys/i386/i386 io_apic.c local_apic.c mptable.c sys/i386/include apicvar.h Log: - Change the APIC code to mostly use the recently added intr_trigger and intr_polarity enums for passing around interrupt trigger modes and polarity rather than using the magic numbers 0 for level/low and 1 for edge/high. - Convert the mptable parsing code to use the new ELCR wrapper code rather than reading the ELCR directly. Also, use the ELCR settings to control both the trigger and polarity of EISA IRQs instead of just the trigger mode. - Rework the MADT's handling of the ACPI SCI again: - If no override entry for the SCI exists at all, use level/low trigger instead of the default edge/high used for ISA IRQs. - For the ACPI SCI, use level/low values for conforming trigger and polarity rather than the edge/high values we use for all other ISA IRQs. - Rework the tunables available to override the MADT. The hw.acpi.force_sci_lo tunable is no longer supported. Instead, there are now two tunables that can independently override the trigger mode and/or polarity of the SCI. The hw.acpi.sci.trigger tunable can be set to either "edge" or "level", and the hw.acpi.sci.polarity tunable can be set to either "high" or "low". To simulate hw.acpi.force_sci_lo, set hw.acpi.sci.trigger to "level" and hw.acpi.sci.polarity to "low". If you are having problems with ACPI either causing an interrupt storm or not working at all (e.g., the power button doesn't turn invoke a shutdown -p now), you can try tweaking these two tunables to find the combination that works. Revision Changes Path 1.12 +86 -36 src/sys/i386/acpica/madt.c 1.7 +8 -8 src/sys/i386/i386/io_apic.c 1.8 +12 -10 src/sys/i386/i386/local_apic.c 1.230 +27 -36 src/sys/i386/i386/mptable.c 1.6 +7 -4 src/sys/i386/include/apicvar.h From owner-cvs-src@FreeBSD.ORG Tue May 4 14:02:57 2004 Return-Path: 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 3105B16A4CF; Tue, 4 May 2004 14:02:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D2543D46; Tue, 4 May 2004 14:02:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44L2uGe085837; Tue, 4 May 2004 14:02:56 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44L2uk4085836; Tue, 4 May 2004 14:02:56 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042102.i44L2uk4085836@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 14:02:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 intr_machdep.c io_apic.c nexus.c src/sys/i386/include intr_machdep.h src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 21:02:57 -0000 jhb 2004/05/04 14:02:56 PDT FreeBSD src repository Modified files: sys/i386/i386 intr_machdep.c io_apic.c nexus.c sys/i386/include intr_machdep.h sys/i386/isa atpic.c Log: - Add a new pic method pic_config_intr() to set the trigger mode and polarity for a specified IRQ. The intr_config_intr() function wraps this pic method hiding the IRQ to interrupt source lookup. - Add a config_intr() method to the atpic(4) driver that reconfigures the interrupt using the ELCR if possible and returns an error otherwise. - Add a config_intr() method to the apic(4) driver that just logs any requests that would change the existing programming under bootverbose. Currently, the only changes the apic(4) driver receives are due to bugs in the acpi(4) driver and its handling of link devices, hence the reason for such requests currently being ignored. - Have the nexus(4) driver on i386 implement the bus_config_intr() function by calling intr_config_intr(). Revision Changes Path 1.5 +11 -0 src/sys/i386/i386/intr_machdep.c 1.8 +39 -1 src/sys/i386/i386/io_apic.c 1.55 +10 -0 src/sys/i386/i386/nexus.c 1.4 +4 -0 src/sys/i386/include/intr_machdep.h 1.13 +60 -1 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Tue May 4 14:04:24 2004 Return-Path: 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 CD02E16A4CE; Tue, 4 May 2004 14:04:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90C043D1D; Tue, 4 May 2004 14:04:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44L4OGe086836; Tue, 4 May 2004 14:04:24 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44L4OcX086835; Tue, 4 May 2004 14:04:24 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042104.i44L4OcX086835@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 14:04:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 21:04:24 -0000 jhb 2004/05/04 14:04:24 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_machdep.c Log: Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger and active low polarity when using the PIC interrupt model. This should fix broken SCI interrupts on machines when not using the APIC where the BIOS doesn't program the ELCR to level trigger for the ACPI SCI. Requested by: njl Revision Changes Path 1.19 +4 -1 src/sys/i386/acpica/acpi_machdep.c From owner-cvs-src@FreeBSD.ORG Tue May 4 14:17:53 2004 Return-Path: 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 BE69316A4CE; Tue, 4 May 2004 14:17:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D52643D2F; Tue, 4 May 2004 14:17:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44LHrGe089461; Tue, 4 May 2004 14:17:53 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44LHrsf089460; Tue, 4 May 2004 14:17:53 -0700 (PDT) (envelope-from jhb) Message-Id: <200405042117.i44LHrsf089460@repoman.freebsd.org> From: John Baldwin Date: Tue, 4 May 2004 14:17:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_bus.c pci_pir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 21:17:53 -0000 jhb 2004/05/04 14:17:53 PDT FreeBSD src repository Modified files: sys/i386/include pci_cfgreg.h sys/i386/pci pci_bus.c pci_pir.c Log: - Create a pir0 psuedo device as a child of legacy0 if we attach a legacy host-PCI bridge device and find a valid $PIR. - Make pci_pir_parse() private to pci_pir.c and have pir0's attach routine call it instead of having legacy_pcib_attach() call it. - Implement suspend/resume support for the $PIR by giving pir0 a resume method that calls the BIOS to reroute each link that was already routed before the machine was suspended. - Dump the state of the routed flag in the links display code. - If a link's IRQ is set by a tunable, then force that link to be re-routed the first time it is used. - Move the 'Found $PIR' message under bootverbose as the pir0 description line lists the number of entries already. The pir0 line also only shows up if we are actually using the $PIR which is a bonus. - Use BUS_CONFIG_INTR() to ensure that any IRQs used by a PCI link are set to level/low trigger/polarity. Revision Changes Path 1.12 +0 -1 src/sys/i386/include/pci_cfgreg.h 1.110 +6 -2 src/sys/i386/pci/pci_bus.c 1.111 +119 -6 src/sys/i386/pci/pci_pir.c From owner-cvs-src@FreeBSD.ORG Tue May 4 14:40:10 2004 Return-Path: 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 E0A9516A4CE; Tue, 4 May 2004 14:40:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF2D43D39; Tue, 4 May 2004 14:40:10 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44LeAGe093779; Tue, 4 May 2004 14:40:10 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44LeAfA093778; Tue, 4 May 2004 14:40:10 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405042140.i44LeAfA093778@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 4 May 2004 14:40:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 21:40:11 -0000 kientzle 2004/05/04 14:40:09 PDT FreeBSD src repository Modified files: usr.bin/tar util.c Log: Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, even though POSIX requires it. Revision Changes Path 1.5 +1 -0 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Tue May 4 15:15:55 2004 Return-Path: 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 728D716A4CE; Tue, 4 May 2004 15:15:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5073743D5C; Tue, 4 May 2004 15:15:55 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MFtGe003504; Tue, 4 May 2004 15:15:55 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MFtcC003503; Tue, 4 May 2004 15:15:55 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042215.i44MFtcC003503@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:15:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/libkern quad.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:15:55 -0000 cognet 2004/05/04 15:15:55 PDT FreeBSD src repository Modified files: sys/libkern quad.h Log: Prototype __ashldi3(), __ashrdi3() and __lshrdi3(). Revision Changes Path 1.17 +4 -0 src/sys/libkern/quad.h From owner-cvs-src@FreeBSD.ORG Tue May 4 15:16:29 2004 Return-Path: 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 D2C2C16A4CE; Tue, 4 May 2004 15:16:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B181543D54; Tue, 4 May 2004 15:16:29 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MGTGe003548; Tue, 4 May 2004 15:16:29 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MGThI003547; Tue, 4 May 2004 15:16:29 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042216.i44MGThI003547@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:16:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include _types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:16:30 -0000 cognet 2004/05/04 15:16:29 PDT FreeBSD src repository Modified files: sys/arm/include _types.h Log: Define __double_t and __float_t. Revision Changes Path 1.5 +2 -0 src/sys/arm/include/_types.h From owner-cvs-src@FreeBSD.ORG Tue May 4 15:21:38 2004 Return-Path: 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 47C5716A4CE; Tue, 4 May 2004 15:21:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DAA43D5A; Tue, 4 May 2004 15:21:38 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MLbGe004608; Tue, 4 May 2004 15:21:37 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MLbF5004598; Tue, 4 May 2004 15:21:37 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042221.i44MLbF5004598@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:21:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include elf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:21:38 -0000 cognet 2004/05/04 15:21:37 PDT FreeBSD src repository Modified files: sys/arm/include elf.h Log: Add the Elf32_Auxinfo declaretion. Define AT_*. (Maybe some of this could go in a MI header ?) Revision Changes Path 1.5 +35 -1 src/sys/arm/include/elf.h From owner-cvs-src@FreeBSD.ORG Tue May 4 15:24:57 2004 Return-Path: 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 0D14816A4D0; Tue, 4 May 2004 15:24:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C5443D58; Tue, 4 May 2004 15:24:56 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MOuGe005507; Tue, 4 May 2004 15:24:56 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MOuvk005506; Tue, 4 May 2004 15:24:56 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042224.i44MOuvk005506@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:24:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include endian.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:24:57 -0000 cognet 2004/05/04 15:24:56 PDT FreeBSD src repository Modified files: sys/arm/include endian.h Log: Add some endianess-related functions and macros. Revision Changes Path 1.3 +60 -1 src/sys/arm/include/endian.h From owner-cvs-src@FreeBSD.ORG Tue May 4 15:31:17 2004 Return-Path: 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 1204516A4CE; Tue, 4 May 2004 15:31:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF73943D31; Tue, 4 May 2004 15:31:16 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MVGGe005837; Tue, 4 May 2004 15:31:16 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MVGgA005836; Tue, 4 May 2004 15:31:16 -0700 (PDT) (envelope-from marius) Message-Id: <200405042231.i44MVGgA005836@repoman.freebsd.org> From: Marius Strobl Date: Tue, 4 May 2004 15:31:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 nexus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:31:17 -0000 marius 2004/05/04 15:31:16 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 nexus.c Log: Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device name and type for printing info about the device that didn't probe from child, not parent. This fixes a panic on systems where not yet supported devices hang off of the nexus, e.g. on E450. Reported by: joerg Revision Changes Path 1.10 +2 -3 src/sys/sparc64/sparc64/nexus.c From owner-cvs-src@FreeBSD.ORG Tue May 4 15:38:24 2004 Return-Path: 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 6342316A4EE; Tue, 4 May 2004 15:38:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E72643D5A; Tue, 4 May 2004 15:38:23 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44McMGe007892; Tue, 4 May 2004 15:38:22 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44McMJn007891; Tue, 4 May 2004 15:38:22 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042238.i44McMJn007891@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:38:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include signal.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:38:25 -0000 cognet 2004/05/04 15:38:22 PDT FreeBSD src repository Modified files: sys/arm/include signal.h Log: Don't declare osigset_t, as it is done in sys/_sigset.h. Revision Changes Path 1.4 +0 -1 src/sys/arm/include/signal.h From owner-cvs-src@FreeBSD.ORG Tue May 4 15:49:48 2004 Return-Path: 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 A299B16A4CE; Tue, 4 May 2004 15:49:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8143643D1D; Tue, 4 May 2004 15:49:48 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i44MnmGe010032; Tue, 4 May 2004 15:49:48 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i44MnmCv010031; Tue, 4 May 2004 15:49:48 -0700 (PDT) (envelope-from cognet) Message-Id: <200405042249.i44MnmCv010031@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 4 May 2004 15:49:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys imgact_aout.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 22:49:48 -0000 cognet 2004/05/04 15:49:48 PDT FreeBSD src repository Modified files: sys/sys imgact_aout.h Log: Define MID_ARM6. Revision Changes Path 1.20 +1 -0 src/sys/sys/imgact_aout.h From owner-cvs-src@FreeBSD.ORG Tue May 4 16:04:52 2004 Return-Path: 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 60E8216A4D0 for ; Tue, 4 May 2004 16:04:52 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B455343D54 for ; Tue, 4 May 2004 16:04:51 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 30263 invoked by uid 1000); 4 May 2004 23:04:53 -0000 Date: Tue, 4 May 2004 16:04:53 -0700 (PDT) From: Nate Lawson To: John Baldwin In-Reply-To: <20040504203938.2F50A16A4F6@hub.freebsd.org> Message-ID: <20040504160428.I30235@root.org> References: <20040504203938.2F50A16A4F6@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386io_apic.c local_apic.c mptable.c src/sys/i386/include apicvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 23:04:52 -0000 On Tue, 4 May 2004, John Baldwin wrote: > jhb 2004/05/04 13:39:24 PDT > > FreeBSD src repository > > Modified files: > sys/i386/acpica madt.c > sys/i386/i386 io_apic.c local_apic.c mptable.c > sys/i386/include apicvar.h > Log: > - Change the APIC code to mostly use the recently added intr_trigger > and intr_polarity enums for passing around interrupt trigger modes and > polarity rather than using the magic numbers 0 for level/low and 1 for > edge/high. Thanks so much for adding the ELCR support! -Nate From owner-cvs-src@FreeBSD.ORG Tue May 4 16:26:43 2004 Return-Path: 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 44B8016A4CE; Tue, 4 May 2004 16:26:43 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5908743D49; Tue, 4 May 2004 16:26:39 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp02.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])i44NQYiL006104; Wed, 5 May 2004 09:26:34 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp02.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2004050509263344:62547 ; Wed, 5 May 2004 09:26:33 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) i44NQXHQ069692; Wed, 5 May 2004 09:26:33 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9p2/8.12.9/Submit) id i44NQWnZ069691; Wed, 5 May 2004 09:26:32 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Wed, 5 May 2004 09:26:32 +1000 From: Peter Jeremy To: Tim Kientzle Message-ID: <20040504232632.GA69416@gsmx07.alcatel.com.au> Mail-Followup-To: Tim Kientzle , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Andrew.Li@alcatel.com.au References: <200405041721.i44HL22l029797@repoman.freebsd.org> Mime-Version: 1.0 In-Reply-To: <200405041721.i44HL22l029797@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-MIMETrack: Itemize by SMTP Server on SYDSMTP02/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 05/05/2004 09:26:33 AM,|February 13, 2003) at 05/05/2004 09:26:34 AM, Serialize complete at 05/05/2004 09:26:34 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Andrew.Li@alcatel.com.au Subject: Re: cvs commit: src/usr.bin/tar fts.c fts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 May 2004 23:26:43 -0000 On 2004-May-04 10:21:02 -0700, Tim Kientzle wrote: >kientzle 2004/05/04 10:21:02 PDT > > FreeBSD src repository > > Added files: > usr.bin/tar fts.c fts.h > Log: > Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD > systems. The fts.h here is an exact copy of include/fts.h (except for > an initial explanatory comment and the revision tags, of course). The > fts.c here is slightly modified from lib/libc/gen/fts.c so it can > compile correctly on non-FreeBSD systems. Since a colleague of mine has just finished porting fts(3) to Tru64, I was interested in the changes you needed to make. Having looked, it seems that your changes are primarily aimed at Linux compatibility rather than general portability - it's unlikely that your fts.c will be usable on anything other than Linux systems due to the '#ifdef LINUX' near the top - if this was '#ifndef __FreeBSD__', the portability would be enhanced. Also, why wasn't this done as a repocopy? This would have made it far easier to see the changes. -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Tue May 4 19:38:55 2004 Return-Path: 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 4B6F816A4CE; Tue, 4 May 2004 19:38:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D4443D2D; Tue, 4 May 2004 19:38:55 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i452ctGe066265; Tue, 4 May 2004 19:38:55 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i452csk3066264; Tue, 4 May 2004 19:38:54 -0700 (PDT) (envelope-from marcel) Message-Id: <200405050238.i452csk3066264@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 4 May 2004 19:38:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys elf_common.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 02:38:55 -0000 marcel 2004/05/04 19:38:54 PDT FreeBSD src repository Modified files: sys/sys elf_common.h Log: Fix typo (in comment): s/IA-46/IA-64/ Submitted by: Miod Vallat Revision Changes Path 1.15 +1 -1 src/sys/sys/elf_common.h From owner-cvs-src@FreeBSD.ORG Tue May 4 20:31:06 2004 Return-Path: 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 8A48E16A4CE; Tue, 4 May 2004 20:31:06 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F5343D41; Tue, 4 May 2004 20:31:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i453UcVv074871; Tue, 4 May 2004 20:30:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i453Ubqp074870; Tue, 4 May 2004 20:30:37 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 May 2004 20:30:37 -0700 From: "David O'Brien" To: Tim Kientzle , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Andrew.Li@alcatel.com.au Message-ID: <20040505033037.GA74624@dragon.nuxi.com> References: <200405041721.i44HL22l029797@repoman.freebsd.org> <20040504232632.GA69416@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040504232632.GA69416@gsmx07.alcatel.com.au> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: src/usr.bin/tar fts.c fts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 03:31:06 -0000 On Wed, May 05, 2004 at 09:26:32AM +1000, Peter Jeremy wrote: > On 2004-May-04 10:21:02 -0700, Tim Kientzle wrote: > >kientzle 2004/05/04 10:21:02 PDT > > Added files: > > usr.bin/tar fts.c fts.h > > Log: > > Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD > > systems. The fts.h here is an exact copy of include/fts.h (except for > > an initial explanatory comment and the revision tags, of course). The > > fts.c here is slightly modified from lib/libc/gen/fts.c so it can > > compile correctly on non-FreeBSD systems. ... > be usable on anything other than Linux systems due to the '#ifdef LINUX' > near the top - if this was '#ifndef __FreeBSD__', the portability would > be enhanced. Also why spell it "#ifdef LINUX" vs. what all compilers already define for you -- "#ifdef linux" (or "#ifdef __gnu_linux__")? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue May 4 20:31:46 2004 Return-Path: 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 91F9416A4CE; Tue, 4 May 2004 20:31:46 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C0D43D54; Tue, 4 May 2004 20:31:46 -0700 (PDT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i453VX90062348; Tue, 4 May 2004 20:31:33 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <40986014.4010507@kientzle.com> Date: Tue, 04 May 2004 20:31:32 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <200405041721.i44HL22l029797@repoman.freebsd.org> <20040504232632.GA69416@gsmx07.alcatel.com.au> In-Reply-To: <20040504232632.GA69416@gsmx07.alcatel.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Andrew.Li@alcatel.com.au Subject: Re: cvs commit: src/usr.bin/tar fts.c fts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 03:31:46 -0000 Peter Jeremy wrote: > On 2004-May-04 10:21:02 -0700, Tim Kientzle wrote: >>kientzle 2004/05/04 10:21:02 PDT >> >> FreeBSD src repository >> >> Added files: >> usr.bin/tar fts.c fts.h >> Log: >> Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD >> systems. The fts.h here is an exact copy of include/fts.h (except for >> an initial explanatory comment and the revision tags, of course). The >> fts.c here is slightly modified from lib/libc/gen/fts.c so it can >> compile correctly on non-FreeBSD systems. > > > Since a colleague of mine has just finished porting fts(3) to Tru64, Patches? > was interested in the changes you needed to make. Having looked, it > seems that your changes are primarily aimed at Linux compatibility > rather than general portability ... So far, I've heard reports from people using bsdtar/libarchive on FreeBSD 5, FreeBSD 4, and Linux. If someone sends me patches for another system, I'm happy to integrate them. ;-) > Also, why wasn't this done as a repocopy? This would have made it far > easier to see the changes. Duh! My inexperienced commiter-ness is showing through again, isn't it? Yes, this should have been a repo-copy. Tim From owner-cvs-src@FreeBSD.ORG Tue May 4 20:34:38 2004 Return-Path: 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 1B28416A4CE; Tue, 4 May 2004 20:34:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF8443D1D; Tue, 4 May 2004 20:34:37 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i453YbGe079588; Tue, 4 May 2004 20:34:37 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i453YbJM079587; Tue, 4 May 2004 20:34:37 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405050334.i453YbJM079587@repoman.freebsd.org> From: Robert Watson Date: Tue, 4 May 2004 20:34:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netatalk ddp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 03:34:38 -0000 rwatson 2004/05/04 20:34:37 PDT FreeBSD src repository Modified files: sys/netatalk ddp_usrreq.c Log: Remove redundant call to soisdisconnected() from ddp_abort(), as it calls at_pcbdetach() which also immediately calls soisdisconnected(). Revision Changes Path 1.40 +0 -1 src/sys/netatalk/ddp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 4 20:42:34 2004 Return-Path: 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 C506516A4CE; Tue, 4 May 2004 20:42:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A017043D31; Tue, 4 May 2004 20:42:34 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i453gYGe081556; Tue, 4 May 2004 20:42:34 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i453gYRx081555; Tue, 4 May 2004 20:42:34 -0700 (PDT) (envelope-from scottl) Message-Id: <200405050342.i453gYRx081555@repoman.freebsd.org> From: Scott Long Date: Tue, 4 May 2004 20:42:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 03:42:35 -0000 scottl 2004/05/04 20:42:34 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Convert the asr driver to use the bus_space API. This does not represent a significant functional change, but it further cleans up the code and brings it closer to being portable. Thanks to Don Bowman for helping to test this. Revision Changes Path 1.59 +151 -89 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Tue May 4 22:29:20 2004 Return-Path: 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 5A1A216A4CE; Tue, 4 May 2004 22:29:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3353A43D1D; Tue, 4 May 2004 22:29:20 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i455TKGe009840; Tue, 4 May 2004 22:29:20 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i455TJ6k009839; Tue, 4 May 2004 22:29:19 -0700 (PDT) (envelope-from scottl) Message-Id: <200405050529.i455TJ6k009839@repoman.freebsd.org> From: Scott Long Date: Tue, 4 May 2004 22:29:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 05:29:20 -0000 scottl 2004/05/04 22:29:19 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Roto-till the ioctl code. Remove all the groping around in the x86 BIOS segment, remove the groping around in the Option ROM segments, remove the bogus tests for bcopy vs. copyout. There really is no reason for a management app to know these things other than to create l33t info tables for the user. Revision Changes Path 1.60 +10 -109 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Tue May 4 23:33:01 2004 Return-Path: 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 1C59716A4CE; Tue, 4 May 2004 23:33:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF6343D2F; Tue, 4 May 2004 23:33:00 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i456X0Ge024711; Tue, 4 May 2004 23:33:00 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i456X0RD024708; Tue, 4 May 2004 23:33:00 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405050633.i456X0RD024708@repoman.freebsd.org> From: Tim Kientzle Date: Tue, 4 May 2004 23:33:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen fts.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 06:33:01 -0000 kientzle 2004/05/04 23:33:00 PDT FreeBSD src repository Modified files: lib/libc/gen fts.c Log: A minor refactoring to simplify portability: assign the filename length to a separate variable so that it will be easier to adapt to systems that don't have d_namlen in struct dirent. Revision Changes Path 1.23 +7 -5 src/lib/libc/gen/fts.c From owner-cvs-src@FreeBSD.ORG Wed May 5 00:59:29 2004 Return-Path: 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 C40C316A4CE; Wed, 5 May 2004 00:59:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A9F43D2F; Wed, 5 May 2004 00:59:29 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i457xTGe048173; Wed, 5 May 2004 00:59:29 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i457xT58048172; Wed, 5 May 2004 00:59:29 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405050759.i457xT58048172@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 5 May 2004 00:59:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 07:59:29 -0000 sanpei 2004/05/05 00:59:29 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb umass.c Log: MFC: Add support 2 devices(USB-DVD-R drives rev.1.105) - Logitec LDR-H443SU2 - IO-DATA DVR-UEH8 Revision Changes Path 1.11.2.31 +8 -0 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Wed May 5 01:24:57 2004 Return-Path: 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 9BF1C16A4CE; Wed, 5 May 2004 01:24:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F1643D3F; Wed, 5 May 2004 01:24:57 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i458OvGe054985; Wed, 5 May 2004 01:24:57 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i458OvNB054984; Wed, 5 May 2004 01:24:57 -0700 (PDT) (envelope-from joerg) Message-Id: <200405050824.i458OvNB054984@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 5 May 2004 01:24:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 08:24:57 -0000 joerg 2004/05/05 01:24:57 PDT FreeBSD src repository Modified files: sys/modules Makefile Log: Enable the build of the vinum KLD on sparc64. It is known to work so there's no reason to not build it. Revision Changes Path 1.377 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 5 01:57:17 2004 Return-Path: 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 3B23F16A4D0; Wed, 5 May 2004 01:57:17 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D4C43D4C; Wed, 5 May 2004 01:57:16 -0700 (PDT) (envelope-from hmp@freebsd.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i458v98a046434; Wed, 5 May 2004 04:57:09 -0400 (EDT) (envelope-from hmp@freebsd.org) Received: from localhost (hmp@localhost)i458v9rB046431; Wed, 5 May 2004 04:57:09 -0400 (EDT) (envelope-from hmp@freebsd.org) X-Authentication-Warning: fledge.watson.org: hmp owned process doing -bs Date: Wed, 5 May 2004 04:57:09 -0400 (EDT) From: Hiten Pandya X-X-Sender: hmp@fledge.watson.org To: Maxim Konovalov In-Reply-To: <200405041453.i44ErYi7092020@repoman.freebsd.org> Message-ID: <20040505045705.L46165@fledge.watson.org> References: <200405041453.i44ErYi7092020@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 08:57:17 -0000 Thank you! Hiten Pandya hmp at freebsd.org On Tue, 4 May 2004, Maxim Konovalov wrote: :maxim 2004/05/04 07:53:34 PDT : : FreeBSD src repository : : Modified files: : share/man/man9 mbuf.9 : Log: : o Document m_getcl(9). : : Submitted by: Gleb Smirnoff : MFC after: 2 weeks : : Revision Changes Path : 1.47 +17 -0 src/share/man/man9/mbuf.9 : From owner-cvs-src@FreeBSD.ORG Wed May 5 02:53:30 2004 Return-Path: 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 A507E16A4CE; Wed, 5 May 2004 02:53:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C8E43D3F; Wed, 5 May 2004 02:53:30 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i459rUGe074094; Wed, 5 May 2004 02:53:30 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i459rTcf074093; Wed, 5 May 2004 02:53:29 -0700 (PDT) (envelope-from das) Message-Id: <200405050953.i459rTcf074093@repoman.freebsd.org> From: David Schultz Date: Wed, 5 May 2004 02:53:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 fpgetround.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 09:53:30 -0000 das 2004/05/05 02:53:29 PDT FreeBSD src repository Modified files: share/man/man3 fpgetround.3 Log: Support for dynamic adjustment of FPU precision is only available on i386 and amd64, so fp[gs]prec(3) don't exist on other platforms. PR: 52882 Revision Changes Path 1.12 +8 -1 src/share/man/man3/fpgetround.3 From owner-cvs-src@FreeBSD.ORG Wed May 5 03:01:07 2004 Return-Path: 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 D2C8216A4CE; Wed, 5 May 2004 03:01:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B078643D41; Wed, 5 May 2004 03:01:07 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45A17Ge074398; Wed, 5 May 2004 03:01:07 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45A16nC074397; Wed, 5 May 2004 03:01:06 -0700 (PDT) (envelope-from hmp) Message-Id: <200405051001.i45A16nC074397@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 5 May 2004 03:01:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 vm_page_io.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 10:01:08 -0000 hmp 2004/05/05 03:01:06 PDT FreeBSD src repository Modified files: share/man/man9 vm_page_io.9 Log: Make the manual page consistent and add a cross-reference to wakeup(9). Revision Changes Path 1.4 +7 -5 src/share/man/man9/vm_page_io.9 From owner-cvs-src@FreeBSD.ORG Wed May 5 03:47:20 2004 Return-Path: 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 6248D16A4CE; Wed, 5 May 2004 03:47:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE4343D2D; Wed, 5 May 2004 03:47:20 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45AlKGe085750; Wed, 5 May 2004 03:47:20 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45AlJ4L085749; Wed, 5 May 2004 03:47:19 -0700 (PDT) (envelope-from hmp) Message-Id: <200405051047.i45AlJ4L085749@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 5 May 2004 03:47:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 buf.9 cd.9 hexdump.9 rtentry.9 time.9 timeout.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 10:47:20 -0000 hmp 2004/05/05 03:47:19 PDT FreeBSD src repository Modified files: share/man/man9 buf.9 cd.9 hexdump.9 rtentry.9 time.9 timeout.9 Log: mdoc(7) police: * correctly place parenthisized sentences * remove hard sentence breaks * use .Vt instead of .Fn Revision Changes Path 1.14 +5 -2 src/share/man/man9/buf.9 1.21 +6 -2 src/share/man/man9/cd.9 1.3 +10 -7 src/share/man/man9/hexdump.9 1.20 +20 -11 src/share/man/man9/rtentry.9 1.11 +5 -2 src/share/man/man9/time.9 1.22 +2 -1 src/share/man/man9/timeout.9 From owner-cvs-src@FreeBSD.ORG Wed May 5 03:50:55 2004 Return-Path: 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 1F67316A4E5; Wed, 5 May 2004 03:50:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFDF143D39; Wed, 5 May 2004 03:50:54 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45AosGe085922; Wed, 5 May 2004 03:50:54 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Aos5f085921; Wed, 5 May 2004 03:50:54 -0700 (PDT) (envelope-from bde) Message-Id: <200405051050.i45Aos5f085921@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 May 2004 03:50:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 10:50:55 -0000 bde 2004/05/05 03:50:54 PDT FreeBSD src repository Modified files: sys/conf files.i386 Log: Fixed unformatting of svr4 entries in rev.1.326 and consistent misformatting of them in rev.1.358. Revision Changes Path 1.488 +18 -18 src/sys/conf/files.i386 From owner-cvs-src@FreeBSD.ORG Wed May 5 03:57:07 2004 Return-Path: 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 E0AF416A4CE; Wed, 5 May 2004 03:57:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA4543D45; Wed, 5 May 2004 03:57:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45Av6Ge087845; Wed, 5 May 2004 03:57:06 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Av6XF087844; Wed, 5 May 2004 03:57:06 -0700 (PDT) (envelope-from bde) Message-Id: <200405051057.i45Av6XF087844@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 May 2004 03:57:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 10:57:07 -0000 bde 2004/05/05 03:57:06 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386 (rev.1.488: demangle svr4 entries). Revision Changes Path 1.294 +18 -18 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Wed May 5 03:59:51 2004 Return-Path: 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 6E16F16A4CE; Wed, 5 May 2004 03:59:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD7643D31; Wed, 5 May 2004 03:59:51 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45AxpGe087984; Wed, 5 May 2004 03:59:51 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Axo9K087983; Wed, 5 May 2004 03:59:50 -0700 (PDT) (envelope-from hmp) Message-Id: <200405051059.i45Axo9K087983@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 5 May 2004 03:59:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 vm_map_remove.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 10:59:51 -0000 hmp 2004/05/05 03:59:50 PDT FreeBSD src repository Modified files: share/man/man9 vm_map_remove.9 Log: Correct misinformation, vm_map_remove(9) is the `exported' version of vm_map_delete(9), not vm_map_remove(9). Revision Changes Path 1.2 +1 -1 src/share/man/man9/vm_map_remove.9 From owner-cvs-src@FreeBSD.ORG Wed May 5 04:17:27 2004 Return-Path: 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 2A91D16A4CE; Wed, 5 May 2004 04:17:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471743D31; Wed, 5 May 2004 04:17:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45BHQGe092932; Wed, 5 May 2004 04:17:26 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45BHQVl092931; Wed, 5 May 2004 04:17:26 -0700 (PDT) (envelope-from bde) Message-Id: <200405051117.i45BHQVl092931@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 May 2004 04:17:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 11:17:27 -0000 bde 2004/05/05 04:17:26 PDT FreeBSD src repository Modified files: sys/conf files.i386 Log: Fixed some insertion sort errors. Revision Changes Path 1.489 +9 -9 src/sys/conf/files.i386 From owner-cvs-src@FreeBSD.ORG Wed May 5 05:23:03 2004 Return-Path: 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 2DFD316A4CE; Wed, 5 May 2004 05:23:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D2D43D53; Wed, 5 May 2004 05:23:02 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45CN2Ge013850; Wed, 5 May 2004 05:23:02 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45CN29Z013849; Wed, 5 May 2004 05:23:02 -0700 (PDT) (envelope-from rik) Message-Id: <200405051223.i45CN29Z013849@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 5 May 2004 05:23:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 12:23:03 -0000 rik 2004/05/05 05:23:02 PDT FreeBSD src repository Modified files: sys/conf majors Log: Cronyx Tau-PCI's driver name is "cp". MFC after: 10 days Revision Changes Path 1.200 +1 -1 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Wed May 5 05:30:42 2004 Return-Path: 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 604CC16A4CE; Wed, 5 May 2004 05:30:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA6E43D2F; Wed, 5 May 2004 05:30:42 -0700 (PDT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45CUgGe014182; Wed, 5 May 2004 05:30:42 -0700 (PDT) (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45CUgNs014181; Wed, 5 May 2004 05:30:42 -0700 (PDT) (envelope-from pjd) Message-Id: <200405051230.i45CUgNs014181@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 5 May 2004 05:30:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/gate g_gate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 12:30:42 -0000 pjd 2004/05/05 05:30:41 PDT FreeBSD src repository Modified files: sys/geom/gate g_gate.c Log: Close some small wakeup<->msleep races. Revision Changes Path 1.5 +4 -2 src/sys/geom/gate/g_gate.c From owner-cvs-src@FreeBSD.ORG Wed May 5 05:39:03 2004 Return-Path: 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 8DF8816A4CE; Wed, 5 May 2004 05:39:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6785043D54; Wed, 5 May 2004 05:39:03 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45Cd3Ge016204; Wed, 5 May 2004 05:39:03 -0700 (PDT) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Cd3Q5016203; Wed, 5 May 2004 05:39:03 -0700 (PDT) (envelope-from mux) Message-Id: <200405051239.i45Cd3Q5016203@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 5 May 2004 05:39:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 12:39:03 -0000 mux 2004/05/05 05:39:03 PDT FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Unbreak kernel build in the !apic case. We moved to using enums for setting the polarity and the trigger mode of interrupts. Tested by: Mark Santcroos, Russell Jackson, Christian Hiris Revision Changes Path 1.587 +4 -4 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Wed May 5 06:06:42 2004 Return-Path: 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 3ED6C16A4CE; Wed, 5 May 2004 06:06:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDE243D58; Wed, 5 May 2004 06:06:42 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45D6fGe023405; Wed, 5 May 2004 06:06:41 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45D6fuW023404; Wed, 5 May 2004 06:06:41 -0700 (PDT) (envelope-from hrs) Message-Id: <200405051306.i45D6fuW023404@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 5 May 2004 06:06:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:06:42 -0000 hrs 2004/05/05 06:06:40 PDT FreeBSD src repository Modified files: release Makefile Log: Add URLS_ABSOLUTE=YES into the doc.1 target. Revision Changes Path 1.844 +2 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 5 06:09:12 2004 Return-Path: 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 A8E0416A4CE; Wed, 5 May 2004 06:09:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8068043D49; Wed, 5 May 2004 06:09:12 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45D9CGe023552; Wed, 5 May 2004 06:09:12 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45D9Clb023551; Wed, 5 May 2004 06:09:12 -0700 (PDT) (envelope-from rik) Message-Id: <200405051309.i45D9Clb023551@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 5 May 2004 06:09:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:09:12 -0000 rik 2004/05/05 06:09:12 PDT FreeBSD src repository Modified files: sys/conf majors Log: 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly. 2. Note that ct device uses ctau name as driver name (due to name conflict with ct driver) and also mark it as a driver inside the CVS tree. MFC after: 10 days Revision Changes Path 1.201 +2 -2 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Wed May 5 06:11:29 2004 Return-Path: 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 196A916A4CE; Wed, 5 May 2004 06:11:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA2743D31; Wed, 5 May 2004 06:11:28 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45DBSGe024450; Wed, 5 May 2004 06:11:28 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45DBRwV024443; Wed, 5 May 2004 06:11:27 -0700 (PDT) (envelope-from hrs) Message-Id: <200405051311.i45DBRwV024443@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 5 May 2004 06:11:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:11:29 -0000 hrs 2004/05/05 06:11:27 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) release Makefile Log: MFC: Add URLS_ABSOLUTE=YES into the doc.1 target. Revision Changes Path 1.536.2.114 +1 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 5 06:11:34 2004 Return-Path: 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 A2CE116A4CF; Wed, 5 May 2004 06:11:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A08543D58; Wed, 5 May 2004 06:11:34 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45DBXGe024559; Wed, 5 May 2004 06:11:33 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45DBXug024552; Wed, 5 May 2004 06:11:33 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405051311.i45DBXug024552@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 5 May 2004 06:11:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:11:34 -0000 stefanf 2004/05/05 06:11:33 PDT FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday. Approved by: das (mentor) Revision Changes Path 1.119 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed May 5 06:14:20 2004 Return-Path: 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 8CFB516A4CE; Wed, 5 May 2004 06:14:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6695B43D41; Wed, 5 May 2004 06:14:20 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45DEKGe025536; Wed, 5 May 2004 06:14:20 -0700 (PDT) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45DEJX7025535; Wed, 5 May 2004 06:14:19 -0700 (PDT) (envelope-from hrs) Message-Id: <200405051314.i45DEJX7025535@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 5 May 2004 06:14:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:14:20 -0000 hrs 2004/05/05 06:14:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) release Makefile Log: MFS: Add URLS_ABSOLUTE=YES into the doc.1 target. Approved by: re (implicitly) Revision Changes Path 1.536.2.112.2.2 +1 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 5 06:56:05 2004 Return-Path: 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 5084E16A533; Wed, 5 May 2004 06:56:05 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88A2743D41; Wed, 5 May 2004 06:56:04 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 32EE4530A; Wed, 5 May 2004 15:56:03 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3ED925309; Wed, 5 May 2004 15:55:56 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 2A0B533C71; Wed, 5 May 2004 15:55:56 +0200 (CEST) To: Roman Kurakin References: <200405051309.i45D9Clb023551@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 05 May 2004 15:55:56 +0200 In-Reply-To: <200405051309.i45D9Clb023551@repoman.freebsd.org> (Roman Kurakin's message of "Wed, 5 May 2004 06:09:12 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 13:56:06 -0000 Roman Kurakin writes: > Log: > 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly. > 2. Note that ct device uses ctau name as driver name (due to name confl= ict > with ct driver) and also mark it as a driver inside the CVS tree. Do these drivers actually use or need static major numbers? If not, they should be removed from the list. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed May 5 07:19:44 2004 Return-Path: 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 6F89616A4CE; Wed, 5 May 2004 07:19:44 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D68743D5F; Wed, 5 May 2004 07:19:44 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45EJhGe039531; Wed, 5 May 2004 07:19:44 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45EJhiO039526; Wed, 5 May 2004 07:19:43 -0700 (PDT) (envelope-from scottl) Message-Id: <200405051419.i45EJhiO039526@repoman.freebsd.org> From: Scott Long Date: Wed, 5 May 2004 07:19:43 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 14:19:44 -0000 scottl 2004/05/05 07:19:43 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Update the version history in the driver to note everything that has happened over the last three weeks. Revision Changes Path 1.61 +10 -5 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Wed May 5 08:12:56 2004 Return-Path: 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 0B4FC16A4D0; Wed, 5 May 2004 08:12:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD06843D41; Wed, 5 May 2004 08:12:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45FCtGe052583; Wed, 5 May 2004 08:12:55 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45FCtIJ052582; Wed, 5 May 2004 08:12:55 -0700 (PDT) (envelope-from bde) Message-Id: <200405051512.i45FCtIJ052582@repoman.freebsd.org> From: Bruce Evans Date: Wed, 5 May 2004 08:12:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/libkern quad.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 15:12:56 -0000 bde 2004/05/05 08:12:55 PDT FreeBSD src repository Modified files: sys/libkern quad.h Log: Fixed some style bugs (unsorting of prototypes in previous commit, and messes involving the idempotency guard). Revision Changes Path 1.18 +8 -8 src/sys/libkern/quad.h From owner-cvs-src@FreeBSD.ORG Wed May 5 08:23:06 2004 Return-Path: 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 9CF3B16A4CE for ; Wed, 5 May 2004 08:23:06 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB57343D48 for ; Wed, 5 May 2004 08:23:05 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i45FK8cZ023796 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 5 May 2004 19:20:08 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i45FHVMt023658; (8.12.8/vak/2.1) Wed, 5 May 2004 19:17:31 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <409905D6.6040601@cronyx.ru> Date: Wed, 05 May 2004 19:18:46 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200405051309.i45D9Clb023551@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: Roman Kurakin cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 15:23:06 -0000 Dag-Erling Smørgrav wrote: >Roman Kurakin writes: > > >> Log: >> 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly. >> 2. Note that ct device uses ctau name as driver name (due to name conflict >> with ct driver) and also mark it as a driver inside the CVS tree. >> >> >Do these drivers actually use or need static major numbers? If not, >they should be removed from the list. > > All our drivers support all release versions of FreeBSD 3.x, 4.x and 5.x. And since they support old versions they have to use static numbers at least for them. For now it is easy to keep using static majors for all branches. rik >DES > > From owner-cvs-src@FreeBSD.ORG Wed May 5 08:48:07 2004 Return-Path: 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 0830B16A4D3; Wed, 5 May 2004 08:48:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97A843D5E; Wed, 5 May 2004 08:48:06 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45Fm6Ge064927; Wed, 5 May 2004 08:48:06 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Fm6ah064926; Wed, 5 May 2004 08:48:06 -0700 (PDT) (envelope-from andre) Message-Id: <200405051548.i45Fm6ah064926@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 5 May 2004 08:48:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 15:48:07 -0000 andre 2004/05/05 08:48:06 PDT FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: Link state change notification of ethernet media to the routing socket. o The ieee80211_media_status() function updates the ifi_link_state field and calls rt_ifmsg() to notify listeners on the routing socket. Approved by: sam Revision Changes Path 1.12 +10 -1 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Wed May 5 08:51:24 2004 Return-Path: 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 BAB5716A4CE; Wed, 5 May 2004 08:51:24 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9C443D62; Wed, 5 May 2004 08:51:23 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i45FpLjf002192; Wed, 5 May 2004 17:51:21 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Andre Oppermann From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 05 May 2004 08:48:06 PDT." <200405051548.i45Fm6ah064926@repoman.freebsd.org> Date: Wed, 05 May 2004 17:51:21 +0200 Message-ID: <2191.1083772281@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 15:51:24 -0000 In message <200405051548.i45Fm6ah064926@repoman.freebsd.org>, Andre Oppermann w rites: >andre 2004/05/05 08:48:06 PDT > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211.c > Log: > Link state change notification of ethernet media to the routing socket. > > o The ieee80211_media_status() function updates the ifi_link_state field > and calls rt_ifmsg() to notify listeners on the routing socket. Yes! FINALLY! -- 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 Wed May 5 09:11:46 2004 Return-Path: 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 157A216A4CE; Wed, 5 May 2004 09:11:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72DD43D45; Wed, 5 May 2004 09:11:45 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45GBjGe071303; Wed, 5 May 2004 09:11:45 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45GBjTC071299; Wed, 5 May 2004 09:11:45 -0700 (PDT) (envelope-from rik) Message-Id: <200405051611.i45GBjTC071299@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 5 May 2004 09:11:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp cpddk.c cpddk.h if_cp.c ng_cp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 16:11:46 -0000 rik 2004/05/05 09:11:45 PDT FreeBSD src repository Added files: sys/dev/cp cpddk.c cpddk.h if_cp.c ng_cp.h Log: Add support for Cronyx Tau-PCI adapters. Note: cpddk.c is in obfuscated form (discussed with core@). As always, driver will be connected to the build a bit later after some extra testings. Revision Changes Path 1.1 +5823 -0 src/sys/dev/cp/cpddk.c (new) 1.1 +362 -0 src/sys/dev/cp/cpddk.h (new) 1.1 +2784 -0 src/sys/dev/cp/if_cp.c (new) 1.1 +31 -0 src/sys/dev/cp/ng_cp.h (new) From owner-cvs-src@FreeBSD.ORG Wed May 5 09:14:01 2004 Return-Path: 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 3DA9316A4CE; Wed, 5 May 2004 09:14:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C29D43D54; Wed, 5 May 2004 09:14:01 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45GE0Ge072017; Wed, 5 May 2004 09:14:00 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45GE0HH072014; Wed, 5 May 2004 09:14:00 -0700 (PDT) (envelope-from rik) Message-Id: <200405051614.i45GE0HH072014@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 5 May 2004 09:14:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/cp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 16:14:01 -0000 rik 2004/05/05 09:14:00 PDT FreeBSD src repository Added files: sys/modules/cp Makefile Log: Add support for Cronyx Tau-PCI adapters. Revision Changes Path 1.1 +39 -0 src/sys/modules/cp/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed May 5 10:08:43 2004 Return-Path: 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 A791616A4CE for ; Wed, 5 May 2004 10:08:43 -0700 (PDT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E7543D5F for ; Wed, 5 May 2004 10:08:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7228 invoked from network); 5 May 2004 17:08:42 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 5 May 2004 17:08:42 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i45H8dH0074081; Wed, 5 May 2004 13:08:40 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Maxime Henrion Date: Wed, 5 May 2004 13:08:59 -0400 User-Agent: KMail/1.6 References: <200405051239.i45Cd3Q5016203@repoman.freebsd.org> In-Reply-To: <200405051239.i45Cd3Q5016203@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405051308.59571.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 17:08:43 -0000 On Wednesday 05 May 2004 08:39 am, Maxime Henrion wrote: > mux 2004/05/05 05:39:03 PDT > > FreeBSD src repository > > Modified files: > sys/i386/i386 machdep.c > Log: > Unbreak kernel build in the !apic case. We moved to using enums for > setting the polarity and the trigger mode of interrupts. > > Tested by: Mark Santcroos, Russell Jackson, Christian Hiris Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed May 5 11:03:41 2004 Return-Path: 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 1AB0916A4CE; Wed, 5 May 2004 11:03:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE2C43D2F; Wed, 5 May 2004 11:03:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45I3eGe096070; Wed, 5 May 2004 11:03:40 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45I3eSH096069; Wed, 5 May 2004 11:03:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200405051803.i45I3eSH096069@repoman.freebsd.org> From: John Baldwin Date: Wed, 5 May 2004 11:03:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 18:03:41 -0000 jhb 2004/05/05 11:03:40 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: MFi386: Add elcr.c. Revision Changes Path 1.295 +1 -0 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Wed May 5 11:33:44 2004 Return-Path: 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 CB22316A4CE; Wed, 5 May 2004 11:33:44 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4094E43D2D; Wed, 5 May 2004 11:33:44 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i45IXeIC002885; Thu, 6 May 2004 03:33:40 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 06 May 2004 03:33:20 +0900 (JST) Message-Id: <20040506.033320.74664031.nyan@jp.FreeBSD.org> To: jhb@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200405051803.i45I3eSH096069@repoman.freebsd.org> References: <200405051803.i45I3eSH096069@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 18:33:45 -0000 In article <200405051803.i45I3eSH096069@repoman.freebsd.org> John Baldwin writes: > jhb 2004/05/05 11:03:40 PDT > > FreeBSD src repository > > Modified files: > sys/conf files.pc98 > Log: > MFi386: Add elcr.c. I think that PC98 does not have the ELCR and recent your changes don't consider PC98. I'll fix them. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Wed May 5 12:28:24 2004 Return-Path: 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 A543C16A4CE; Wed, 5 May 2004 12:28:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BA543D1D; Wed, 5 May 2004 12:28:24 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JSOGe013763; Wed, 5 May 2004 12:28:24 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JSOxx013762; Wed, 5 May 2004 12:28:24 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405051928.i45JSOxx013762@repoman.freebsd.org> From: Ken Smith Date: Wed, 5 May 2004 12:28:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:28:24 -0000 kensmith 2004/05/05 12:28:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_map.c Log: MFC of rev 1.331: date: 2004/03/23 08:37:34; author: tjr; state: Exp; lines: +2 -1 Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying it led to impossibly high values in the new vmspace, causing it to never drop to 0 and be freed. Requested/tested by: ps Reviewed by: alc MFS: immediately Revision Changes Path 1.187.2.26 +2 -1 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Wed May 5 12:38:30 2004 Return-Path: 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 2E21016A4CE; Wed, 5 May 2004 12:38:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CEB43D2D; Wed, 5 May 2004 12:38:30 -0700 (PDT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JcTGe015798; Wed, 5 May 2004 12:38:29 -0700 (PDT) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JcTQJ015797; Wed, 5 May 2004 12:38:29 -0700 (PDT) (envelope-from kensmith) Message-Id: <200405051938.i45JcTQJ015797@repoman.freebsd.org> From: Ken Smith Date: Wed, 5 May 2004 12:38:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:38:30 -0000 kensmith 2004/05/05 12:38:29 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/vm vm_map.c Log: MFS of rev. 1.187.2.26 Approved by: re (scottl) Revision Changes Path 1.187.2.24.2.2 +2 -1 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Wed May 5 12:39:25 2004 Return-Path: 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 4B45F16A4CE; Wed, 5 May 2004 12:39:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F58943D46; Wed, 5 May 2004 12:39:25 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JdOGe015857; Wed, 5 May 2004 12:39:24 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JdOog015856; Wed, 5 May 2004 12:39:24 -0700 (PDT) (envelope-from joe) Message-Id: <200405051939.i45JdOog015856@repoman.freebsd.org> From: Josef Karthauser Date: Wed, 5 May 2004 12:39:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs uvisor.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:39:25 -0000 joe 2004/05/05 12:39:24 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs uvisor.c Log: Add support for the new Zire 31 device. Submitted by: Adriaan de Groot Revision Changes Path 1.177 +1 -0 src/sys/dev/usb/usbdevs 1.19 +1 -0 src/sys/dev/usb/uvisor.c From owner-cvs-src@FreeBSD.ORG Wed May 5 12:40:25 2004 Return-Path: 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 278C716A4D1; Wed, 5 May 2004 12:40:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E433D43D58; Wed, 5 May 2004 12:40:03 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45Je3Ge015916; Wed, 5 May 2004 12:40:03 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Je3pK015915; Wed, 5 May 2004 12:40:03 -0700 (PDT) (envelope-from joe) Message-Id: <200405051940.i45Je3pK015915@repoman.freebsd.org> From: Josef Karthauser Date: Wed, 5 May 2004 12:40:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:40:25 -0000 joe 2004/05/05 12:40:03 PDT FreeBSD src repository Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen Revision Changes Path 1.184 +2 -1 src/sys/dev/usb/usbdevs.h 1.184 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Wed May 5 12:49:42 2004 Return-Path: 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 129FC16A4CE; Wed, 5 May 2004 12:49:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EAD43D45; Wed, 5 May 2004 12:49:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JnfGe024109; Wed, 5 May 2004 12:49:41 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JnfZd024108; Wed, 5 May 2004 12:49:41 -0700 (PDT) (envelope-from nectar) Message-Id: <200405051949.i45JnfZd024108@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 12:49:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c src/crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:49:42 -0000 nectar 2004/05/05 12:49:41 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c Log: Correctly validate the transited field in Kerberos tickets. http://vuxml.freebsd.org/bfb36941-84fa-11d8-a41f-0020ed76ef5a.html Obtained from: Heimdal 0.5.3 Revision Changes Path 1.1.1.2.2.4 +20 -2 src/crypto/heimdal/kdc/config.c 1.1.1.2.2.5 +22 -1 src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.4 +5 -0 src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.5 +158 -78 src/crypto/heimdal/kdc/kerberos5.c 1.1.1.3.2.5 +9 -0 src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.3 +34 -23 src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.3 +49 -0 src/crypto/heimdal/lib/krb5/transited.c From owner-cvs-src@FreeBSD.ORG Wed May 5 12:51:16 2004 Return-Path: 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 5BC6116A4D1; Wed, 5 May 2004 12:51:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 346CA43D2F; Wed, 5 May 2004 12:51:16 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JpFGe024905; Wed, 5 May 2004 12:51:15 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JpFgk024883; Wed, 5 May 2004 12:51:15 -0700 (PDT) (envelope-from njl) Message-Id: <200405051951.i45JpFgk024883@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 12:51:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_machdep.c acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:51:16 -0000 njl 2004/05/05 12:51:15 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_machdep.c acpi_wakeup.c Log: Style cleanups, u_intXX -> uintXX. Revision Changes Path 1.20 +7 -19 src/sys/i386/acpica/acpi_machdep.c 1.32 +21 -26 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-src@FreeBSD.ORG Wed May 5 12:55:47 2004 Return-Path: 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 510B216A4CE; Wed, 5 May 2004 12:55:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14E643D46; Wed, 5 May 2004 12:55:46 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45JtkGe026300; Wed, 5 May 2004 12:55:46 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45JtkCg026299; Wed, 5 May 2004 12:55:46 -0700 (PDT) (envelope-from nectar) Message-Id: <200405051955.i45JtkCg026299@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 12:55:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c src/crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 19:55:47 -0000 nectar 2004/05/05 12:55:46 PDT FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/conf newvers.sh crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c Log: Correctly validate the transited field in Kerberos tickets. http://vuxml.freebsd.org/bfb36941-84fa-11d8-a41f-0020ed76ef5a.html Obtained from: Heimdal 0.6.1 Approved by: so Revision Changes Path 1.282.2.14 +3 -0 src/UPDATING 1.1.1.7.2.1 +20 -2 src/crypto/heimdal/kdc/config.c 1.1.1.7.2.1 +22 -1 src/crypto/heimdal/kdc/kdc.8 1.1.1.6.2.1 +4 -0 src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.8.2.1 +119 -55 src/crypto/heimdal/kdc/kerberos5.c 1.1.1.9.2.1 +9 -0 src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.6.6.1 +34 -23 src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.6.2.1 +49 -0 src/crypto/heimdal/lib/krb5/transited.c 1.56.2.13 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 5 13:01:08 2004 Return-Path: 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 5B5D116A4CE; Wed, 5 May 2004 13:01:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2339543D58; Wed, 5 May 2004 13:01:07 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45K16Ge026844; Wed, 5 May 2004 13:01:06 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45K16Td026843; Wed, 5 May 2004 13:01:06 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052001.i45K16Td026843@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:01:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c src/crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:01:08 -0000 nectar 2004/05/05 13:01:06 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c Log: Merge from 4-STABLE 1.1.1.2.2.4 config.c, 1.1.1.2.2.5 kdc.8, 1.1.1.2.2.4 kdc_locl.h, 1.1.1.2.2.5 kerberos5.c, 1.1.1.3.2.5 krb5-protos.h, 1.1.1.3.2.3 rd_req.c, 1.1.1.3.2.3 transited.c: Correctly validate the transited field in Kerberos tickets. Approved by: so Revision Changes Path 1.73.2.89.2.7 +3 -0 src/UPDATING 1.1.1.2.2.3.6.1 +20 -2 src/crypto/heimdal/kdc/config.c 1.1.1.2.2.4.6.1 +22 -1 src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.3.6.1 +5 -0 src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.4.6.1 +158 -78 src/crypto/heimdal/kdc/kerberos5.c 1.1.1.3.2.4.6.1 +9 -0 src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.2.8.1 +34 -23 src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.6.1 +49 -0 src/crypto/heimdal/lib/krb5/transited.c 1.44.2.32.2.7 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 5 13:02:03 2004 Return-Path: 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 6678216A4CF; Wed, 5 May 2004 13:02:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F9543D1F; Wed, 5 May 2004 13:02:03 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45K23Ge027861; Wed, 5 May 2004 13:02:03 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45K22fw027857; Wed, 5 May 2004 13:02:02 -0700 (PDT) (envelope-from njl) Message-Id: <200405052002.i45K22fw027857@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 13:02:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica acfreebsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:02:03 -0000 njl 2004/05/05 13:02:02 PDT FreeBSD src repository Modified files: sys/contrib/dev/acpica acfreebsd.h Log: Add sys/types.h for both kernel and user compiles. Revision Changes Path 1.26 +1 -1 src/sys/contrib/dev/acpica/acfreebsd.h From owner-cvs-src@FreeBSD.ORG Wed May 5 13:04:15 2004 Return-Path: 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 4BC9816A4E0; Wed, 5 May 2004 13:04:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2915943D39; Wed, 5 May 2004 13:04:15 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45K4EGe029672; Wed, 5 May 2004 13:04:14 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45K4EnF029671; Wed, 5 May 2004 13:04:14 -0700 (PDT) (envelope-from njl) Message-Id: <200405052004.i45K4EnF029671@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 13:04:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c src/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:04:15 -0000 njl 2004/05/05 13:04:14 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSynch.c sys/i386/include acpica_machdep.h sys/ia64/include acpica_machdep.h sys/amd64/include acpica_machdep.h Log: Add an MI implementation of the ACPI global lock routines and retire the individual asm versions. The global lock is shared between the BIOS and OS and thus cannot use our mutexes. It is defined in section 5.2.9.1 of the ACPI specification. Reviewed by: marcel, bde, jhb Revision Changes Path 1.5 +6 -36 src/sys/amd64/include/acpica_machdep.h 1.20 +44 -0 src/sys/dev/acpica/Osd/OsdSynch.c 1.6 +8 -35 src/sys/i386/include/acpica_machdep.h 1.3 +5 -42 src/sys/ia64/include/acpica_machdep.h From owner-cvs-src@FreeBSD.ORG Wed May 5 13:06:31 2004 Return-Path: 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 B9FCF16A4CE; Wed, 5 May 2004 13:06:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CB843D2D; Wed, 5 May 2004 13:06:31 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45K6UGe029875; Wed, 5 May 2004 13:06:30 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45K6UU8029874; Wed, 5 May 2004 13:06:30 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052006.i45K6UU8029874@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:06:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c src/crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:06:31 -0000 nectar 2004/05/05 13:06:30 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c Log: Merge from 4-STABLE 1.1.1.2.2.4 config.c, 1.1.1.2.2.5 kdc.8, 1.1.1.2.2.4 kdc_locl.h, 1.1.1.2.2.5 kerberos5.c, 1.1.1.3.2.5 krb5-protos.h, 1.1.1.3.2.3 rd_req.c, 1.1.1.3.2.3 transited.c: Correctly validate the transited field in Kerberos tickets. Approved by: so Revision Changes Path 1.73.2.80.2.22 +3 -0 src/UPDATING 1.1.1.2.2.3.4.1 +20 -2 src/crypto/heimdal/kdc/config.c 1.1.1.2.2.4.4.1 +22 -1 src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.3.4.1 +5 -0 src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.4.4.1 +158 -78 src/crypto/heimdal/kdc/kerberos5.c 1.1.1.3.2.4.4.1 +9 -0 src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.2.6.1 +34 -23 src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.4.1 +49 -0 src/crypto/heimdal/lib/krb5/transited.c 1.44.2.29.2.20 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 5 13:07:52 2004 Return-Path: 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 E560916A4CF; Wed, 5 May 2004 13:07:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C285D43D31; Wed, 5 May 2004 13:07:52 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45K7qGe029982; Wed, 5 May 2004 13:07:52 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45K7qeg029981; Wed, 5 May 2004 13:07:52 -0700 (PDT) (envelope-from njl) Message-Id: <200405052007.i45K7qeg029981@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 13:07:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:07:53 -0000 njl 2004/05/05 13:07:52 PDT FreeBSD src repository Modified files: sys/dev/acpica/Osd OsdSynch.c Log: Remove extra parentheses. Revision Changes Path 1.21 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.c From owner-cvs-src@FreeBSD.ORG Wed May 5 13:15:57 2004 Return-Path: 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 4B00916A4CE; Wed, 5 May 2004 13:15:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD8443D41; Wed, 5 May 2004 13:15:57 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45KFuGe032153; Wed, 5 May 2004 13:15:56 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45KFufS032152; Wed, 5 May 2004 13:15:56 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052015.i45KFufS032152@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:15:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/heimdal/kadmin version4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:15:57 -0000 nectar 2004/05/05 13:15:56 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh crypto/heimdal/kadmin version4.c Log: Correct a heap buffer overflow in k5admind(8) when built with Kerberos IV support. Obtained from: Heimdal CVS Approved by: so Revision Changes Path 1.73.2.89.2.8 +3 -0 src/UPDATING 1.1.1.1.2.5.4.1 +2 -0 src/crypto/heimdal/kadmin/version4.c 1.44.2.32.2.8 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 5 13:17:52 2004 Return-Path: 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 2980016A4CE; Wed, 5 May 2004 13:17:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF72C43D3F; Wed, 5 May 2004 13:17:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45KHpGe032253; Wed, 5 May 2004 13:17:51 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45KHpNi032252; Wed, 5 May 2004 13:17:51 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052017.i45KHpNi032252@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:17:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/crypto/heimdal/kadmin version4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:17:52 -0000 nectar 2004/05/05 13:17:51 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh crypto/heimdal/kadmin version4.c Log: Correct a heap buffer overflow in k5admind(8) when built with Kerberos IV support. Obtained from: Heimdal CVS Approved by: so Revision Changes Path 1.73.2.80.2.23 +3 -0 src/UPDATING 1.1.1.1.2.5.2.1 +2 -0 src/crypto/heimdal/kadmin/version4.c 1.44.2.29.2.21 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Wed May 5 13:19:48 2004 Return-Path: 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 90D8A16A4CF; Wed, 5 May 2004 13:19:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C04D43D4C; Wed, 5 May 2004 13:19:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45KJmGe032309; Wed, 5 May 2004 13:19:48 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45KJmFt032308; Wed, 5 May 2004 13:19:48 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052019.i45KJmFt032308@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:19:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/crypto/heimdal/kadmin version4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:19:48 -0000 nectar 2004/05/05 13:19:48 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/heimdal/kadmin version4.c Log: Correct a heap buffer overflow in k5admind(8) when built with Kerberos IV support. Obtained from: Heimdal CVS Revision Changes Path 1.1.1.1.2.6 +2 -0 src/crypto/heimdal/kadmin/version4.c From owner-cvs-src@FreeBSD.ORG Wed May 5 13:23:49 2004 Return-Path: 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 3F94D16A4D7 for ; Wed, 5 May 2004 13:23:49 -0700 (PDT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE5E43D53 for ; Wed, 5 May 2004 13:23:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12124 invoked from network); 5 May 2004 20:23:47 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 5 May 2004 20:23:47 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i45KNipI099235; Wed, 5 May 2004 16:23:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Takahashi Yoshihiro Date: Wed, 5 May 2004 16:24:05 -0400 User-Agent: KMail/1.6 References: <200405051803.i45I3eSH096069@repoman.freebsd.org> <20040506.033320.74664031.nyan@jp.FreeBSD.org> In-Reply-To: <20040506.033320.74664031.nyan@jp.FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405051624.05873.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:23:49 -0000 On Wednesday 05 May 2004 02:33 pm, Takahashi Yoshihiro wrote: > In article <200405051803.i45I3eSH096069@repoman.freebsd.org> > > John Baldwin writes: > > jhb 2004/05/05 11:03:40 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files.pc98 > > Log: > > MFi386: Add elcr.c. > > I think that PC98 does not have the ELCR and recent your changes don't > consider PC98. I'll fix them. Note that if PC98 doesn't have an ELCR, it won't probe. This commit just fixed the kernel build. Please try the current code out first and see if it works before changing it. Note that any machine with PCI (including early Pentium's) might have an ELCR. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed May 5 13:48:20 2004 Return-Path: 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 1CCD816A4CE; Wed, 5 May 2004 13:48:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953EF43D5C; Wed, 5 May 2004 13:48:19 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45KmJGe038706; Wed, 5 May 2004 13:48:19 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45KmJWs038705; Wed, 5 May 2004 13:48:19 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052048.i45KmJWs038705@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:48:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c src/crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:48:20 -0000 nectar 2004/05/05 13:48:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) crypto/heimdal/kdc config.c kdc.8 kdc_locl.h kerberos5.c crypto/heimdal/lib/krb5 krb5-protos.h rd_req.c transited.c Log: Merge from 4-STABLE 1.1.1.2.2.4 config.c, 1.1.1.2.2.5 kdc.8, 1.1.1.2.2.4 kdc_locl.h, 1.1.1.2.2.5 kerberos5.c, 1.1.1.3.2.5 krb5-protos.h, 1.1.1.3.2.3 rd_req.c, 1.1.1.3.2.3 transited.c: Correctly validate the transited field in Kerberos tickets. Approved by: re Revision Changes Path 1.1.1.2.2.3.8.1 +20 -2 src/crypto/heimdal/kdc/config.c 1.1.1.2.2.4.8.1 +22 -1 src/crypto/heimdal/kdc/kdc.8 1.1.1.2.2.3.8.1 +5 -0 src/crypto/heimdal/kdc/kdc_locl.h 1.1.1.2.2.4.8.1 +158 -78 src/crypto/heimdal/kdc/kerberos5.c 1.1.1.3.2.4.8.1 +9 -0 src/crypto/heimdal/lib/krb5/krb5-protos.h 1.1.1.3.2.2.10.1 +34 -23 src/crypto/heimdal/lib/krb5/rd_req.c 1.1.1.3.2.2.8.1 +49 -0 src/crypto/heimdal/lib/krb5/transited.c From owner-cvs-src@FreeBSD.ORG Wed May 5 13:48:58 2004 Return-Path: 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 681E416A4CF; Wed, 5 May 2004 13:48:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4427043D48; Wed, 5 May 2004 13:48:58 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45KmwGe038781; Wed, 5 May 2004 13:48:58 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45KmvFG038780; Wed, 5 May 2004 13:48:57 -0700 (PDT) (envelope-from nectar) Message-Id: <200405052048.i45KmvFG038780@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 5 May 2004 13:48:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/crypto/heimdal/kadmin version4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 20:48:58 -0000 nectar 2004/05/05 13:48:57 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) crypto/heimdal/kadmin version4.c Log: Correct a heap buffer overflow in k5admind(8) when built with Kerberos IV support. Obtained from: Heimdal CVS Approved by: re Revision Changes Path 1.1.1.1.2.5.6.1 +2 -0 src/crypto/heimdal/kadmin/version4.c From owner-cvs-src@FreeBSD.ORG Wed May 5 14:06:38 2004 Return-Path: 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 BA43416A4CF; Wed, 5 May 2004 14:06:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95AFC43D2D; Wed, 5 May 2004 14:06:38 -0700 (PDT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45L6cGe044052; Wed, 5 May 2004 14:06:38 -0700 (PDT) (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45L6cb7044051; Wed, 5 May 2004 14:06:38 -0700 (PDT) (envelope-from kientzle) Message-Id: <200405052106.i45L6cb7044051@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 5 May 2004 14:06:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 21:06:39 -0000 kientzle 2004/05/05 14:06:38 PDT FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Add --unlink and --unlink-first synonyms for -U Make indentation of tar_longopts array more consistent. Revision Changes Path 1.11 +32 -30 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Wed May 5 14:38:26 2004 Return-Path: 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 212C916A4CE; Wed, 5 May 2004 14:38:26 -0700 (PDT) Received: from mizar.origin-it.net (mizar.origin-it.net [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC6843D9B; Wed, 5 May 2004 14:38:17 -0700 (PDT) (envelope-from Helge.Oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68])i45LbA6Q015512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 May 2004 23:37:10 +0200 (CEST) (envelope-from Helge.Oldach@atosorigin.com) Received: from dehhx004.hbg.de.int.atosorigin.com (dehhx004.hbg.de.int.atosorigin.com [161.90.164.40]) ESMTP id i45LbAvZ036146; Wed, 5 May 2004 23:37:10 +0200 (CEST) (envelope-from Helge.Oldach@atosorigin.com) Received: by dehhx004.hbg.de.int.atosorigin.com with Internet Mail Service (5.5.2657.72) id ; Wed, 5 May 2004 23:37:10 +0200 Message-ID: From: "Oldach, Helge" To: "'Sam Leffler'" Date: Wed, 5 May 2004 23:37:04 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="windows-1252" cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: RE: cvs commit: src/sys/netipsec key.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 21:38:26 -0000 Sam, would you kindly please MFC this change? Thanks Helge > -----Original Message----- > From: owner-cvs-src@freebsd.org [mailto:owner-cvs-src@freebsd.org]On > Behalf Of Sam Leffler > Sent: Monday, 03. May 2004 05:29 > To: src-committers@freebsd.org; cvs-src@freebsd.org; > cvs-all@freebsd.org > Subject: cvs commit: src/sys/netipsec key.c > > > sam 2004/05/02 20:29:21 PDT > > FreeBSD src repository > > Modified files: > sys/netipsec key.c > Log: > add support to prefer old SA to new SA during allocation > (makes net.key.preferred_oldsa work as for KAME) > > Submitted by: gabor@sentex.net > Reviewed by: Bjoern A. Zeeb > MFC after: 1 day > > Revision Changes Path > 1.13 +27 -18 src/sys/netipsec/key.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 Wed May 5 14:57:45 2004 Return-Path: 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 486A916A4CE; Wed, 5 May 2004 14:57:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF6043D45; Wed, 5 May 2004 14:57:45 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i45LviGe054419; Wed, 5 May 2004 14:57:44 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i45Lviwj054418; Wed, 5 May 2004 14:57:44 -0700 (PDT) (envelope-from jhb) Message-Id: <200405052157.i45Lviwj054418@repoman.freebsd.org> From: John Baldwin Date: Wed, 5 May 2004 14:57:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys condvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 21:57:45 -0000 jhb 2004/05/05 14:57:44 PDT FreeBSD src repository Modified files: sys/sys condvar.h Log: Name the pri argument to cv_broadcastpri() to match the existing style of this file. Revision Changes Path 1.12 +1 -1 src/sys/sys/condvar.h From owner-cvs-src@FreeBSD.ORG Wed May 5 16:35:38 2004 Return-Path: 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 86C1516A4CF for ; Wed, 5 May 2004 16:35:38 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C9FF343D1D for ; Wed, 5 May 2004 16:35:35 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 81608 invoked from network); 5 May 2004 23:35:34 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 5 May 2004 23:35:34 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 5 May 2004 18:35:33 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <200405052004.i45K4EnF029671@repoman.freebsd.org> Message-ID: <20040505183432.Y639@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 05 May 2004 23:35:38 -0000 On Wed, 5 May 2004, Nate Lawson wrote: > njl 2004/05/05 13:04:14 PDT > > Add an MI implementation of the ACPI global lock routines and retire the > individual asm versions. The global lock is shared between the BIOS and > OS and thus cannot use our mutexes. It is defined in section 5.2.9.1 of > the ACPI specification. I don't know if it was this, or John's ELCR support, or what, but I tried ACPI support again, and cbb0 (and subsequently wi0) now works for me! Whoo! Now I can start experimenting with all the power saving features and complain about those not working properly. :) Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Wed May 5 17:17:43 2004 Return-Path: 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 E93AA16A4D0 for ; Wed, 5 May 2004 17:17:43 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C95643D48 for ; Wed, 5 May 2004 17:17:43 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 37663 invoked by uid 1000); 6 May 2004 00:17:45 -0000 Date: Wed, 5 May 2004 17:17:45 -0700 (PDT) From: Nate Lawson To: Mike Silbersack In-Reply-To: <20040505183432.Y639@odysseus.silby.com> Message-ID: <20040505171634.N37631@root.org> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505183432.Y639@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 00:17:44 -0000 On Wed, 5 May 2004, Mike Silbersack wrote: > On Wed, 5 May 2004, Nate Lawson wrote: > > > njl 2004/05/05 13:04:14 PDT > > > > Add an MI implementation of the ACPI global lock routines and retire the > > individual asm versions. The global lock is shared between the BIOS and > > OS and thus cannot use our mutexes. It is defined in section 5.2.9.1 of > > the ACPI specification. > > I don't know if it was this, or John's ELCR support, or what, but I tried > ACPI support again, and cbb0 (and subsequently wi0) now works for me! I'll be truthful and say John's changes are the likely hero. > Whoo! Now I can start experimenting with all the power saving features > and complain about those not working properly. :) Don't feel too obligated -- we have that role already quite full. :) -Nate From owner-cvs-src@FreeBSD.ORG Wed May 5 18:55:23 2004 Return-Path: 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 06BF816A4CE; Wed, 5 May 2004 18:55:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C544443D2D; Wed, 5 May 2004 18:55:22 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i461tMGe012554; Wed, 5 May 2004 18:55:22 -0700 (PDT) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i461tMFt012553; Wed, 5 May 2004 18:55:22 -0700 (PDT) (envelope-from jdp) Message-Id: <200405060155.i461tMFt012553@repoman.freebsd.org> From: John Polstra Date: Wed, 5 May 2004 18:55:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/dev/bge if_bge.c src/sys/i386/i386 atomic.c src/sys/i386/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 01:55:23 -0000 jdp 2004/05/05 18:55:22 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/alpha/include atomic.h sys/dev/bge if_bge.c sys/i386/i386 atomic.c sys/i386/include atomic.h Log: Merge from RELENG_4: Atomically load and clear the bge status block. Approved by: re (scottl) Revision Changes Path 1.2.18.1 +44 -0 src/sys/alpha/include/atomic.h 1.3.2.32.2.1 +5 -7 src/sys/dev/bge/if_bge.c 1.3.18.1 +1 -0 src/sys/i386/i386/atomic.c 1.9.2.2.2.1 +36 -0 src/sys/i386/include/atomic.h From owner-cvs-src@FreeBSD.ORG Wed May 5 19:05:47 2004 Return-Path: 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 0274416A4CE; Wed, 5 May 2004 19:05:47 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02A243D5C; Wed, 5 May 2004 19:05:46 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4625kGe015542; Wed, 5 May 2004 19:05:46 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4625kui015541; Wed, 5 May 2004 19:05:46 -0700 (PDT) (envelope-from njl) Message-Id: <200405060205.i4625kui015541@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 19:05:46 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 02:05:47 -0000 njl 2004/05/05 19:05:46 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Fix setting debug strings via sysctl. Also, clean up the way we print debug strings. Revision Changes Path 1.144 +21 -15 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Wed May 5 19:18:59 2004 Return-Path: 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 B3D7516A4CE; Wed, 5 May 2004 19:18:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8355643D4C; Wed, 5 May 2004 19:18:59 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i462IxGe017766; Wed, 5 May 2004 19:18:59 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i462IxMp017765; Wed, 5 May 2004 19:18:59 -0700 (PDT) (envelope-from njl) Message-Id: <200405060218.i462IxMp017765@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 19:18:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica OsdEnvironment.csrc/sys/dev/acpica/Osd OsdSchedule.c src/sys/dev/acpica acpi_acad.c acpi_pci.c acpi_pcib.c acpi_thermal.c src/sys/i386/acpica OsdEnvironment.c acpi_wakeup.c src/sys/ia64/acpica OsdEnvironment.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 02:18:59 -0000 njl 2004/05/05 19:18:58 PDT FreeBSD src repository Modified files: sys/amd64/acpica OsdEnvironment.c sys/dev/acpica/Osd OsdSchedule.c sys/dev/acpica acpi_pci.c acpi_acad.c acpi_pcib.c acpi_thermal.c sys/i386/acpica acpi_wakeup.c OsdEnvironment.c sys/ia64/acpica OsdEnvironment.c Log: Make unnecessary globals static and remove unused includes. Pointed out by: cscout Revision Changes Path 1.12 +1 -1 src/sys/amd64/acpica/OsdEnvironment.c 1.28 +1 -1 src/sys/dev/acpica/Osd/OsdSchedule.c 1.24 +0 -1 src/sys/dev/acpica/acpi_acad.c 1.15 +0 -2 src/sys/dev/acpica/acpi_pci.c 1.43 +0 -2 src/sys/dev/acpica/acpi_pcib.c 1.44 +0 -1 src/sys/dev/acpica/acpi_thermal.c 1.10 +1 -3 src/sys/i386/acpica/OsdEnvironment.c 1.33 +0 -3 src/sys/i386/acpica/acpi_wakeup.c 1.7 +1 -1 src/sys/ia64/acpica/OsdEnvironment.c From owner-cvs-src@FreeBSD.ORG Wed May 5 19:28:09 2004 Return-Path: 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 EA4F016A4CF for ; Wed, 5 May 2004 19:28:09 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 341E443D58 for ; Wed, 5 May 2004 19:28:09 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 53606 invoked from network); 6 May 2004 02:28:07 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 May 2004 02:28:07 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 5 May 2004 21:28:06 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040505171634.N37631@root.org> Message-ID: <20040505212626.R2182@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505183432.Y639@odysseus.silby.com> <20040505171634.N37631@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 02:28:10 -0000 On Wed, 5 May 2004, Nate Lawson wrote: > On Wed, 5 May 2004, Mike Silbersack wrote: > > I don't know if it was this, or John's ELCR support, or what, but I tried > > ACPI support again, and cbb0 (and subsequently wi0) now works for me! > > I'll be truthful and say John's changes are the likely hero. > > > Whoo! Now I can start experimenting with all the power saving features > > and complain about those not working properly. :) > > Don't feel too obligated -- we have that role already quite full. :) > > -Nate Hm, I think that you may be right about John's commit, because I'm saw this error twice since I booted: ACPI-0440: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE ACPI-1303: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC0_._Q20] (Node 0xc41c0400), AE_AML_NO_RETURN_VALUE Any clue what that means? It sounds new. :) Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Wed May 5 19:57:25 2004 Return-Path: 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 BF7DB16A4CE; Wed, 5 May 2004 19:57:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA7643D39; Wed, 5 May 2004 19:57:25 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i462vPGe026070; Wed, 5 May 2004 19:57:25 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i462vPvb026069; Wed, 5 May 2004 19:57:25 -0700 (PDT) (envelope-from njl) Message-Id: <200405060257.i462vPvb026069@repoman.freebsd.org> From: Nate Lawson Date: Wed, 5 May 2004 19:57:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 02:57:26 -0000 njl 2004/05/05 19:57:24 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Add back sys/reboot.h which is needed. Revision Changes Path 1.45 +1 -0 src/sys/dev/acpica/acpi_thermal.c From owner-cvs-src@FreeBSD.ORG Wed May 5 22:03:24 2004 Return-Path: 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 7969716A4CE; Wed, 5 May 2004 22:03:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4302C43D58; Wed, 5 May 2004 22:03:24 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4653OGe061106; Wed, 5 May 2004 22:03:24 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4653OfT061105; Wed, 5 May 2004 22:03:24 -0700 (PDT) (envelope-from alc) Message-Id: <200405060503.i4653OfT061105@repoman.freebsd.org> From: Alan Cox Date: Wed, 5 May 2004 22:03:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/fs/specfs spec_vnops.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_pager.c vm_fault.c vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 05:03:24 -0000 alc 2004/05/05 22:03:24 PDT FreeBSD src repository Modified files: sys/fs/nwfs nwfs_io.c sys/fs/smbfs smbfs_io.c sys/fs/specfs spec_vnops.c sys/kern uipc_syscalls.c vfs_bio.c sys/nfsclient nfs_bio.c sys/vm swap_pager.c vm_fault.c vnode_pager.c Log: Make vm_page's PG_ZERO flag immutable between the time of the page's allocation and deallocation. This flag's principal use is shortly after allocation. For such cases, clearing the flag is pointless. The only unusual use of PG_ZERO is in vfs_bio_clrbuf(). However, allocbuf() never requests a prezeroed page. So, vfs_bio_clrbuf() never sees a prezeroed page. Reviewed by: tegge@ Revision Changes Path 1.34 +0 -2 src/sys/fs/nwfs/nwfs_io.c 1.27 +0 -2 src/sys/fs/smbfs/smbfs_io.c 1.222 +0 -2 src/sys/fs/specfs/spec_vnops.c 1.182 +0 -1 src/sys/kern/uipc_syscalls.c 1.433 +1 -14 src/sys/kern/vfs_bio.c 1.131 +0 -2 src/sys/nfsclient/nfs_bio.c 1.250 +0 -4 src/sys/vm/swap_pager.c 1.187 +0 -1 src/sys/vm/vm_fault.c 1.196 +0 -3 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Thu May 6 00:53:21 2004 Return-Path: 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 94D1E16A4D0 for ; Thu, 6 May 2004 00:53:21 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id BD10543D58 for ; Thu, 6 May 2004 00:53:20 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 29231 invoked from network); 6 May 2004 07:53:19 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 May 2004 07:53:19 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 6 May 2004 02:53:18 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040505212626.R2182@odysseus.silby.com> Message-ID: <20040506025051.V630@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505183432.Y639@odysseus.silby.com> <20040505171634.N37631@root.org> <20040505212626.R2182@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 07:53:21 -0000 On Wed, 5 May 2004, Mike Silbersack wrote: > Hm, I think that you may be right about John's commit, because I'm saw > this error twice since I booted: > > ACPI-0440: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE > ACPI-1303: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC0_._Q20] (Node 0xc41c0400), AE_AML_NO_RETURN_VALUE > > Any clue what that means? It sounds new. :) > > Mike "Silby" Silbersack Since ACPI now works for me, I went ahead and upgraded my notebook's BIOS. Sure enough, it fixed that error above. Suspend is non-functional, but battery status and cpu throttling are working, so I'm happy. :) Does devd receive lid status events? I'm thinking that it would be advantageous for my battery life if I could throttle the cpu down whenever the lid is closed. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu May 6 01:04:35 2004 Return-Path: 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 41F6316A4CE; Thu, 6 May 2004 01:04:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1500443D45; Thu, 6 May 2004 01:04:35 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4684YGe006103; Thu, 6 May 2004 01:04:34 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4684Y8A006102; Thu, 6 May 2004 01:04:34 -0700 (PDT) (envelope-from njl) Message-Id: <200405060804.i4684Y8A006102@repoman.freebsd.org> From: Nate Lawson Date: Thu, 6 May 2004 01:04:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 08:04:35 -0000 njl 2004/05/06 01:04:34 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpivar.h Log: Select the highest valid (i.e., S3) sleep state for the default for the sleep button. Change the default for the lid switch to NONE. This can be overridden in /etc/sysctl.conf as desired. Revision Changes Path 1.145 +16 -8 src/sys/dev/acpica/acpi.c 1.64 +0 -3 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Thu May 6 01:17:07 2004 Return-Path: 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 9CD2216A4CE for ; Thu, 6 May 2004 01:17:07 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id EE7D743D4C for ; Thu, 6 May 2004 01:17:06 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 39669 invoked by uid 1000); 6 May 2004 08:17:09 -0000 Date: Thu, 6 May 2004 01:17:09 -0700 (PDT) From: Nate Lawson To: Mike Silbersack In-Reply-To: <20040506025051.V630@odysseus.silby.com> Message-ID: <20040506011323.C39605@root.org> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505171634.N37631@root.org> <20040506025051.V630@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 08:17:07 -0000 On Thu, 6 May 2004, Mike Silbersack wrote: > On Wed, 5 May 2004, Mike Silbersack wrote: > > > Hm, I think that you may be right about John's commit, because I'm saw > > this error twice since I booted: > > > > ACPI-0440: *** Error: Handler for [EmbeddedControl] returned AE_NO_HARDWARE_RESPONSE > > ACPI-1303: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.EC0_._Q20] (Node 0xc41c0400), AE_AML_NO_RETURN_VALUE > > > > Any clue what that means? It sounds new. :) > > > > Mike "Silby" Silbersack > > Since ACPI now works for me, I went ahead and upgraded my notebook's BIOS. > Sure enough, it fixed that error above. Suspend is non-functional, but > battery status and cpu throttling are working, so I'm happy. :) That warning is mostly harmless but if your battery status or thermal state wasn't working, it would be good to fix. It basically means your embedded controller timed out. I have some plans that may fix this in chronic cases but for most systems, a BIOS upgrade takes care of it. > Does devd receive lid status events? I'm thinking that it would be > advantageous for my battery life if I could throttle the cpu down whenever > the lid is closed. cat /etc/devd.conf: # Examples of notify hooks. A notify is a generic way for a kernel # subsystem to send event notification to userland. # # Here are some examples of ACPI notify handlers. ACPI subsystems that # generate notifies include the AC adapter, power/sleep buttons, # control method batteries, lid switch, and thermal zones. # # Information returned is not always the same as the ACPI notify # events. See the ACPI specification for more information about # notifies. Here is the information returned for each subsystem: # # ACAD: AC line state (0 is offline, 1 is online) # Button: Button pressed (0 for power, 1 for sleep) # CMBAT: ACPI battery events # Lid: Lid state (0 is closed, 1 is open) # Thermal: ACPI thermal zone events If you want to change CPU idle states and/or throttling on AC line transition, see the appropriate values in /etc/rc.conf. But for one-offs like lid to control CPU, using devd.conf and a small script is the way to go. -Nate From owner-cvs-src@FreeBSD.ORG Thu May 6 01:44:53 2004 Return-Path: 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 6FD4616A4D1 for ; Thu, 6 May 2004 01:44:53 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C64B43D46 for ; Thu, 6 May 2004 01:44:52 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 74011 invoked from network); 6 May 2004 08:44:51 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 May 2004 08:44:51 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 6 May 2004 03:44:49 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040506011323.C39605@root.org> Message-ID: <20040506034307.M811@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505171634.N37631@root.org> <20040506025051.V630@odysseus.silby.com> <20040506011323.C39605@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 08:44:53 -0000 On Thu, 6 May 2004, Nate Lawson wrote: > > Does devd receive lid status events? I'm thinking that it would be > > advantageous for my battery life if I could throttle the cpu down whenever > > the lid is closed. > > cat /etc/devd.conf: > # Examples of notify hooks. A notify is a generic way for a kernel > # subsystem to send event notification to userland. > > If you want to change CPU idle states and/or throttling on AC line > transition, see the appropriate values in /etc/rc.conf. But for one-offs > like lid to control CPU, using devd.conf and a small script is the way to > go. > > -Nate Good deal, it works as avertised. I even learned a bit of shell scripting in the process of writing a simple speed switching script. :) Of course, the real question is whether or not it'll actually help battery life at all; this is a mobile celeron, I suspect that I won't have much of an impact. Ah well. Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu May 6 01:59:22 2004 Return-Path: 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 692E016A4CE; Thu, 6 May 2004 01:59:22 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id F280343D4C; Thu, 6 May 2004 01:59:21 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (g4.samsco.home [192.168.0.12]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i4693au6031726; Thu, 6 May 2004 03:03:37 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4099FE31.9020802@freebsd.org> Date: Thu, 06 May 2004 02:58:25 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040214 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505183432.Y639@odysseus.silby.com> <20040505171634.N37631@root.org> <20040505212626.R2182@odysseus.silby.com> <20040506025051.V630@odysseus.silby.com> <20040506011323.C39605@root.org> <20040506034307.M811@odysseus.silby.com> In-Reply-To: <20040506034307.M811@odysseus.silby.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.0 required=3.8 tests=SUBJ_HAS_SPACES autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 08:59:22 -0000 Mike Silbersack wrote: > On Thu, 6 May 2004, Nate Lawson wrote: > > >>>Does devd receive lid status events? I'm thinking that it would be >>>advantageous for my battery life if I could throttle the cpu down whenever >>>the lid is closed. >> >>cat /etc/devd.conf: >># Examples of notify hooks. A notify is a generic way for a kernel >># subsystem to send event notification to userland. >> >>If you want to change CPU idle states and/or throttling on AC line >>transition, see the appropriate values in /etc/rc.conf. But for one-offs >>like lid to control CPU, using devd.conf and a small script is the way to >>go. >> >>-Nate > > > Good deal, it works as avertised. I even learned a bit of shell scripting > in the process of writing a simple speed switching script. :) > > Of course, the real question is whether or not it'll actually help battery > life at all; this is a mobile celeron, I suspect that I won't have much of > an impact. Ah well. > > Mike "Silby" Silbersack I've found that the best way to extend battery life on a laptop is to turn down the display brightness as low as possible. CPU throttling, PCI power states, etc, make a small (but measurable) difference on my P4-M laptop, but the real win comes from turning down the brightness. Scott From owner-cvs-src@FreeBSD.ORG Thu May 6 02:01:18 2004 Return-Path: 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 686A716A4CE for ; Thu, 6 May 2004 02:01:18 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id C1CC843D5C for ; Thu, 6 May 2004 02:01:17 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 88984 invoked from network); 6 May 2004 09:01:17 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 May 2004 09:01:17 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 6 May 2004 04:01:15 -0500 (CDT) From: Mike Silbersack To: Nate Lawson In-Reply-To: <20040506034307.M811@odysseus.silby.com> Message-ID: <20040506035840.G811@odysseus.silby.com> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505171634.N37631@root.org> <20040506025051.V630@odysseus.silby.com> <20040506034307.M811@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.csrc/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:01:18 -0000 On Thu, 6 May 2004, Mike Silbersack wrote: > Good deal, it works as avertised. I even learned a bit of shell scripting > in the process of writing a simple speed switching script. :) > > Of course, the real question is whether or not it'll actually help battery > life at all; this is a mobile celeron, I suspect that I won't have much of > an impact. Ah well. > > Mike "Silby" Silbersack Gah, except that my experiment in clockswitching made the usb stack mad, so it's constantly priniting "usb0: X scheduling overruns", where X appears to be a number containing one or two bits of entropy per second. I will have to go visit ohci.c with a cluebat when I get a chance. Er, it stopped when I plugged in the power cord, and starts again when I unplugged it. Is it possible that ohci.c is reading some USB voltage value instead of the overrun bit that it thinks it is reading? Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Thu May 6 02:03:24 2004 Return-Path: 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 52A0416A4CF; Thu, 6 May 2004 02:03:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDA343D53; Thu, 6 May 2004 02:03:24 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4693OGe019363; Thu, 6 May 2004 02:03:24 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4693NnD019362; Thu, 6 May 2004 02:03:23 -0700 (PDT) (envelope-from joe) Message-Id: <200405060903.i4693NnD019362@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 6 May 2004 02:03:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs uvisor.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:03:24 -0000 joe 2004/05/06 02:03:23 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs uvisor.c Log: MFC: Support the Palm Zire 31. Revision Changes Path 1.11.2.57 +1 -0 src/sys/dev/usb/usbdevs 1.7.2.11 +1 -0 src/sys/dev/usb/uvisor.c From owner-cvs-src@FreeBSD.ORG Thu May 6 02:03:54 2004 Return-Path: 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 E863B16A4CF; Thu, 6 May 2004 02:03:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24C543D54; Thu, 6 May 2004 02:03:54 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4693sGe019454; Thu, 6 May 2004 02:03:54 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4693sdH019453; Thu, 6 May 2004 02:03:54 -0700 (PDT) (envelope-from joe) Message-Id: <200405060903.i4693sdH019453@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 6 May 2004 02:03:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:03:55 -0000 joe 2004/05/06 02:03:54 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen Revision Changes Path 1.32.2.54 +2 -1 src/sys/dev/usb/usbdevs.h 1.32.2.54 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Thu May 6 02:21:06 2004 Return-Path: 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 1EDEA16A4CE; Thu, 6 May 2004 02:21:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93EB43D41; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i469L5Ge021725; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i469L5Ct021724; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby) Message-Id: <200405060921.i469L5Ct021724@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 6 May 2004 02:21:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ohcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:21:06 -0000 silby 2004/05/06 02:21:05 PDT FreeBSD src repository Modified files: sys/dev/usb ohcireg.h Log: Remove "Scheduling overrun" interrupts from the set of normal interrupts that the OHCI driver uses. Broken OHCI devices (like the controller in my laptop, apparently) like to set this bit at times. Research through google shows that this problem has shown up on other systems as well. As the scheduling overrun handler doesn't actually do anything, and the only effect is console spamming, disabling the interrupt seems to be the right thing to do. (And it is also what linux 2.6 does.) Revision Changes Path 1.21 +1 -1 src/sys/dev/usb/ohcireg.h From owner-cvs-src@FreeBSD.ORG Thu May 6 02:35:58 2004 Return-Path: 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 D725816A4CE; Thu, 6 May 2004 02:35:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A751F43D2D; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i469ZwGe025792; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i469ZwmT025791; Thu, 6 May 2004 02:35:58 -0700 (PDT) (envelope-from das) Message-Id: <200405060935.i469ZwmT025791@repoman.freebsd.org> From: David Schultz Date: Thu, 6 May 2004 02:35:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha fp_emulate.c src/sys/alpha/include fpu.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:35:59 -0000 das 2004/05/06 02:35:58 PDT FreeBSD src repository Modified files: sys/alpha/alpha fp_emulate.c sys/alpha/include fpu.h Log: Don't clear the exception flags after we finish emulating a floating-point instruction in the kernel. The flags are supposed to be cumulative. Thanks to marcel for helping me test this. Revision Changes Path 1.14 +1 -1 src/sys/alpha/alpha/fp_emulate.c 1.7 +2 -0 src/sys/alpha/include/fpu.h From owner-cvs-src@FreeBSD.ORG Thu May 6 02:36:13 2004 Return-Path: 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 12E6516A558; Thu, 6 May 2004 02:36:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B8943D3F; Thu, 6 May 2004 02:36:12 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i469aCGe025833; Thu, 6 May 2004 02:36:12 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i469aCVS025832; Thu, 6 May 2004 02:36:12 -0700 (PDT) (envelope-from das) Message-Id: <200405060936.i469aCVS025832@repoman.freebsd.org> From: David Schultz Date: Thu, 6 May 2004 02:36:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha ieee_float.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 09:36:13 -0000 das 2004/05/06 02:36:12 PDT FreeBSD src repository Modified files: sys/alpha/alpha ieee_float.c Log: When a denormal underflows to zero, raise an underflow exception. Thanks to marcel for helping me test this. Revision Changes Path 1.10 +3 -0 src/sys/alpha/alpha/ieee_float.c From owner-cvs-src@FreeBSD.ORG Thu May 6 03:09:19 2004 Return-Path: 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 BCE3A16A4CE; Thu, 6 May 2004 03:09:19 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9E143D5F; Thu, 6 May 2004 03:09:19 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i46A9FIC056754; Thu, 6 May 2004 19:09:15 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 06 May 2004 19:09:00 +0900 (JST) Message-Id: <20040506.190900.41679618.nyan@jp.FreeBSD.org> To: jhb@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200405051624.05873.jhb@FreeBSD.org> References: <200405051803.i45I3eSH096069@repoman.freebsd.org> <20040506.033320.74664031.nyan@jp.FreeBSD.org> <200405051624.05873.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 10:09:19 -0000 In article <200405051624.05873.jhb@FreeBSD.org> John Baldwin writes: > > I think that PC98 does not have the ELCR and recent your changes don't > > consider PC98. I'll fix them. > > Note that if PC98 doesn't have an ELCR, it won't probe. This commit just > fixed the kernel build. Please try the current code out first and see if it > works before changing it. Note that any machine with PCI (including early > Pentium's) might have an ELCR. The current ELCR_PORT (0x4d0) is wrong for pc98 at least. If my memory serves me, the port is reserved for extension devices. I tried to find an ELCR document for pc98, but I could not. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Thu May 6 06:11:19 2004 Return-Path: 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 ED2A516A4CE; Thu, 6 May 2004 06:11:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B5343D5E; Thu, 6 May 2004 06:11:19 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DBJGe080835; Thu, 6 May 2004 06:11:19 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DBJSt080822; Thu, 6 May 2004 06:11:19 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405061311.i46DBJSt080822@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 6 May 2004 06:11:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/man hypot.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:11:20 -0000 stefanf 2004/05/06 06:11:18 PDT FreeBSD src repository Modified files: lib/msun/man hypot.3 Log: The prototypes for cabs() and cabsf() are in . Fix their arguments' types and describe them briefly. Reviewed by: ru, bde Approved by: das (mentor) Revision Changes Path 1.11 +11 -8 src/lib/msun/man/hypot.3 From owner-cvs-src@FreeBSD.ORG Thu May 6 06:16:09 2004 Return-Path: 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 F2E9716A4CF; Thu, 6 May 2004 06:16:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C3943D5E; Thu, 6 May 2004 06:16:08 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DG7Ge081966; Thu, 6 May 2004 06:16:07 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DG7nZ081965; Thu, 6 May 2004 06:16:07 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405061316.i46DG7nZ081965@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 6 May 2004 06:16:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:16:09 -0000 sanpei 2004/05/06 06:16:07 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/dev/usb umass.c Log: MFS umass.c 1.11.2.31: Add support 2 devices(USB-DVD-R drives) - Logitec LDR-H443SU2 - IO-DATA DVR-UEH8 Approved by: re(kensmith) Revision Changes Path 1.11.2.30.2.1 +8 -0 src/sys/dev/usb/umass.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:16:46 2004 Return-Path: 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 053C316A4CE; Thu, 6 May 2004 06:16:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D460143D54; Thu, 6 May 2004 06:16:45 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DGjGe082047; Thu, 6 May 2004 06:16:45 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DGjSa082046; Thu, 6 May 2004 06:16:45 -0700 (PDT) (envelope-from nyan) Message-Id: <200405061316.i46DGjSa082046@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 May 2004 06:16:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:16:46 -0000 nyan 2004/05/06 06:16:45 PDT FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Mereged from sys/dev/sio/sio.c revision 1.429. Revision Changes Path 1.207 +50 -77 src/sys/pc98/pc98/sio.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:17:03 2004 Return-Path: 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 7EBCF16A4D0; Thu, 6 May 2004 06:17:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5840643D62; Thu, 6 May 2004 06:17:03 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DH3Ge082091; Thu, 6 May 2004 06:17:03 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DH3pI082090; Thu, 6 May 2004 06:17:03 -0700 (PDT) (envelope-from andre) Message-Id: <200405061317.i46DH3pI082090@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 6 May 2004 06:17:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:17:03 -0000 andre 2004/05/06 06:17:03 PDT FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Link state change notification of ethernet media to the routing socket. o The ndis_ticktask() function updates the ifi_link_state field and calls rt_ifmsg() to notify listeners on the routing socket. Approved by: wpaul Revision Changes Path 1.60 +5 -0 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:24:00 2004 Return-Path: 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 212AC16A4CE; Thu, 6 May 2004 06:24:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1DCF43D1D; Thu, 6 May 2004 06:23:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DNxGe084114; Thu, 6 May 2004 06:23:59 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DNxGi084113; Thu, 6 May 2004 06:23:59 -0700 (PDT) (envelope-from nyan) Message-Id: <200405061323.i46DNxGi084113@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 May 2004 06:23:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/include bus_pc98.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:24:00 -0000 nyan 2004/05/06 06:23:59 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/include bus_pc98.h Log: MFC: Increase BUS_SPACE_IAT_MAXSIZE to 33. Revision Changes Path 1.8.2.6 +1 -1 src/sys/i386/include/bus_pc98.h From owner-cvs-src@FreeBSD.ORG Thu May 6 06:25:10 2004 Return-Path: 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 4FD6A16A4CE; Thu, 6 May 2004 06:25:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2674543D49; Thu, 6 May 2004 06:25:10 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DPAGe084169; Thu, 6 May 2004 06:25:10 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DP9j3084168; Thu, 6 May 2004 06:25:09 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405061325.i46DP9j3084168@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 6 May 2004 06:25:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tip/tip tip.h value.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:25:10 -0000 stefanf 2004/05/06 06:25:09 PDT FreeBSD src repository Modified files: usr.bin/tip/tip tip.h value.c Log: Use a proper protoype to declare interp() and move it to tip.h. Fix an invocation with a wrong number of arguments. Approved by: das (mentor) Revision Changes Path 1.10 +1 -0 src/usr.bin/tip/tip/tip.h 1.9 +1 -2 src/usr.bin/tip/tip/value.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:34:00 2004 Return-Path: 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 7DA1A16A4CE; Thu, 6 May 2004 06:34:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5E643D2D; Thu, 6 May 2004 06:34:00 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DY0Ge086184; Thu, 6 May 2004 06:34:00 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DY0ZZ086183; Thu, 6 May 2004 06:34:00 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405061334.i46DY0ZZ086183@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 6 May 2004 06:34:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uvisor.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:34:00 -0000 sanpei 2004/05/06 06:34:00 PDT FreeBSD src repository Modified files: sys/dev/usb uvisor.c Log: fix SONY_CLIE_41 (as PEG-SJ33/U) PR: kern/64968 Submitted by: John Merryweather Cooper MFC after: 1 week Revision Changes Path 1.20 +1 -1 src/sys/dev/usb/uvisor.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:38:19 2004 Return-Path: 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 A88A016A4CE; Thu, 6 May 2004 06:38:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8300143D1D; Thu, 6 May 2004 06:38:19 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DcJGe086380; Thu, 6 May 2004 06:38:19 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DcJdv086379; Thu, 6 May 2004 06:38:19 -0700 (PDT) (envelope-from joerg) Message-Id: <200405061338.i46DcJdv086379@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 6 May 2004 06:38:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:38:19 -0000 joerg 2004/05/06 06:38:19 PDT FreeBSD src repository Modified files: sys/dev/hme if_hme.c Log: The Sun hme hardware supposedly supports Tx frames up to 65535 octets, and Rx frames up to 8191 octets, so it is perfectly capable of supporting vlan(4)-style VLAN natively. Thus, make it support VLAN `oversize' frames. Reviewed by: tmm Revision Changes Path 1.19 +13 -3 src/sys/dev/hme/if_hme.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:38:54 2004 Return-Path: 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 10B3916A4CE; Thu, 6 May 2004 06:38:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A4643D31; Thu, 6 May 2004 06:38:53 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DcrGe086442; Thu, 6 May 2004 06:38:53 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DcrqI086441; Thu, 6 May 2004 06:38:53 -0700 (PDT) (envelope-from joerg) Message-Id: <200405061338.i46DcrqI086441@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 6 May 2004 06:38:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:38:54 -0000 joerg 2004/05/06 06:38:53 PDT FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Mention that hme(4) natively supports oversized frames. Revision Changes Path 1.12 +4 -0 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Thu May 6 06:45:45 2004 Return-Path: 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 E06C316A4CE; Thu, 6 May 2004 06:45:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCD143D5C; Thu, 6 May 2004 06:45:45 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DjjGe088730; Thu, 6 May 2004 06:45:45 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DjjCc088729; Thu, 6 May 2004 06:45:45 -0700 (PDT) (envelope-from nyan) Message-Id: <200405061345.i46DjjCc088729@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 May 2004 06:45:45 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:45:46 -0000 nyan 2004/05/06 06:45:45 PDT FreeBSD src repository Modified files: sys/i386/i386 mptable.c Log: Disable an EISA support on PC98. Revision Changes Path 1.231 +4 -0 src/sys/i386/i386/mptable.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:48:34 2004 Return-Path: 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 ADCAA16A4CE; Thu, 6 May 2004 06:48:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8779943D2D; Thu, 6 May 2004 06:48:34 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DmYGe088851; Thu, 6 May 2004 06:48:34 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DmYg4088850; Thu, 6 May 2004 06:48:34 -0700 (PDT) (envelope-from nyan) Message-Id: <200405061348.i46DmYg4088850@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 May 2004 06:48:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:48:34 -0000 nyan 2004/05/06 06:48:34 PDT FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: Fixed PC98 support. - Disable an ELCR on PC98. - Correct IRQs. Revision Changes Path 1.14 +31 -0 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Thu May 6 06:49:54 2004 Return-Path: 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 8785116A4CF; Thu, 6 May 2004 06:49:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A5E243D2F; Thu, 6 May 2004 06:49:54 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46DnsGe088995; Thu, 6 May 2004 06:49:54 -0700 (PDT) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46DnsS5088994; Thu, 6 May 2004 06:49:54 -0700 (PDT) (envelope-from nyan) Message-Id: <200405061349.i46DnsS5088994@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 6 May 2004 06:49:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 13:49:54 -0000 nyan 2004/05/06 06:49:54 PDT FreeBSD src repository Modified files: sys/conf files.pc98 Log: Detach i386/isa/elcr.c. Revision Changes Path 1.296 +0 -1 src/sys/conf/files.pc98 From owner-cvs-src@FreeBSD.ORG Thu May 6 06:51:01 2004 Return-Path: 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 8C54516A4CE; Thu, 6 May 2004 06:51:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A54D43D4C; Thu, 6 May 2004 06:51:01 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46Dp1Ge089164; Thu, 6 May 2004 06:51:01 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46Dp0iL089163; Thu, 6 May 2004 06:51:00 -0700 (PDT) (envelope-from joerg) Message-Id: <200405061351.i46Dp0iL089163@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 6 May 2004 06:51:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 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, 06 May 2004 13:51:01 -0000 joerg 2004/05/06 06:51:00 PDT FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Mention that hme(4) now supports long frames for vlan(4) natively. Revision Changes Path 1.724 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu May 6 08:30:35 2004 Return-Path: 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 671E916A4CE; Thu, 6 May 2004 08:30:35 -0700 (PDT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C2443D41; Thu, 6 May 2004 08:30:32 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i46FUV4u001994; Fri, 7 May 2004 01:30:31 +1000 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i46FUSHW007977; Fri, 7 May 2004 01:30:29 +1000 Date: Fri, 7 May 2004 01:30:27 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alan Cox In-Reply-To: <200405060503.i4653OfT061105@repoman.freebsd.org> Message-ID: <20040507010151.I21163@gamplex.bde.org> References: <200405060503.i4653OfT061105@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfssmbfs_io.c src/sys/fs/specfs spec_vnops.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_page X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 15:30:35 -0000 On Wed, 5 May 2004, Alan Cox wrote: > alc 2004/05/05 22:03:24 PDT > > FreeBSD src repository > > Modified files: > sys/fs/nwfs nwfs_io.c > sys/fs/smbfs smbfs_io.c > sys/fs/specfs spec_vnops.c > sys/kern uipc_syscalls.c vfs_bio.c > sys/nfsclient nfs_bio.c > sys/vm swap_pager.c vm_fault.c vnode_pager.c > Log: > Make vm_page's PG_ZERO flag immutable between the time of the page's > allocation and deallocation. This flag's principal use is shortly after > allocation. For such cases, clearing the flag is pointless. The only > unusual use of PG_ZERO is in vfs_bio_clrbuf(). However, allocbuf() never > requests a prezeroed page. So, vfs_bio_clrbuf() never sees a prezeroed ^^^^^ rarely(?) > page. > > Reviewed by: tegge@ The request for a prezeroed page is just a preference, so vfs_bio_clrbuf() certainly gets prezeroed pages. This happens whenever there are only prezeroed pages to find. I think vfs_bio_clrbuf() sees them too. It saw them at least once a few years ago when my debugging code for this finally triggered. My kernel at the time had colorizing optimizations that probably made using a prezeroed page more likely. The PG_ZERO optimizations in vfs_bio_clrbuf() were just worse than useless because they rarely applied (and they break immutability here). Bruce From owner-cvs-src@FreeBSD.ORG Thu May 6 08:54:03 2004 Return-Path: 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 BF8B216A4CE; Thu, 6 May 2004 08:54:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A4543D41; Thu, 6 May 2004 08:54:03 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46Fs3Ge023479; Thu, 6 May 2004 08:54:03 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46Fs3q4023478; Thu, 6 May 2004 08:54:03 -0700 (PDT) (envelope-from njl) Message-Id: <200405061554.i46Fs3q4023478@repoman.freebsd.org> From: Nate Lawson Date: Thu, 6 May 2004 08:54:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 legacy.c src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 15:54:03 -0000 njl 2004/05/06 08:54:03 PDT FreeBSD src repository Modified files: sys/i386/i386 legacy.c sys/kern subr_smp.c Log: Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will become just "cpu" and provide attachments in the !legacy case. Tested by: des Revision Changes Path 1.53 +71 -1 src/sys/i386/i386/legacy.c 1.187 +0 -70 src/sys/kern/subr_smp.c From owner-cvs-src@FreeBSD.ORG Thu May 6 09:08:18 2004 Return-Path: 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 8CC8F16A4CE; Thu, 6 May 2004 09:08:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E2C43D53; Thu, 6 May 2004 09:08:18 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46G8IGe026632; Thu, 6 May 2004 09:08:18 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46G8IRd026631; Thu, 6 May 2004 09:08:18 -0700 (PDT) (envelope-from maxim) Message-Id: <200405061608.i46G8IRd026631@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 6 May 2004 09:08:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 16:08:18 -0000 maxim 2004/05/06 09:08:17 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) share/misc bsd-family-tree Log: MFC revs. 1.79, 1.80: add OpenBSD 3.5, NetBSD 1.6.2 was a patch release, add BSD/OS 5.1 ISE. Revision Changes Path 1.21.2.18 +13 -11 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Thu May 6 09:41:29 2004 Return-Path: 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 1B12B16A4D1 for ; Thu, 6 May 2004 09:41:29 -0700 (PDT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AAB443D54 for ; Thu, 6 May 2004 09:41:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2835 invoked from network); 6 May 2004 16:41:28 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 6 May 2004 16:41:28 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i46GfMNC005481; Thu, 6 May 2004 12:41:22 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Thu, 6 May 2004 12:41:42 -0400 User-Agent: KMail/1.6 References: <200405061554.i46Fs3q4023478@repoman.freebsd.org> In-Reply-To: <200405061554.i46Fs3q4023478@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405061241.42766.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 legacy.c src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 16:41:29 -0000 On Thursday 06 May 2004 11:54 am, Nate Lawson wrote: > njl 2004/05/06 08:54:03 PDT > > FreeBSD src repository > > Modified files: > sys/i386/i386 legacy.c > sys/kern subr_smp.c > Log: > Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will > become just "cpu" and provide attachments in the !legacy case. > > Tested by: des By the way, it would be nice if the acpi_cpu(4) driver would still probe and attach to devices for non-existent CPUs but just device_disable() the associated device_t. This would keep the device from reprobing all the time. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu May 6 10:25:24 2004 Return-Path: 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 98D5916A4CE; Thu, 6 May 2004 10:25:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D1A43D3F; Thu, 6 May 2004 10:25:24 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46HPOGe043662; Thu, 6 May 2004 10:25:24 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46HPNWr043661; Thu, 6 May 2004 10:25:23 -0700 (PDT) (envelope-from njl) Message-Id: <200405061725.i46HPNWr043661@repoman.freebsd.org> From: Nate Lawson Date: Thu, 6 May 2004 10:25:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 17:25:24 -0000 njl 2004/05/06 10:25:23 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Rename acpi_cpu to cpu. Change the probe routine to early on reject devices it cannot attach to. This gets rid of extraneous but harmless device_probe_and_attach() errors. While I'm here, make the device description more useful. The !acpi case for cpu is handled by legacy0. Revision Changes Path 1.35 +90 -42 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-src@FreeBSD.ORG Thu May 6 10:27:34 2004 Return-Path: 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 97E3516A4CE; Thu, 6 May 2004 10:27:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7643743D5F; Thu, 6 May 2004 10:27:34 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46HRYGe043743; Thu, 6 May 2004 10:27:34 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46HRYuv043742; Thu, 6 May 2004 10:27:34 -0700 (PDT) (envelope-from anholt) Message-Id: <200405061727.i46HRYuv043742@repoman.freebsd.org> From: Eric Anholt Date: Thu, 6 May 2004 10:27:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 17:27:34 -0000 anholt 2004/05/06 10:27:34 PDT FreeBSD src repository Modified files: . access Log: Returned from Cuba at last, ready to hear about FreeBSD things again. Revision Changes Path 1.664 +1 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu May 6 10:54:08 2004 Return-Path: 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 3EB5616A4CF for ; Thu, 6 May 2004 10:54:08 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6137943D45 for ; Thu, 6 May 2004 10:54:07 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 42548 invoked by uid 1000); 6 May 2004 17:54:08 -0000 Date: Thu, 6 May 2004 10:54:08 -0700 (PDT) From: Nate Lawson To: John Baldwin In-Reply-To: <200405061241.42766.jhb@FreeBSD.org> Message-ID: <20040506105124.O42462@root.org> References: <200405061554.i46Fs3q4023478@repoman.freebsd.org> <200405061241.42766.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 legacy.c src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 17:54:08 -0000 On Thu, 6 May 2004, John Baldwin wrote: > On Thursday 06 May 2004 11:54 am, Nate Lawson wrote: > > njl 2004/05/06 08:54:03 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 legacy.c > > sys/kern subr_smp.c > > Log: > > Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will > > become just "cpu" and provide attachments in the !legacy case. > > > > Tested by: des > > By the way, it would be nice if the acpi_cpu(4) driver would still probe and > attach to devices for non-existent CPUs but just device_disable() the > associated device_t. This would keep the device from reprobing all the time. Good idea, I'll make that change tonight. The code I committed this morning returns ENXIO for them so probe will get called multiple times. Hmm, this may be more difficult than I first thought since some of the internal routines walk all devices in the devclass, operating on their resources. This change would require that code to have an extra case, "device here but not active". Right now it assumes that if the device is probed/attached, it is usable. -Nate From owner-cvs-src@FreeBSD.ORG Thu May 6 11:14:51 2004 Return-Path: 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 C04E416A4CF; Thu, 6 May 2004 11:14:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9826043D2D; Thu, 6 May 2004 11:14:51 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46IEpGe054646; Thu, 6 May 2004 11:14:51 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46IEp84054645; Thu, 6 May 2004 11:14:51 -0700 (PDT) (envelope-from joe) Message-Id: <200405061814.i46IEp84054645@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 6 May 2004 11:14:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/dev/usb usbdevs uvisor.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 18:14:51 -0000 joe 2004/05/06 11:14:51 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/dev/usb usbdevs uvisor.c Log: MFS: Zire 31 support Approved by: re (kensmith) Revision Changes Path 1.11.2.56.2.1 +1 -0 src/sys/dev/usb/usbdevs 1.7.2.10.2.1 +1 -0 src/sys/dev/usb/uvisor.c From owner-cvs-src@FreeBSD.ORG Thu May 6 11:16:39 2004 Return-Path: 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 14E4C16A4CE; Thu, 6 May 2004 11:16:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE43D43D46; Thu, 6 May 2004 11:16:38 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46IGcGe054797; Thu, 6 May 2004 11:16:38 -0700 (PDT) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46IGcDk054796; Thu, 6 May 2004 11:16:38 -0700 (PDT) (envelope-from joe) Message-Id: <200405061816.i46IGcDk054796@repoman.freebsd.org> From: Josef Karthauser Date: Thu, 6 May 2004 11:16:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 18:16:39 -0000 joe 2004/05/06 11:16:38 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Approved by: re Revision Changes Path 1.32.2.53.2.1 +2 -1 src/sys/dev/usb/usbdevs.h 1.32.2.53.2.1 +7 -1 src/sys/dev/usb/usbdevs_data.h From owner-cvs-src@FreeBSD.ORG Thu May 6 11:46:03 2004 Return-Path: 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 AF54616A4CF; Thu, 6 May 2004 11:46:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF1643D2F; Thu, 6 May 2004 11:46:03 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i46Ik3Ge060970; Thu, 6 May 2004 11:46:03 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i46Ik3Jc060969; Thu, 6 May 2004 11:46:03 -0700 (PDT) (envelope-from andre) Message-Id: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 6 May 2004 11:46:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 18:46:03 -0000 andre 2004/05/06 11:46:03 PDT FreeBSD src repository Modified files: sys/netinet ip_fastfwd.c ip_input.c ip_var.h Log: Provide the sysctl net.inet.ip.process_options to control the processing of IP options. net.inet.ip.process_options=0 Ignore IP options and pass packets unmodified. net.inet.ip.process_options=1 Process all IP options (default). net.inet.ip.process_options=2 Reject all packets with IP options with ICMP filter prohibited message. This sysctl affects packets destined for the local host as well as those only transiting through the host (routing). IP options do not have any legitimate purpose anymore and are only used to circumvent firewalls or to exploit certain behaviours or bugs in TCP/IP stacks. Reviewed by: sam (mentor) Revision Changes Path 1.11 +10 -2 src/sys/netinet/ip_fastfwd.c 1.271 +13 -0 src/sys/netinet/ip_input.c 1.87 +1 -0 src/sys/netinet/ip_var.h From owner-cvs-src@FreeBSD.ORG Thu May 6 11:58:55 2004 Return-Path: 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 C72D016A4CE; Thu, 6 May 2004 11:58:55 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B30943D5A; Thu, 6 May 2004 11:58:55 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id EEDAE5485D; Thu, 6 May 2004 13:58:54 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 9C4056FF36; Thu, 6 May 2004 13:58:54 -0500 (CDT) Date: Thu, 6 May 2004 13:58:54 -0500 From: "Jacques A. Vidrine" To: Andre Oppermann Message-ID: <20040506185854.GB1777@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 18:58:56 -0000 On Thu, May 06, 2004 at 11:46:03AM -0700, Andre Oppermann wrote: > andre 2004/05/06 11:46:03 PDT > > FreeBSD src repository > > Modified files: > sys/netinet ip_fastfwd.c ip_input.c ip_var.h > Log: > Provide the sysctl net.inet.ip.process_options to control the processing > of IP options. > > net.inet.ip.process_options=0 Ignore IP options and pass packets unmodified. > net.inet.ip.process_options=1 Process all IP options (default). > net.inet.ip.process_options=2 Reject all packets with IP options with ICMP > filter prohibited message. > > This sysctl affects packets destined for the local host as well as those > only transiting through the host (routing). > > IP options do not have any legitimate purpose anymore and are only used > to circumvent firewalls or to exploit certain behaviours or bugs in TCP/IP > stacks. > > Reviewed by: sam (mentor) Yay! Shall we have the default be `2 Reject all packets with IP options...' ? I think so. Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org From owner-cvs-src@FreeBSD.ORG Thu May 6 12:17:37 2004 Return-Path: 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 CB23D16A4CE for ; Thu, 6 May 2004 12:17:37 -0700 (PDT) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E57C43D4C for ; Thu, 6 May 2004 12:17:36 -0700 (PDT) (envelope-from andre@freebsd.org) Received: (qmail 75518 invoked from network); 6 May 2004 19:17:35 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 6 May 2004 19:17:35 -0000 Message-ID: <409A8F4E.3B35DA9F@freebsd.org> Date: Thu, 06 May 2004 21:17:34 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jacques A. Vidrine" References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 19:17:38 -0000 "Jacques A. Vidrine" wrote: > > On Thu, May 06, 2004 at 11:46:03AM -0700, Andre Oppermann wrote: > > andre 2004/05/06 11:46:03 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet ip_fastfwd.c ip_input.c ip_var.h > > Log: > > Provide the sysctl net.inet.ip.process_options to control the processing > > of IP options. > > > > net.inet.ip.process_options=0 Ignore IP options and pass packets unmodified. > > net.inet.ip.process_options=1 Process all IP options (default). > > net.inet.ip.process_options=2 Reject all packets with IP options with ICMP > > filter prohibited message. > > > > This sysctl affects packets destined for the local host as well as those > > only transiting through the host (routing). > > > > IP options do not have any legitimate purpose anymore and are only used > > to circumvent firewalls or to exploit certain behaviours or bugs in TCP/IP > > stacks. > > > > Reviewed by: sam (mentor) > > Yay! > Shall we have the default be `2 Reject all packets with IP options...' ? > I think so. Please restate your opinion in the separate thread I just started on -current and -net. :-) -- Andre From owner-cvs-src@FreeBSD.ORG Thu May 6 13:08:42 2004 Return-Path: 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 9745716A4CE; Thu, 6 May 2004 13:08:42 -0700 (PDT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD9143D5C; Thu, 6 May 2004 13:08:41 -0700 (PDT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 3295F4AFB0; Thu, 6 May 2004 15:08:41 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 03666-01-19; Thu, 6 May 2004 15:08:40 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id C90614AFAE; Thu, 6 May 2004 15:08:40 -0500 (CDT) Date: Thu, 6 May 2004 15:08:40 -0500 From: Alan Cox To: Bruce Evans Message-ID: <20040506200840.GT5199@cs.rice.edu> References: <200405060503.i4653OfT061105@repoman.freebsd.org> <20040507010151.I21163@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040507010151.I21163@gamplex.bde.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/fs/specfs spec_vnops.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_page X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 20:08:42 -0000 On Fri, May 07, 2004 at 01:30:27AM +1000, Bruce Evans wrote: > On Wed, 5 May 2004, Alan Cox wrote: > > > alc 2004/05/05 22:03:24 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/fs/nwfs nwfs_io.c > > sys/fs/smbfs smbfs_io.c > > sys/fs/specfs spec_vnops.c > > sys/kern uipc_syscalls.c vfs_bio.c > > sys/nfsclient nfs_bio.c > > sys/vm swap_pager.c vm_fault.c vnode_pager.c > > Log: > > Make vm_page's PG_ZERO flag immutable between the time of the page's > > allocation and deallocation. This flag's principal use is shortly after > > allocation. For such cases, clearing the flag is pointless. The only > > unusual use of PG_ZERO is in vfs_bio_clrbuf(). However, allocbuf() never > > requests a prezeroed page. So, vfs_bio_clrbuf() never sees a prezeroed > ^^^^^ rarely(?) > > page. > > > > Reviewed by: tegge@ > > The request for a prezeroed page is just a preference, so vfs_bio_clrbuf() > certainly gets prezeroed pages. This happens whenever there are only > prezeroed pages to find. I think vfs_bio_clrbuf() sees them too. It > saw them at least once a few years ago when my debugging code for this > finally triggered. My kernel at the time had colorizing optimizations > that probably made using a prezeroed page more likely. No, HEAD and RELENG_4 differ. You are describing RELENG_4. In HEAD, the flag is only returned if a zeroed page is requested: flags = PG_BUSY; if (m->flags & PG_ZERO) { vm_page_zero_count--; if (req & VM_ALLOC_ZERO) flags = PG_ZERO | PG_BUSY; } Why did I do this? Consider the RELENG_4 implementation of PG_ZERO and VM_ALLOC_ZERO. The concept in RELENG_4 was to track the state of a page from birth to death. See vm/vm_page.h revision 1.55. This was never finished and enabled. We were, however, left with a model in which every caller to vm_page_alloc() was (potentially) responsible for clearing PG_ZERO whether they wanted a prezeroed page or not. In other words, if the caller's use of the page was going to dirty it, the caller was always responsible for clearing the flag. What was the potential gain of this model? If a prezeroed page was allocated but never dirtied before being freed, it would automatically go back to the prezeroed queue. How likely is this? Note that the most common case is captured "manually" by the pmap. When the pmap frees a page table page, it knows that the page is zeroed. So, it directs vm_page.c to place the page in the prezeroed queue. What is the downside of this model? Clearing the flag requires an atomic memory op in RELENG_4 and a mutex in HEAD. Given that atomic memory ops are getting more expensive with each successive generation of Intel CPU, this is a dubious tradeoff. In terms of programming model, its too easy for a driver, module, file system, etc. by the average joe to forget to clear PG_ZERO, causing havoc. Thus, prior to this commit, only those callers to vm_page_alloc() that explicitly asked for a prezeroed page were responsible for clearing PG_ZERO. Now, no caller is. Ultimately, I would like to reenable the RELENG_4-like behavior of VM_ALLOC_ZERO. In other words, PG_ZERO can be returned regardless of VM_ALLOC_ZERO. Before that happens, vfs_bio_clrbuf() needs further scrutiny. > The PG_ZERO optimizations in vfs_bio_clrbuf() were just worse than useless > because they rarely applied (and they break immutability here). Agreed. Regards, Alan From owner-cvs-src@FreeBSD.ORG Thu May 6 17:17:08 2004 Return-Path: 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 6DE8E16A4CE; Thu, 6 May 2004 17:17:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C97543D2F; Thu, 6 May 2004 17:17:08 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i470H8Ge046601; Thu, 6 May 2004 17:17:08 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i470H87C046600; Thu, 6 May 2004 17:17:08 -0700 (PDT) (envelope-from green) Message-Id: <200405070017.i470H87C046600@repoman.freebsd.org> From: Brian Feldman Date: Thu, 6 May 2004 17:17:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 00:17:08 -0000 green 2004/05/06 17:17:08 PDT FreeBSD src repository Modified files: sys/vm vm_map.c Log: Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down. Previously, mlockall(2) usage would leak MAP_FUTUREWIRE of the process's vmspace::vm_map and subsequent processes would wire all of their memory. Coupled with a wired-page leak in vm_fault_unwire(), this would run the system out of free pages and cause programs to randomly SIGBUS when faulting in new pages. (Note that this is not the fix for the latter part; pages are still leaked when a wired area is unmapped in some cases.) Reviewed by: alc PR kern/62930 Revision Changes Path 1.334 +1 -0 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Thu May 6 18:24:54 2004 Return-Path: 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 2C34616A4CE; Thu, 6 May 2004 18:24:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF6BB43D39; Thu, 6 May 2004 18:24:53 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i471OrGe061404; Thu, 6 May 2004 18:24:53 -0700 (PDT) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i471OrxP061403; Thu, 6 May 2004 18:24:53 -0700 (PDT) (envelope-from maxim) Message-Id: <200405070124.i471OrxP061403@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 6 May 2004 18:24:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 icmp.4 src/sys/netinet ip_icmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 01:24:54 -0000 maxim 2004/05/06 18:24:53 PDT FreeBSD src repository Modified files: share/man/man4 icmp.4 sys/netinet ip_icmp.c Log: o IFNAMSIZ does include the trailing \0. Approved by: andre o Document net.inet.icmp.reply_src. Revision Changes Path 1.14 +5 -0 src/share/man/man4/icmp.4 1.92 +1 -1 src/sys/netinet/ip_icmp.c From owner-cvs-src@FreeBSD.ORG Thu May 6 19:37:04 2004 Return-Path: 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 EEECC16A4CE for ; Thu, 6 May 2004 19:37:04 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E19543D1D for ; Thu, 6 May 2004 19:37:03 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 44979 invoked by uid 1000); 7 May 2004 02:37:05 -0000 Date: Thu, 6 May 2004 19:37:05 -0700 (PDT) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20040506.203312.01491062.imp@bsdimp.com> Message-ID: <20040506193513.O44970@root.org> References: <200405061554.i46Fs3q4023478@repoman.freebsd.org> <200405061241.42766.jhb@FreeBSD.org> <20040506105124.O42462@root.org> <20040506.203312.01491062.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 legacy.c src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 02:37:05 -0000 On Thu, 6 May 2004, M. Warner Losh wrote: > In message: <20040506105124.O42462@root.org> > Nate Lawson writes: > : On Thu, 6 May 2004, John Baldwin wrote: > : > On Thursday 06 May 2004 11:54 am, Nate Lawson wrote: > : > > njl 2004/05/06 08:54:03 PDT > : > > > : > > FreeBSD src repository > : > > > : > > Modified files: > : > > sys/i386/i386 legacy.c > : > > sys/kern subr_smp.c > : > > Log: > : > > Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will > : > > become just "cpu" and provide attachments in the !legacy case. > : > > > : > > Tested by: des > : > > : > By the way, it would be nice if the acpi_cpu(4) driver would still probe and > : > attach to devices for non-existent CPUs but just device_disable() the > : > associated device_t. This would keep the device from reprobing all the time. > : > : Good idea, I'll make that change tonight. The code I committed this > : morning returns ENXIO for them so probe will get called multiple times. > : Hmm, this may be more difficult than I first thought since some of the > : internal routines walk all devices in the devclass, operating on their > : resources. This change would require that code to have an extra case, > : "device here but not active". Right now it assumes that if the device is > : probed/attached, it is usable. > > The device is already there. All the device_disable() would do would > keep it from being probed again. Yep, I realized that later. There's nothing requiring a driver to attach a device to call device_disable() on it. I'm still not comfortable making that change yet. It doesn't hurt anything to rescan the cpu probe methods. And perhaps a change like enabling HTT will eventually trigger a rescan and acpi_cpu can attach to the now available processor. -Nate From owner-cvs-src@FreeBSD.ORG Thu May 6 20:56:00 2004 Return-Path: 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 BE85B16A4CE; Thu, 6 May 2004 20:56:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9948043D39; Thu, 6 May 2004 20:56:00 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i473u0Ge099304; Thu, 6 May 2004 20:56:00 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i473u0qk099303; Thu, 6 May 2004 20:56:00 -0700 (PDT) (envelope-from marcel) Message-Id: <200405070356.i473u0qk099303@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 6 May 2004 20:56:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.ia64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 03:56:00 -0000 marcel 2004/05/06 20:56:00 PDT FreeBSD src repository Modified files: sys/conf files.ia64 Log: Remove unwinder files that are commented-out. Revision Changes Path 1.66 +0 -3 src/sys/conf/files.ia64 From owner-cvs-src@FreeBSD.ORG Thu May 6 22:22:38 2004 Return-Path: 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 C784C16A4CE; Thu, 6 May 2004 22:22:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8862E43D1D; Thu, 6 May 2004 22:22:38 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i475McGe019274; Thu, 6 May 2004 22:22:38 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i475McNO019273; Thu, 6 May 2004 22:22:38 -0700 (PDT) (envelope-from njl) Message-Id: <200405070522.i475McNO019273@repoman.freebsd.org> From: Nate Lawson Date: Thu, 6 May 2004 22:22:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c src/share/man/man4 acpi.4 src/etc/rc.d power_profile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 05:22:39 -0000 njl 2004/05/06 22:22:38 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c share/man/man4 acpi.4 etc/rc.d power_profile Log: Change hw.acpi.cpu.cx_lowest to accept values in the form of C1, C2, ... Update power_profile to use the new format. Update the man page to reflect this and give more info on Cx states. Revision Changes Path 1.3 +2 -2 src/etc/rc.d/power_profile 1.34 +6 -4 src/share/man/man4/acpi.4 1.36 +12 -9 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-src@FreeBSD.ORG Thu May 6 22:23:59 2004 Return-Path: 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 010BF16A4CE; Thu, 6 May 2004 22:23:59 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2052043D1F; Thu, 6 May 2004 22:23:55 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp02.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])i475NoiL007202; Fri, 7 May 2004 15:23:50 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp02.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2004050715234981:845 ; Fri, 7 May 2004 15:23:49 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) i475NnHQ080875; Fri, 7 May 2004 15:23:49 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9p2/8.12.9/Submit) id i475Nll5080874; Fri, 7 May 2004 15:23:47 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Fri, 7 May 2004 15:23:46 +1000 From: Peter Jeremy To: Tim Kientzle Message-ID: <20040507052346.GA80829@gsmx07.alcatel.com.au> Mail-Followup-To: Tim Kientzle , cvs-src@freebsd.org, Tim Kientzle , src-committers@freebsd.org, cvs-all@freebsd.org, Andrew.Li@alcatel.com.au References: <200405041721.i44HL22l029797@repoman.freebsd.org> <20040504232632.GA69416@gsmx07.alcatel.com.au> <40986014.4010507@kientzle.com> Mime-Version: 1.0 In-Reply-To: <40986014.4010507@kientzle.com> User-Agent: Mutt/1.4.2i X-MIMETrack: Itemize by SMTP Server on SYDSMTP02/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 07/05/2004 03:23:49 PM,|February 13, 2003) at 07/05/2004 03:23:50 PM, Serialize complete at 07/05/2004 03:23:50 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: cvs-src@freebsd.org cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Andrew.Li@alcatel.com.au Subject: Re: cvs commit: src/usr.bin/tar fts.c fts.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 05:23:59 -0000 On 2004-May-04 20:31:32 -0700, Tim Kientzle wrote: >Peter Jeremy wrote: >>Since a colleague of mine has just finished porting fts(3) to Tru64, > >Patches? ... >So far, I've heard reports from people using bsdtar/libarchive on >FreeBSD 5, FreeBSD 4, and Linux. If someone sends me patches for >another system, I'm happy to integrate them. ;-) Actually, we were porting du(1) rather than bsdtar/libarchive. The du built into Tru64 is seriously broken[1] and the FreeBSD one seemed an easy solution. The fts(3) changes are functionally equivalent to yours but implemented without the #ifdef's so the code is not portable. [1] If the content of a directory changes whilst it is processing the directory, it will give nonsense results - similar to: $ du -sk . du: File not found ./foo 0 ./foo $ >>Also, why wasn't this done as a repocopy? This would have made it far >>easier to see the changes. > >Duh! My inexperienced commiter-ness is showing through again, >isn't it? Raise the issue with cvs@, it might still be possible (it would mean that two different v1.1's would have existed, but the dates are sufficiently separated that it may be allowed). -- Peter Jeremy From owner-cvs-src@FreeBSD.ORG Thu May 6 22:29:12 2004 Return-Path: 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 A648316A4CE; Thu, 6 May 2004 22:29:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C79343D1D; Thu, 6 May 2004 22:29:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i475TCGe019536; Thu, 6 May 2004 22:29:12 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i475TCio019535; Thu, 6 May 2004 22:29:12 -0700 (PDT) (envelope-from marcel) Message-Id: <200405070529.i475TCio019535@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 6 May 2004 22:29:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 interrupt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 05:29:12 -0000 marcel 2004/05/06 22:29:12 PDT FreeBSD src repository Modified files: sys/ia64/ia64 interrupt.c Log: Make sure to sanitize the FP status register. Specifically this masks all FP traps, which should not happen in the kernel. Revision Changes Path 1.45 +3 -0 src/sys/ia64/ia64/interrupt.c From owner-cvs-src@FreeBSD.ORG Thu May 6 22:35:32 2004 Return-Path: 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 585A016A4CE; Thu, 6 May 2004 22:35:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FCB43D2F; Thu, 6 May 2004 22:35:32 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i475ZVGe021515; Thu, 6 May 2004 22:35:31 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i475ZV77021514; Thu, 6 May 2004 22:35:31 -0700 (PDT) (envelope-from marcel) Message-Id: <200405070535.i475ZV77021514@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 6 May 2004 22:35:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 05:35:32 -0000 marcel 2004/05/06 22:35:31 PDT FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Revert previous commit. We should not get any FP traps from within the kernel. We can guarantee this by resetting the FP status register. This masks all FP traps. The reason we did get FP traps was that we didn't reset the FP status register in all cases. Make sure to reset the FP status register in syscall(). This is one of the places where it was forgotten. While on the subject, reset the FP status register only when we trapped from user space. Revision Changes Path 1.99 +15 -18 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Fri May 7 00:20:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id CEE9C16A4CF; Fri, 7 May 2004 00:20:31 -0700 (PDT) Date: Fri, 7 May 2004 00:20:31 -0700 From: Darren Reed To: "Jacques A. Vidrine" , Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040507072031.GA48708@hub.freebsd.org> References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040506185854.GB1777@madman.celabo.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 07:20:32 -0000 On Thu, May 06, 2004 at 01:58:54PM -0500, Jacques A. Vidrine wrote: > On Thu, May 06, 2004 at 11:46:03AM -0700, Andre Oppermann wrote: > > Provide the sysctl net.inet.ip.process_options to control the processing > > of IP options. > > > > net.inet.ip.process_options=0 Ignore IP options and pass packets unmodified. > > net.inet.ip.process_options=1 Process all IP options (default). > > net.inet.ip.process_options=2 Reject all packets with IP options with ICMP > > filter prohibited message. > > > > This sysctl affects packets destined for the local host as well as those > > only transiting through the host (routing). > > > > IP options do not have any legitimate purpose anymore and are only used > > to circumvent firewalls or to exploit certain behaviours or bugs in TCP/IP > > stacks. > > Yay! > Shall we have the default be `2 Reject all packets with IP options...' ? > I think so. It is disturbing to think that with 3 firewall solutions in the kernel, basic features they provide, such as this, still get implemented as code. Darren From owner-cvs-src@FreeBSD.ORG Fri May 7 00:56:05 2004 Return-Path: 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 E913716A4CE; Fri, 7 May 2004 00:56:05 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD18443D49; Fri, 7 May 2004 00:56:04 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc13) with ESMTP id <2004050707560301600t1hque>; Fri, 7 May 2004 07:56:04 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA90936; Fri, 7 May 2004 00:56:02 -0700 (PDT) Date: Fri, 7 May 2004 00:56:01 -0700 (PDT) From: Julian Elischer To: Darren Reed In-Reply-To: <20040507072031.GA48708@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 07:56:06 -0000 On Fri, 7 May 2004, Darren Reed wrote: > On Thu, May 06, 2004 at 01:58:54PM -0500, Jacques A. Vidrine wrote: > > On Thu, May 06, 2004 at 11:46:03AM -0700, Andre Oppermann wrote: > > > Provide the sysctl net.inet.ip.process_options to control the processing > > > of IP options. > > > > > > net.inet.ip.process_options=0 Ignore IP options and pass packets unmodified. > > > net.inet.ip.process_options=1 Process all IP options (default). > > > net.inet.ip.process_options=2 Reject all packets with IP options with ICMP > > > filter prohibited message. > > > > > > This sysctl affects packets destined for the local host as well as those > > > only transiting through the host (routing). > > > > > > IP options do not have any legitimate purpose anymore and are only used > > > to circumvent firewalls or to exploit certain behaviours or bugs in TCP/IP > > > stacks. > > > > Yay! > > Shall we have the default be `2 Reject all packets with IP options...' ? > > I think so. > > It is disturbing to think that with 3 firewall solutions in the kernel, > basic features they provide, such as this, still get implemented as code. > well, reject, yes, but a firewall can not force the stack to IGNORE options.. > Darren > From owner-cvs-src@FreeBSD.ORG Fri May 7 02:58:37 2004 Return-Path: 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 6D05D16A4CE; Fri, 7 May 2004 02:58:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48ED243D2D; Fri, 7 May 2004 02:58:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i479wbGe078192; Fri, 7 May 2004 02:58:37 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i479wbJE078191; Fri, 7 May 2004 02:58:37 -0700 (PDT) (envelope-from des) Message-Id: <200405070958.i479wbJE078191@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 May 2004 02:58:37 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.lib.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 09:58:37 -0000 des 2004/05/07 02:58:37 PDT FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Add SHLIB as a shortcut for shared-only libraries. Not objected to by: bde, ru Revision Changes Path 1.160 +5 -2 src/share/mk/bsd.lib.mk From owner-cvs-src@FreeBSD.ORG Fri May 7 02:59:04 2004 Return-Path: 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 2C66C16A4CE; Fri, 7 May 2004 02:59:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A9543D5E; Fri, 7 May 2004 02:59:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i479x3Ge078266; Fri, 7 May 2004 02:59:03 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i479x3ZW078265; Fri, 7 May 2004 02:59:03 -0700 (PDT) (envelope-from des) Message-Id: <200405070959.i479x3ZW078265@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 May 2004 02:59:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 style.Makefile.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 09:59:04 -0000 des 2004/05/07 02:59:03 PDT FreeBSD src repository Modified files: share/man/man5 style.Makefile.5 Log: Document SHLIB, kind of. Revision Changes Path 1.8 +2 -2 src/share/man/man5/style.Makefile.5 From owner-cvs-src@FreeBSD.ORG Fri May 7 04:06:25 2004 Return-Path: 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 E4E7B16A4CE; Fri, 7 May 2004 04:06:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D2D43D67; Fri, 7 May 2004 04:06:25 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47B6PGe094412; Fri, 7 May 2004 04:06:25 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47B6PMi094411; Fri, 7 May 2004 04:06:25 -0700 (PDT) (envelope-from rik) Message-Id: <200405071106.i47B6PMi094411@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 04:06:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:06:26 -0000 rik 2004/05/07 04:06:25 PDT FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: Delete unused cx_slow_ih. Pointed by: jhb Revision Changes Path 1.8 +0 -4 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Fri May 7 04:11:14 2004 Return-Path: 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 359C316A4CE; Fri, 7 May 2004 04:11:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1312143D5C; Fri, 7 May 2004 04:11:14 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47BBDGe094597; Fri, 7 May 2004 04:11:13 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47BBDE1094596; Fri, 7 May 2004 04:11:13 -0700 (PDT) (envelope-from rik) Message-Id: <200405071111.i47BBDE1094596@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 04:11:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:11:14 -0000 rik 2004/05/07 04:11:13 PDT FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: Sync with RELENG_4. Revision Changes Path 1.9 +3 -3 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Fri May 7 04:43:25 2004 Return-Path: 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 507E116A4CE; Fri, 7 May 2004 04:43:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F2743D2D; Fri, 7 May 2004 04:43:25 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47BhOGe002751; Fri, 7 May 2004 04:43:24 -0700 (PDT) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47BhOjf002750; Fri, 7 May 2004 04:43:24 -0700 (PDT) (envelope-from green) Message-Id: <200405071143.i47BhOjf002750@repoman.freebsd.org> From: Brian Feldman Date: Fri, 7 May 2004 04:43:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:43:25 -0000 green 2004/05/07 04:43:24 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" and a "system unwire." Make this a "system wire" and "system unwire." Reviewed by: alc Revision Changes Path 1.197 +1 -1 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri May 7 04:45:26 2004 Return-Path: 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 7499A16A4CE; Fri, 7 May 2004 04:45:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5113343D4C; Fri, 7 May 2004 04:45:26 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47BjQGe002910; Fri, 7 May 2004 04:45:26 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47BjQ1T002909; Fri, 7 May 2004 04:45:26 -0700 (PDT) (envelope-from rik) Message-Id: <200405071145.i47BjQ1T002909@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 04:45:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:45:26 -0000 rik 2004/05/07 04:45:26 PDT FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: Use better way of closing fr support before current sppp doesn't have it. Revision Changes Path 1.10 +13 -8 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Fri May 7 04:56:04 2004 Return-Path: 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 EA73516A4CE for ; Fri, 7 May 2004 04:56:04 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E5143D31 for ; Fri, 7 May 2004 04:56:04 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i47Br4dG031802 for cvs-src@FreeBSD.org.checked; (8.12.8/vak/2.1) Fri, 7 May 2004 15:53:04 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i47BpTA4031728; (8.12.8/vak/2.1) Fri, 7 May 2004 15:51:29 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <409B788D.2080900@cronyx.ru> Date: Fri, 07 May 2004 15:52:45 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <200405071145.i47BjQ1T002909@repoman.freebsd.org> In-Reply-To: <200405071145.i47BjQ1T002909@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:56:05 -0000 Roman Kurakin wrote: >rik 2004/05/07 04:45:26 PDT > > FreeBSD src repository > > Modified files: > sys/dev/cx if_cx.c > Log: > Use better way of closing fr support before current sppp doesn't have it. > > have == get :-) > > Revision Changes Path > 1.10 +13 -8 src/sys/dev/cx/if_cx.c > > > > From owner-cvs-src@FreeBSD.ORG Fri May 7 04:56:08 2004 Return-Path: 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 169FE16A4CF; Fri, 7 May 2004 04:56:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89AF43D1D; Fri, 7 May 2004 04:56:07 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47Bu7Ge011056; Fri, 7 May 2004 04:56:07 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Bu7je011055; Fri, 7 May 2004 04:56:07 -0700 (PDT) (envelope-from rik) Message-Id: <200405071156.i47Bu7je011055@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 04:56:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ctau if_ct.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:56:08 -0000 rik 2004/05/07 04:56:07 PDT FreeBSD src repository Modified files: sys/dev/ctau if_ct.c Log: Sync with RELENG_4 Revision Changes Path 1.3 +2 -2 src/sys/dev/ctau/if_ct.c From owner-cvs-src@FreeBSD.ORG Fri May 7 04:59:55 2004 Return-Path: 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 2637016A4CE; Fri, 7 May 2004 04:59:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0315843D2D; Fri, 7 May 2004 04:59:55 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47BxsGe011195; Fri, 7 May 2004 04:59:54 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47BxsgA011194; Fri, 7 May 2004 04:59:54 -0700 (PDT) (envelope-from rik) Message-Id: <200405071159.i47BxsgA011194@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 04:59:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ctau if_ct.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 11:59:55 -0000 rik 2004/05/07 04:59:54 PDT FreeBSD src repository Modified files: sys/dev/ctau if_ct.c Log: Use better way of closing fr support before current sppp get it. Revision Changes Path 1.4 +12 -7 src/sys/dev/ctau/if_ct.c From owner-cvs-src@FreeBSD.ORG Fri May 7 05:50:42 2004 Return-Path: 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 A3FAA16A4CE; Fri, 7 May 2004 05:50:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D5843D54; Fri, 7 May 2004 05:50:42 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47CogGe022447; Fri, 7 May 2004 05:50:42 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Cog88022446; Fri, 7 May 2004 05:50:42 -0700 (PDT) (envelope-from brueffer) Message-Id: <200405071250.i47Cog88022446@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 7 May 2004 05:50:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/ldd ldd.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 12:50:42 -0000 brueffer 2004/05/07 05:50:42 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.bin/ldd ldd.1 Log: MFC: 1.21 kill hard sentence breaks 1.22 fix typo PR: docs/66263 Submitted by: Michel Lavondes Revision Changes Path 1.12.2.8 +3 -2 src/usr.bin/ldd/ldd.1 From owner-cvs-src@FreeBSD.ORG Fri May 7 06:00:02 2004 Return-Path: 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 3501916A4CE; Fri, 7 May 2004 06:00:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E26F43D5F; Fri, 7 May 2004 06:00:02 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47D01Ge024617; Fri, 7 May 2004 06:00:01 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47D01VD024616; Fri, 7 May 2004 06:00:01 -0700 (PDT) (envelope-from brueffer) Message-Id: <200405071300.i47D01VD024616@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 7 May 2004 06:00:01 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 link.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 13:00:02 -0000 brueffer 2004/05/07 06:00:01 PDT FreeBSD src repository (doc committer) Modified files: share/man/man5 link.5 Log: o fix a typo o remove stray word o add missing words PR: 66293 Submitted by: Michel Lavondès MFC after: 3 days Revision Changes Path 1.27 +3 -3 src/share/man/man5/link.5 From owner-cvs-src@FreeBSD.ORG Fri May 7 07:56:36 2004 Return-Path: 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 7F36016A4CE; Fri, 7 May 2004 07:56:36 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FF843D1F; Fri, 7 May 2004 07:56:36 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i47EuZWR003946 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 7 May 2004 07:56:35 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Darren Reed Date: Fri, 7 May 2004 07:55:36 -0700 User-Agent: KMail/1.6.1 References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> In-Reply-To: <20040507072031.GA48708@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405070755.36055.sam@errno.com> cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 14:56:36 -0000 On Friday 07 May 2004 12:20 am, Darren Reed wrote: > On Thu, May 06, 2004 at 01:58:54PM -0500, Jacques A. Vidrine wrote: > > On Thu, May 06, 2004 at 11:46:03AM -0700, Andre Oppermann wrote: > > > Provide the sysctl net.inet.ip.process_options to control the > > > processing of IP options. > > > > > > net.inet.ip.process_options=0 Ignore IP options and pass packets > > > unmodified. net.inet.ip.process_options=1 Process all IP options > > > (default). net.inet.ip.process_options=2 Reject all packets with IP > > > options with ICMP filter prohibited message. > > > > > > This sysctl affects packets destined for the local host as well as > > > those only transiting through the host (routing). > > > > > > IP options do not have any legitimate purpose anymore and are only > > > used to circumvent firewalls or to exploit certain behaviours or bugs > > > in TCP/IP stacks. > > > > Yay! > > Shall we have the default be `2 Reject all packets with IP options...' ? > > I think so. > > It is disturbing to think that with 3 firewall solutions in the kernel, > basic features they provide, such as this, still get implemented as code. Employing a packet filter is not equivalent as it requires every packet to be processed while this (effectively 7-line change) adds no new overhead to the normal processing path for packets. It would be nice if packet filtering were cheap enough that we could use it in this way but I don't think that's the case just yet. Sam From owner-cvs-src@FreeBSD.ORG Fri May 7 08:33:18 2004 Return-Path: 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 E19B916A4CE; Fri, 7 May 2004 08:33:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DBC43D58; Fri, 7 May 2004 08:33:18 -0700 (PDT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47FXIGe059986; Fri, 7 May 2004 08:33:18 -0700 (PDT) (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47FXIqo059984; Fri, 7 May 2004 08:33:18 -0700 (PDT) (envelope-from csjp) Message-Id: <200405071533.i47FXIqo059984@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 7 May 2004 08:33:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/route route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 15:33:19 -0000 csjp 2004/05/07 08:33:18 PDT FreeBSD src repository Modified files: sbin/route route.c Log: Teach route(8) how to deal with root being in a prison. If prison root is allowed to create raw sockets, then they will be able to create routing sockets, too. However prison-root is not able to manipulate routing tables. So when route(8) attempts to write to a routing socket and recieves EPERM from the kernel, exit rather than moving on with execution. Approved by: bmilekic (mentor) Revision Changes Path 1.75 +4 -0 src/sbin/route/route.c From owner-cvs-src@FreeBSD.ORG Fri May 7 08:35:39 2004 Return-Path: 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 A16A116A4CE; Fri, 7 May 2004 08:35:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D22543D1D; Fri, 7 May 2004 08:35:39 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47FZdGe060135; Fri, 7 May 2004 08:35:39 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47FZdZf060134; Fri, 7 May 2004 08:35:39 -0700 (PDT) (envelope-from cognet) Message-Id: <200405071535.i47FZdZf060134@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 7 May 2004 08:35:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty_compat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 15:35:39 -0000 cognet 2004/05/07 08:35:39 PDT FreeBSD src repository Modified files: sys/kern tty_compat.c Log: Compare t_brkc against (char)_POSIX_VDISABLE, not against -1. Discussed with: bde Revision Changes Path 1.34 +1 -1 src/sys/kern/tty_compat.c From owner-cvs-src@FreeBSD.ORG Fri May 7 08:37:57 2004 Return-Path: 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 2D5FC16A4CE; Fri, 7 May 2004 08:37:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A83543D39; Fri, 7 May 2004 08:37:57 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47FbuGe060199; Fri, 7 May 2004 08:37:56 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Fbu25060197; Fri, 7 May 2004 08:37:56 -0700 (PDT) (envelope-from cognet) Message-Id: <200405071537.i47Fbu25060197@repoman.freebsd.org> From: Olivier Houchard Date: Fri, 7 May 2004 08:37:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys user.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 15:37:57 -0000 cognet 2004/05/07 08:37:56 PDT FreeBSD src repository Modified files: sys/sys user.h Log: Define KINFO_PROC_SIZE for arm. Revision Changes Path 1.56 +1 -1 src/sys/sys/user.h From owner-cvs-src@FreeBSD.ORG Fri May 7 09:28:31 2004 Return-Path: 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 21E2216A4CE; Fri, 7 May 2004 09:28:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF61D43D2F; Fri, 7 May 2004 09:28:30 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47GSUGe077513; Fri, 7 May 2004 09:28:30 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47GSUpN077512; Fri, 7 May 2004 09:28:30 -0700 (PDT) (envelope-from rik) Message-Id: <200405071628.i47GSUpN077512@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 7 May 2004 09:28:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 16:28:31 -0000 rik 2004/05/07 09:28:30 PDT FreeBSD src repository Added files: share/man/man4/man4.i386 cp.4 Log: Add manual page for Cronyx Tau-PCI adapters. It is PCI family, but we never test it on other than i386 arch. Revision Changes Path 1.1 +93 -0 src/share/man/man4/man4.i386/cp.4 (new) From owner-cvs-src@FreeBSD.ORG Fri May 7 10:46:54 2004 Return-Path: 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 9DA2216A4CE; Fri, 7 May 2004 10:46:54 -0700 (PDT) Received: from VARK.homeunix.com (adsl-68-124-137-57.dsl.pltn13.pacbell.net [68.124.137.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DCD43D39; Fri, 7 May 2004 10:46:54 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i47HkmAd001921; Fri, 7 May 2004 10:46:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.10/8.12.10/Submit) id i47Hkm9G001920; Fri, 7 May 2004 10:46:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 7 May 2004 10:46:48 -0700 From: David Schultz To: Marcel Moolenaar Message-ID: <20040507174648.GA1886@VARK.homeunix.com> Mail-Followup-To: Marcel Moolenaar , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200405070535.i475ZV77021514@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405070535.i475ZV77021514@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ia64/ia64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 17:46:54 -0000 On Thu, May 06, 2004, Marcel Moolenaar wrote: > marcel 2004/05/06 22:35:31 PDT > > FreeBSD src repository > > Modified files: > sys/ia64/ia64 trap.c > Log: > Revert previous commit. We should not get any FP traps from within > the kernel. We can guarantee this by resetting the FP status register. > This masks all FP traps. The reason we did get FP traps was that we > didn't reset the FP status register in all cases. Excellent, thanks! From owner-cvs-src@FreeBSD.ORG Thu May 6 08:50:34 2004 Return-Path: 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 570F516A4CE for ; Thu, 6 May 2004 08:50:34 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F9A843D46 for ; Thu, 6 May 2004 08:50:33 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 41901 invoked by uid 1000); 6 May 2004 15:50:33 -0000 Date: Thu, 6 May 2004 08:50:33 -0700 (PDT) From: Nate Lawson To: Mike Silbersack In-Reply-To: <20040506035840.G811@odysseus.silby.com> Message-ID: <20040506084132.L41848@root.org> References: <200405052004.i45K4EnF029671@repoman.freebsd.org> <20040505171634.N37631@root.org> <20040506025051.V630@odysseus.silby.com> <20040506034307.M811@odysseus.silby.com> <20040506035840.G811@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Fri, 07 May 2004 10:48:05 -0700 cc: acpi@freebsd.org Subject: Re: power savings and usb X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 06 May 2004 15:50:34 -0000 [moved to acpi@] On Thu, 6 May 2004, Mike Silbersack wrote: > On Thu, 6 May 2004, Mike Silbersack wrote: > > > Good deal, it works as avertised. I even learned a bit of shell scripting > > in the process of writing a simple speed switching script. :) > > > > Of course, the real question is whether or not it'll actually help battery > > life at all; this is a mobile celeron, I suspect that I won't have much of > > an impact. Ah well. Using the C3 idle state makes my laptop noticeably cooler and the fan doesn't come on in normal usage. > Gah, except that my experiment in clockswitching made the usb stack mad, > so it's constantly priniting "usb0: X scheduling overruns", where X > appears to be a number containing one or two bits of entropy per second. > I will have to go visit ohci.c with a cluebat when I get a chance. > > Er, it stopped when I plugged in the power cord, and starts again when I > unplugged it. Is it possible that ohci.c is reading some USB voltage > value instead of the overrun bit that it thinks it is reading? Nope, we auto-switch cpu idle values (and optionally throttle states) on AC line transition. See /etc/rc.d/power_profile and the options in /etc/defaults/rc.conf: performance_cx_lowest="HIGH" # Online CPU idle state performance_throttle_state="HIGH" # Online throttling state economy_cx_lowest="LOW" # Offline CPU idle state economy_throttle_state="HIGH" # Offline throttling state The default online is to use C1 (or HLT as it's known elsewhere). This is existing behavior. The default offline is to switch to the lowest state available. On my laptop, this is C3. (The default for throttling is to leave it off since it is more disruptive). The problem with C3 is that if you have USB loaded, it is rarely used for idling as USB constantly uses bus mastering in polling for new devices. This is ok since we demote to C2 in this case. You can observe this via sysctl hw.acpi.cpu: hw.acpi.cpu.cx_supported: C1/0 C2/84 C3/120 hw.acpi.cpu.cx_lowest: 1 hw.acpi.cpu.cx_history: 9175/0 173443/9175 0/0 This means I am requesting a lowest sleep of C2 (idx 1 of the options supported). The history values show that I haven't used C3 at all and am using C2 at a rate of about 95%. ohci may have problems with C3. On my uhci, it demotes to C2 without causing problems. You can override this by setting in /etc/rc.conf: economy_cx_lowest="1" -Nate From owner-cvs-src@FreeBSD.ORG Fri May 7 10:55:08 2004 Return-Path: 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 D567B16A4CF; Fri, 7 May 2004 10:55:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B364943D1D; Fri, 7 May 2004 10:55:08 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47Ht8Ge096658; Fri, 7 May 2004 10:55:08 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Ht8ur096657; Fri, 7 May 2004 10:55:08 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405071755.i47Ht8ur096657@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 7 May 2004 10:55:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 17:55:09 -0000 stefanf 2004/05/07 10:55:08 PDT FreeBSD src repository Modified files: lib/msun Makefile Log: Add an MLINK for fabsl(). Approved by: das (mentor) Revision Changes Path 1.38 +1 -1 src/lib/msun/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 7 11:10:13 2004 Return-Path: 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 0541A16A4CE for ; Fri, 7 May 2004 11:10:13 -0700 (PDT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84ABF43D1D for ; Fri, 7 May 2004 11:10:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 10925 invoked from network); 7 May 2004 18:10:09 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 7 May 2004 18:10:09 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i47IA5px078812; Fri, 7 May 2004 14:10:07 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Roman Kurakin Date: Fri, 7 May 2004 10:20:42 -0400 User-Agent: KMail/1.6 References: <200405071106.i47B6PMi094411@repoman.freebsd.org> In-Reply-To: <200405071106.i47B6PMi094411@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405071020.42110.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 18:10:13 -0000 On Friday 07 May 2004 07:06 am, Roman Kurakin wrote: > rik 2004/05/07 04:06:25 PDT > > FreeBSD src repository > > Modified files: > sys/dev/cx if_cx.c > Log: > Delete unused cx_slow_ih. > > Pointed by: jhb Actually, bde noticed it and pointed it out to me. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri May 7 11:54:04 2004 Return-Path: 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 52B0316A4CE; Fri, 7 May 2004 11:54:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB5243D1D; Fri, 7 May 2004 11:54:04 -0700 (PDT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47Is4Ge009953; Fri, 7 May 2004 11:54:04 -0700 (PDT) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Is3RY009952; Fri, 7 May 2004 11:54:03 -0700 (PDT) (envelope-from brueffer) Message-Id: <200405071854.i47Is3RY009952@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 7 May 2004 11:54:03 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 ahc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 18:54:04 -0000 brueffer 2004/05/07 11:54:03 PDT FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 ahc.4 Log: MFC: 1.33 Fix spelling Submitted by: Michel Lavondès Revision Changes Path 1.22.2.9 +1 -1 src/share/man/man4/ahc.4 From owner-cvs-src@FreeBSD.ORG Fri May 7 11:56:32 2004 Return-Path: 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 39F2416A4CE; Fri, 7 May 2004 11:56:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DB443D39; Fri, 7 May 2004 11:56:32 -0700 (PDT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47IuVGe010117; Fri, 7 May 2004 11:56:31 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47IuVf4010116; Fri, 7 May 2004 11:56:31 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405071856.i47IuVf4010116@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 7 May 2004 11:56:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun Makefile src/lib/msun/man ieee.3 src/lib/msun/src math.h s_copysignl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 18:56:32 -0000 stefanf 2004/05/07 11:56:31 PDT FreeBSD src repository Modified files: lib/msun Makefile lib/msun/man ieee.3 lib/msun/src math.h Added files: lib/msun/src s_copysignl.c Log: Add an implementation of copysignl(), a long double version of copysign(). Approved by: das (mentor) Revision Changes Path 1.39 +3 -2 src/lib/msun/Makefile 1.13 +10 -2 src/lib/msun/man/ieee.3 1.32 +2 -0 src/lib/msun/src/math.h 1.1 +42 -0 src/lib/msun/src/s_copysignl.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 7 12:15:56 2004 Return-Path: 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 C10DE16A4CE; Fri, 7 May 2004 12:15:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C1543D2F; Fri, 7 May 2004 12:15:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47JFuGe015244; Fri, 7 May 2004 12:15:56 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47JFusL015243; Fri, 7 May 2004 12:15:56 -0700 (PDT) (envelope-from jhb) Message-Id: <200405071915.i47JFusL015243@repoman.freebsd.org> From: John Baldwin Date: Fri, 7 May 2004 12:15:56 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c install.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 19:15:56 -0000 jhb 2004/05/07 12:15:56 PDT FreeBSD src repository Modified files: usr.sbin/sysinstall config.c install.c Log: Minor fixes for ia64 installs: - Don't look for partitions inside a FreeBSD chunk on ia64 when mounting the filesystems just before the chroot and install. - Write entries out to /etc/fstab for filesystems that aren't inside a FreeBSD chunk, but are a top-level chunk under the disk. Revision Changes Path 1.222 +2 -1 src/usr.sbin/sysinstall/config.c 1.353 +6 -0 src/usr.sbin/sysinstall/install.c From owner-cvs-src@FreeBSD.ORG Fri May 7 12:44:40 2004 Return-Path: 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 DF91F16A4CE; Fri, 7 May 2004 12:44:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD91043D5A; Fri, 7 May 2004 12:44:40 -0700 (PDT) (envelope-from cjc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i47JieGe021331; Fri, 7 May 2004 12:44:40 -0700 (PDT) (envelope-from cjc@repoman.freebsd.org) Received: (from cjc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i47Jiehn021330; Fri, 7 May 2004 12:44:40 -0700 (PDT) (envelope-from cjc) Message-Id: <200405071944.i47Jiehn021330@repoman.freebsd.org> From: "Crist J. Clark" Date: Fri, 7 May 2004 12:44:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ctags ctags.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 19:44:41 -0000 cjc 2004/05/07 12:44:40 PDT FreeBSD src repository Modified files: usr.bin/ctags ctags.c Log: It was pointed out[0] that ctags(1) uses some potentially dangerous system(3) calls where user-supplied data is used with no sanity checking. Since ctags(1) is not setuid and is not likely to be used in a privileged situation, this is not a big deal. However, the fix is relatively easy and less ugly than the current code, let's be safe. (I'm sure there are about 2^134 other system(3) calls like this out there.) [0] On freebsd-security by Roman Bogorodskiy with subject "ctags(1) command execution vulnerability." MFC after: 3 days Revision Changes Path 1.19 +45 -16 src/usr.bin/ctags/ctags.c From owner-cvs-src@FreeBSD.ORG Fri May 7 13:14:43 2004 Return-Path: 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 4CDDD16A53D; Fri, 7 May 2004 13:14:42 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E523D43D2D; Fri, 7 May 2004 13:14:41 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i47KEf1I023875; Fri, 7 May 2004 13:14:41 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i47KEfT8031746; Fri, 7 May 2004 13:14:41 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i47KEfg5031745; Fri, 7 May 2004 13:14:41 -0700 (PDT) (envelope-from marcel) Date: Fri, 7 May 2004 13:14:41 -0700 From: Marcel Moolenaar To: John Baldwin Message-ID: <20040507201441.GB31711@dhcp01.pn.xcllnt.net> References: <200405071915.i47JFusL015243@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405071915.i47JFusL015243@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c install.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 07 May 2004 20:14:43 -0000 On Fri, May 07, 2004 at 12:15:56PM -0700, John Baldwin wrote: > jhb 2004/05/07 12:15:56 PDT > > FreeBSD src repository > > Modified files: > usr.sbin/sysinstall config.c install.c > Log: > Minor fixes for ia64 installs: > - Don't look for partitions inside a FreeBSD chunk on ia64 when mounting > the filesystems just before the chroot and install. > - Write entries out to /etc/fstab for filesystems that aren't inside a > FreeBSD chunk, but are a top-level chunk under the disk. Thanks. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Fri May 7 19:24:21 2004 Return-Path: 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 D10C416A4CE; Fri, 7 May 2004 19:24:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F2643D1F; Fri, 7 May 2004 19:24:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i482OLGe021745; Fri, 7 May 2004 19:24:21 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i482OLbC021744; Fri, 7 May 2004 19:24:21 -0700 (PDT) (envelope-from rwatson) Message-Id: <200405080224.i482OLbC021744@repoman.freebsd.org> From: Robert Watson Date: Fri, 7 May 2004 19:24:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 02:24:22 -0000 rwatson 2004/05/07 19:24:21 PDT FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Unconditionally lock Giant in do_sendfile(), rather than locking it conditional on debug.mpsafenet. We can try pushing down Giant here later, but we don't want to enter VFS without holding Giant. Bumped into by: kris Revision Changes Path 1.183 +2 -2 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri May 7 20:41:41 2004 Return-Path: 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 C6B6D16A4CE; Fri, 7 May 2004 20:41:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01DF43D31; Fri, 7 May 2004 20:41:41 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i483ffGe038079; Fri, 7 May 2004 20:41:41 -0700 (PDT) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i483ff8d038069; Fri, 7 May 2004 20:41:41 -0700 (PDT) (envelope-from sanpei) Message-Id: <200405080341.i483ff8d038069@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 7 May 2004 20:41:40 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 03:41:41 -0000 sanpei 2004/05/07 20:41:40 PDT FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Add support CS4294 PR: kern/66280 Submitted by: Christian Brueffer Revision Changes Path 1.51 +1 -0 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Fri May 7 21:02:35 2004 Return-Path: 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 BB53F16A4CE; Fri, 7 May 2004 21:02:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 922B543D4C; Fri, 7 May 2004 21:02:35 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4842ZGe048686; Fri, 7 May 2004 21:02:35 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4842YgG048676; Fri, 7 May 2004 21:02:34 -0700 (PDT) (envelope-from njl) Message-Id: <200405080402.i4842YgG048676@repoman.freebsd.org> From: Nate Lawson Date: Fri, 7 May 2004 21:02:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 04:02:35 -0000 njl 2004/05/07 21:02:34 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC quirk from rev 1.168: Neuros Digital Audio USB player Revision Changes Path 1.42.2.50 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Fri May 7 23:04:07 2004 Return-Path: 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 75DA616A4CE; Fri, 7 May 2004 23:04:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD2443D1D; Fri, 7 May 2004 23:04:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48647Ge076599; Fri, 7 May 2004 23:04:07 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48646JZ076598; Fri, 7 May 2004 23:04:07 -0700 (PDT) (envelope-from imp) Message-Id: <200405080604.i48646JZ076598@repoman.freebsd.org> From: Warner Losh Date: Fri, 7 May 2004 23:04:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/an if_an_pccard.c src/sys/dev/awi if_awi_pccard.c src/sys/dev/ed if_ed_pccard.c src/sys/dev/sn if_sn_pccard.c src/sys/dev/snc if_snc_pccard.c src/sys/dev/wi if_wi_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 06:04:07 -0000 imp 2004/05/07 23:04:06 PDT FreeBSD src repository Modified files: sys/dev/an if_an_pccard.c sys/dev/awi if_awi_pccard.c sys/dev/ed if_ed_pccard.c sys/dev/sn if_sn_pccard.c sys/dev/snc if_snc_pccard.c sys/dev/wi if_wi_pccard.c Log: It turns out that the module dependency on pccard is in error. Since there's not dependencies on pccard symboles, such a dependency is not necessary. This means that drivers that have multiple attachments can not drag bogus devices into the kernel at load time. We can't (yet) do this with pci and isa. Drivers written for them actually do seem to have symbols that depend on these busses' implementation code. ndis not touched until other things can be tested. Revision Changes Path 1.24 +0 -1 src/sys/dev/an/if_an_pccard.c 1.17 +0 -1 src/sys/dev/awi/if_awi_pccard.c 1.56 +0 -1 src/sys/dev/ed/if_ed_pccard.c 1.21 +0 -1 src/sys/dev/sn/if_sn_pccard.c 1.5 +0 -1 src/sys/dev/snc/if_snc_pccard.c 1.44 +0 -1 src/sys/dev/wi/if_wi_pccard.c From owner-cvs-src@FreeBSD.ORG Fri May 7 23:06:14 2004 Return-Path: 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 F2F0F16A4CF; Fri, 7 May 2004 23:06:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD64443D54; Fri, 7 May 2004 23:06:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4866DGe076808; Fri, 7 May 2004 23:06:13 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4866Dlx076803; Fri, 7 May 2004 23:06:13 -0700 (PDT) (envelope-from imp) Message-Id: <200405080606.i4866Dlx076803@repoman.freebsd.org> From: Warner Losh Date: Fri, 7 May 2004 23:06:13 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cs if_cs_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 06:06:14 -0000 imp 2004/05/07 23:06:13 PDT FreeBSD src repository Modified files: sys/dev/cs if_cs_pccard.c Log: We don't need the dependency on the pccard module here. Revision Changes Path 1.9 +0 -1 src/sys/dev/cs/if_cs_pccard.c From owner-cvs-src@FreeBSD.ORG Fri May 7 23:46:41 2004 Return-Path: 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 9CCBC16A4CE; Fri, 7 May 2004 23:46:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F4443D54; Fri, 7 May 2004 23:46:41 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i486kfGe085527; Fri, 7 May 2004 23:46:41 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i486kfCx085526; Fri, 7 May 2004 23:46:41 -0700 (PDT) (envelope-from alc) Message-Id: <200405080646.i486kfCx085526@repoman.freebsd.org> From: Alan Cox Date: Fri, 7 May 2004 23:46:41 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 06:46:41 -0000 alc 2004/05/07 23:46:41 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Avoid pointless zeroing of the bogus page in vfs_bio_clrbuf(). Suggested by: tegge@ (from October of last year) Revision Changes Path 1.434 +8 -6 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sat May 8 00:32:33 2004 Return-Path: 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 A78A016A4CE; Sat, 8 May 2004 00:32:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F88643D58; Sat, 8 May 2004 00:32:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i487WXGe096428; Sat, 8 May 2004 00:32:33 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i487WXaG096427; Sat, 8 May 2004 00:32:33 -0700 (PDT) (envelope-from kris) Message-Id: <200405080732.i487WXaG096427@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 8 May 2004 00:32:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 07:32:33 -0000 kris 2004/05/08 00:32:33 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) etc/mtree BSD.x11-4.dist Log: MFC: (Belatedly) catch up to XFree86 4.3.0 layout Revision Changes Path 1.13.2.9 +28 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-src@FreeBSD.ORG Sat May 8 01:56:06 2004 Return-Path: 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 6F5BD16A4CE; Sat, 8 May 2004 01:56:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5690343D2D; Sat, 8 May 2004 01:56:06 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i488u6Ge019661; Sat, 8 May 2004 01:56:06 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i488u6DU019660; Sat, 8 May 2004 01:56:06 -0700 (PDT) (envelope-from julian) Message-Id: <200405080856.i488u6DU019660@repoman.freebsd.org> From: Julian Elischer Date: Sat, 8 May 2004 01:56:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 08:56:06 -0000 julian 2004/05/08 01:56:05 PDT FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Fix rtprio() to do sensible things when called from threaded processes. It's not quite correct from a posix Point Of view, but it is a lot better than what was there before. This will be revisited later when we decide what form our priority extensions will take. Posix doesn't specify how a system scope thread can change its priority so you need to add non-standard extensions to be able to do it.. For now make this slightly non standard to allow it to be done. Submitted by: Dan Eischen originally, changed by myself. Revision Changes Path 1.137 +45 -4 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Sat May 8 06:05:59 2004 Return-Path: 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 2370716A4CE; Sat, 8 May 2004 06:05:59 -0700 (PDT) Received: from audiogram.mail.pas.earthlink.net (audiogram.mail.pas.earthlink.net [207.217.120.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422D43D39; Sat, 8 May 2004 06:05:58 -0700 (PDT) (envelope-from richardcoleman@mindspring.com) Received: from c-24-99-11-212.atl.client2.attbi.com ([24.99.11.212] helo=mindspring.com) by audiogram.mail.pas.earthlink.net with asmtp (Exim 3.36 #4) id 1BMRWg-0007D0-00; Sat, 08 May 2004 06:05:58 -0700 Message-ID: <409CDB42.3080300@mindspring.com> Date: Sat, 08 May 2004 09:06:10 -0400 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Reed References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> In-Reply-To: <20040507072031.GA48708@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 1ee258965991efcb0865379cdb43356e5e89bb4777695beb702e37df12b9c9efcd5cec8614d2f4168fcce125ca1cc0da350badd9bab72f9c350badd9bab72f9c cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 13:05:59 -0000 Darren Reed wrote: >>> net.inet.ip.process_options=0 Ignore IP options and pass packets >>> unmodified. net.inet.ip.process_options=1 Process all IP options >>> (default). net.inet.ip.process_options=2 Reject all packets with >>> IP options with ICMP filter prohibited message. >>> >>> This sysctl affects packets destined for the local host as well >>> as those only transiting through the host (routing). >>> >>> IP options do not have any legitimate purpose anymore and are >>> only used to circumvent firewalls or to exploit certain >>> behaviours or bugs in TCP/IP stacks. >> >> Yay! Shall we have the default be `2 Reject all packets with IP >> options...' ? I think so. > > It is disturbing to think that with 3 firewall solutions in the > kernel, basic features they provide, such as this, still get > implemented as code. > > Darren I think it depends on what is the default for this sysctl. The problem is that FreeBSD cannot turn on the standard firewalls by default. But it is possible that this sysctl could be in the secure position (== 2) out of the box and not be disruptive to most users. But, if the decision is to turn this off by default (== 1) then I would (somewhat) agree with you. I know that someone (maybe phk) had mentioned that this sysctl short circuits the firewall code and is much faster. But that probably doesn't mean much since these packets are so rare. Richard Coleman richardcoleman@mindspring.com From owner-cvs-src@FreeBSD.ORG Sat May 8 06:53:49 2004 Return-Path: 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 62D0B16A4CF; Sat, 8 May 2004 06:53:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEC543D1F; Sat, 8 May 2004 06:53:48 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48DrmGe090898; Sat, 8 May 2004 06:53:48 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48DrlDe090897; Sat, 8 May 2004 06:53:47 -0700 (PDT) (envelope-from marius) Message-Id: <200405081353.i48DrlDe090897@repoman.freebsd.org> From: Marius Strobl Date: Sat, 8 May 2004 06:53:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.sparc64 options.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/ebus ebus.c src/sys/sparc64/include ofw_bus.h src/sys/sparc64/isa isa.c... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 13:53:49 -0000 marius 2004/05/08 06:53:47 PDT FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 sys/sparc64/conf GENERIC NOTES sys/sparc64/ebus ebus.c sys/sparc64/include ofw_bus.h sys/sparc64/isa isa.c ofw_isa.c ofw_isa.h sys/sparc64/pci apb.c ofw_pci.c ofw_pci.h ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h psycho.c psychovar.h sys/sparc64/sparc64 ofw_bus.c ofw_machdep.c Log: - Remove the old sparc64 OFW PCI code (as opposed to the former "options OFW_NEWPCI"). This is a bit overdue, the new sparc64 OFW PCI code which is meant to replace the old one is in place for 10 months and enabled by default in GENERIC for 8 months. FreeBSD 5.2 and 5.2.1 also shipped with the new code enabled by default. - Some minor clean-up, e.g. remove functions that encapsulated the #ifdefs for OFW_NEWPCI, remove unused resp. no longer required includes, etc. Approved by: tmm, no objections on freebsd-sparc64 Revision Changes Path 1.53 +3 -3 src/sys/conf/files.sparc64 1.10 +0 -1 src/sys/conf/options.sparc64 1.72 +0 -8 src/sys/sparc64/conf/GENERIC 1.6 +0 -8 src/sys/sparc64/conf/NOTES 1.15 +3 -29 src/sys/sparc64/ebus/ebus.c 1.6 +0 -11 src/sys/sparc64/include/ofw_bus.h 1.12 +9 -34 src/sys/sparc64/isa/isa.c 1.8 +0 -5 src/sys/sparc64/isa/ofw_isa.c 1.4 +0 -16 src/sys/sparc64/isa/ofw_isa.h 1.8 +3 -53 src/sys/sparc64/pci/apb.c 1.14 +3 -319 src/sys/sparc64/pci/ofw_pci.c 1.7 +0 -40 src/sys/sparc64/pci/ofw_pci.h 1.4 +2 -24 src/sys/sparc64/pci/ofw_pci_if.m 1.3 +0 -1 src/sys/sparc64/pci/ofw_pcib.c 1.3 +1 -1 src/sys/sparc64/pci/ofw_pcib_subr.c 1.2 +0 -2 src/sys/sparc64/pci/ofw_pcib_subr.h 1.47 +0 -153 src/sys/sparc64/pci/psycho.c 1.11 +0 -2 src/sys/sparc64/pci/psychovar.h 1.10 +1 -170 src/sys/sparc64/sparc64/ofw_bus.c 1.9 +0 -6 src/sys/sparc64/sparc64/ofw_machdep.c From owner-cvs-src@FreeBSD.ORG Sat May 8 07:38:09 2004 Return-Path: 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 3263116A4CE; Sat, 8 May 2004 07:38:09 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9533A43D54; Sat, 8 May 2004 07:38:08 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i48Ec7Oa012996; Sat, 8 May 2004 10:38:07 -0400 (EDT) Date: Sat, 8 May 2004 10:38:07 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Julian Elischer In-Reply-To: <200405080856.i488u6DU019660@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 14:38:09 -0000 On Sat, 8 May 2004, Julian Elischer wrote: > julian 2004/05/08 01:56:05 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_resource.c > Log: > Fix rtprio() to do sensible things when called from threaded processes. > It's not quite correct from a posix Point Of view, but it is a lot better > than what was there before. This will be revisited later > when we decide what form our priority extensions will take. Posix doesn't > specify how a system scope thread can change its priority so you need to > add non-standard extensions to be able to do it.. > For now make this slightly non standard to allow it to be done. rtprio() isn't in the standard, so you can make it have any behavior you want. It's only nice() and sched_setparam() that operate on the process as a whole. -- Dan Eischen From owner-cvs-src@FreeBSD.ORG Sat May 8 08:08:03 2004 Return-Path: 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 CE9C716A4CF for ; Sat, 8 May 2004 08:08:03 -0700 (PDT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FC243D60 for ; Sat, 8 May 2004 08:08:01 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: (qmail 3139 invoked by uid 89); 8 May 2004 15:02:15 -0000 Received: from unknown (HELO rdsnet.ro) (62.231.74.131) by 0 with SMTP; 8 May 2004 15:02:15 -0000 Received: (qmail 16163 invoked from network); 8 May 2004 15:08:00 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 8 May 2004 15:08:00 -0000 Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by buh.cameradicommercio.ro (Postfix) with ESMTP id E9322612F; Sat, 8 May 2004 18:07:56 +0300 (EEST) Received: from localhost (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 1D7D62E9; Sat, 8 May 2004 18:11:35 +0300 (EEST) Received: from it.buh.cameradicommercio.ro ([127.0.0.1])port 10024) with ESMTP id 38448-07; Sat, 8 May 2004 18:11:34 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.cameradicommercio.ro [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with SMTP id A4CBD2E7; Sat, 8 May 2004 18:11:34 +0300 (EEST) Date: Sat, 8 May 2004 18:11:34 +0300 From: Ion-Mihai Tetcu To: Julian Elischer Message-Id: <20040508181134.4b124ad3@it.buh.cameradicommercio.ro> In-Reply-To: <200405080856.i488u6DU019660@repoman.freebsd.org> References: <200405080856.i488u6DU019660@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 15:08:03 -0000 On Sat, 8 May 2004 01:56:05 -0700 (PDT) Julian Elischer wrote: > julian 2004/05/08 01:56:05 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_resource.c > Log: > Fix rtprio() to do sensible things when called from threaded processes. > It's not quite correct from a posix Point Of view, but it is a lot better > than what was there before. This will be revisited later > when we decide what form our priority extensions will take. Posix doesn't > specify how a system scope thread can change its priority so you need to > add non-standard extensions to be able to do it.. > For now make this slightly non standard to allow it to be done. Since you working on this, could you please take a look at: http://docs.FreeBSD.org/cgi/mid.cgi?20040303131655.24317.qmail -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-src@FreeBSD.ORG Sat May 8 08:09:02 2004 Return-Path: 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 D1D9F16A4CE; Sat, 8 May 2004 08:09:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F88943D49; Sat, 8 May 2004 08:09:02 -0700 (PDT) (envelope-from peadar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48F92Ge007545; Sat, 8 May 2004 08:09:02 -0700 (PDT) (envelope-from peadar@repoman.freebsd.org) Received: (from peadar@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48F92Ha007544; Sat, 8 May 2004 08:09:02 -0700 (PDT) (envelope-from peadar) Message-Id: <200405081509.i48F92Ha007544@repoman.freebsd.org> From: Peter Edwards Date: Sat, 8 May 2004 08:09:02 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include fts.h src/lib/libc/gen fts.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 15:09:03 -0000 peadar 2004/05/08 08:09:02 PDT FreeBSD src repository Modified files: include fts.h lib/libc/gen fts.c Log: The FTS_NOSTAT option is an optimisation that reduces the number of stat(2) calls by keeping an eye of the number of links a directory has. It assumes that each subdirectory will have a hard link to its parent, to represent the ".." node, and stops calling stat(2) when all links are accounted for in a given directory. This assumption is really only valid for UNIX-like filesystems: A concrete example is NTFS. The NTFS "i-node" does contain a link count, but most/all directories have a link count between 0 and 2 inclusive. The end result is that find on an NTFS volume won't actually traverse the entire hierarchy of the directories passed to it. (Those with a link count of two are not traversed at all) The fix checks the "UFSness" of the filesystem before enabling the optimisation. Reviewed By: Tim Kientzle (kientzle@) Revision Changes Path 1.8 +3 -0 src/include/fts.h 1.24 +75 -3 src/lib/libc/gen/fts.c From owner-cvs-src@FreeBSD.ORG Sat May 8 08:25:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2B07116A4CF; Sat, 8 May 2004 08:25:31 -0700 (PDT) Date: Sat, 8 May 2004 08:25:31 -0700 From: Darren Reed To: Sam Leffler Message-ID: <20040508152531.GA96827@hub.freebsd.org> References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> <200405070755.36055.sam@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405070755.36055.sam@errno.com> User-Agent: Mutt/1.4.1i cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 15:25:31 -0000 On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > Employing a packet filter is not equivalent as it requires every packet to be > processed while this (effectively 7-line change) adds no new overhead to the > normal processing path for packets. It would be nice if packet filtering > were cheap enough that we could use it in this way but I don't think that's > the case just yet. Using that argument, is that clearance to put all of the normalization from pf into the various parts of the networking code (not every type of normalisation needs to be done on every packet but it is all useful), with sysctls to turn it on or off, and maybe we'll add the ability to log packets at various points because we don't want the overhead of BPF (it has to process every packet too) and that's just for starters. I'm sure I can think of some more, in time. How about you? If there were a core@ for freebsd that was active, this is the kind of thing I'd be writing to them about, asking for it to be backed out. Darren From owner-cvs-src@FreeBSD.ORG Sat May 8 08:52:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2FB3316A4CF; Sat, 8 May 2004 08:52:49 -0700 (PDT) Date: Sat, 8 May 2004 08:52:49 -0700 From: Darren Reed To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040508155249.GB96827@hub.freebsd.org> References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> <200405070755.36055.sam@errno.com> <20040508152531.GA96827@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040508152531.GA96827@hub.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 15:52:49 -0000 Unfortunately I don't subscribe to freebsd-net so this email is caught up in some moderator's file, somewhere, I imagine, but since it was meant to be public, and Andre hasn't responded, I'll include those comments here...the rationale being given, is performance. Being able to have a kernel that doesn't need to do "expensive processing". Being able to not do processing on packets that might tickle bugs. Being able to filter them out without "expensive" processing. i.e. This is aimed at allowing people to hide from bugs - security & performance related. Is that what FreeBSD is about, these days ? The rationale for this code is split over two emails: http://lists.freebsd.org/pipermail/freebsd-net/2004-May/003887.html http://lists.freebsd.org/pipermail/freebsd-net/2004-May/003912.html And, btw, at least to my knowledge, IP options do have a use on live networks today. If they were so useless then people wouldn't have designed them back into IPv6 as extension headers, would they ? My apologies if my language has been rash on this, but this change really rubs me the wrong way. Some of that may be because of ipfilter but some of it most definately is not. Darren Subject: Re: Default behaviour of IP Options processing To: andre@freebsd.org Date: Fri, 7 May 2004 18:34:50 +1000 (Australia/ACT) Cc: freebsd-net@freebsd.org I think this is getting absurd/stupid. What do we have 3 firewalls for in FreeBSD if people are going to add knobs like this that just duplicate that behaviour ? Is there something lacking in all of those firewalls that make this necessary ? Are they all too hard to use ? Do they all impact performance so badly that people want hacks in IP in preference ? Who lets packets through their firewall with IP options, anyway ? Or is this for defence against the "evil insider" ? If the only people who are likely to use them are the security concious, ie the type of people who will use firewall rules, anyway, then this further suggests that it is just bloat and unwarranted bloat. Personally, if I want to block IP options, I won't be using these sysctl's - ever. By the time you add enough usability to them in order to make them do the equivalent of any of the firewalls, you will have added more complexity and code than is worth it. If all you're doing is trying to streamline ip_input(), then IMHO it fits into the category of "gross hack" - and there are probably other ways to better achieve this than what's being done here. Write a whole new ip_input_options() or something, just to deal with it (and start duplicating code). Same with the issue of packet copies due to the size of the packet with options. Is a matching set of ioctls going to be added for IPv6 ? Oh what, you hadn't heard of extension headers for IPv6 ? Start reading... Then again, if the rationale for having these sysctl's is because we don't trust those code paths then: a) why don't we audit or do walk throughs or code inspections to fix this; b) why don't we add sysctl's to disable all code paths that we have similar doubts about elsewhere in the kernel. Doing (b) is just stupid but if there are real concerns then there is a lot more to gain by doing (a) than adding these sysctl's as a defence mechanism. Doing (a) leads to real security. What this patch provides, does not. Darren From owner-cvs-src@FreeBSD.ORG Sat May 8 09:52:10 2004 Return-Path: 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 8569C16A4CE; Sat, 8 May 2004 09:52:10 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3871D43D39; Sat, 8 May 2004 09:52:10 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i48GqAJ4027260; Sat, 8 May 2004 09:52:10 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) i48Gq9uU003283; Sat, 8 May 2004 09:52:09 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i48Gq93d003282; Sat, 8 May 2004 09:52:09 -0700 (PDT) (envelope-from marcel) Date: Sat, 8 May 2004 09:52:09 -0700 From: Marcel Moolenaar To: Marius Strobl Message-ID: <20040508165209.GB3217@dhcp01.pn.xcllnt.net> References: <200405081353.i48DrlDe090897@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405081353.i48DrlDe090897@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.sparc64 options.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/ebus ebus.c src/sys/sparc64/include ofw_bus.h src/sys/sparc64/isa isa.c ofw_isa.c ofw_isa.h src/sys/sparc64/pci apb.c ofw_pci.c ofw_pci.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 16:52:10 -0000 On Sat, May 08, 2004 at 06:53:47AM -0700, Marius Strobl wrote: > Modified files: > sys/conf files.sparc64 options.sparc64 > sys/sparc64/conf GENERIC NOTES > sys/sparc64/ebus ebus.c > sys/sparc64/include ofw_bus.h > sys/sparc64/isa isa.c ofw_isa.c ofw_isa.h > sys/sparc64/pci apb.c ofw_pci.c ofw_pci.h ofw_pci_if.m > ofw_pcib.c ofw_pcib_subr.c > ofw_pcib_subr.h psycho.c psychovar.h > sys/sparc64/sparc64 ofw_bus.c ofw_machdep.c > Log: > - Remove the old sparc64 OFW PCI code (as opposed to the former > "options OFW_NEWPCI"). Sweet! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sat May 8 10:15:01 2004 Return-Path: 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 C24A716A4CE; Sat, 8 May 2004 10:15:01 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8339D43D39; Sat, 8 May 2004 10:15:01 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i48HExgd099372; Sat, 8 May 2004 10:14:59 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i48HExG6099371; Sat, 8 May 2004 10:14:59 -0700 (PDT) (envelope-from rizzo) Date: Sat, 8 May 2004 10:14:59 -0700 From: Luigi Rizzo To: Darren Reed Message-ID: <20040508101459.A98855@xorpc.icir.org> References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> <200405070755.36055.sam@errno.com> <20040508152531.GA96827@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040508152531.GA96827@hub.freebsd.org>; from darrenr@hub.freebsd.org on Sat, May 08, 2004 at 08:25:31AM -0700 cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Sam Leffler Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 17:15:01 -0000 On the principle, I tend to agree with Darren here... it is not nice to replicate functionality in multiple places by using specialized code instead of relying on (and possibly optimizing) the generic one. It makes a lot harder to clean up the replication later, and i believe Andre knows that quite well given the cleanup work he has done in the past in the network stack. I don't think it is worth making a bit fuss about this particular change, but certainly, as a general principle, we should try as much as possible to use the generic mechanisms when available -- especialliy given that performance killers are elsewhere (locking etc.). cheers luigi On Sat, May 08, 2004 at 08:25:31AM -0700, Darren Reed wrote: > On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > > > Employing a packet filter is not equivalent as it requires every packet to be > > processed while this (effectively 7-line change) adds no new overhead to the > > normal processing path for packets. It would be nice if packet filtering > > were cheap enough that we could use it in this way but I don't think that's > > the case just yet. > > Using that argument, is that clearance to put all of the normalization > from pf into the various parts of the networking code (not every type of > normalisation needs to be done on every packet but it is all useful), with > sysctls to turn it on or off, and maybe we'll add the ability to log packets > at various points because we don't want the overhead of BPF (it has to > process every packet too) and that's just for starters. I'm sure I can > think of some more, in time. How about you? > > If there were a core@ for freebsd that was active, this is the kind of > thing I'd be writing to them about, asking for it to be backed out. > > Darren From owner-cvs-src@FreeBSD.ORG Sat May 8 11:04:41 2004 Return-Path: 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 3205D16A4CE; Sat, 8 May 2004 11:04:41 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 579DD43D4C; Sat, 8 May 2004 11:04:40 -0700 (PDT) (envelope-from max@love2party.net) Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BMWBh-0008DK-00; Sat, 08 May 2004 20:04:37 +0200 Received: from [217.83.7.6] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BMWBg-0003JS-00; Sat, 08 May 2004 20:04:37 +0200 From: Max Laier To: Luigi Rizzo Date: Sat, 8 May 2004 20:04:40 +0200 User-Agent: KMail/1.6.1 References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040508152531.GA96827@hub.freebsd.org> <20040508101459.A98855@xorpc.icir.org> In-Reply-To: <20040508101459.A98855@xorpc.icir.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_/ESnAl5T+IQ53bj"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405082004.47121.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: Darren Reed cc: cvs-all@FreeBSD.org cc: Sam Leffler Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 18:04:41 -0000 --Boundary-02=_/ESnAl5T+IQ53bj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I see that there is a different scope of "the generic way" (=3D=3D firewall= ) and=20 the special stuff (=3D=3D sysctl et. al.) in that the sysctl tuneable check= s are=20 more or less blindly killing *everything* while a packet filter allows for= =20 fine-grained rules. I think both has application and I think both should be= =20 available, BUT it should also be possible to get rid of the "kill-all"=20 overhead (even though I might be neglectable for any given change, the=20 agregated overhead is still an issue). So my vote is to have a kernel option, let's call it "NOFIREWALL" (or=20 NO_FIREWALL if that is the fav. color of the bikeshed at the moment) and wr= ap=20 **all** those duplicate bits with #ifdef's. GENERIC would ship with this=20 option turned on, but everybody that wants to build a **router** or box tha= t=20 needs fine-grained packet filtering can get rid of the disturbing code with= =20 one switch. Also it is easy to kill it all at once if we decide that we hav= e=20 default firewall code that is fast and easy enough. Another sidenote on this: I'd like to have the default install to be as RFC= =20 compliant as possible ... additional security levels should be set consciou= s=20 via sysctl or rc.conf. Also I find the naming/numbering of this particular sysctl a bit "not so=20 intuitive" as it should be called "options_process" (as the options-part is= =20 the more significant) and a higher value should mean a higher "security"=20 level. But that are just my 2=A2 as I am on it and is not to be considered = as=20 bylaw bashing. On Saturday 08 May 2004 19:14, Luigi Rizzo wrote: > On the principle, I tend to agree with Darren here... > it is not nice to replicate functionality in multiple places > by using specialized code instead of relying on (and > possibly optimizing) the generic one. It makes a lot harder > to clean up the replication later, and i believe Andre knows > that quite well given the cleanup work he has done in the past > in the network stack. > > I don't think it is worth making a bit fuss about this particular > change, but certainly, as a general principle, we should try as > much as possible to use the generic mechanisms when available -- > especialliy given that performance killers are elsewhere (locking > etc.). > > cheers > luigi > > On Sat, May 08, 2004 at 08:25:31AM -0700, Darren Reed wrote: > > On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > > Employing a packet filter is not equivalent as it requires every pack= et > > > to be processed while this (effectively 7-line change) adds no new > > > overhead to the normal processing path for packets. It would be nice > > > if packet filtering were cheap enough that we could use it in this way > > > but I don't think that's the case just yet. > > > > Using that argument, is that clearance to put all of the normalization > > from pf into the various parts of the networking code (not every type of > > normalisation needs to be done on every packet but it is all useful), > > with sysctls to turn it on or off, and maybe we'll add the ability to l= og > > packets at various points because we don't want the overhead of BPF (it > > has to process every packet too) and that's just for starters. I'm sure > > I can think of some more, in time. How about you? > > > > If there were a core@ for freebsd that was active, this is the kind of > > thing I'd be writing to them about, asking for it to be backed out. > > > > Darren =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_/ESnAl5T+IQ53bj Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAnSE/XyyEoT62BG0RAmgYAJsERWKuZp5TKjfWlcAo7vo9ww7rdQCfaOdh 7lFuSkNs+sSFKB9w55DjByY= =Gwu7 -----END PGP SIGNATURE----- --Boundary-02=_/ESnAl5T+IQ53bj-- From owner-cvs-src@FreeBSD.ORG Sat May 8 11:15:59 2004 Return-Path: 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 0794B16A4CE; Sat, 8 May 2004 11:15:59 -0700 (PDT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845BA43D53; Sat, 8 May 2004 11:15:57 -0700 (PDT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id B7DE2ACAFB; Sat, 8 May 2004 20:15:54 +0200 (CEST) Date: Sat, 8 May 2004 20:15:54 +0200 From: Pawel Jakub Dawidek To: Darren Reed Message-ID: <20040508181554.GG24376@darkness.comp.waw.pl> References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040506185854.GB1777@madman.celabo.org> <20040507072031.GA48708@hub.freebsd.org> <200405070755.36055.sam@errno.com> <20040508152531.GA96827@hub.freebsd.org> <20040508155249.GB96827@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MIh0bEfVBykExQEj" Content-Disposition: inline In-Reply-To: <20040508155249.GB96827@hub.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 18:15:59 -0000 --MIh0bEfVBykExQEj Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 08, 2004 at 08:52:49AM -0700, Darren Reed wrote: +> Then again, if the rationale for having these sysctl's is because +> we don't trust those code paths then: +> a) why don't we audit or do walk throughs or code inspections +> to fix this; +> b) why don't we add sysctl's to disable all code paths that we +> have similar doubts about elsewhere in the kernel. +>=20 +> Doing (b) is just stupid but if there are real concerns then there +> is a lot more to gain by doing (a) than adding these sysctl's as a +> defence mechanism. It isn't stupid and we do it in this way if functionality _could be_ insecure and it is only used by _a few_ (if anyone). Check: - vfs.usermount, - net.inet.ip.sourceroute (!!), - security.jail.socket_unixiproute_only, - security.jail.sysvipc_allowed, - security.jail.getfsstate_getfsstatroot_only, - security.bsd.unprivileged_get_quota. Probably much more and more that I'll be happier if I see them turned on by default: - security.bsd.unprivileged_read_msgbuf, - security.bsd.hardlink_check_uid, - security.bsd.hardlink_check_gid. +> [...] Doing (a) leads to real security. What this +> patch provides, does not. No, you are wrong. It leads to better security, that's all. How many times OpenSSH was auditted? The best thing you can do is to block all not needed functionality, for me, even capabilities aren't the answer, that's why I coded CerbNG, that's why I like systrace. And this change I like, because I don't have to load whole firewall only for this (I agree here with Sam) and this code isn't complex - it is worth it. Just like in life:) You have to balance things all the time, here: introduced complexity and risk with introduced benefits and security (how much complexity it removes if it becomes the default?). It has my vote. --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --MIh0bEfVBykExQEj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAnSPaForvXbEpPzQRAmgCAKCvtiUn26gCjw7YenXoso01aW1rqQCg2D/z 0wMB7YatsLCLonChUTsPZMs= =GXIw -----END PGP SIGNATURE----- --MIh0bEfVBykExQEj-- From owner-cvs-src@FreeBSD.ORG Sat May 8 11:26:52 2004 Return-Path: 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 0A0C216A4CE; Sat, 8 May 2004 11:26:52 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5409F43D1F; Sat, 8 May 2004 11:26:51 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i48IQoWR011391 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 8 May 2004 11:26:50 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Darren Reed Date: Sat, 8 May 2004 11:25:43 -0700 User-Agent: KMail/1.6.1 References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <200405070755.36055.sam@errno.com> <20040508152531.GA96827@hub.freebsd.org> In-Reply-To: <20040508152531.GA96827@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405081125.43395.sam@errno.com> cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 18:26:52 -0000 On Saturday 08 May 2004 08:25 am, Darren Reed wrote: > On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > Employing a packet filter is not equivalent as it requires every packet > > to be processed while this (effectively 7-line change) adds no new > > overhead to the normal processing path for packets. It would be nice if > > packet filtering were cheap enough that we could use it in this way but I > > don't think that's the case just yet. > > Using that argument, is that clearance to put all of the normalization > from pf into the various parts of the networking code (not every type of > normalisation needs to be done on every packet but it is all useful), with > sysctls to turn it on or off, and maybe we'll add the ability to log > packets at various points because we don't want the overhead of BPF (it has > to process every packet too) and that's just for starters. I'm sure I can > think of some more, in time. How about you? I'm sensitive to the argument about duplicating functionality but I'll repeat again I consider this change worthwhile. To require each and every system configure a packet filter to get equivalent functionality is overkill IMO and is the reason I agreed with the change. If this were useful only for machines doing packet forwarding then I'd agree that it's duplicate functionality and better handled by a packet filter that would already be present in the system. However I expected it would be used by many/most endpoint systems that weren't necessarily using a packet filter. Further, if you can argue the default setting will rarely be changed then I'd agree that it's not worth keeping, but I felt otherwise--that folks would want to change the default setting to something else. > > If there were a core@ for freebsd that was active, this is the kind of > thing I'd be writing to them about, asking for it to be backed out. Technical disputes of this sort are supposed to be passed to the TRB. I personally don't see the change as important enough to argue about--I haven't heard Andre weigh in, but I figured he'd just back it out. Sam From owner-cvs-src@FreeBSD.ORG Sat May 8 13:42:47 2004 Return-Path: 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 6F5C916A4CE; Sat, 8 May 2004 13:42:47 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFC743D3F; Sat, 8 May 2004 13:42:46 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i48KgTgM045995; Sat, 8 May 2004 16:42:29 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i48KgSHh045992; Sat, 8 May 2004 16:42:29 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 8 May 2004 16:42:28 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Darren Reed In-Reply-To: <20040508152531.GA96827@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Sam Leffler Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 20:42:47 -0000 On Sat, 8 May 2004, Darren Reed wrote: > On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > > > Employing a packet filter is not equivalent as it requires every packet to be > > processed while this (effectively 7-line change) adds no new overhead to the > > normal processing path for packets. It would be nice if packet filtering > > were cheap enough that we could use it in this way but I don't think that's > > the case just yet. > > Using that argument, is that clearance to put all of the normalization > from pf into the various parts of the networking code (not every type of > normalisation needs to be done on every packet but it is all useful), > with sysctls to turn it on or off, and maybe we'll add the ability to > log packets at various points because we don't want the overhead of BPF > (it has to process every packet too) and that's just for starters. I'm > sure I can think of some more, in time. How about you? > > If there were a core@ for freebsd that was active, this is the kind of > thing I'd be writing to them about, asking for it to be backed out. Actually, my impression is that Andre didn't make this change for the reason you may think he did. This isn't about ignoring insecure options, and adding yet more tunables to disable classes on insecure or possibly insecure processing, it's about allowing the administrative disabling of exceptional case "slow path" forwarding as found in most high speed routers. These routers frequently simply ignore options in fast path processing, and also frequently don't have a slow path. Using general purpose packet filtering is precisely what he doesn't want to do in order to have optimized fast path forwarding. Instead, he wants to be able to configure the system to not perform certain sorts of processing that are typically not required in that environment. That's very different from the goal of packet filtering and rewriting for security purposes. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sat May 8 14:45:45 2004 Return-Path: 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 72B1916A4CE; Sat, 8 May 2004 14:45:45 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4253843D39; Sat, 8 May 2004 14:45:45 -0700 (PDT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i48LjiWR011978 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 8 May 2004 14:45:44 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Darren Reed Date: Sat, 8 May 2004 14:44:36 -0700 User-Agent: KMail/1.6.1 References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040508152531.GA96827@hub.freebsd.org> <200405081125.43395.sam@errno.com> In-Reply-To: <200405081125.43395.sam@errno.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405081444.36584.sam@errno.com> cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 21:45:45 -0000 On Saturday 08 May 2004 11:25 am, Sam Leffler wrote: > Technical disputes of this sort are supposed to be passed to the TRB. I > personally don't see the change as important enough to argue about--I > haven't heard Andre weigh in, but I figured he'd just back it out. I didn't finish the sentence and realize it contradicts what I said earlier. I meant to say "I figured he'd just back it out if that was the consensus." Sam From owner-cvs-src@FreeBSD.ORG Sat May 8 16:26:12 2004 Return-Path: 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 2EDE116A4CE; Sat, 8 May 2004 16:26:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F093D43D48; Sat, 8 May 2004 16:26:11 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48NQBGe026971; Sat, 8 May 2004 16:26:11 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48NQBXb026970; Sat, 8 May 2004 16:26:11 -0700 (PDT) (envelope-from alc) Message-Id: <200405082326.i48NQBXb026970@repoman.freebsd.org> From: Alan Cox Date: Sat, 8 May 2004 16:26:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 23:26:12 -0000 alc 2004/05/08 16:26:11 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns a zeroed page when passed VM_ALLOC_ZERO. Thus, we can eliminate the check against PG_ZERO from pmap_pinit(). Revision Changes Path 1.131 +0 -2 src/sys/sparc64/sparc64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat May 8 16:45:32 2004 Return-Path: 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 B137D16A4CE; Sat, 8 May 2004 16:45:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 730D443D72; Sat, 8 May 2004 16:45:32 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48NjVGe031218; Sat, 8 May 2004 16:45:31 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48NjVBv031217; Sat, 8 May 2004 16:45:31 -0700 (PDT) (envelope-from bmah) Message-Id: <200405082345.i48NjVBv031217@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 8 May 2004 16:45:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 23:45:32 -0000 bmah 2004/05/08 16:45:31 PDT FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right package sets. PR: 66251 Submitted by: eik Revision Changes Path 1.57 +3 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat May 8 16:54:27 2004 Return-Path: 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 2ECD816A4CE; Sat, 8 May 2004 16:54:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DB743D60; Sat, 8 May 2004 16:54:26 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48NsQGe039154; Sat, 8 May 2004 16:54:26 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48NsQFQ039153; Sat, 8 May 2004 16:54:26 -0700 (PDT) (envelope-from bmah) Message-Id: <200405082354.i48NsQFQ039153@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 8 May 2004 16:54:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 23:54:27 -0000 bmah 2004/05/08 16:54:26 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c Log: MFC: Add 4.10 entries so that pkg_add -r fetches from the right package sets. Partial merge of: src/usr.sbin/pkg_install/add/main.c 1.56->1.57 PR: 66251 Submitted by: eik Revision Changes Path 1.29.2.22 +1 -0 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat May 8 16:59:16 2004 Return-Path: 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 C9D6016A4CE; Sat, 8 May 2004 16:59:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F8E43D60; Sat, 8 May 2004 16:59:16 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48NxGGe039398; Sat, 8 May 2004 16:59:16 -0700 (PDT) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48NxGmD039397; Sat, 8 May 2004 16:59:16 -0700 (PDT) (envelope-from bmah) Message-Id: <200405082359.i48NxGmD039397@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 8 May 2004 16:59:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 08 May 2004 23:59:16 -0000 bmah 2004/05/08 16:59:16 PDT FreeBSD src repository Modified files: (Branch: RELENG_4_10) usr.sbin/pkg_install/add main.c Log: MFRELENG_4: Add 4.10 entry so that pkg_add -r fetches from the right package set. main.c 1.29.2.21->1.29.2.22 PR: 66251 Submitted by: eik Approved by: re Revision Changes Path 1.29.2.21.2.1 +1 -0 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Sat May 8 18:00:16 2004 Return-Path: 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 72A3516A4CE; Sat, 8 May 2004 18:00:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49AC943D3F; Sat, 8 May 2004 18:00:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4910GGe052543; Sat, 8 May 2004 18:00:16 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4910FtF052542; Sat, 8 May 2004 18:00:15 -0700 (PDT) (envelope-from alc) Message-Id: <200405090100.i4910FtF052542@repoman.freebsd.org> From: Alan Cox Date: Sat, 8 May 2004 18:00:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 01:00:16 -0000 alc 2004/05/08 18:00:15 PDT FreeBSD src repository Modified files: sys/vm vm_page.c Log: Cache queue pages are not mapped. Thus, the pmap_remove_all() by vm_page_alloc() is unnecessary. Revision Changes Path 1.282 +0 -1 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Sat May 8 18:53:31 2004 Return-Path: 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 D3CD716A4CE; Sat, 8 May 2004 18:53:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A827C43D39; Sat, 8 May 2004 18:53:31 -0700 (PDT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i491rVGe065305; Sat, 8 May 2004 18:53:31 -0700 (PDT) (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i491rVYT065304; Sat, 8 May 2004 18:53:31 -0700 (PDT) (envelope-from csjp) Message-Id: <200405090153.i491rVYT065304@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 8 May 2004 18:53:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 01:53:32 -0000 csjp 2004/05/08 18:53:31 PDT FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Remove redundant sanity check before add_mac() when adding mac ipfw rules. The exact same sanity check is performed as the first operation of add_mac(), so there is no sense in doing it twice. Approved by: bmilekic (mentor) PR: bin/55981 Revision Changes Path 1.48 +0 -2 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sat May 8 20:06:26 2004 Return-Path: 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 72E1216A4CE; Sat, 8 May 2004 20:06:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29BFA43D41; Sat, 8 May 2004 20:06:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4936PGe081307; Sat, 8 May 2004 20:06:26 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4936P2J081306; Sat, 8 May 2004 20:06:25 -0700 (PDT) (envelope-from marcel) Message-Id: <200405090306.i4936P2J081306@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 May 2004 20:06:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LIBUWX Subject: cvs commit: src/sys/contrib/ia64/libuwx - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 03:06:26 -0000 marcel 2004/05/08 20:06:25 PDT FreeBSD src repository src/sys/contrib/ia64/libuwx - Imported sources Update of /home/ncvs/src/sys/contrib/ia64/libuwx In directory repoman.freebsd.org:/tmp/cvs-serv78396 Log Message: Update to BETA 7. Besides C++ support, which is irrelevant to us, this version mostly has bugs fixes. Status: Vendor Tag: LIBUWX Release Tags: BETA7 N src/sys/contrib/ia64/libuwx/src.diff U src/sys/contrib/ia64/libuwx/src/Makefile U src/sys/contrib/ia64/libuwx/src/uwx.h U src/sys/contrib/ia64/libuwx/src/uwx_bstream.h U src/sys/contrib/ia64/libuwx/src/uwx_context.h U src/sys/contrib/ia64/libuwx/src/uwx_env.h U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.h U src/sys/contrib/ia64/libuwx/src/uwx_self.h U src/sys/contrib/ia64/libuwx/src/uwx_step.h U src/sys/contrib/ia64/libuwx/src/uwx_str.h U src/sys/contrib/ia64/libuwx/src/uwx_swap.h U src/sys/contrib/ia64/libuwx/src/uwx_trace.h U src/sys/contrib/ia64/libuwx/src/uwx_ttrace.h U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.h U src/sys/contrib/ia64/libuwx/src/uwx_utable.h U src/sys/contrib/ia64/libuwx/src/uwx_bstream.c U src/sys/contrib/ia64/libuwx/src/uwx_context.c U src/sys/contrib/ia64/libuwx/src/uwx_env.c U src/sys/contrib/ia64/libuwx/src/uwx_scoreboard.c N src/sys/contrib/ia64/libuwx/src/uwx_self-new.c U src/sys/contrib/ia64/libuwx/src/uwx_self.c U src/sys/contrib/ia64/libuwx/src/uwx_step.c U src/sys/contrib/ia64/libuwx/src/uwx_str.c U src/sys/contrib/ia64/libuwx/src/uwx_swap.c U src/sys/contrib/ia64/libuwx/src/uwx_trace.c U src/sys/contrib/ia64/libuwx/src/uwx_ttrace.c U src/sys/contrib/ia64/libuwx/src/uwx_uinfo.c U src/sys/contrib/ia64/libuwx/src/uwx_utable.c U src/sys/contrib/ia64/libuwx/src/uwx_self_context.s U src/sys/contrib/ia64/libuwx/test/Makefile U src/sys/contrib/ia64/libuwx/test/dump_context.c U src/sys/contrib/ia64/libuwx/test/dumpmyself.c U src/sys/contrib/ia64/libuwx/test/primeregs.s No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sat May 8 22:09:24 2004 Return-Path: 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 346B016A4CE; Sat, 8 May 2004 22:09:24 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CFB43D1D; Sat, 8 May 2004 22:09:21 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040509050920013002g1jee>; Sun, 9 May 2004 05:09:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA15260; Sat, 8 May 2004 22:09:19 -0700 (PDT) Date: Sat, 8 May 2004 22:09:18 -0700 (PDT) From: Julian Elischer To: Daniel Eischen In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 05:09:24 -0000 yes, but the posix priority stuff all affects the entire process so we are diverging from that. On Sat, 8 May 2004, Daniel Eischen wrote: > On Sat, 8 May 2004, Julian Elischer wrote: > > > julian 2004/05/08 01:56:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_resource.c > > Log: > > Fix rtprio() to do sensible things when called from threaded processes. > > It's not quite correct from a posix Point Of view, but it is a lot better > > than what was there before. This will be revisited later > > when we decide what form our priority extensions will take. Posix doesn't > > specify how a system scope thread can change its priority so you need to > > add non-standard extensions to be able to do it.. > > For now make this slightly non standard to allow it to be done. > > rtprio() isn't in the standard, so you can make it have > any behavior you want. It's only nice() and sched_setparam() > that operate on the process as a whole. > > -- > Dan Eischen > > From owner-cvs-src@FreeBSD.ORG Sat May 8 22:13:21 2004 Return-Path: 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 1388916A4CF; Sat, 8 May 2004 22:13:21 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987643D48; Sat, 8 May 2004 22:13:20 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040509051319013002knvqe>; Sun, 9 May 2004 05:13:20 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA15326; Sat, 8 May 2004 22:13:19 -0700 (PDT) Date: Sat, 8 May 2004 22:13:18 -0700 (PDT) From: Julian Elischer To: Ion-Mihai Tetcu In-Reply-To: <20040508181134.4b124ad3@it.buh.cameradicommercio.ro> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 05:13:21 -0000 On Sat, 8 May 2004, Ion-Mihai Tetcu wrote: > On Sat, 8 May 2004 01:56:05 -0700 (PDT) > Julian Elischer wrote: > > > julian 2004/05/08 01:56:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_resource.c > > Log: > > Fix rtprio() to do sensible things when called from threaded processes. > > It's not quite correct from a posix Point Of view, but it is a lot better > > than what was there before. This will be revisited later > > when we decide what form our priority extensions will take. Posix doesn't > > specify how a system scope thread can change its priority so you need to > > add non-standard extensions to be able to do it.. > > For now make this slightly non standard to allow it to be done. > > Since you working on this, could you please take a look at: > http://docs.FreeBSD.org/cgi/mid.cgi?20040303131655.24317.qmail Not immediatly.. that seems to be a ULE issue, and I have no fingers in the ULE pie at this time. I will look at it agian however just to make sure that it is.... > > > -- > IOnut > Unregistered ;) FreeBSD "user" > > From owner-cvs-src@FreeBSD.ORG Sat May 8 22:16:24 2004 Return-Path: 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 69E2F16A4CE; Sat, 8 May 2004 22:16:24 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C689643D5C; Sat, 8 May 2004 22:16:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <2004050905162201400jjvkee>; Sun, 9 May 2004 05:16:23 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA15395; Sat, 8 May 2004 22:16:22 -0700 (PDT) Date: Sat, 8 May 2004 22:16:21 -0700 (PDT) From: Julian Elischer To: Luigi Rizzo In-Reply-To: <20040508101459.A98855@xorpc.icir.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: Darren Reed cc: cvs-all@FreeBSD.org cc: Sam Leffler Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 05:16:24 -0000 On Sat, 8 May 2004, Luigi Rizzo wrote: > On the principle, I tend to agree with Darren here... > it is not nice to replicate functionality in multiple places > by using specialized code instead of relying on (and > possibly optimizing) the generic one. It makes a lot harder > to clean up the replication later, and i believe Andre knows > that quite well given the cleanup work he has done in the past > in the network stack. > While I agree in general that a firewall can do option 2, it can not do "ignore options". So I'm not sure it's an exact duplication of functionality. > I don't think it is worth making a bit fuss about this particular > change, but certainly, as a general principle, we should try as > much as possible to use the generic mechanisms when available -- > especialliy given that performance killers are elsewhere (locking > etc.). > > cheers > luigi > > On Sat, May 08, 2004 at 08:25:31AM -0700, Darren Reed wrote: > > On Fri, May 07, 2004 at 07:55:36AM -0700, Sam Leffler wrote: > > > > > > Employing a packet filter is not equivalent as it requires every packet to be > > > processed while this (effectively 7-line change) adds no new overhead to the > > > normal processing path for packets. It would be nice if packet filtering > > > were cheap enough that we could use it in this way but I don't think that's > > > the case just yet. > > > > Using that argument, is that clearance to put all of the normalization > > from pf into the various parts of the networking code (not every type of > > normalisation needs to be done on every packet but it is all useful), with > > sysctls to turn it on or off, and maybe we'll add the ability to log packets > > at various points because we don't want the overhead of BPF (it has to > > process every packet too) and that's just for starters. I'm sure I can > > think of some more, in time. How about you? > > > > If there were a core@ for freebsd that was active, this is the kind of > > thing I'd be writing to them about, asking for it to be backed out. > > > > Darren > From owner-cvs-src@FreeBSD.ORG Sat May 8 22:50:49 2004 Return-Path: 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 19B9416A4CE; Sat, 8 May 2004 22:50:49 -0700 (PDT) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5BB43D41; Sat, 8 May 2004 22:50:46 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (24-161-166-146.san.rr.com [24.161.166.146]) by smtp-relay.omnis.com (Postfix) with ESMTP id 72C79881CF6; Sat, 8 May 2004 22:50:45 -0700 (PDT) From: Wes Peters Organization: Softweyr.COM To: Sam Leffler Date: Sat, 8 May 2004 22:50:45 -0700 User-Agent: KMail/1.6.1 References: <200405061846.i46Ik3Jc060969@repoman.freebsd.org> <20040508152531.GA96827@hub.freebsd.org> <200405081125.43395.sam@errno.com> In-Reply-To: <200405081125.43395.sam@errno.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405082250.45249.wes@softweyr.com> cc: src-committers@FreeBSD.org cc: Andre Oppermann cc: "Jacques A. Vidrine" cc: cvs-src@FreeBSD.org cc: Darren Reed cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fastfwd.c ip_input.c ip_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 05:50:49 -0000 On Saturday 08 May 2004 11:25, Sam Leffler wrote: > On Saturday 08 May 2004 08:25 am, Darren Reed wrote: > > > If there were a core@ for freebsd that was active, this is the kind of > > thing I'd be writing to them about, asking for it to be backed out. > > Technical disputes of this sort are supposed to be passed to the TRB. I > personally don't see the change as important enough to argue about--I > haven't heard Andre weigh in, but I figured he'd just back it out. There is a core@ for freebsd, it is active, and it is watching this conversation. So far the summary seems to be "experts disagree." I understand and agree with Darren's concerns about duplicating code, but I think Sam's position here is the correct way for FreeBSD to proceed. Eliding options processing is desirable for a wide range of endpoint systems, including those I work on at ${DAYJOB}. I will point out that the Internet is a changing environment in ways the RFCs have not kept up with. Many TCP/IP implementations, including ours, are (no longer) in accordance with all of the relevant RFCs, including the Host Requirements, Router Requirements, and the basic TCP and IP specifications. This is at least partly because many of the RFCs are quite old and nobody has bothered to update them with implementation details that have proven to be inadequately specified or just wrong. So long as this feature is optional, regardless of the default setting, and not used as an excuse to fail to maintain the options processing in working state, I *still* have no objection to it. I welcome further review by the TRB or by the FreeBSD-net contributors. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-cvs-src@FreeBSD.ORG Sat May 8 22:57:59 2004 Return-Path: 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 131D816A4CE; Sat, 8 May 2004 22:57:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89D943D2F; Sat, 8 May 2004 22:57:58 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i495vwGe023505; Sat, 8 May 2004 22:57:58 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i495vwou023504; Sat, 8 May 2004 22:57:58 -0700 (PDT) (envelope-from sam) Message-Id: <200405090557.i495vwou023504@repoman.freebsd.org> From: Sam Leffler Date: Sat, 8 May 2004 22:57:58 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_mbuf2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 09 May 2004 05:57:59 -0000 sam 2004/05/08 22:57:58 PDT FreeBSD src repository Modified files: sys/kern uipc_mbuf2.c Log: set m_len to reflect mbuf contents on return from m_dup1; fixes an obscure m_pullup case that contributed to breaking ipcomp in tunnel mode for kame Submitted by: itojun Obtained from: kame Revision Changes Path 1.24 +1 -0 src/sys/kern/uipc_mbuf2.c