From owner-cvs-src@FreeBSD.ORG Sun Jul 8 08:26:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3416016A41F; Sun, 8 Jul 2007 08:26:11 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 21CCB13C44C; Sun, 8 Jul 2007 08:26:11 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l688QBN8051655; Sun, 8 Jul 2007 08:26:11 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l688QAGJ051652; Sun, 8 Jul 2007 08:26:10 GMT (envelope-from netchild) Message-Id: <200707080826.l688QAGJ051652@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 08:26:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c linux32_sysvec.c src/sys/compat/linprocfs linprocfs.c src/sys/compat/linux linux_file.c linux_getcwd.c linux_misc.c linux_socket.c linux_uid16.c src/sys/i386/linux imgact_linux.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 08:26:11 -0000 netchild 2007-07-08 08:26:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux.h linux32_machdep.c linux32_sysvec.c sys/compat/linprocfs linprocfs.c sys/compat/linux linux_file.c linux_getcwd.c linux_misc.c linux_socket.c linux_uid16.c sys/i386/linux imgact_linux.c linux.h linux_machdep.c linux_sysvec.c Log: MFC (1 of X): - easy linuxulator style(9) fixes (easy = hand removal of non-style code change sections in a full diff) Tested by: scf (i386), Arno J. Klaassen (amd64) Revision Changes Path 1.1.8.1 +61 -53 src/sys/amd64/linux32/linux.h 1.10.2.1 +4 -5 src/sys/amd64/linux32/linux32_machdep.c 1.7.2.7 +2 -0 src/sys/amd64/linux32/linux32_sysvec.c 1.89.2.6 +6 -4 src/sys/compat/linprocfs/linprocfs.c 1.91.2.2 +1 -0 src/sys/compat/linux/linux_file.c 1.19.2.2 +1 -1 src/sys/compat/linux/linux_getcwd.c 1.170.2.3 +9 -8 src/sys/compat/linux/linux_misc.c 1.59.2.2 +4 -0 src/sys/compat/linux/linux_socket.c 1.16.2.1 +3 -4 src/sys/compat/linux/linux_uid16.c 1.54.2.1 +1 -1 src/sys/i386/linux/imgact_linux.c 1.64.2.1 +61 -58 src/sys/i386/linux/linux.h 1.48.2.4 +2 -2 src/sys/i386/linux/linux_machdep.c 1.137.2.3 +5 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 08:41:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 175AD16A400; Sun, 8 Jul 2007 08:41:10 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0266113C487; Sun, 8 Jul 2007 08:41:10 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l688f9HD052704; Sun, 8 Jul 2007 08:41:09 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l688f95u052703; Sun, 8 Jul 2007 08:41:09 GMT (envelope-from netchild) Message-Id: <200707080841.l688f95u052703@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 08:41:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_getcwd.c linux_misc.c linux_signal.c linux_signal.h src/sys/i386/linux linux.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 08:41:10 -0000 netchild 2007-07-08 08:41:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux.h sys/compat/linux linux_getcwd.c linux_misc.c linux_signal.c linux_signal.h sys/i386/linux linux.h Log: MFC (2 of X): - some linuxulator style(9) fixes - add datatypes and definitions in preparation of further commits - use one (l_sigval) of the new datatypes on amd64 and get rid of a now unused include (this may or may not fix some signal handling issues on amd64) [1] - convert some unconditional debug handling into the common linuxulator way - use some more appropriate format string types in some debug printf's - convert signal validation into a macro Except for [1] on amd64 there is no visible change to a normal user. Tested by: scf (i386), Arno J. Klaassen (amd64) Revision Changes Path 1.1.8.2 +43 -8 src/sys/amd64/linux32/linux.h 1.19.2.3 +2 -2 src/sys/compat/linux/linux_getcwd.c 1.170.2.4 +8 -8 src/sys/compat/linux/linux_misc.c 1.51.2.1 +1 -1 src/sys/compat/linux/linux_signal.c 1.6.14.1 +2 -0 src/sys/compat/linux/linux_signal.h 1.64.2.2 +33 -1 src/sys/i386/linux/linux.h From owner-cvs-src@FreeBSD.ORG Sun Jul 8 08:44:48 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC70A16A41F; Sun, 8 Jul 2007 08:44:48 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DCE0D13C45E; Sun, 8 Jul 2007 08:44:48 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l688imjv053008; Sun, 8 Jul 2007 08:44:48 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l688imRu053007; Sun, 8 Jul 2007 08:44:48 GMT (envelope-from netchild) Message-Id: <200707080844.l688imRu053007@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 08:44:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_descrip.c src/sys/sys syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 08:44:49 -0000 netchild 2007-07-08 08:44:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_descrip.c sys/sys syscallsubr.h Log: MFC (3 of X): - In preparation of further linuxulator fixes MFC kern_descrip.c rev 1.296 and syscallsubr.h rev 1.41 by jhb: Add a kern_close() so that the ABIs can close a file descriptor w/o having to populate a close_args struct and change some of the places that do. Tested by: scf (i386, as part of a mega-MFC-patch), Arno J. Klaassen (amd64) Revision Changes Path 1.279.2.15 +10 -2 src/sys/kern/kern_descrip.c 1.31.2.4 +1 -0 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Sun Jul 8 09:04:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89D0916A41F; Sun, 8 Jul 2007 09:04:44 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7713E13C48A; Sun, 8 Jul 2007 09:04:44 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6894iXB064063; Sun, 8 Jul 2007 09:04:44 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6894inE064062; Sun, 8 Jul 2007 09:04:44 GMT (envelope-from netchild) Message-Id: <200707080904.l6894inE064062@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 09:04:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_file.c linux_misc.c linux_socket.c linux_stats.c src/sys/i386/linux linux_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 09:04:44 -0000 netchild 2007-07-08 09:04:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux32_sysvec.c sys/compat/linux linux_file.c linux_misc.c linux_socket.c linux_stats.c sys/i386/linux linux_sysvec.c Log: MFC (4 of X): - don't limit number of syscalls to 255 - handle more socket options - bug-/compatibility-fixes to linux * file related (includes fixes which prevent creation of strange files which can only be removed with a fsck) * make ping work * ... - add devfs to the file system type handling/translation Compile tested by: scf (i386, as part of a mega-MFC-patch) Tested by: Arno J. Klaassen (amd64) Revision Changes Path 1.7.2.8 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.91.2.3 +36 -14 src/sys/compat/linux/linux_file.c 1.170.2.5 +31 -2 src/sys/compat/linux/linux_misc.c 1.59.2.3 +29 -0 src/sys/compat/linux/linux_socket.c 1.72.2.4 +18 -13 src/sys/compat/linux/linux_stats.c 1.137.2.4 +2 -2 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 11:47:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC4B516A46C; Sun, 8 Jul 2007 11:47:53 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C459213C43E; Sun, 8 Jul 2007 11:47:53 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68BlrJf079902; Sun, 8 Jul 2007 11:47:53 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68Blr4o079901; Sun, 8 Jul 2007 11:47:53 GMT (envelope-from simokawa) Message-Id: <200707081147.l68Blr4o079901@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 8 Jul 2007 11:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 11:47:54 -0000 simokawa 2007-07-08 11:47:52 UTC FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: Fix a bug of retrieving configuration ROM. - Handle directories and leaves other than unit directories and text leaves correctly. - Now we can retrieve CROM of iSight correctly. Approved by: re (hrs) Tested by: flz MFC after: 3 days Revision Changes Path 1.98 +2 -2 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 12:20:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A551216A41F; Sun, 8 Jul 2007 12:20:36 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 93B5713C4BE; Sun, 8 Jul 2007 12:20:36 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68CKafX083752; Sun, 8 Jul 2007 12:20:36 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68CKaG7083751; Sun, 8 Jul 2007 12:20:36 GMT (envelope-from netchild) Message-Id: <200707081220.l68CKaG7083751@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 12:20:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c linux32_sysvec.c syscalls.master src/sys/compat/linprocfs linprocfs.c src/sys/compat/linux linux_misc.c src/sys/i386/linux linux.h linux_machdep.c linux_sysvec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 12:20:36 -0000 netchild 2007-07-08 12:20:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux.h linux32_machdep.c linux32_sysvec.c syscalls.master sys/compat/linprocfs linprocfs.c sys/compat/linux linux_misc.c sys/i386/linux linux.h linux_machdep.c linux_sysvec.c Log: MFC (5 of X): - linuxulator mmap handling - memleak fixes - extend linux errno mapping - handle address space limits for linux processes - sync linprocfs (/proc/sys/... part) Compile tested by: scf (i386, as part of a mega-MFC-patch) Tested by: Arno J. Klaassen (amd64) Revision Changes Path 1.1.8.3 +11 -2 src/sys/amd64/linux32/linux.h 1.10.2.2 +114 -64 src/sys/amd64/linux32/linux32_machdep.c 1.7.2.9 +2 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.4.2.2 +1 -1 src/sys/amd64/linux32/syscalls.master 1.89.2.7 +167 -7 src/sys/compat/linprocfs/linprocfs.c 1.170.2.6 +1 -1 src/sys/compat/linux/linux_misc.c 1.64.2.3 +11 -2 src/sys/i386/linux/linux.h 1.48.2.5 +65 -57 src/sys/i386/linux/linux_machdep.c 1.137.2.5 +2 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 12:22:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE316A46B; Sun, 8 Jul 2007 12:22:16 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37C6E13C44B; Sun, 8 Jul 2007 12:22:16 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68CMGh7084108; Sun, 8 Jul 2007 12:22:16 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68CMGN9084107; Sun, 8 Jul 2007 12:22:16 GMT (envelope-from netchild) Message-Id: <200707081222.l68CMGN9084107@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 12:22:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/linux syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 12:22:16 -0000 netchild 2007-07-08 12:22:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/linux syscalls.master Log: MFC (5a of X): - linuxulator mmap handling Compile tested by: scf (i386, as part of a mega-MFC-patch) Tested by: Arno J. Klaassen (amd64) Revision Changes Path 1.61.2.2 +1 -1 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Sun Jul 8 12:23:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 232FC16A41F; Sun, 8 Jul 2007 12:23:38 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12E4213C44B; Sun, 8 Jul 2007 12:23:38 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68CNbWF084241; Sun, 8 Jul 2007 12:23:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68CNb2W084240; Sun, 8 Jul 2007 12:23:37 GMT (envelope-from netchild) Message-Id: <200707081223.l68CNb2W084240@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 12:23:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 12:23:38 -0000 netchild 2007-07-08 12:23:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c Log: regen after syscalls.master change Revision Changes Path 1.5.2.2 +5 -1 src/sys/amd64/linux32/linux32_proto.h 1.5.2.2 +2 -1 src/sys/amd64/linux32/linux32_syscall.h 1.5.2.2 +2 -2 src/sys/amd64/linux32/linux32_sysent.c 1.64.2.2 +7 -1 src/sys/i386/linux/linux_proto.h 1.58.2.2 +2 -2 src/sys/i386/linux/linux_syscall.h 1.65.2.2 +2 -2 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 14:01:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D22616A469; Sun, 8 Jul 2007 14:01:12 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD96413C489; Sun, 8 Jul 2007 14:01:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68E1BwP001738; Sun, 8 Jul 2007 14:01:11 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68E1Bm6001737; Sun, 8 Jul 2007 14:01:11 GMT (envelope-from ariff) Message-Id: <200707081401.l68E1Bm6001737@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 8 Jul 2007 14:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 14:01:12 -0000 ariff 2007-07-08 14:01:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm dsp.c Log: MFC: New sysctl: "hw.snd.compat_linux_mmap" to allow PROT_EXEC page mapping, due to recent changes in linux compatibility layer which require it. All linux applications that using sound + mmap() (mostly games) require this to be enabled. Disabled by default. Revision Changes Path 1.80.2.7 +13 -1 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 15:30:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F82016A41F; Sun, 8 Jul 2007 15:30:29 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4F69613C46E; Sun, 8 Jul 2007 15:30:29 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68FUTjp014932; Sun, 8 Jul 2007 15:30:29 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68FUT6U014931; Sun, 8 Jul 2007 15:30:29 GMT (envelope-from rodrigc) Message-Id: <200707081530.l68FUT6U014931@repoman.freebsd.org> From: Craig Rodrigues Date: Sun, 8 Jul 2007 15:30:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c src/sys/modules/msdosfs Makefile src/sys/conf NOTES files options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 15:30:29 -0000 rodrigc 2007-07-08 15:30:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c sys/modules/msdosfs Makefile sys/conf NOTES files options Log: MFC: Convert MSDOSFS_LARGE compile time option to a "-o large" mount option. PR: 105964 Revision Changes Path 1.1325.2.36 +0 -12 src/sys/conf/NOTES 1.1031.2.64 +1 -1 src/sys/conf/files 1.510.2.21 +0 -3 src/sys/conf/options 1.144.2.11 +35 -21 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.160.2.4 +20 -19 src/sys/fs/msdosfs/msdosfs_vnops.c 1.22.2.1 +3 -3 src/sys/modules/msdosfs/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 8 15:56:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C3D216A468; Sun, 8 Jul 2007 15:56:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA9913C459; Sun, 8 Jul 2007 15:56:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68FuCG2017309; Sun, 8 Jul 2007 15:56:12 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68FuC7m017308; Sun, 8 Jul 2007 15:56:12 GMT (envelope-from delphij) Message-Id: <200707081556.l68FuC7m017308@repoman.freebsd.org> From: Xin LI Date: Sun, 8 Jul 2007 15:56:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 15:56:13 -0000 delphij 2007-07-08 15:56:12 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c Log: MFp4: - Plug memory leak. - Respect underlying vnode's properties rather than assuming that the user want root:wheel + 0755. Useful for using tmpfs(5) for /tmp. - Use roundup2 and howmany macros instead of rolling our own version. - Try to fix fsx -W -R foo case. - Instead of blindly zeroing a page, determine whether we need a pagein order to prevent data corruption. - Fix several bugs reported by Coverity. Submitted by: Mingyan Guo , Howard Su, delphij Coverity ID: CID 2550, 2551, 2552, 2557 Approved by: re (tmpfs blanket) Revision Changes Path 1.7 +3 -25 src/sys/fs/tmpfs/tmpfs.h 1.8 +23 -17 src/sys/fs/tmpfs/tmpfs_subr.c 1.5 +43 -22 src/sys/fs/tmpfs/tmpfs_vfsops.c 1.7 +18 -7 src/sys/fs/tmpfs/tmpfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 18:17:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D83E16A421; Sun, 8 Jul 2007 18:17:43 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1130113C459; Sun, 8 Jul 2007 18:17:43 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68IHgnn043947; Sun, 8 Jul 2007 18:17:42 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68IHg5o043946; Sun, 8 Jul 2007 18:17:42 GMT (envelope-from attilio) Message-Id: <200707081817.l68IHg5o043946@repoman.freebsd.org> From: Attilio Rao Date: Sun, 8 Jul 2007 18:17:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 18:17:43 -0000 attilio 2007-07-08 18:17:42 UTC FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c Log: NULL_LDT_BASE is used in !SMP kernels too and set_user_ldt() is not properly called. Address these two issues. Reported by: Tinderbox Tested by: le Approved by: jeff (mentor) Approved by: re Revision Changes Path 1.112 +2 -4 src/sys/i386/i386/sys_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Jul 8 19:42:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D019316A468; Sun, 8 Jul 2007 19:42:52 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AA4D513C480; Sun, 8 Jul 2007 19:42:52 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68Jgqvu051221; Sun, 8 Jul 2007 19:42:52 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68JgqVk051220; Sun, 8 Jul 2007 19:42:52 GMT (envelope-from alc) Message-Id: <200707081942.l68JgqVk051220@repoman.freebsd.org> From: Alan Cox Date: Sun, 8 Jul 2007 19:42:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 19:42:52 -0000 alc 2007-07-08 19:42:52 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Eliminate the special case handling of OBJT_DEVICE objects in vm_fault_additional_pages() that was introduced in revision 1.47. Then as now, it is unnecessary because dev_pager_haspage() returns zero for both the number of pages to read ahead and read behind, producing the same exact behavior by vm_fault_additional_pages() as the special case handling. Approved by: re (rwatson) Revision Changes Path 1.234 +0 -10 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 01:13:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8102A16A400; Mon, 9 Jul 2007 01:13:01 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 59F5513C45B; Mon, 9 Jul 2007 01:13:01 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l691D1aU004774; Mon, 9 Jul 2007 01:13:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l691D1DB004773; Mon, 9 Jul 2007 01:13:01 GMT (envelope-from yongari) Message-Id: <200707090113.l691D1DB004773@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 9 Jul 2007 01:13:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 01:13:01 -0000 yongari 2007-07-09 01:13:01 UTC FreeBSD src repository Modified files: . UPDATING Log: Fix typo. Reported by: Danny Braniss Approved by: re (bmah) Revision Changes Path 1.503 +1 -1 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jul 9 04:58:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 643B216A400; Mon, 9 Jul 2007 04:58:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D86013C43E; Mon, 9 Jul 2007 04:58:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l694wH6m039401; Mon, 9 Jul 2007 04:58:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l694wH2r039400; Mon, 9 Jul 2007 04:58:17 GMT (envelope-from marcel) Message-Id: <200707090458.l694wH2r039400@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 9 Jul 2007 04:58:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/isa isa_dma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 04:58:17 -0000 marcel 2007-07-09 04:58:16 UTC FreeBSD src repository Modified files: sys/ia64/isa isa_dma.c Log: dma_tag is a static structure. Testing for it being a NULL pointer doesn't make sense. Rewrite to what was intended. Correctly warned about by: GCC Approved by: re (bmah) Revision Changes Path 1.10 +1 -1 src/sys/ia64/isa/isa_dma.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 05:47:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C60416A469; Mon, 9 Jul 2007 05:47:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6663613C4AD; Mon, 9 Jul 2007 05:47:33 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l695lX0w044953; Mon, 9 Jul 2007 05:47:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l695lXUf044952; Mon, 9 Jul 2007 05:47:33 GMT (envelope-from imp) Message-Id: <200707090547.l695lXUf044952@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 05:47:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 05:47:33 -0000 imp 2007-07-09 05:47:33 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: More vendors from the merged list. Sort NETGEAR list per convention. Swap QUALCOMM and QUALCOMM2. Add a few vendor products. no md5 changes with this file (except when USBVERBOSE is enabled) Approved by: re@ (blanket) Revision Changes Path 1.320 +71 -10 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Jul 9 06:20:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B65A616A400; Mon, 9 Jul 2007 06:20:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8FC4013C447; Mon, 9 Jul 2007 06:20:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l696K8Xg068638; Mon, 9 Jul 2007 06:20:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l696K8OG068636; Mon, 9 Jul 2007 06:20:08 GMT (envelope-from imp) Message-Id: <200707090620.l696K8OG068636@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 06:20:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:20:08 -0000 imp 2007-07-09 06:20:08 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Further diff reduction against the proposed merged usbdevs: Add a few more vendors, use slightly more standardized names. No md5 chagnes for !USBVERBOSE kernels Approved by: re@ (blanket) Revision Changes Path 1.321 +37 -21 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Jul 9 06:24:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03DA616A421; Mon, 9 Jul 2007 06:24:11 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D150F13C447; Mon, 9 Jul 2007 06:24:10 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l696OAtK069077; Mon, 9 Jul 2007 06:24:10 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l696OAJI069076; Mon, 9 Jul 2007 06:24:10 GMT (envelope-from jmg) Message-Id: <200707090624.l696OAJI069076@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 9 Jul 2007 06:24:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 taskqueue.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 06:24:11 -0000 jmg 2007-07-09 06:24:10 UTC FreeBSD src repository Modified files: share/man/man9 taskqueue.9 Log: document the call to wakeup after a task has been run... Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.21 +6 -0 src/share/man/man9/taskqueue.9 From owner-cvs-src@FreeBSD.ORG Mon Jul 9 09:03:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0501D16A41F; Mon, 9 Jul 2007 09:03:50 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C1CA513C465; Mon, 9 Jul 2007 09:03:49 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6993nnc004192; Mon, 9 Jul 2007 09:03:49 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6993nuF004191; Mon, 9 Jul 2007 09:03:49 GMT (envelope-from dfr) Message-Id: <200707090903.l6993nuF004191@repoman.freebsd.org> From: Doug Rabson Date: Mon, 9 Jul 2007 09:03:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 09:03:50 -0000 dfr 2007-07-09 09:03:49 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c zfs_znode.c Log: Correct a reference-counting mistake in the ZFS code which led to abnormal memory usage and pessimal cache performance. Reviewed by: pjd Approved by: re (rwatson) Revision Changes Path 1.23 +1 -1 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.9 +0 -2 src/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 10:36:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B057E16A400; Mon, 9 Jul 2007 10:36:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A24FC13C4B8; Mon, 9 Jul 2007 10:36:49 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69AamGs018999; Mon, 9 Jul 2007 10:36:48 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Aam3D018998; Mon, 9 Jul 2007 10:36:48 GMT (envelope-from bms) Message-Id: <200707091036.l69Aam3D018998@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 9 Jul 2007 10:36:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_mcast.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 10:36:49 -0000 bms 2007-07-09 10:36:48 UTC FreeBSD src repository Modified files: sys/netinet in_mcast.c Log: Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP). With the in_mcast.c code, if an interface for an IPv4 multicast join was not specified, and a route did not exist for the specified group in the unicast forwarding tables, the join would be rejected with the error EADDRNOTAVAIL. This change restores the old behaviour whereby if no interface is specified, and no route exists for the group destination, the IPv4 address list is walked to find a non-loopback, multicast-capable interface to satisfy the join request. This should resolve problems with starting multicast services during system boot or when a default forwarding entry does not exist. Approved by: re (rwatson) Revision Changes Path 1.2 +26 -11 src/sys/netinet/in_mcast.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 14:26:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9416A400; Mon, 9 Jul 2007 14:26:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6D36013C4B0; Mon, 9 Jul 2007 14:26:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69EQ85l054723; Mon, 9 Jul 2007 14:26:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69EQ8v7054722; Mon, 9 Jul 2007 14:26:08 GMT (envelope-from imp) Message-Id: <200707091426.l69EQ8v7054722@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 14:26:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 14:26:12 -0000 imp 2007-07-09 14:26:08 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Fix duplicates that crept in at the last minute :-(. Noticed by: Ian Freislich Approved by: re@ (blanket) Revision Changes Path 1.322 +1 -2 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Jul 9 15:39:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 479DE16A46C; Mon, 9 Jul 2007 15:39:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2013913C487; Mon, 9 Jul 2007 15:39:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69FdxtL061325; Mon, 9 Jul 2007 15:39:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69FdwhU061324; Mon, 9 Jul 2007 15:39:58 GMT (envelope-from sam) Message-Id: <200707091539.l69FdwhU061324@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 15:39:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:39:59 -0000 sam 2007-07-09 15:39:58 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: updates for 802.11-related parameters Reviewed by: thompsa Approved by: re (hrs) Revision Changes Path 1.141 +198 -10 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Jul 9 15:53:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C405916A46E; Mon, 9 Jul 2007 15:53:58 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF0B13C4B8; Mon, 9 Jul 2007 15:53:58 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69Frw8G063200; Mon, 9 Jul 2007 15:53:58 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Frw2V063199; Mon, 9 Jul 2007 15:53:58 GMT (envelope-from bmah) Message-Id: <200707091553.l69Frw2V063199@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 9 Jul 2007 15:53:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:53:58 -0000 bmah 2007-07-09 15:53:57 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release notes: sed(1) case-insensitive matching, setenv(3) API change. Modified release notes: Clarify architectures for nfe(4) note and mention that it replaces nve(4) in i386/amd64 GENERIC [1]. Suggested by: Michael Plass [1] Approved by: re (implicitly) Revision Changes Path 1.1048 +14 -2 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Mon Jul 9 15:57:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6039F16A41F; Mon, 9 Jul 2007 15:57:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 39CC613C459; Mon, 9 Jul 2007 15:57:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69FvBMl063489; Mon, 9 Jul 2007 15:57:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69FvBPO063488; Mon, 9 Jul 2007 15:57:11 GMT (envelope-from sam) Message-Id: <200707091557.l69FvBPO063488@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 15:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa l2_packet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 15:57:11 -0000 sam 2007-07-09 15:57:11 UTC FreeBSD src repository Modified files: usr.sbin/wpa l2_packet.c Log: fixup mcast handling in bpf program; this enables forthcoming support for 802.1x over wired interfaces Submitted by: Jouke Witteveen Approved by: re (hrs) Revision Changes Path 1.4 +12 -4 src/usr.sbin/wpa/l2_packet.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 16:15:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0619E16A41F; Mon, 9 Jul 2007 16:15:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB2CC13C465; Mon, 9 Jul 2007 16:15:10 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69GFAvA066758; Mon, 9 Jul 2007 16:15:10 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69GFA5h066757; Mon, 9 Jul 2007 16:15:10 GMT (envelope-from sam) Message-Id: <200707091615.l69GFA5h066757@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 16:15:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: MALINEN Cc: Subject: cvs commit: src/contrib/hostapd - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:15:11 -0000 sam 2007-07-09 16:15:10 UTC FreeBSD src repository src/contrib/hostapd - Imported sources Update of /home/ncvs/src/contrib/hostapd In directory repoman.freebsd.org:/tmp/cvs-serv66695 Log Message: Import of hostapd 0.5.8 Status: Vendor Tag: MALINEN Release Tags: v0_5_8 U src/contrib/hostapd/COPYING U src/contrib/hostapd/ChangeLog C src/contrib/hostapd/FREEBSD-Xlist C src/contrib/hostapd/FREEBSD-upgrade U src/contrib/hostapd/Makefile U src/contrib/hostapd/README U src/contrib/hostapd/accounting.c U src/contrib/hostapd/accounting.h U src/contrib/hostapd/aes.c U src/contrib/hostapd/aes_wrap.c U src/contrib/hostapd/aes_wrap.h U src/contrib/hostapd/ap.h U src/contrib/hostapd/common.c U src/contrib/hostapd/common.h U src/contrib/hostapd/config.c U src/contrib/hostapd/config.h U src/contrib/hostapd/config_types.h U src/contrib/hostapd/crypto.c U src/contrib/hostapd/crypto.h U src/contrib/hostapd/ctrl_iface.c U src/contrib/hostapd/ctrl_iface.h U src/contrib/hostapd/defconfig U src/contrib/hostapd/defs.h U src/contrib/hostapd/developer.txt U src/contrib/hostapd/driver.h U src/contrib/hostapd/driver_test.c U src/contrib/hostapd/driver_wired.c C src/contrib/hostapd/eap.c C src/contrib/hostapd/eap.h U src/contrib/hostapd/sta_info.c U src/contrib/hostapd/eap_defs.h U src/contrib/hostapd/eap_gtc.c U src/contrib/hostapd/eap_i.h U src/contrib/hostapd/eap_identity.c U src/contrib/hostapd/eap_md5.c U src/contrib/hostapd/eap_mschapv2.c U src/contrib/hostapd/eap_pax.c U src/contrib/hostapd/eap_pax_common.c U src/contrib/hostapd/eap_pax_common.h U src/contrib/hostapd/eap_peap.c U src/contrib/hostapd/eap_psk.c U src/contrib/hostapd/eap_psk_common.c U src/contrib/hostapd/eap_psk_common.h U src/contrib/hostapd/eap_sim.c U src/contrib/hostapd/rc4.c U src/contrib/hostapd/eap_sim_common.h N src/contrib/hostapd/eap_sake_common.c U src/contrib/hostapd/eap_sim_db.c U src/contrib/hostapd/eap_sim_db.h U src/contrib/hostapd/eap_tls.c U src/contrib/hostapd/eap_tls_common.c U src/contrib/hostapd/eap_tls_common.h U src/contrib/hostapd/eap_tlv.c U src/contrib/hostapd/eap_ttls.c U src/contrib/hostapd/eap_ttls.h C src/contrib/hostapd/eapol_sm.c U src/contrib/hostapd/eapol_sm.h U src/contrib/hostapd/eloop.c U src/contrib/hostapd/eloop.h U src/contrib/hostapd/hostap_common.h U src/contrib/hostapd/hostapd.8 U src/contrib/hostapd/hostapd.accept U src/contrib/hostapd/hostapd.c U src/contrib/hostapd/hostapd.conf U src/contrib/hostapd/hostapd.deny U src/contrib/hostapd/hostapd.eap_user U src/contrib/hostapd/hostapd.h U src/contrib/hostapd/hostapd.radius_clients U src/contrib/hostapd/hostapd.sim_db U src/contrib/hostapd/hostapd.wpa_psk U src/contrib/hostapd/hostapd_cli.1 U src/contrib/hostapd/hostapd_cli.c U src/contrib/hostapd/iapp.c U src/contrib/hostapd/iapp.h U src/contrib/hostapd/ieee802_11.c U src/contrib/hostapd/ieee802_11.h U src/contrib/hostapd/ieee802_11_auth.c U src/contrib/hostapd/ieee802_11_auth.h C src/contrib/hostapd/ieee802_1x.c C src/contrib/hostapd/ieee802_1x.h U src/contrib/hostapd/l2_packet.h U src/contrib/hostapd/madwifi.conf U src/contrib/hostapd/md5.c U src/contrib/hostapd/md5.h U src/contrib/hostapd/ms_funcs.c U src/contrib/hostapd/ms_funcs.h U src/contrib/hostapd/radius.c U src/contrib/hostapd/radius.h U src/contrib/hostapd/radius_client.c U src/contrib/hostapd/radius_client.h U src/contrib/hostapd/radius_server.c U src/contrib/hostapd/radius_server.h U src/contrib/hostapd/rc4.h U src/contrib/hostapd/sha1.c U src/contrib/hostapd/sha1.h U src/contrib/hostapd/sta_info.h U src/contrib/hostapd/tls.h U src/contrib/hostapd/tls_openssl.c U src/contrib/hostapd/version.h U src/contrib/hostapd/wired.conf C src/contrib/hostapd/wpa.c U src/contrib/hostapd/wpa.h U src/contrib/hostapd/wpa_ctrl.c U src/contrib/hostapd/wpa_ctrl.h N src/contrib/hostapd/eapol_version.patch U src/contrib/hostapd/eap_sim_common.c N src/contrib/hostapd/aes.h N src/contrib/hostapd/ap_list.c N src/contrib/hostapd/ap_list.h N src/contrib/hostapd/beacon.c N src/contrib/hostapd/beacon.h N src/contrib/hostapd/build_config.h N src/contrib/hostapd/des.c N src/contrib/hostapd/eap_aka.c N src/contrib/hostapd/eap_gpsk.c N src/contrib/hostapd/eap_methods.c N src/contrib/hostapd/eap_methods.h N src/contrib/hostapd/eap_sake.c N src/contrib/hostapd/eap_vendor_test.c N src/contrib/hostapd/eloop_none.c N src/contrib/hostapd/eloop_win.c N src/contrib/hostapd/hlr_auc_gw.c N src/contrib/hostapd/hlr_auc_gw.milenage_db N src/contrib/hostapd/hostapd.vlan N src/contrib/hostapd/hw_features.c N src/contrib/hostapd/hw_features.h N src/contrib/hostapd/ieee802_11h.c N src/contrib/hostapd/ieee802_11h.h N src/contrib/hostapd/includes.h N src/contrib/hostapd/md4.c N src/contrib/hostapd/milenage.c N src/contrib/hostapd/milenage.h N src/contrib/hostapd/mlme.c N src/contrib/hostapd/mlme.h N src/contrib/hostapd/os.h N src/contrib/hostapd/os_internal.c N src/contrib/hostapd/os_none.c N src/contrib/hostapd/os_unix.c N src/contrib/hostapd/pmksa_cache.c N src/contrib/hostapd/pmksa_cache.h N src/contrib/hostapd/preauth.c N src/contrib/hostapd/preauth.h N src/contrib/hostapd/reconfig.c N src/contrib/hostapd/sha256.c N src/contrib/hostapd/sha256.h N src/contrib/hostapd/state_machine.h N src/contrib/hostapd/vlan_init.c N src/contrib/hostapd/vlan_init.h N src/contrib/hostapd/wme.c N src/contrib/hostapd/wme.h N src/contrib/hostapd/wpa_common.h N src/contrib/hostapd/l2_packet_none.c N src/contrib/hostapd/tls_gnutls.c U src/contrib/hostapd/tls_none.c N src/contrib/hostapd/eap_sake_common.h N src/contrib/hostapd/eap_gpsk_common.c N src/contrib/hostapd/eap_gpsk_common.h N src/contrib/hostapd/doc/code_structure.doxygen N src/contrib/hostapd/doc/ctrl_iface.doxygen N src/contrib/hostapd/doc/doxygen.fast N src/contrib/hostapd/doc/doxygen.full N src/contrib/hostapd/doc/driver_wrapper.doxygen N src/contrib/hostapd/doc/eap.doxygen N src/contrib/hostapd/doc/hostapd.fig N src/contrib/hostapd/doc/kerneldoc2doxygen.pl N src/contrib/hostapd/doc/mainpage.doxygen N src/contrib/hostapd/doc/porting.doxygen U src/contrib/hostapd/logwatch/hostapd U src/contrib/hostapd/logwatch/README U src/contrib/hostapd/logwatch/hostapd.conf 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMALINEN:yesterday -jMALINEN src/contrib/hostapd From owner-cvs-src@FreeBSD.ORG Mon Jul 9 16:20:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0762516A469; Mon, 9 Jul 2007 16:20:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D41E113C4BA; Mon, 9 Jul 2007 16:20:41 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69GKfgd067093; Mon, 9 Jul 2007 16:20:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69GKfM2067092; Mon, 9 Jul 2007 16:20:41 GMT (envelope-from sam) Message-Id: <200707091620.l69GKfM2067092@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 16:20:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/hostapd eap.c eap.h eapol_sm.c ieee802_1x.c ieee802_1x.h wpa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:20:42 -0000 sam 2007-07-09 16:20:41 UTC FreeBSD src repository Modified files: contrib/hostapd eap.c eap.h eapol_sm.c ieee802_1x.c ieee802_1x.h wpa.c Log: resolve conflicts Approved by: re (hrs) Revision Changes Path 1.4 +356 -162 src/contrib/hostapd/eap.c 1.4 +32 -6 src/contrib/hostapd/eap.h 1.5 +231 -226 src/contrib/hostapd/eapol_sm.c 1.5 +471 -251 src/contrib/hostapd/ieee802_1x.c 1.4 +28 -32 src/contrib/hostapd/ieee802_1x.h 1.5 +2237 -1339 src/contrib/hostapd/wpa.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 16:24:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0D6316A421; Mon, 9 Jul 2007 16:24:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 99C9B13C447; Mon, 9 Jul 2007 16:24:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69GOgT3067520; Mon, 9 Jul 2007 16:24:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69GOgAP067519; Mon, 9 Jul 2007 16:24:42 GMT (envelope-from sam) Message-Id: <200707091624.l69GOgAP067519@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 16:24:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/hostapd FREEBSD-Xlist FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:24:42 -0000 sam 2007-07-09 16:24:41 UTC FreeBSD src repository Modified files: contrib/hostapd FREEBSD-Xlist FREEBSD-upgrade Log: update for 0.5.8 import Approved by: re (hrs) Revision Changes Path 1.3 +5 -0 src/contrib/hostapd/FREEBSD-Xlist 1.3 +4 -4 src/contrib/hostapd/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Mon Jul 9 16:26:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5933B16A468; Mon, 9 Jul 2007 16:26:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 31CB113C448; Mon, 9 Jul 2007 16:26:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69GQnXS067751; Mon, 9 Jul 2007 16:26:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69GQnfI067750; Mon, 9 Jul 2007 16:26:49 GMT (envelope-from sam) Message-Id: <200707091626.l69GQnfI067750@repoman.freebsd.org> From: Sam Leffler Date: Mon, 9 Jul 2007 16:26:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/hostapd Makefile driver_freebsd.c src/usr.sbin/wpa/hostapd_cli Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:26:49 -0000 sam 2007-07-09 16:26:48 UTC FreeBSD src repository Modified files: usr.sbin/wpa/hostapd Makefile driver_freebsd.c usr.sbin/wpa/hostapd_cli Makefile Log: update for 0.5.8 import Approved by: re (hrs) Revision Changes Path 1.3 +8 -1 src/usr.sbin/wpa/hostapd/Makefile 1.6 +70 -73 src/usr.sbin/wpa/hostapd/driver_freebsd.c 1.4 +3 -0 src/usr.sbin/wpa/hostapd_cli/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 9 16:58:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 776C416A400; Mon, 9 Jul 2007 16:58:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5129913C469; Mon, 9 Jul 2007 16:58:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69Gw84w080619; Mon, 9 Jul 2007 16:58:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Gw8MG080618; Mon, 9 Jul 2007 16:58:08 GMT (envelope-from imp) Message-Id: <200707091658.l69Gw8MG080618@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 16:58:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:58:08 -0000 imp 2007-07-09 16:58:08 UTC FreeBSD src repository Modified files: sys/dev/usb if_rue.c Log: When all the other drivers were converted to scheduling a taskqueue to do the heavy lifting of the 'mii_tick' function, rue was left behind. Implement this in a naive way. Reports from the field show this makes the driver functional with some locking issues, as opposed to an instant panic. Those will be addressed in a later version of the driver. Approved by: re@ (bmah) Revision Changes Path 1.40 +18 -0 src/sys/dev/usb/if_rue.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 17:47:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 961E316A41F; Mon, 9 Jul 2007 17:47:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8754513C447; Mon, 9 Jul 2007 17:47:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69Hl5fK085521; Mon, 9 Jul 2007 17:47:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Hl57j085520; Mon, 9 Jul 2007 17:47:05 GMT (envelope-from rwatson) Message-Id: <200707091747.l69Hl57j085520@repoman.freebsd.org> From: Robert Watson Date: Mon, 9 Jul 2007 17:47:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 17:47:05 -0000 rwatson 2007-07-09 17:47:05 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h Log: General style, white space, and comment cleanup; move to ANSI C prototypes, don't use register, etc. Synchronize structure and layout to the IPv4 versions of these functions to a greater extent, making visual comparison easier. Remove now stale or incorrect comments. Enable full lock assertions, and correct one exception handling case where the wrong label was jumped to. Tested by: bz Approved by: re (bmah) Revision Changes Path 1.30 +2 -1 src/sys/netinet6/udp6_output.c 1.77 +64 -93 src/sys/netinet6/udp6_usrreq.c 1.8 +7 -7 src/sys/netinet6/udp6_var.h From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:11:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6340F16A468; Mon, 9 Jul 2007 20:11:18 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 3B11713C4BE; Mon, 9 Jul 2007 20:11:18 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from dia.lan128.lombardisoftware.com ([64.3.1.253]:7791 helo=LROSENMAN) by thebighonker.lerctr.org with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I7z8N-000EGb-9z; Mon, 09 Jul 2007 14:43:01 -0500 From: "Larry Rosenman" To: "'Warner Losh'" , , , References: <200707091658.l69Gw8MG080618@repoman.freebsd.org> In-Reply-To: <200707091658.l69Gw8MG080618@repoman.freebsd.org> Date: Mon, 9 Jul 2007 14:42:48 -0500 Message-ID: <023401c7c261$5ab499b0$101dcd10$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfCSm3ekbHq7VAeTKGMmAlXjY+ffQAFuHNA Content-Language: en-us X-Spam-Score: -4.3 (----) X-LERCTR-Spam-Score: -4.3 (----) X-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0, TW_SK=0.077 X-LERCTR-Spam-Report: SpamScore (-4.3/5.0) ALL_TRUSTED=-1.8, BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0, TW_SK=0.077 DomainKey-Status: no signature Cc: Subject: RE: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:11:18 -0000 ===> rue (all) cc -O1 -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/BORG/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/BORG -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/rue/../../dev/usb/if_rue.c /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_attach': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_detach': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:710: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/sys/modules/rue/../../dev/usb/if_rue.c: In function 'rue_tick': /usr/src/sys/modules/rue/../../dev/usb/if_rue.c:931: error: 'struct rue_softc' has no member named 'rue_tick_task' *** Error code 1 Stop in /usr/src/sys/modules/rue. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/BORG. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ^C[1] + Done(1) make buildkernel >make.bk.out 2>&1 & # -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -----Original Message----- From: owner-cvs-all@freebsd.org [mailto:owner-cvs-all@freebsd.org] On Behalf Of Warner Losh Sent: Monday, July 09, 2007 11:58 AM To: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_rue.c imp 2007-07-09 16:58:08 UTC FreeBSD src repository Modified files: sys/dev/usb if_rue.c Log: When all the other drivers were converted to scheduling a taskqueue to do the heavy lifting of the 'mii_tick' function, rue was left behind. Implement this in a naive way. Reports from the field show this makes the driver functional with some locking issues, as opposed to an instant panic. Those will be addressed in a later version of the driver. Approved by: re@ (bmah) Revision Changes Path 1.40 +18 -0 src/sys/dev/usb/if_rue.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:13:42 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3A9F16A421 for ; Mon, 9 Jul 2007 20:13:42 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 9100713C4CA for ; Mon, 9 Jul 2007 20:13:42 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so235349anc for ; Mon, 09 Jul 2007 13:13:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VUiyHspgd3XMfemkM3TgDllt2Z4y4DBXMjnE59XHwBpJvPf9wph1XPXAeHkAciXI8ERnsfw6MlKqzay2/ZgMvF7/BlUNuXTigxz6D5LAdsgVplxQITA1uh9fHeUQt293hUZaDd1rqYEI5CSe0164LAVQlsDzwncAMCRl8AlgiQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AC0rpcSGIGw4M6Gh/NGurKuZ9CBV7NGiECTaGiRY4nFkUV+8MbK89gYzbLPgGD5cy10hcOGCjuVncQ2x9hb3eRjc9tlyLrB1i9GukcfBT2Dsq3GYbLpky/x8EKp61yxe0/mIclWjgqUUN59n7WH2J2RweWlfzYXiTBuCO+MuudM= Received: by 10.100.138.2 with SMTP id l2mr1790622and.1184010407296; Mon, 09 Jul 2007 12:46:47 -0700 (PDT) Received: by 10.100.190.17 with HTTP; Mon, 9 Jul 2007 12:46:47 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 15:46:47 -0400 From: "Constantine A. Murenin" To: "Warner Losh" In-Reply-To: <200707091658.l69Gw8MG080618@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707091658.l69Gw8MG080618@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:13:42 -0000 On 09/07/07, Warner Losh wrote: > imp 2007-07-09 16:58:08 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb if_rue.c > Log: > When all the other drivers were converted to scheduling a taskqueue to > do the heavy lifting of the 'mii_tick' function, rue was left behind. > Implement this in a naive way. Reports from the field show this makes > the driver functional with some locking issues, as opposed to an > instant panic. Those will be addressed in a later version of the > driver. > > Approved by: re@ (bmah) > > Revision Changes Path > 1.40 +18 -0 src/sys/dev/usb/if_rue.c I think you forgot to commit a change to src/sys/dev/usb/if_ruereg.h: /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: warning: left-hand operand of comma expression has no effect /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c: In function 'rue_detach': /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:710: error: 'struct rue_softc' has no member named 'rue_tick_task' /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c: In function 'rue_tick': /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:931: error: 'struct rue_softc' has no member named 'rue_tick_task' Cheers, Constantine. From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:41:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4C9316A421; Mon, 9 Jul 2007 20:41:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9CF13C484; Mon, 9 Jul 2007 20:41:24 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69KfOfr006132; Mon, 9 Jul 2007 20:41:24 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69KfOf1006131; Mon, 9 Jul 2007 20:41:24 GMT (envelope-from ariff) Message-Id: <200707092041.l69KfOf1006131@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 9 Jul 2007 20:41:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci atiixp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:41:24 -0000 ariff 2007-07-09 20:41:24 UTC FreeBSD src repository Modified files: sys/dev/sound/pci atiixp.c Log: Fix stream suspend/resume activity due to its states being clobbered by pcm channel start/stop trigger operation. Approved by: re (hrs) Revision Changes Path 1.19 +27 -12 src/sys/dev/sound/pci/atiixp.c From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:42:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 621A816A41F; Mon, 9 Jul 2007 20:42:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 53AF713C459; Mon, 9 Jul 2007 20:42:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69KgBiZ006261; Mon, 9 Jul 2007 20:42:11 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69KgBqP006260; Mon, 9 Jul 2007 20:42:11 GMT (envelope-from ariff) Message-Id: <200707092042.l69KgBqP006260@repoman.freebsd.org> From: Ariff Abdullah Date: Mon, 9 Jul 2007 20:42:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c hdac_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:42:11 -0000 ariff 2007-07-09 20:42:11 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c hdac_private.h Log: - Add codec id for Realtek ALC268. - Add controller id for Intel 82801I (ICH9). PR: kern/114399 Submitted by: Michael Fuckner - MSI support. Disable by default due to various issues with too many broken hardwares. MSI can be enabled through device.hints(5) or kenv(8) by setting "hint.pcm.%d.msi=1". Partially submitted by: kevlo YAMAMOTO Taku Tested by: joel, kevlo, YAMAMOTO Taku Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.44 +48 -16 src/sys/dev/sound/pci/hda/hdac.c 1.8 +9 -2 src/sys/dev/sound/pci/hda/hdac_private.h From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:56:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A77D616A400; Mon, 9 Jul 2007 20:56:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 816AF13C45E; Mon, 9 Jul 2007 20:56:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69KudZK015840; Mon, 9 Jul 2007 20:56:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69KudZ2015839; Mon, 9 Jul 2007 20:56:39 GMT (envelope-from imp) Message-Id: <200707092056.l69KudZ2015839@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 20:56:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_ruereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:56:39 -0000 imp 2007-07-09 20:56:39 UTC FreeBSD src repository Modified files: sys/dev/usb if_ruereg.h Log: Missed in last commit: add usb task for rue to use for its ticks. Approved by: re (bmah) Revision Changes Path 1.8 +1 -0 src/sys/dev/usb/if_ruereg.h From owner-cvs-src@FreeBSD.ORG Mon Jul 9 20:59:15 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0620316A46C; Mon, 9 Jul 2007 20:59:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B065C13C46C; Mon, 9 Jul 2007 20:59:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l69KvrxT003061; Mon, 9 Jul 2007 14:57:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 09 Jul 2007 14:58:34 -0600 (MDT) Message-Id: <20070709.145834.689651504.imp@bsdimp.com> To: mureninc@gmail.com From: "M. Warner Losh" In-Reply-To: References: <200707091658.l69Gw8MG080618@repoman.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 09 Jul 2007 14:57:54 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 20:59:15 -0000 In message: "Constantine A. Murenin" writes: : On 09/07/07, Warner Losh wrote: : > imp 2007-07-09 16:58:08 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/usb if_rue.c : > Log: : > When all the other drivers were converted to scheduling a taskqueue to : > do the heavy lifting of the 'mii_tick' function, rue was left behind. : > Implement this in a naive way. Reports from the field show this makes : > the driver functional with some locking issues, as opposed to an : > instant panic. Those will be addressed in a later version of the : > driver. : > : > Approved by: re@ (bmah) : > : > Revision Changes Path : > 1.40 +18 -0 src/sys/dev/usb/if_rue.c : : I think you forgot to commit a change to src/sys/dev/usb/if_ruereg.h: : : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: warning: left-hand : operand of comma expression has no effect : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: error: 'struct : rue_softc' has no member named 'rue_tick_task' : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:598: warning: left-hand : operand of comma expression has no effect : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c: In function 'rue_detach': : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:710: error: 'struct : rue_softc' has no member named 'rue_tick_task' : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c: In function 'rue_tick': : /usr/src/HEAD/p4/src/sys/dev/usb/if_rue.c:931: error: 'struct : rue_softc' has no member named 'rue_tick_task' Pointy hat to me. I sent the full patch to re@ for approval, but neglected the if_ruereg.h part when I committed it. :-(. Bad Imp. No biscuit. Warner From owner-cvs-src@FreeBSD.ORG Mon Jul 9 22:50:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D40616A41F; Mon, 9 Jul 2007 22:50:52 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 16D4A13C489; Mon, 9 Jul 2007 22:50:52 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69MopSc026174; Mon, 9 Jul 2007 22:50:51 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69MopMk026173; Mon, 9 Jul 2007 22:50:51 GMT (envelope-from cperciva) Message-Id: <200707092250.l69MopMk026173@repoman.freebsd.org> From: Colin Percival Date: Mon, 9 Jul 2007 22:50:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/portsnap/phttpget phttpget.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 22:50:52 -0000 cperciva 2007-07-09 22:50:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/portsnap/phttpget phttpget.c Log: MFC revision 1.11: Add support for the HTTP_TIMEOUT environment variable. MFC revision 1.12: Add support for HTTP/1.0 Persistent Connections. Revision Changes Path 1.4.2.7 +23 -3 src/usr.sbin/portsnap/phttpget/phttpget.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 00:01:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F4BD16A421; Tue, 10 Jul 2007 00:01:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4B96913C44B; Tue, 10 Jul 2007 00:01:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A01WZi036257; Tue, 10 Jul 2007 00:01:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A01WgM036255; Tue, 10 Jul 2007 00:01:32 GMT (envelope-from jhb) Message-Id: <200707100001.l6A01WgM036255@repoman.freebsd.org> From: John Baldwin Date: Tue, 10 Jul 2007 00:01:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/kdump kdump.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 00:01:33 -0000 jhb 2007-07-10 00:01:30 UTC FreeBSD src repository Modified files: usr.bin/kdump kdump.c Log: Fix alignment of context switch traces. MFC after: 1 week Approved by: re (rwatson: "I like simple patches.") Revision Changes Path 1.37 +1 -1 src/usr.bin/kdump/kdump.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 04:40:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C54216A421; Tue, 10 Jul 2007 04:40:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5038213C487; Tue, 10 Jul 2007 04:40:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A4e1Be072755; Tue, 10 Jul 2007 04:40:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A4e1Ob072754; Tue, 10 Jul 2007 04:40:01 GMT (envelope-from marcel) Message-Id: <200707100440.l6A4e1Ob072754@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 10 Jul 2007 04:40:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 04:40:01 -0000 marcel 2007-07-10 04:40:00 UTC FreeBSD src repository Modified files: sys/powerpc/include atomic.h Log: Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32() This is a minimal fix. Approved by: re (kensmith) Revision Changes Path 1.15 +8 -3 src/sys/powerpc/include/atomic.h From owner-cvs-src@FreeBSD.ORG Tue Jul 10 06:01:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 531C916A421; Tue, 10 Jul 2007 06:01:46 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4C913C44B; Tue, 10 Jul 2007 06:01:46 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A61kCH088707; Tue, 10 Jul 2007 06:01:46 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A61kYV088705; Tue, 10 Jul 2007 06:01:46 GMT (envelope-from kmacy) Message-Id: <200707100601.l6A61kYV088705@repoman.freebsd.org> From: Kip Macy Date: Tue, 10 Jul 2007 06:01:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 06:01:46 -0000 kmacy 2007-07-10 06:01:45 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c Log: MFp4 122896 - reduce cpu usage by as much as 25% (40% -> 30) by doing txq reclaim more efficiently - use mtx_trylock when trying to grab the lock to avoid spinning during long encap loop - add per-txq reclaim task - if mbufs were successfully re-claimed try another pass - track txq overruns with sysctl Approved by: re (blanket) Revision Changes Path 1.13 +5 -1 src/sys/dev/cxgb/cxgb_adapter.h 1.26 +6 -2 src/sys/dev/cxgb/cxgb_main.c 1.22 +67 -39 src/sys/dev/cxgb/cxgb_sge.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 07:55:06 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B9AF16A41F; Tue, 10 Jul 2007 07:55:06 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 43C2D13C45A; Tue, 10 Jul 2007 07:55:06 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A7t5P4010949; Tue, 10 Jul 2007 07:55:05 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A7t5Pl010948; Tue, 10 Jul 2007 07:55:05 GMT (envelope-from mjacob) Message-Id: <200707100755.l6A7t5Pl010948@repoman.freebsd.org> From: Matt Jacob Date: Tue, 10 Jul 2007 07:55:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 07:55:06 -0000 mjacob 2007-07-10 07:55:05 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c Log: Be more conservative- turn off fast posting and RIO for 22XX cards. Approved by: re (ken) MFC after: 3 days Revision Changes Path 1.149 +2 -7 src/sys/dev/isp/isp.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 07:56:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CAC5016A400; Tue, 10 Jul 2007 07:56:00 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3ACC13C4B9; Tue, 10 Jul 2007 07:56:00 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A7u0GL011063; Tue, 10 Jul 2007 07:56:00 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A7u0j6011062; Tue, 10 Jul 2007 07:56:00 GMT (envelope-from mjacob) Message-Id: <200707100756.l6A7u0j6011062@repoman.freebsd.org> From: Matt Jacob Date: Tue, 10 Jul 2007 07:56:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 07:56:00 -0000 mjacob 2007-07-10 07:56:00 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: Get rid of a couple of Coverity found sign comparison errors. Approved by: re (Ken) MFC after: 3 days Revision Changes Path 1.145 +3 -3 src/sys/dev/isp/isp_freebsd.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 09:23:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E132016A41F; Tue, 10 Jul 2007 09:23:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B897913C455; Tue, 10 Jul 2007 09:23:11 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A9NBZ8038491; Tue, 10 Jul 2007 09:23:11 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A9NBp1038490; Tue, 10 Jul 2007 09:23:11 GMT (envelope-from avatar) Message-Id: <200707100923.l6A9NBp1038490@repoman.freebsd.org> From: Tai-hwa Liang Date: Tue, 10 Jul 2007 09:23:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netsmb smb_dev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 09:23:12 -0000 avatar 2007-07-10 09:23:11 UTC FreeBSD src repository Modified files: sys/netsmb smb_dev.c Log: Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. Relevant threads: http://lists.freebsd.org/pipermail/freebsd-current/2007-June/074329.html Reviewed by: kib, bp (slightly different version) Tested by: Yuri Pankov , Jiawei Ye Approved by: re (kensmith) Revision Changes Path 1.33 +3 -1 src/sys/netsmb/smb_dev.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 09:30:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFF2416A46D; Tue, 10 Jul 2007 09:30:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA3713C48C; Tue, 10 Jul 2007 09:30:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6A9UkW3039052; Tue, 10 Jul 2007 09:30:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6A9UkPA039051; Tue, 10 Jul 2007 09:30:46 GMT (envelope-from rwatson) Message-Id: <200707100930.l6A9UkPA039051@repoman.freebsd.org> From: Robert Watson Date: Tue, 10 Jul 2007 09:30:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c udp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 09:30:46 -0000 rwatson 2007-07-10 09:30:46 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c udp_var.h Log: Further cleanup of UDPv4: - Move udp_sendspace and udp_recvspace global variables and associated sysctls to the top of the file where most other such things are present. - Rename static variable 'blackhole' to 'udp_blackhole' and unstaticize so that we can add blackhole support for UDPv6 using the same MIB variable. - Move udp_append() above udp_input() to match the function order in udp6_usrreq.c. Approved by: re (kensmith) Revision Changes Path 1.216 +95 -98 src/sys/netinet/udp_usrreq.c 1.33 +1 -0 src/sys/netinet/udp_var.h From owner-cvs-src@FreeBSD.ORG Tue Jul 10 10:17:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FE7D16A421; Tue, 10 Jul 2007 10:17:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1814013C45E; Tue, 10 Jul 2007 10:17:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AAHWgC044749; Tue, 10 Jul 2007 10:17:32 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AAHWuS044748; Tue, 10 Jul 2007 10:17:32 GMT (envelope-from delphij) Message-Id: <200707101017.l6AAHWuS044748@repoman.freebsd.org> From: Xin LI Date: Tue, 10 Jul 2007 10:17:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 10:17:33 -0000 delphij 2007-07-10 10:17:32 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add sed(1) to cross tools. We do want newly built version during buildworld. Approved by: re (rwatson) Revision Changes Path 1.583 +1 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Tue Jul 10 10:19:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30C0516A468; Tue, 10 Jul 2007 10:19:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0789913C448; Tue, 10 Jul 2007 10:19:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AAJjWB044862; Tue, 10 Jul 2007 10:19:45 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AAJjog044861; Tue, 10 Jul 2007 10:19:45 GMT (envelope-from delphij) Message-Id: <200707101019.l6AAJjog044861@repoman.freebsd.org> From: Xin LI Date: Tue, 10 Jul 2007 10:19:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 10:19:46 -0000 delphij 2007-07-10 10:19:45 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Forced commit to say that the previous changeset was: Submitted by: YAMAMOTO Shigeru Approved by: re (rwatson, implicit) Revision Changes Path 1.584 +0 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Tue Jul 10 10:27:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A06D116A400; Tue, 10 Jul 2007 10:27:12 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 788C613C45E; Tue, 10 Jul 2007 10:27:12 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AARCw8045573; Tue, 10 Jul 2007 10:27:12 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AARCOa045572; Tue, 10 Jul 2007 10:27:12 GMT (envelope-from mlaier) Message-Id: <200707101027.l6AARCOa045572@repoman.freebsd.org> From: Max Laier Date: Tue, 10 Jul 2007 10:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_norm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 10:27:12 -0000 mlaier 2007-07-10 10:27:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf_norm.c Log: MFC, rev 1.18: Fix hardware checksum verification on fragments. Reported/tested by: Hugo Koji Kobayashi, Vadym Chepkov Reviewed/help by: yongari Revision Changes Path 1.11.2.5 +9 -0 src/sys/contrib/pf/net/pf_norm.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 13:20:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2E1716A400; Tue, 10 Jul 2007 13:20:24 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA55513C4BE; Tue, 10 Jul 2007 13:20:24 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6ADKO0a074453; Tue, 10 Jul 2007 13:20:24 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6ADKOjq074451; Tue, 10 Jul 2007 13:20:24 GMT (envelope-from bde) Message-Id: <200707101320.l6ADKOjq074451@repoman.freebsd.org> From: Bruce Evans Date: Tue, 10 Jul 2007 13:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 13:20:25 -0000 bde 2007-07-10 13:20:24 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h Log: Don't use almost perfectly pessimal cluster allocation. Allocation of the the first cluster in a file (and, if the allocation cannot be continued contiguously, for subsequent clusters in a file) was randomized in an attempt to leave space for contiguous allocation of subsequent clusters in each file when there are multiple writers. This reduced internal fragmentation by a few percent, but it increased external fragmentation by up to a few thousand percent. Use simple sequential allocation instead. Actually maintain the fsinfo sequence index for this. The read and write of this index from/to disk still have many non-critical bugs, but we now write an index that has something to do with our allocations instead of being modified garbage. If there is no fsinfo on the disk, then we maintain the index internally and don't go near the bugs for writing it. Allocating the first free cluster gives a layout that is almost as good (better in some cases), but takes too much CPU if the FAT is large and the first free cluster is not near the beginning. The effect of this change for untar and tar of a slightly reduced copy of /usr/src on a new file system was: Before (msdosfs 4K-clusters): untar: 459.57 real untar from cached file (actually a pipe) tar: 342.50 real tar from uncached tree to /dev/zero Before (ffs2 soft updates 4K-blocks 4K-frags) untar: 39.18 real tar: 29.94 real Before (ffs2 soft updates 16K-blocks 2K-frags) untar: 31.35 real tar: 18.30 real After (msdosfs 4K-clusters): untar 54.83 real tar 16.18 real All of these times can be improved further. With multiple concurrent writers or readers (especially readers), the improvement is smaller, but I couldn't find any case where it is negative. 342 seconds for tarring up about 342 MB on a ~47MB/S partition is just hard to unimprove on. (This operation would take about 7.3 seconds with reasonably localized allocation and perfect read-ahead.) However, for active file systems, 342 seconds is closer to normal than the 16+ seconds above or the 11 seconds with other changes (best I've measured -- won easily by msdosfs!). E.g., my active /usr/src on ffs1 is quite old and fragmented, so reading to prepare for the above benchmark takes about 6 times longer than reading back the fresh copies of it. Approved by: re (kensmith) Revision Changes Path 1.40 +4 -5 src/sys/fs/msdosfs/msdosfs_fat.c 1.38 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h From owner-cvs-src@FreeBSD.ORG Tue Jul 10 14:17:50 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E8B416A469; Tue, 10 Jul 2007 14:17:50 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.layeredtech.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id EDC8D13C448; Tue, 10 Jul 2007 14:17:49 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l6AE7grq021851; Tue, 10 Jul 2007 09:07:42 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <469392AD.3000509@freebsd.org> Date: Tue, 10 Jul 2007 09:07:41 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Bruce Evans References: <200707101320.l6ADKOjq074451@repoman.freebsd.org> In-Reply-To: <200707101320.l6ADKOjq074451@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 14:17:50 -0000 Bruce Evans wrote: > bde 2007-07-10 13:20:24 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h > Log: > Don't use almost perfectly pessimal cluster allocation. Allocation > of the the first cluster in a file (and, if the allocation cannot be > continued contiguously, for subsequent clusters in a file) was randomized > in an attempt to leave space for contiguous allocation of subsequent > clusters in each file when there are multiple writers. This reduced > internal fragmentation by a few percent, but it increased external > fragmentation by up to a few thousand percent. > > Use simple sequential allocation instead. Actually maintain the fsinfo > sequence index for this. The read and write of this index from/to > disk still have many non-critical bugs, but we now write an index that > has something to do with our allocations instead of being modified > garbage. If there is no fsinfo on the disk, then we maintain the index > internally and don't go near the bugs for writing it. > > Allocating the first free cluster gives a layout that is almost as good > (better in some cases), but takes too much CPU if the FAT is large and > the first free cluster is not near the beginning. > > The effect of this change for untar and tar of a slightly reduced copy > of /usr/src on a new file system was: > > Before (msdosfs 4K-clusters): > untar: 459.57 real untar from cached file (actually a pipe) > tar: 342.50 real tar from uncached tree to /dev/zero > Before (ffs2 soft updates 4K-blocks 4K-frags) > untar: 39.18 real > tar: 29.94 real > Before (ffs2 soft updates 16K-blocks 2K-frags) > untar: 31.35 real > tar: 18.30 real > > After (msdosfs 4K-clusters): > untar 54.83 real > tar 16.18 real > > All of these times can be improved further. > > With multiple concurrent writers or readers (especially readers), the > improvement is smaller, but I couldn't find any case where it is > negative. 342 seconds for tarring up about 342 MB on a ~47MB/S partition > is just hard to unimprove on. (This operation would take about 7.3 > seconds with reasonably localized allocation and perfect read-ahead.) > However, for active file systems, 342 seconds is closer to normal than > the 16+ seconds above or the 11 seconds with other changes (best I've > measured -- won easily by msdosfs!). E.g., my active /usr/src on ffs1 > is quite old and fragmented, so reading to prepare for the above > benchmark takes about 6 times longer than reading back the fresh copies > of it. > Impressive - nice work! Eric From owner-cvs-src@FreeBSD.ORG Tue Jul 10 15:30:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0748516A400; Tue, 10 Jul 2007 15:30:16 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3E6213C46E; Tue, 10 Jul 2007 15:30:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AFUFno094225; Tue, 10 Jul 2007 15:30:15 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AFUFDk094224; Tue, 10 Jul 2007 15:30:15 GMT (envelope-from flz) Message-Id: <200707101530.l6AFUFDk094224@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 10 Jul 2007 15:30:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/mfc mfc.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 15:30:16 -0000 flz 2007-07-10 15:30:15 UTC FreeBSD src repository Modified files: tools/tools/mfc mfc.pl Log: Fix commit mail retrieval when using message-id. Submitted by: novel Approved by: re (hrs) Revision Changes Path 1.12 +4 -8 src/tools/tools/mfc/mfc.pl From owner-cvs-src@FreeBSD.ORG Tue Jul 10 16:38:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8273416A46C; Tue, 10 Jul 2007 16:38:44 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0E313C44B; Tue, 10 Jul 2007 16:38:44 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AGciXt002365; Tue, 10 Jul 2007 16:38:44 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AGchlY002364; Tue, 10 Jul 2007 16:38:43 GMT (envelope-from emax) Message-Id: <200707101638.l6AGchlY002364@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 10 Jul 2007 16:38:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/netgraph/bluetooth Makefile src/sys/netgraph/bluetooth/drivers/h4 ng_h4.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:38:44 -0000 emax 2007-07-10 16:38:43 UTC FreeBSD src repository Modified files: sys/modules/netgraph/bluetooth Makefile sys/netgraph/bluetooth/drivers/h4 ng_h4.c Log: Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now. Approved by: re (rwatson) Revision Changes Path 1.4 +2 -1 src/sys/modules/netgraph/bluetooth/Makefile 1.16 +1 -1 src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 17:13:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0727C16A400; Tue, 10 Jul 2007 17:13:32 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D3E6413C468; Tue, 10 Jul 2007 17:13:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AHDVxF018738; Tue, 10 Jul 2007 17:13:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AHDVTB018737; Tue, 10 Jul 2007 17:13:31 GMT (envelope-from brueffer) Message-Id: <200707101713.l6AHDVTB018737@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 10 Jul 2007 17:13:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 msk.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 17:13:32 -0000 brueffer 2007-07-10 17:13:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 msk.4 Log: MFC: rev. 1.4 The driver will also first appear in 6.3. While here, fix some grammar issues and capitalize Jumbo Frames. Revision Changes Path 1.3.2.2 +7 -5 src/share/man/man4/msk.4 From owner-cvs-src@FreeBSD.ORG Tue Jul 10 18:41:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF9CB16A41F; Tue, 10 Jul 2007 18:41:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA4613C448; Tue, 10 Jul 2007 18:41:35 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AIfZGs029774; Tue, 10 Jul 2007 18:41:35 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AIfZVf029773; Tue, 10 Jul 2007 18:41:35 GMT (envelope-from alc) Message-Id: <200707101841.l6AIfZVf029773@repoman.freebsd.org> From: Alan Cox Date: Tue, 10 Jul 2007 18:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 18:41:36 -0000 alc 2007-07-10 18:41:34 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Correct a problem in the ZERO_COPY_SOCKETS option, specifically, in vm_page_cowfault(). Initially, if vm_page_cowfault() sleeps, the given page is wired, preventing it from being recycled. However, when transmission of the page completes, the page is unwired and returned to the page queues. At that point, the page is not in any special state that prevents it from being recycled. Consequently, vm_page_cowfault() should verify that the page is still held by the same vm object before retrying the replacement of the page. Note: The containing object is, however, safe from being recycled by virtue of having a non-zero paging-in-progress count. While I'm here, add some assertions and comments. Approved by: re (rwatson) MFC After: 3 weeks Revision Changes Path 1.351 +22 -2 src/sys/vm/vm_page.c From owner-cvs-src@FreeBSD.ORG Tue Jul 10 21:00:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D9B016A400; Tue, 10 Jul 2007 21:00:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0360F13C447; Tue, 10 Jul 2007 21:00:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6AL0AGg051954; Tue, 10 Jul 2007 21:00:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6AL0AEo051953; Tue, 10 Jul 2007 21:00:10 GMT (envelope-from imp) Message-Id: <200707102100.l6AL0AEo051953@repoman.freebsd.org> From: Warner Losh Date: Tue, 10 Jul 2007 21:00:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 21:00:12 -0000 imp 2007-07-10 21:00:10 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: Add additional product id and quirks entry for MetaGeek Wi-Spy Submitted by: Robert Noland PR: 114481 Approved by: re@ (blanket) Revision Changes Path 1.62 +2 -0 src/sys/dev/usb/usb_quirks.c 1.323 +3 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Jul 10 22:12:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2C0116A400; Tue, 10 Jul 2007 22:12:09 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0F68013C44B; Tue, 10 Jul 2007 22:12:03 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 119051CC0DD; Tue, 10 Jul 2007 23:54:49 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 7573AB84F; Tue, 10 Jul 2007 23:54:48 +0200 (CEST) Date: Tue, 10 Jul 2007 23:54:48 +0200 From: Henrik Brix Andersen To: Warner Losh Message-ID: <20070710215448.GC75978@tirith.brixandersen.dk> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200707102100.l6AL0AEo051953@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Content-Disposition: inline In-Reply-To: <200707102100.l6AL0AEo051953@repoman.freebsd.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 22:12:09 -0000 --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 10, 2007 at 09:00:10PM +0000, Warner Losh wrote: > imp 2007-07-10 21:00:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/usb usb_quirks.c usbdevs=20 > Log: > Add additional product id and quirks entry for MetaGeek Wi-Spy This actually for the Wi-Spy 2.4x - a new generation of the product. Perhaps the entry should reflect that by calling it WISPY24X or similar? Regards, Brix --=20 Henrik Brix Andersen --JYK4vJDZwFMowpUq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGlAAnv+Q4flTiePgRAhQmAKCj7UiS2mAz1zuFUL6WEdgPgXFqrgCdEebd lShGYNSAvddaheNGFbD/nz0= =iz5u -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq-- From owner-cvs-src@FreeBSD.ORG Wed Jul 11 00:15:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 514C816A469; Wed, 11 Jul 2007 00:15:32 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9A713C4B0; Wed, 11 Jul 2007 00:15:32 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B0FWml077274; Wed, 11 Jul 2007 00:15:32 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B0FWol077273; Wed, 11 Jul 2007 00:15:32 GMT (envelope-from emax) Message-Id: <200707110015.l6B0FWol077273@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 11 Jul 2007 00:15:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 00:15:32 -0000 emax 2007-07-11 00:15:31 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Mark ng_h4(4) as not MPSAFE and disconnect it from the LINT build for now. Approved by: re (rwatson) Revision Changes Path 1.1442 +1 -1 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Jul 11 01:20:37 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B117316A41F; Wed, 11 Jul 2007 01:20:37 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A3F1A13C447; Wed, 11 Jul 2007 01:20:37 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B1KbXe096900; Wed, 11 Jul 2007 01:20:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B1KbMT096898; Wed, 11 Jul 2007 01:20:37 GMT (envelope-from marcel) Message-Id: <200707110120.l6B1KbMT096898@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 11 Jul 2007 01:20:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 01:20:37 -0000 marcel 2007-07-11 01:20:37 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Add --no-warn-mismatch to ld(1) when linking binary files into ELF files. On ia64 the ELF header contains information about characteristics of the machine code and ld(1) needs that to determine whether input files are compatible for linking. To this end non-ELF files are not supported by binutils on ia64. However, the resulting ELF file seems to be correct despite the warnings and the non-supportedness of non-ELF files and it appears enough to unbreak the build of firmware(9) files on ia64 by simply supressing the warning. Ran into by: gallatin@ Approved by: re (hrs) Looks good to me: mlaier@ Revision Changes Path 1.219 +4 -4 src/sys/conf/kmod.mk From owner-cvs-src@FreeBSD.ORG Wed Jul 11 02:13:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF86D16A421; Wed, 11 Jul 2007 02:13:50 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA39613C44C; Wed, 11 Jul 2007 02:13:50 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B2DoA0002360; Wed, 11 Jul 2007 02:13:50 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B2Doqu002359; Wed, 11 Jul 2007 02:13:50 GMT (envelope-from simokawa) Message-Id: <200707110213.l6B2Doqu002359@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 11 Jul 2007 02:13:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:13:51 -0000 simokawa 2007-07-11 02:13:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire firewire.c Log: MFC rev. 1.98: Fix a bug of retrieving configuration ROM. Revision Changes Path 1.80.2.9 +2 -2 src/sys/dev/firewire/firewire.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 02:29:35 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC84B16A469; Wed, 11 Jul 2007 02:29:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AB02313C45E; Wed, 11 Jul 2007 02:29:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l6B2SOWp021150; Tue, 10 Jul 2007 20:28:24 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 10 Jul 2007 20:28:23 -0600 (MDT) Message-Id: <20070710.202823.-278386754.imp@bsdimp.com> To: henrik@brixandersen.dk From: "M. Warner Losh" In-Reply-To: <20070710215448.GC75978@tirith.brixandersen.dk> References: <200707102100.l6AL0AEo051953@repoman.freebsd.org> <20070710215448.GC75978@tirith.brixandersen.dk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 10 Jul 2007 20:28:24 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 02:29:36 -0000 In message: <20070710215448.GC75978@tirith.brixandersen.dk> Henrik Brix Andersen writes: : On Tue, Jul 10, 2007 at 09:00:10PM +0000, Warner Losh wrote: : > imp 2007-07-10 21:00:10 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/usb usb_quirks.c usbdevs : > Log: : > Add additional product id and quirks entry for MetaGeek Wi-Spy : : This actually for the Wi-Spy 2.4x - a new generation of the : product. Perhaps the entry should reflect that by calling it WISPY24X : or similar? I'll batch this up with my next set of changes. Good suggestion. Warner From owner-cvs-src@FreeBSD.ORG Wed Jul 11 04:14:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B23116A469; Wed, 11 Jul 2007 04:14:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7593613C469; Wed, 11 Jul 2007 04:14:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B4Efup026518; Wed, 11 Jul 2007 04:14:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B4Ef6p026516; Wed, 11 Jul 2007 04:14:41 GMT (envelope-from imp) Message-Id: <200707110414.l6B4Ef6p026516@repoman.freebsd.org> From: Warner Losh Date: Wed, 11 Jul 2007 04:14:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c src/sys/dev/pccard pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 04:14:41 -0000 imp 2007-07-11 04:14:41 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c sys/dev/pccard pccarddevs Log: Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightly reworked by me. Submitted by: Osamu Hasegawa-san PR: 93393 Approved by: re (hrs) Revision Changes Path 1.113 +1 -0 src/sys/dev/ed/if_ed_pccard.c 1.129 +2 -0 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Wed Jul 11 04:17:03 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37A3816A41F; Wed, 11 Jul 2007 04:17:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12BB313C45D; Wed, 11 Jul 2007 04:17:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B4H2SW026675; Wed, 11 Jul 2007 04:17:02 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B4H2FL026674; Wed, 11 Jul 2007 04:17:02 GMT (envelope-from imp) Message-Id: <200707110417.l6B4H2FL026674@repoman.freebsd.org> From: Warner Losh Date: Wed, 11 Jul 2007 04:17:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 wi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 04:17:03 -0000 imp 2007-07-11 04:17:02 UTC FreeBSD src repository Modified files: share/man/man4 wi.4 Log: Add another SMC device. Submitted by: ken wongk at abo dot dnsalias stop org PR: 66343 Approved by: re@ (hrs) Revision Changes Path 1.73 +4 -3 src/share/man/man4/wi.4 From owner-cvs-src@FreeBSD.ORG Wed Jul 11 05:01:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D351D16A41F; Wed, 11 Jul 2007 05:01:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD97513C44C; Wed, 11 Jul 2007 05:01:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B51Ep9038686; Wed, 11 Jul 2007 05:01:14 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B51EZk038685; Wed, 11 Jul 2007 05:01:14 GMT (envelope-from delphij) Message-Id: <200707110501.l6B51EZk038685@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Jul 2007 05:01:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/kerneldoc/subsys Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 05:01:14 -0000 delphij 2007-07-11 05:01:14 UTC FreeBSD src repository Modified files: tools/kerneldoc/subsys Makefile Log: - Chase for crypto_if.m -> crytpodev_if.m rename in order to fix doxygen generation. - Add some missing *_if.m files. Approved by: re (hrs) Revision Changes Path 1.7 +6 -1 src/tools/kerneldoc/subsys/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 11 07:04:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90D4E16A41F; Wed, 11 Jul 2007 07:04:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 804F513C458; Wed, 11 Jul 2007 07:04:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B747RP057215; Wed, 11 Jul 2007 07:04:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B7479x057214; Wed, 11 Jul 2007 07:04:07 GMT (envelope-from delphij) Message-Id: <200707110704.l6B7479x057214@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Jul 2007 07:04:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS Y2K_INFO blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:04:07 -0000 delphij 2007-07-11 07:04:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c huffman.c randtable.c sample1.bz2.uu sample1.ref.gz.uu sample2.bz2.uu sample2.ref.gz.uu sample3.bz2.uu sample3.ref.gz.uu spewG.c unzcrash.c words0 words2 words3 usr.bin/bzip2 Makefile Removed files: (Branch: RELENG_6) contrib/bzip2 Y2K_INFO manual.texi usr.bin/bzip2/doc Makefile Log: MFC: bzip2 1.0.4. Revision Changes Path 1.1.1.3.2.1 +40 -1 src/contrib/bzip2/CHANGES 1.2.2.1 +5 -5 src/contrib/bzip2/FREEBSD-upgrade 1.1.1.3.2.1 +6 -3 src/contrib/bzip2/LICENSE 1.1.1.3.2.1 +21 -9 src/contrib/bzip2/Makefile 1.1.1.3.2.1 +23 -8 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.3.2.1 +60 -40 src/contrib/bzip2/README 1.1.1.3.2.1 +28 -9 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.1.16.1 +0 -34 src/contrib/bzip2/Y2K_INFO (dead) 1.1.1.3.2.1 +15 -62 src/contrib/bzip2/blocksort.c 1.1.1.3.2.1 +3 -3 src/contrib/bzip2/bzip2.1 1.2.2.1 +52 -147 src/contrib/bzip2/bzip2.c 1.1.1.3.2.1 +28 -60 src/contrib/bzip2/bzip2recover.c 1.2.2.1 +26 -71 src/contrib/bzip2/bzlib.c 1.1.1.3.2.1 +14 -55 src/contrib/bzip2/bzlib.h 1.1.1.3.2.1 +27 -61 src/contrib/bzip2/bzlib_private.h 1.1.1.3.2.1 +21 -65 src/contrib/bzip2/compress.c 1.1.1.3.2.1 +13 -53 src/contrib/bzip2/crctable.c 1.1.1.3.2.1 +13 -53 src/contrib/bzip2/decompress.c 1.1.1.2.14.1 +2 -3 src/contrib/bzip2/dlltest.c 1.1.1.3.2.1 +13 -53 src/contrib/bzip2/huffman.c 1.1.1.2.14.1 +0 -2243 src/contrib/bzip2/manual.texi (dead) 1.1.1.3.2.1 +13 -53 src/contrib/bzip2/randtable.c 1.1.1.3.2.1 +1 -1 src/contrib/bzip2/sample1.bz2.uu 1.1.1.3.2.1 +848 -846 src/contrib/bzip2/sample1.ref.gz.uu 1.1.1.3.2.1 +1 -1 src/contrib/bzip2/sample2.bz2.uu 1.1.1.2.2.1 +1344 -1343 src/contrib/bzip2/sample2.ref.gz.uu 1.1.1.3.2.1 +1 -1 src/contrib/bzip2/sample3.bz2.uu 1.1.1.2.2.1 +2 -2 src/contrib/bzip2/sample3.ref.gz.uu 1.1.1.1.16.1 +15 -0 src/contrib/bzip2/spewG.c 1.1.1.1.16.1 +16 -1 src/contrib/bzip2/unzcrash.c 1.1.1.1.16.1 +5 -1 src/contrib/bzip2/words0 1.1.1.1.16.1 +1 -1 src/contrib/bzip2/words2 1.1.1.2.14.1 +10 -3 src/contrib/bzip2/words3 1.8.2.1 +0 -2 src/usr.bin/bzip2/Makefile 1.3.2.1 +0 -14 src/usr.bin/bzip2/doc/Makefile (dead) From owner-cvs-src@FreeBSD.ORG Wed Jul 11 07:08:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F51916A400; Wed, 11 Jul 2007 07:08:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7D013C459; Wed, 11 Jul 2007 07:08:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B78OWJ057501; Wed, 11 Jul 2007 07:08:24 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B78Nmr057500; Wed, 11 Jul 2007 07:08:23 GMT (envelope-from dougb) Message-Id: <200707110708.l6B78Nmr057500@repoman.freebsd.org> From: Doug Barton Date: Wed, 11 Jul 2007 07:08:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc Makefile src/etc/namedb Makefile PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost named.conf src/etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse.db X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:08:24 -0000 dougb 2007-07-11 07:08:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc Makefile etc/namedb Makefile named.conf Added files: (Branch: RELENG_6) etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse.db Removed files: (Branch: RELENG_6) etc/namedb PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost Log: MFC of the work committed on 2007-06-18 to improve the default named.conf. This brings us in line with BCP, and makes our installed configuration usable as a local resolver right out of the box. This includes: 1.359 of etc/Makefile 1.5 of etc/namedb/Makefile 1.1 of etc/namedb/master/Makefile all for the new files in etc/namedb/master, 1.23 and 1.24 of etc/namedb/named.conf to bring in the new configuration options, The new files in etc/namedb/master to support those options, And deletion of the old *localhost*.rev files. See the commit message to HEAD and the comments in the new named.conf file for more details about the changes and the reasons for them. Revision Changes Path 1.343.2.8 +13 -17 src/etc/Makefile 1.4.2.1 +6 -4 src/etc/namedb/Makefile 1.1.16.1 +0 -17 src/etc/namedb/PROTO.localhost-v6.rev (dead) 1.6.34.1 +0 -17 src/etc/namedb/PROTO.localhost.rev (dead) 1.7.2.1 +0 -49 src/etc/namedb/make-localhost (dead) 1.1.2.1 +9 -0 src/etc/namedb/master/Makefile (new) 1.1.2.1 +11 -0 src/etc/namedb/master/empty.db (new) 1.1.2.1 +11 -0 src/etc/namedb/master/localhost-forward.db (new) 1.1.2.1 +13 -0 src/etc/namedb/master/localhost-reverse.db (new) 1.21.2.2 +184 -36 src/etc/namedb/named.conf From owner-cvs-src@FreeBSD.ORG Wed Jul 11 07:16:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF85016A41F; Wed, 11 Jul 2007 07:16:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C968013C43E; Wed, 11 Jul 2007 07:16:57 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B7GvwK058466; Wed, 11 Jul 2007 07:16:57 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B7Gv7D058465; Wed, 11 Jul 2007 07:16:57 GMT (envelope-from delphij) Message-Id: <200707110716.l6B7Gv7D058465@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Jul 2007 07:16:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:16:58 -0000 delphij 2007-07-11 07:16:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Reflect bzip2 MFC. Revision Changes Path 1.883.2.77 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Jul 11 07:23:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 047CF16A46C; Wed, 11 Jul 2007 07:23:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D24F313C46E; Wed, 11 Jul 2007 07:23:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6B7NdXD059707; Wed, 11 Jul 2007 07:23:39 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6B7NdG0059703; Wed, 11 Jul 2007 07:23:39 GMT (envelope-from dougb) Message-Id: <200707110723.l6B7NdG0059703@repoman.freebsd.org> From: Doug Barton Date: Wed, 11 Jul 2007 07:23:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 07:23:40 -0000 dougb 2007-07-11 07:23:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . ObsoleteFiles.inc Log: Record the removal of the PROTO.localhost* stuff from etc/namedb Revision Changes Path 1.25.2.17 +4 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Wed Jul 11 10:49:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A95016A41F; Wed, 11 Jul 2007 10:49:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2B013C44B; Wed, 11 Jul 2007 10:49:07 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BAn6XR088102; Wed, 11 Jul 2007 10:49:06 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BAn6EK088101; Wed, 11 Jul 2007 10:49:06 GMT (envelope-from novel) Message-Id: <200707111049.l6BAn6EK088101@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 11 Jul 2007 10:49:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 10:49:07 -0000 novel 2007-07-11 10:49:06 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/ppp command.c ppp.8.m4 radius.c radius.h Log: MFC command.c 1.307, radius.h 1.22, radius.c 1.54, ppp.8.m4 1.326: Add a new option for ppp.conf: rad_port_id. It allows to change the way of what ppp submits to the RADIUS server as NAS-Port-Id. Possible options are: the PID of the process owning the corresponding interface, tun(4) interface number, interface index (as it would get returned by if_nametoindex(3)), or it's possible to keep the default behavior. Check the ppp(8) manual page for details. MFC ppp.8.m4 1.327: Cleanup after previous commit. PR: bin/112764 Submitted by: novel (myself) Approved by: flz Revision Changes Path 1.305.2.1 +27 -1 src/usr.sbin/ppp/command.c 1.322.2.1 +21 -0 src/usr.sbin/ppp/ppp.8.m4 1.52.2.2 +27 -10 src/usr.sbin/ppp/radius.c 1.21.2.1 +6 -0 src/usr.sbin/ppp/radius.h From owner-cvs-src@FreeBSD.ORG Wed Jul 11 12:14:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E2CF16A421; Wed, 11 Jul 2007 12:14:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4820413C46E; Wed, 11 Jul 2007 12:14:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BCEc2F098547; Wed, 11 Jul 2007 12:14:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BCEcka098546; Wed, 11 Jul 2007 12:14:38 GMT (envelope-from rwatson) Message-Id: <200707111214.l6BCEcka098546@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 12:14:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda 00READ X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 12:14:38 -0000 rwatson 2007-07-11 12:14:38 UTC FreeBSD src repository Removed files: sys/coda 00READ Log: Remove now-stale 00READ file in the Coda tree; rvb isn't the current contact for the Coda kernel module in FreeBSD. Approved by: re (kensmith) Revision Changes Path 1.4 +0 -15 src/sys/coda/00READ (dead) From owner-cvs-src@FreeBSD.ORG Wed Jul 11 13:18:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791F516A475; Wed, 11 Jul 2007 13:18:12 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA3B13C487; Wed, 11 Jul 2007 13:18:12 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 9A2BB8F3E; Wed, 11 Jul 2007 09:18:11 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 11 Jul 2007 09:18:11 -0400 X-Sasl-enc: pyU4OoCopV3OS3t1+Bb8o5mygxBZlqgnb4ZDo96vjiPK 1184159891 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 050464713; Wed, 11 Jul 2007 09:18:10 -0400 (EDT) Message-ID: <4694D892.8080408@FreeBSD.org> Date: Wed, 11 Jul 2007 14:18:10 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.4 (X11/20070630) MIME-Version: 1.0 To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200707102100.l6AL0AEo051953@repoman.freebsd.org> <20070710215448.GC75978@tirith.brixandersen.dk> In-Reply-To: <20070710215448.GC75978@tirith.brixandersen.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:18:12 -0000 Nifty, is this thing now known to work in FreeBSD? Henrik Brix Andersen wrote: > On Tue, Jul 10, 2007 at 09:00:10PM +0000, Warner Losh wrote: > >> imp 2007-07-10 21:00:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/usb usb_quirks.c usbdevs >> Log: >> Add additional product id and quirks entry for MetaGeek Wi-Spy >> > > This actually for the Wi-Spy 2.4x - a new generation of the > product. Perhaps the entry should reflect that by calling it WISPY24X > or similar? > > Regards, > Brix > From owner-cvs-src@FreeBSD.ORG Wed Jul 11 13:19:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA8BB16A469; Wed, 11 Jul 2007 13:19:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C1DC413C457; Wed, 11 Jul 2007 13:19:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BDJLYE013834; Wed, 11 Jul 2007 13:19:21 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BDJL4L013833; Wed, 11 Jul 2007 13:19:21 GMT (envelope-from delphij) Message-Id: <200707111319.l6BDJL4L013833@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Jul 2007 13:19:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:19:22 -0000 delphij 2007-07-11 13:19:21 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: Mention that BZIP2 1.0.4 was MFC'ed. Approved by: re (bmah) Revision Changes Path 1.1049 +2 -1 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Jul 11 13:31:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E737C16A421; Wed, 11 Jul 2007 13:31:24 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id A2E5B13C45A; Wed, 11 Jul 2007 13:31:24 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 5B8A01CC0BE; Wed, 11 Jul 2007 15:31:23 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 95C29B813; Wed, 11 Jul 2007 15:31:22 +0200 (CEST) Date: Wed, 11 Jul 2007 15:31:22 +0200 From: Henrik Brix Andersen To: "Bruce M. Simpson" Message-ID: <20070711133122.GA831@tirith.brixandersen.dk> Mail-Followup-To: "Bruce M. Simpson" , Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200707102100.l6AL0AEo051953@repoman.freebsd.org> <20070710215448.GC75978@tirith.brixandersen.dk> <4694D892.8080408@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <4694D892.8080408@FreeBSD.org> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:31:25 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 11, 2007 at 02:18:10PM +0100, Bruce M. Simpson wrote: > Nifty, is this thing now known to work in FreeBSD? Now? The Wi-Spy has worked with FreeBSD since my patch in usb/105669 was committed in November last year :) The user-land tools are available in ports as net-mgmt/wispy-tools, maintained by me. I have so far been unable to verify that the new Wi-Spy 2.4x works, since I do not have access to that hardware (should anybody want to sponsor me one, I'd be very happy to accept one ;). Regards, Brix --=20 Henrik Brix Andersen --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFGlNupv+Q4flTiePgRAqplAJwNUNeUg35KNBqyy34TVNit1On7cACgrB3v 8HrSfgCJqDkndwm86xiPsMk= =DzJP -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-cvs-src@FreeBSD.ORG Wed Jul 11 14:26:28 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5315216A400; Wed, 11 Jul 2007 14:26:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0BB13C458; Wed, 11 Jul 2007 14:26:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BEQRNR022396; Wed, 11 Jul 2007 14:26:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BEQRIP022395; Wed, 11 Jul 2007 14:26:27 GMT (envelope-from delphij) Message-Id: <200707111426.l6BEQRIP022395@repoman.freebsd.org> From: Xin LI Date: Wed, 11 Jul 2007 14:26:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 14:26:28 -0000 delphij 2007-07-11 14:26:27 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c Log: MFp4: Make use of the kernel unit number allocation facility for tmpfs nodes. Submitted by: Mingyan Guo Approved by: re (tmpfs blanket) Revision Changes Path 1.8 +2 -4 src/sys/fs/tmpfs/tmpfs.h 1.9 +2 -0 src/sys/fs/tmpfs/tmpfs_subr.c 1.6 +6 -14 src/sys/fs/tmpfs/tmpfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 14:27:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA87D16A468; Wed, 11 Jul 2007 14:27:45 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C472F13C483; Wed, 11 Jul 2007 14:27:45 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BERjaa022478; Wed, 11 Jul 2007 14:27:45 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BERj5n022477; Wed, 11 Jul 2007 14:27:45 GMT (envelope-from ariff) Message-Id: <200707111427.l6BERj5n022477@repoman.freebsd.org> From: Ariff Abdullah Date: Wed, 11 Jul 2007 14:27:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 14:27:46 -0000 ariff 2007-07-11 14:27:45 UTC FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Protect against divide by zero while calculating bus speed due to possible broken kernel timecounter. Reported/Tested by: silby Approved by: re (hrs) MFC after: 1 day Revision Changes Path 1.78 +5 -1 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 14:41:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3907916A41F; Wed, 11 Jul 2007 14:41:55 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1296213C447; Wed, 11 Jul 2007 14:41:55 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BEfsmt025499; Wed, 11 Jul 2007 14:41:54 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BEfswL025498; Wed, 11 Jul 2007 14:41:54 GMT (envelope-from harti) Message-Id: <200707111441.l6BEfswL025498@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 11 Jul 2007 14:41:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Cc: Subject: cvs commit: src/sys/contrib/ngatm/netnatm/api cc_conn.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 14:41:55 -0000 harti 2007-07-11 14:41:54 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) sys/contrib/ngatm/netnatm/api cc_conn.c Log: Vendor patch to remove some __inline qualifiers on non-static functions because they seem to cause warnings in gcc-4.2. Submitted by: mjacob Approved by: re Revision Changes Path 1.1.1.3 +7 -7 src/sys/contrib/ngatm/netnatm/api/cc_conn.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 15:48:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7909116A468; Wed, 11 Jul 2007 15:48:44 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6953F13C469; Wed, 11 Jul 2007 15:48:44 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BFmiDI035983; Wed, 11 Jul 2007 15:48:44 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BFmieR035982; Wed, 11 Jul 2007 15:48:44 GMT (envelope-from sam) Message-Id: <200707111548.l6BFmieR035982@repoman.freebsd.org> From: Sam Leffler Date: Wed, 11 Jul 2007 15:48:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: MALINEN Cc: Subject: cvs commit: src/contrib/wpa_supplicant - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 15:48:44 -0000 sam 2007-07-11 15:48:43 UTC FreeBSD src repository src/contrib/wpa_supplicant - Imported sources Update of /home/ncvs/src/contrib/wpa_supplicant In directory repoman.freebsd.org:/tmp/cvs-serv35896 Log Message: Import of WPA supplicant 0.5.8 Status: Vendor Tag: MALINEN Release Tags: v0_5_8 U src/contrib/wpa_supplicant/COPYING U src/contrib/wpa_supplicant/ChangeLog C src/contrib/wpa_supplicant/FREEBSD-Xlist C src/contrib/wpa_supplicant/FREEBSD-upgrade U src/contrib/wpa_supplicant/Makefile U src/contrib/wpa_supplicant/README U src/contrib/wpa_supplicant/aes.c U src/contrib/wpa_supplicant/aes_wrap.c U src/contrib/wpa_supplicant/aes_wrap.h U src/contrib/wpa_supplicant/base64.c U src/contrib/wpa_supplicant/base64.h U src/contrib/wpa_supplicant/common.c C src/contrib/wpa_supplicant/common.h U src/contrib/wpa_supplicant/config.c U src/contrib/wpa_supplicant/config.h U src/contrib/wpa_supplicant/config_file.c U src/contrib/wpa_supplicant/config_ssid.h U src/contrib/wpa_supplicant/config_types.h U src/contrib/wpa_supplicant/crypto.c U src/contrib/wpa_supplicant/crypto.h U src/contrib/wpa_supplicant/defconfig U src/contrib/wpa_supplicant/crypto_gnutls.c U src/contrib/wpa_supplicant/ctrl_iface.c U src/contrib/wpa_supplicant/ctrl_iface.h U src/contrib/wpa_supplicant/defs.h U src/contrib/wpa_supplicant/driver.h U src/contrib/wpa_supplicant/driver_hostap.h U src/contrib/wpa_supplicant/driver_ndis.c U src/contrib/wpa_supplicant/driver_ndis.h U src/contrib/wpa_supplicant/driver_wired.c U src/contrib/wpa_supplicant/drivers.c U src/contrib/wpa_supplicant/eap.c U src/contrib/wpa_supplicant/eap.h U src/contrib/wpa_supplicant/eap_aka.c U src/contrib/wpa_supplicant/eap_defs.h U src/contrib/wpa_supplicant/eap_fast.c U src/contrib/wpa_supplicant/eap_gtc.c U src/contrib/wpa_supplicant/eap_i.h U src/contrib/wpa_supplicant/eap_leap.c U src/contrib/wpa_supplicant/eap_md5.c U src/contrib/wpa_supplicant/eap_mschapv2.c U src/contrib/wpa_supplicant/eap_otp.c U src/contrib/wpa_supplicant/eap_pax.c U src/contrib/wpa_supplicant/eap_pax_common.c U src/contrib/wpa_supplicant/eap_pax_common.h U src/contrib/wpa_supplicant/eap_peap.c U src/contrib/wpa_supplicant/eap_psk.c U src/contrib/wpa_supplicant/eap_psk_common.c U src/contrib/wpa_supplicant/eap_psk_common.h U src/contrib/wpa_supplicant/eap_sim.c U src/contrib/wpa_supplicant/eap_sim_common.c U src/contrib/wpa_supplicant/eap_sim_common.h U src/contrib/wpa_supplicant/eap_testing.txt U src/contrib/wpa_supplicant/eap_tls.c U src/contrib/wpa_supplicant/eap_tls_common.c U src/contrib/wpa_supplicant/eap_tls_common.h U src/contrib/wpa_supplicant/eap_tlv.c U src/contrib/wpa_supplicant/eap_tlv.h U src/contrib/wpa_supplicant/eap_ttls.c U src/contrib/wpa_supplicant/eap_ttls.h U src/contrib/wpa_supplicant/eapol_sm.c U src/contrib/wpa_supplicant/eapol_sm.h U src/contrib/wpa_supplicant/eapol_test.c U src/contrib/wpa_supplicant/eloop.c U src/contrib/wpa_supplicant/eloop.h C src/contrib/wpa_supplicant/events.c U src/contrib/wpa_supplicant/main.c U src/contrib/wpa_supplicant/hostapd.h U src/contrib/wpa_supplicant/l2_packet.h U src/contrib/wpa_supplicant/md5.c U src/contrib/wpa_supplicant/md5.h U src/contrib/wpa_supplicant/ms_funcs.c U src/contrib/wpa_supplicant/ms_funcs.h U src/contrib/wpa_supplicant/openssl-tls-extensions.patch U src/contrib/wpa_supplicant/pcsc_funcs.c U src/contrib/wpa_supplicant/pcsc_funcs.h U src/contrib/wpa_supplicant/preauth.c U src/contrib/wpa_supplicant/preauth.h U src/contrib/wpa_supplicant/preauth_test.c U src/contrib/wpa_supplicant/radius.c U src/contrib/wpa_supplicant/radius.h U src/contrib/wpa_supplicant/radius_client.c U src/contrib/wpa_supplicant/radius_client.h U src/contrib/wpa_supplicant/rc4.c U src/contrib/wpa_supplicant/rc4.h U src/contrib/wpa_supplicant/sha1.c U src/contrib/wpa_supplicant/sha1.h U src/contrib/wpa_supplicant/tls.h U src/contrib/wpa_supplicant/tls_gnutls.c U src/contrib/wpa_supplicant/tls_none.c U src/contrib/wpa_supplicant/tls_openssl.c U src/contrib/wpa_supplicant/tls_schannel.c U src/contrib/wpa_supplicant/todo.txt U src/contrib/wpa_supplicant/version.h U src/contrib/wpa_supplicant/wpa.c U src/contrib/wpa_supplicant/wpa.h U src/contrib/wpa_supplicant/wpa_cli.c C src/contrib/wpa_supplicant/wpa_ctrl.c U src/contrib/wpa_supplicant/wpa_ctrl.h U src/contrib/wpa_supplicant/wpa_i.h U src/contrib/wpa_supplicant/wpa_passphrase.c C src/contrib/wpa_supplicant/wpa_supplicant.c U src/contrib/wpa_supplicant/wpa_supplicant.conf U src/contrib/wpa_supplicant/wpa_supplicant.h U src/contrib/wpa_supplicant/wpa_supplicant_i.h N src/contrib/wpa_supplicant/wpa_common.h N src/contrib/wpa_supplicant/tlsv1_common.h N src/contrib/wpa_supplicant/tlsv1_common.c N src/contrib/wpa_supplicant/tlsv1_client.h N src/contrib/wpa_supplicant/tlsv1_client.c N src/contrib/wpa_supplicant/tls_internal.c N src/contrib/wpa_supplicant/state_machine.h N src/contrib/wpa_supplicant/sha256.h N src/contrib/wpa_supplicant/sha256.c N src/contrib/wpa_supplicant/rsa.h N src/contrib/wpa_supplicant/rsa.c N src/contrib/wpa_supplicant/pmksa_cache.h N src/contrib/wpa_supplicant/pmksa_cache.c N src/contrib/wpa_supplicant/os_unix.c N src/contrib/wpa_supplicant/os_none.c N src/contrib/wpa_supplicant/os_internal.c N src/contrib/wpa_supplicant/os.h N src/contrib/wpa_supplicant/openssl-0.9.8e-tls-extensions.patch N src/contrib/wpa_supplicant/openssl-0.9.8d-tls-extensions.patch N src/contrib/wpa_supplicant/nmake.mak N src/contrib/wpa_supplicant/mlme.h N src/contrib/wpa_supplicant/mlme.c N src/contrib/wpa_supplicant/md4.c N src/contrib/wpa_supplicant/libtommath.c N src/contrib/wpa_supplicant/includes.h N src/contrib/wpa_supplicant/eloop_win.c N src/contrib/wpa_supplicant/eap_sake.c N src/contrib/wpa_supplicant/eloop_none.c N src/contrib/wpa_supplicant/eap_vendor_test.c N src/contrib/wpa_supplicant/eap_sake_common.h N src/contrib/wpa_supplicant/eap_sake_common.c N src/contrib/wpa_supplicant/eap_methods.h N src/contrib/wpa_supplicant/eap_methods.c N src/contrib/wpa_supplicant/eap_gpsk_common.h N src/contrib/wpa_supplicant/eap_gpsk_common.c N src/contrib/wpa_supplicant/eap_gpsk.c N src/contrib/wpa_supplicant/des.c N src/contrib/wpa_supplicant/dbus_dict_helpers.h N src/contrib/wpa_supplicant/dbus_dict_helpers.c N src/contrib/wpa_supplicant/dbus-wpa_supplicant.conf N src/contrib/wpa_supplicant/ctrl_iface_unix.c N src/contrib/wpa_supplicant/ctrl_iface_udp.c N src/contrib/wpa_supplicant/ctrl_iface_named_pipe.c N src/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.h N src/contrib/wpa_supplicant/ctrl_iface_dbus_handlers.c N src/contrib/wpa_supplicant/ctrl_iface_dbus.h N src/contrib/wpa_supplicant/ctrl_iface_dbus.c N src/contrib/wpa_supplicant/crypto_none.c N src/contrib/wpa_supplicant/crypto_libtomcrypt.c N src/contrib/wpa_supplicant/crypto_internal.c N src/contrib/wpa_supplicant/crypto_cryptoapi.c N src/contrib/wpa_supplicant/config_winreg.c N src/contrib/wpa_supplicant/config_none.c N src/contrib/wpa_supplicant/build_config.h N src/contrib/wpa_supplicant/bignum.h N src/contrib/wpa_supplicant/bignum.c N src/contrib/wpa_supplicant/asn1_test.c N src/contrib/wpa_supplicant/asn1.h N src/contrib/wpa_supplicant/asn1.c N src/contrib/wpa_supplicant/aes.h N src/contrib/wpa_supplicant/x509v3.h N src/contrib/wpa_supplicant/x509v3.c U src/contrib/wpa_supplicant/doc/code_structure.doxygen U src/contrib/wpa_supplicant/doc/ctrl_iface.doxygen U src/contrib/wpa_supplicant/doc/doxygen.fast U src/contrib/wpa_supplicant/doc/doxygen.full U src/contrib/wpa_supplicant/doc/driver_wrapper.doxygen U src/contrib/wpa_supplicant/doc/eap.doxygen U src/contrib/wpa_supplicant/doc/kerneldoc2doxygen.pl U src/contrib/wpa_supplicant/doc/mainpage.doxygen U src/contrib/wpa_supplicant/doc/porting.doxygen U src/contrib/wpa_supplicant/doc/testing_tools.doxygen U src/contrib/wpa_supplicant/doc/wpa_supplicant.fig U src/contrib/wpa_supplicant/doc/docbook/Makefile U src/contrib/wpa_supplicant/doc/docbook/wpa_background.8 U src/contrib/wpa_supplicant/doc/docbook/wpa_background.sgml U src/contrib/wpa_supplicant/doc/docbook/wpa_cli.8 U src/contrib/wpa_supplicant/doc/docbook/wpa_cli.sgml U src/contrib/wpa_supplicant/doc/docbook/wpa_passphrase.8 U src/contrib/wpa_supplicant/doc/docbook/wpa_passphrase.sgml U src/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.8 U src/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.conf.5 U src/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.conf.sgml U src/contrib/wpa_supplicant/doc/docbook/wpa_supplicant.sgml U src/contrib/wpa_supplicant/examples/ieee8021x.conf U src/contrib/wpa_supplicant/examples/plaintext.conf U src/contrib/wpa_supplicant/examples/wep.conf U src/contrib/wpa_supplicant/examples/wpa-psk-tkip.conf U src/contrib/wpa_supplicant/examples/wpa2-eap-ccmp.conf U src/contrib/wpa_supplicant/wpa_gui/eventhistory.ui U src/contrib/wpa_supplicant/wpa_gui/eventhistory.ui.h U src/contrib/wpa_supplicant/wpa_gui/main.cpp U src/contrib/wpa_supplicant/wpa_gui/networkconfig.ui U src/contrib/wpa_supplicant/wpa_gui/networkconfig.ui.h U src/contrib/wpa_supplicant/wpa_gui/scanresults.ui U src/contrib/wpa_supplicant/wpa_gui/scanresults.ui.h U src/contrib/wpa_supplicant/wpa_gui/userdatarequest.ui U src/contrib/wpa_supplicant/wpa_gui/userdatarequest.ui.h U src/contrib/wpa_supplicant/wpa_gui/wpa_gui.pro U src/contrib/wpa_supplicant/wpa_gui/wpagui.ui U src/contrib/wpa_supplicant/wpa_gui/wpagui.ui.h U src/contrib/wpa_supplicant/wpa_gui/wpamsg.h N src/contrib/wpa_supplicant/wpa_gui/setup-mingw-cross-compiling N src/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.h U src/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.ui U src/contrib/wpa_supplicant/wpa_gui-qt4/main.cpp U src/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.ui U src/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.ui U src/contrib/wpa_supplicant/wpa_gui-qt4/setup-mingw-cross-compiling U src/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui U src/contrib/wpa_supplicant/wpa_gui-qt4/wpa_gui.pro U src/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.ui U src/contrib/wpa_supplicant/wpa_gui-qt4/wpamsg.h N src/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp N src/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.cpp N src/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.h N src/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.cpp N src/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.h N src/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.cpp N src/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.h N src/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp N src/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.h 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jMALINEN:yesterday -jMALINEN src/contrib/wpa_supplicant From owner-cvs-src@FreeBSD.ORG Wed Jul 11 15:58:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D4B116A400; Wed, 11 Jul 2007 15:58:53 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id F119713C447; Wed, 11 Jul 2007 15:58:52 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BFwqrU036970; Wed, 11 Jul 2007 15:58:52 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BFwqhl036966; Wed, 11 Jul 2007 15:58:52 GMT (envelope-from sam) Message-Id: <200707111558.l6BFwqhl036966@repoman.freebsd.org> From: Sam Leffler Date: Wed, 11 Jul 2007 15:58:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/wpa_supplicant common.h driver_ndis_.c events.c wpa_ctrl.c wpa_supplicant.c src/contrib/wpa_supplicant/wpa_gui-qt4 eventhistory.ui.h networkconfig.ui.h scanresults.ui.h userdatarequest.ui.h wpagui.ui.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 15:58:53 -0000 sam 2007-07-11 15:58:52 UTC FreeBSD src repository Modified files: contrib/wpa_supplicant common.h events.c wpa_ctrl.c wpa_supplicant.c Removed files: contrib/wpa_supplicant driver_ndis_.c contrib/wpa_supplicant/wpa_gui-qt4 eventhistory.ui.h networkconfig.ui.h scanresults.ui.h userdatarequest.ui.h wpagui.ui.h Log: resolve merge conflicts Reviewed by: thompsa, sephe Approved by: re (hrs) Revision Changes Path 1.4 +257 -55 src/contrib/wpa_supplicant/common.h 1.2 +0 -164 src/contrib/wpa_supplicant/driver_ndis_.c (dead) 1.3 +191 -66 src/contrib/wpa_supplicant/events.c 1.5 +241 -54 src/contrib/wpa_supplicant/wpa_ctrl.c 1.2 +0 -41 src/contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.ui.h (dead) 1.2 +0 -513 src/contrib/wpa_supplicant/wpa_gui-qt4/networkconfig.ui.h (dead) 1.2 +0 -101 src/contrib/wpa_supplicant/wpa_gui-qt4/scanresults.ui.h (dead) 1.2 +0 -70 src/contrib/wpa_supplicant/wpa_gui-qt4/userdatarequest.ui.h (dead) 1.2 +0 -651 src/contrib/wpa_supplicant/wpa_gui-qt4/wpagui.ui.h (dead) 1.4 +683 -256 src/contrib/wpa_supplicant/wpa_supplicant.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 15:59:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1DE616A41F; Wed, 11 Jul 2007 15:59:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC6213C484; Wed, 11 Jul 2007 15:59:42 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BFxgB4037030; Wed, 11 Jul 2007 15:59:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BFxgxD037029; Wed, 11 Jul 2007 15:59:42 GMT (envelope-from sam) Message-Id: <200707111559.l6BFxgxD037029@repoman.freebsd.org> From: Sam Leffler Date: Wed, 11 Jul 2007 15:59:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/wpa_supplicant FREEBSD-Xlist FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 15:59:42 -0000 sam 2007-07-11 15:59:42 UTC FreeBSD src repository Modified files: contrib/wpa_supplicant FREEBSD-Xlist FREEBSD-upgrade Log: update for 0.5.8 import Approved by: re (hrs) Revision Changes Path 1.4 +12 -0 src/contrib/wpa_supplicant/FREEBSD-Xlist 1.2 +4 -4 src/contrib/wpa_supplicant/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Wed Jul 11 16:04:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A6516A400; Wed, 11 Jul 2007 16:04:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 003FC13C468; Wed, 11 Jul 2007 16:04:08 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BG481P038800; Wed, 11 Jul 2007 16:04:08 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BG485f038797; Wed, 11 Jul 2007 16:04:08 GMT (envelope-from sam) Message-Id: <200707111604.l6BG485f038797@repoman.freebsd.org> From: Sam Leffler Date: Wed, 11 Jul 2007 16:04:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_cli Makefile src/usr.sbin/wpa/wpa_passphrase Makefile src/usr.sbin/wpa/wpa_supplicant Makefile Packet32.c wpa_supplicant.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:04:09 -0000 sam 2007-07-11 16:04:08 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_cli Makefile usr.sbin/wpa/wpa_passphrase Makefile usr.sbin/wpa/wpa_supplicant Makefile Packet32.c wpa_supplicant.conf.5 Log: update for wpa_supplicant 0.5.8 import: o unix domain socket to wpa_cli is configured w/ CONFIG_CTRL_IFACE_UNIX o terminate on last interface option is configured w/ CONFIG_TERMINATE_ONLASTIF o ndis/Packet32.c fixups to force roaming mode to manual o document new mixed_cell config knob Submitted by: thompsa (Packet32.c) Reviewed by: thompsa, sephe Approved by: re (hrs) Revision Changes Path 1.3 +4 -1 src/usr.sbin/wpa/wpa_cli/Makefile 1.2 +3 -0 src/usr.sbin/wpa/wpa_passphrase/Makefile 1.9 +8 -4 src/usr.sbin/wpa/wpa_supplicant/Makefile 1.4 +28 -0 src/usr.sbin/wpa/wpa_supplicant/Packet32.c 1.9 +5 -1 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Jul 11 16:57:38 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F23816A41F for ; Wed, 11 Jul 2007 16:57:38 +0000 (UTC) (envelope-from haanjdj@kpnplanet.nl) Received: from cpsmtp-voip03.kpnplanet.nl (cpsmtp-voip03.KPNplanet.nl [213.75.38.87]) by mx1.freebsd.org (Postfix) with ESMTP id B38D413C448 for ; Wed, 11 Jul 2007 16:57:37 +0000 (UTC) (envelope-from haanjdj@kpnplanet.nl) Received: from bogomip ([86.90.176.30]) by cpsmtp-voip03.kpnplanet.nl with Microsoft SMTPSVC(5.0.2195.6713); Wed, 11 Jul 2007 18:45:33 +0200 From: "Derkjan de Haan" To: Date: Wed, 11 Jul 2007 18:45:17 +0200 Message-ID: <000001c7c3da$dca0a1b0$95e1e510$@nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfD2txDcZs3JEk5SuydlQYaB6VRQg== Content-Language: nl X-OriginalArrivalTime: 11 Jul 2007 16:45:33.0204 (UTC) FILETIME=[E5FA9540:01C7C3DA] Subject: cvs commit: src/etc Makefile src/etc/namedb Makefile PROTO.localhost-v6.rev PROTO.localhost.rev make-localhost named.conf src/etc/namedb/master Makefile empty.db localhost-forward.db localhost-reverse.db X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 16:57:38 -0000 Can it be that the disable-empty-zone keyword is not supported in the version of BIND shipped with RELENG_6 ? Regards, Derkjan de Haan Jul 11 18:39:49 olivetti named[23069]: starting BIND 9.3.4 -t /var/named -u bind Jul 11 18:39:49 olivetti named[23069]: loading configuration from '/etc/namedb/named.conf' Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:18: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti kernel: Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:18: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:19: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti kernel: Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:19: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:20: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti kernel: Jul 11 18:39:49 olivetti named[23069]: /etc/namedb/named.conf:20: unknown option 'disable-empty-zone' Jul 11 18:39:49 olivetti named[23069]: loading configuration: failure Jul 11 18:39:49 olivetti kernel: Jul 11 18:39:49 olivetti named[23069]: loading configuration: failure Jul 11 18:39:49 olivetti named[23069]: exiting (due to fatal error) Jul 11 18:39:49 olivetti kernel: Jul 11 18:39:49 olivetti named[23069]: exiting (due to fatal error) From owner-cvs-src@FreeBSD.ORG Wed Jul 11 18:51:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C1CFE16A46F; Wed, 11 Jul 2007 18:51:31 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9B67113C4B9; Wed, 11 Jul 2007 18:51:31 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BIpV4f067805; Wed, 11 Jul 2007 18:51:31 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BIpV4t067804; Wed, 11 Jul 2007 18:51:31 GMT (envelope-from attilio) Message-Id: <200707111851.l6BIpV4t067804@repoman.freebsd.org> From: Attilio Rao Date: Wed, 11 Jul 2007 18:51:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys lock_profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:51:31 -0000 attilio 2007-07-11 18:51:31 UTC FreeBSD src repository Modified files: sys/sys lock_profile.h Log: Fix userland applications compilation by using correct KPI protection macros for lock_profiling. Reported by: Tom McLaughlin Tested by: Tom McLaughlin Approved by: jeff (mentor) Approved by: re Revision Changes Path 1.14 +7 -0 src/sys/sys/lock_profile.h From owner-cvs-src@FreeBSD.ORG Wed Jul 11 18:57:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F16B16A400; Wed, 11 Jul 2007 18:57:16 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38ACD13C44C; Wed, 11 Jul 2007 18:57:16 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BIvGS0068227; Wed, 11 Jul 2007 18:57:16 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BIvGFd068226; Wed, 11 Jul 2007 18:57:16 GMT (envelope-from emax) Message-Id: <200707111857.l6BIvGFd068226@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 11 Jul 2007 18:57:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 18:57:16 -0000 emax 2007-07-11 18:57:15 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Fix kbdmux(4) issue with backslash/underscore key not working on Japanese 106/109 keyboard. PR: kern/112214, kern/99090 Submitted by: TOMITA Yoshinori, TAKAHASHI Yoshihiro Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.15 +3 -0 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 20:39:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1800716A41F; Wed, 11 Jul 2007 20:39:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC3AF13C44B; Wed, 11 Jul 2007 20:39:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BKdrxD085594; Wed, 11 Jul 2007 20:39:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BKdrno085593; Wed, 11 Jul 2007 20:39:53 GMT (envelope-from rwatson) Message-Id: <200707112039.l6BKdrno085593@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 20:39:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda coda_fbsd.c coda_psdev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 20:39:54 -0000 rwatson 2007-07-11 20:39:53 UTC FreeBSD src repository Modified files: sys/coda coda_fbsd.c coda_psdev.c Log: Avoid crash when opening Coda device: when allocating coda_mntinfo, we need to initialize dev so that we can actually find the allocated coda_mntinfo structure later on. Submitted by: Jan Harkes Approved by: re (kensmith) Revision Changes Path 1.44 +3 -2 src/sys/coda/coda_fbsd.c 1.36 +7 -5 src/sys/coda/coda_psdev.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:21:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D744C16A46B; Wed, 11 Jul 2007 21:21:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B019113C45E; Wed, 11 Jul 2007 21:21:56 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BLLu17099114; Wed, 11 Jul 2007 21:21:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BLLugx099113; Wed, 11 Jul 2007 21:21:56 GMT (envelope-from rwatson) Message-Id: <200707112121.l6BLLugx099113@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 21:21:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda coda_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:21:56 -0000 rwatson 2007-07-11 21:21:55 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Resolve Coda mount failing because Coda failed to match the device operations. But we don't have to, if we find the coda_mntinfo structure for this device in our linked list, we know the device is good. Submitted by: Jan Harkes Approved by: re (kensmith) Revision Changes Path 1.62 +4 -8 src/sys/coda/coda_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:25:49 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47F4C16A400; Wed, 11 Jul 2007 21:25:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1FC6113C448; Wed, 11 Jul 2007 21:25:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BLPnW4099374; Wed, 11 Jul 2007 21:25:49 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BLPmAS099373; Wed, 11 Jul 2007 21:25:48 GMT (envelope-from thompsa) Message-Id: <200707112125.l6BLPmAS099373@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 11 Jul 2007 21:25:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:25:49 -0000 thompsa 2007-07-11 21:25:48 UTC FreeBSD src repository Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c Log: Now that wicontrol has been removed from the base system the corresponding ioctls can be removed. These have been #ifdef'd out and left as a reference in case any of the RIDs need to be turned into sysctls at a later date. Reviewed by: sam, avatar Approved by: re (kensmith) Revision Changes Path 1.21 +2 -0 src/sys/dev/wi/if_wavelan_ieee.h 1.211 +13 -1 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:30:44 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C15E16A41F for ; Wed, 11 Jul 2007 21:30:44 +0000 (UTC) (envelope-from ugq@gpllc.com) Received: from mail.textilesomnes.com (mail.textilesomnes.com [201.236.222.50]) by mx1.freebsd.org (Postfix) with SMTP id D6B6413C46E for ; Wed, 11 Jul 2007 21:30:40 +0000 (UTC) (envelope-from ugq@gpllc.com) Received: from [118.187.158.59] (helo=rbyv) by mail.textilesomnes.com with smtp (Exim 4.66 (FreeBSD)) id 1I9nJ-0004cy-8k; Wed, 11 Jul 2007 16:32:21 -0500 Message-ID: <46954B51.1010401@cate.org> Date: Wed, 11 Jul 2007 16:27:45 -0500 From: Amabel Clarke User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: cvs-src@freebsd.org Content-Type: multipart/mixed; boundary="------------040808030208040007010605" Subject: Bulletin.vttdrluxhh.pdf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:30:44 -0000 --------------040808030208040007010605 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------040808030208040007010605 Content-Type: application/pdf; name="Bulletin.vttdrluxhh.pdf" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Bulletin.vttdrluxhh.pdf" JVBERi0xLjMgCjEgMCBvYmoKPDwKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK L1BhZ2VzIDMgMCBSCj4+CmVuZG9iagozIDAgb2JqCjw8Ci9UeXBlIC9QYWdlcwovS2lkcyBbIDQg MCBSIF0KL0NvdW50IDEKPj4KZW5kb2JqCjQgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAz IDAgUgovUmVzb3VyY2VzIDw8Ci9Gb250IDw8IC9GMCA4IDAgUiA+PgovWE9iamVjdCA8PCAvSW0w IDkgMCBSID4+Ci9Qcm9jU2V0IDcgMCBSID4+Ci9NZWRpYUJveCBbMCAwIDg5MyAyMDRdCi9Dcm9w Qm94IFswIDAgODkzIDIwNF0KL0NvbnRlbnRzIDUgMCBSCi9UaHVtYiAxMiAwIFIKPj4KZW5kb2Jq CjUgMCBvYmoKPDwKL0xlbmd0aCA2IDAgUgo+PgpzdHJlYW0KcQo4OTMgMCAwIDIwNCAwIDAgY20K L0ltMCBEbwpRCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iagozMQplbmRvYmoKNyAwIG9iagpbIC9Q REYgL1RleHQgL0ltYWdlSSBdCmVuZG9iago4IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBl IC9UeXBlMQovTmFtZSAvRjAKL0Jhc2VGb250IC9IZWx2ZXRpY2EKL0VuY29kaW5nIC9NYWNSb21h bkVuY29kaW5nCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9J bWFnZQovTmFtZSAvSW0wCi9GaWx0ZXIgWyAvTFpXRGVjb2RlIF0KL1dpZHRoIDg5MwovSGVpZ2h0 IDIwNAovQ29sb3JTcGFjZSAxMSAwIFIKL0JpdHNQZXJDb21wb25lbnQgOAovTGVuZ3RoIDEwIDAg Ugo+PgpzdHJlYW0KgAAgUDgkFg0HhEJhULhkNh0PiERiUTikVi0XjEZjUbjkdj0fkEhkUjkklk0n lEplUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZr Vbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxm Nx2PyGRyWTymVy2XzGZzWbzmdz2f0Gh0Wj0ml02n1Gp1Wr1mtxZtY8EY5tgRFItYNu3jZFNu92kD 2eu4XD4ky2Gy38Q488Iuxku2ge94HOhW8iDH3U9Y/UifN4vf8Fe4PRA0z3PcAHW7vokHQhHL6vJh vqhXY5v3one8P7/lV3KBPG9LswA2bpJG/7to09yDv0hbtt8hEFoM+DgOa7AAQMgz7Qy+iEwao0Ev 7EURqY/4AQDCUGwzEKOQQ9iGt62znOw+0BvS6jbRzHDqQygkJILALaxw3jfQ+gkDQ7CMXojGkDN6 2cWITCkIt9E0ARtEksy0oELO5H8Cw09kiOs2DfSW6LkwugUezXGTbxW28aNrAcGwXNUTzYgr3TG4 D5RPIcV0BGLaz9Bj0QWAzdNnHMsTW2kywJQjcvlKcLP1IkhQrLdN04njtyjH9HPlKMMOzMrxzug8 4TQg0cxvDErRO7MJRZO0bQhBkBytINZIGIoDUDK7ot1PNWu3OtHuzO9bQLR7qQTBcMwpWwAWBX1n 0bTttW2ltSRTHk0vRa01yhTUpS7O881DAUZ1nAda3dTNHPe5I2vLAE/WXXE/2FNt5oXI1yUpeNX3 m+EQt7e8jy9ZU33Dc1uYjiSU289Eq1HQ800hOaFStFVCwlDjYzrhV+Y5k9YX3VU+SPadj4c6dfSK 51iyBRuN39eV02dmOZVG+VqWDieh6I7WLY1FFs3Ja9WT1i03Xk9NC19RmlJDM1SQjgLZSw4864JG 8q17YVxwxhUg6/WGewFou27cnFJuDDmrQbndjI5rajzdRmHwE+8zoXSdYoPGlU7fw/EMBvKrXXxP HcfyCXcbyPKcry3L8xzPNc3znO89z/QdD0XR9J0vTdP1HU9V1fWdb13X9h2PZdn2na9t2/cdz3Xd 953vfd/4Hg+F4fieLzk78NEtsvskdj+Z4zq4Ytfkod6ir6giM3PHj9CZfN8xwTZr7Ni2FGOvoD7x jRUZRZ9uprPHVSVw3P11hYDfxZmqaR1nKCukepaKMUHkYcmxBJi5SKm2f0hVr6RH3pAOcyGB5Dn2 KLI2mYpasXJplSejJHyxGrE0cGRpQZGnrJTb0m45KdVnm0fy89fz3GpEGbKhNHClIJpAaAdiFack +oERmb+ApYFoqmUesk6yG1hsmZEh1oUFIeP0gispcKh0hqqNpAA9UAl/wJcAv0+rOEQvWIYmpXcA 1ItjZaQyBqkmqLKSgcd9sHjZLNZVGttaGGLI1iEp9Y5EohvRObDhJx7kNuCQs2pmzKGCkfSDHMl7 /4vkPkCbtTBJVlxGjAp9fDJjgrrQCkhkED1aw5Pij6HkDHlycQDGRBT6Y+HMVNJp/5vGRygiO0yN SBmskOTZEVSKoFZnsWDAqI8MiKKXivIxwj+EZrtIwvZnT+DdJJkUfVdzfJqNsTwdOMct16OBYwwu Ra83FkkmBN1tUCnvNNk7DZH85yLqxl6RVhMC0pRZekj59TVISn3kSlKdp3ZTQmTpJqNSn2ePhiEo 2UJv4UQ1nLHoiyJjoH0RpKtBJ8JKkZo5QUl8LJ3qwOgy9qaD4V0HXnPVGCNp0vhO48hrrD0+HnXA RaZTVGZIOmdGmjsp4mTbhnHh6MH300WnBOpP9G5oRYcCu87iU27UsT0/U+qi33ygqi/Q2ESn+zXo nHUkE9JJtaf9D2hU+InzxlrGo7zz321RR2leNDHaQEYVTOlusA45ScQqouILF1yQwgEexVMfJxsd mq+SKU1UusPQfTGu9Fabq5gQS1v6VlpP0T/ApVTaKVUkrKudp0S33MQeS+qrsM3wWVIoqiZdQyE2 wT7DAikZ1/pqSTPhkzHELoIjhUqP0rZBq3hzPSxLEDpVUg/GCc8KJuQ6ZbSVka9VdJPrkqG5lOKe 06acypH7IoEXQncrVjKrUevIWfXJpkyJwpCjjB+VJElvVHl0vxuNS5sTXSdMSUjSreVVPdWpRRsb InIJKfBmdsbtkipEyl9Sv7OxbPPHpkVzaSTzpdQqt8LbUJYTtdVqVNp3ETVQ2Caz/sCqthDOKsUi sBw4IbXlOL36EvkXRfqA1REPWFrCrKY0QLtv8vun1LquZm1GPKtC62PF/pfcAkVHSYz8OEmfhi5U K2SzXQsvXKNha55OWHVa4V7GdTyndQFJCprRtcqqoZmOR4/WzZgyeFD+oN2Tb8sSHJ+qYIUV5WNc F3UZRcsxmFucWkeneOOkifehrb4baZcNg7DcWKaf/j6Lr1cPNjVcoSp8acsESTYwihrS8S501HcB 8eOK46VvefHEmbqjXJjZHRqOopey41rURWMv8ZR5I9nPUaQpR1nWvKHL7a0jalmHQlvtzrJSmwvk /FqDqXKNr2jemFFJGq9bnqLVOWFU4Bzfpu6LBWEWHz7V2Y0iK6uEoQyan5JFls0pSfRll+GaMj0e nHNul5UaTR5mFWUdro2/ohsS9O12XpewidGL6Jr62lPmoXU2drXbY1HSW4KLpg2L1jPnYmOzoRP1 vXk9Fcc4IafRE7aNYLZVgwaRXkuuWWtAlHavZVdtmNHnhIaKkeXx053QhO4O1iLuGYDRmNMrKmpd P1uHCag6u4Hu8nOBx3dLNOQf0mNVvSRN2p9s9btxbXONfBSPjzKOKcB2Lea3py0m6krRBzgZILbE FUTqJ8vFuLuCnfE3YPF+sts2331fiIaL2AvcvTLrXEU583FGzlaWBjqJr8hrrqBu+8wyLB3XBCOa kWaykaZGKX/LY595XYdMdtLNIZbjpUYCH9MknyxeBNfS7Dz1zbeb7l7bXKU+VXV66R63ggpqSBV3 Ckm7wi2U2269tJ9bU/Bq0cDKf9HBT4mVsKpohHy21/cMTJi8w2IqW9VVP378mmW115fe/LnoE9vw fzFdzQlv8ZrfelNtzC7P7HoQCHOv+wCwEGIo7i7vVCOpXQEjVv/jlP6NvvpQKDQwBqcP2HAv8oRM tq8MWwMmVwEJKwJEYQLinv/wDjdwOmAKTwLpewHj5wWivwRCJwVjrwaPbwAtIiOpAwbMVCfwNi8O Ipom+NcwhtOCPweCnLkCIwcKgGAJiHxjppBo2QUPSQdKiitQTE+p/t3QeiMwunzvZt9seqzqAl2I FoeIYQfrJwkicrIw4CtvuN8KdpDwGsgELtPpeKmu9ExObiHmsQWNIH4vvpBQukOo4reKbJJnBryG bRAlXoXtZQ8r6QtLZxME5oSosQqCVleKFKykOIVl6urrFNPmtECnlsyQHOdI/o3LmIRkPl0xVusk vsjo9HsDqviRFkPIHI4HnjzpLsTM5O6RDjxOCsuIXGYLCwFmpIAuyj3k6P4IIPwqlu/qZF8RnQgq zu9srI/wrNPE9osm/roj/l0IpmexerFISn5l2rOO8wyp+RvRIuQxyuDv5qnErn0mfJ6NtGMP4jbq AJZvnxMofGUvJospnEIEnl+kclcI/FFIBItRXntI4Pwvmvrt9LrLGRdkjrgo6IGyKqDqFJvN4vSG xEFxxxBMQFDp5N7vDttqOF2rLt0rZxSronzOcFXvwu3pbNzr7ySvbC1GsxRtwJjrKm9x4JrvuLSK dvbPdsdHtSmqOIQxHxqPvEUF7yVO/x9q5qApPyWtxk9PCnklvpfFbqysQyZjkRHGpm5maSxShiBK JPmOPuwKeFHSBGwIsSqxzIXIrrlmHSuF2O3EbPNvZxSSnlSvvSPs4vWTGSHE6PGN/IfzExbJqq7x ZEXxOPOL7xZuPuDTLSbSUEqpoRzuzOHp9Ilm6rQrUK6wZCxGAlpJwDpIpFWRaRoIgG6OpNaMjPlk 5nqEwD5rjMdkwzVSnyuKZKRH8xyFjION2qiLdH6SzziPVwZwvK5rTvrqiSVTMtIHqFixjNWzIuxF jO6uZJmE/mLoby/qlmXm1Lfn4pUzvIlkJxINfT2z1KzT7F+TWmULdTJuCSxz7zFyVzGvASckzyAz RL1NvN1JBvrIyqsqLNnrTm0rOskTfKUTjC0EVS4rPG2D/lEnuTclTGSrmH2RFPYuwRdNywoLwysQ smqEUNTlyFbTmRkyVTKpKGSlVpMsXvlTfQtpuspyaT8Kvs0l4qMTINkTry5vaN5TLFikkmPqPxzM lr/NwRUTMT+repAr0qvT90NS6PkT/yc0bGosOuJQT0DIhQPxfRvlrzO0iMdUHSYTtzSMktURntQJ gsPUMUbygJNrLk1QxirI/IJz5F2Skn0oQwH0VFRqoJdO5HCt+vDwsycS50gvI0/PtTvGEU1tUKMs rujxuIukL0gI6pJxbzsPkqKmbqUqdUmVMN0UVmY0om7vBmpkkzm0rkBEi0vyOz5PtJGkVTDkoRjw pUEGdVUzITCNvu5T30kNNur1lN7HAMcw9M/NOnuzEl9w9yBGZoGIBm0yoyd1tDGKUQmMdQpPcMVP N1pS+wkzyEHOHnsunT1pExKKBRtqqovmq1rxfRNILoervMpEvFeJpEKvjMDH2STKqHnDlwoQvV/T HKlsBuAFqyBFjo+sizECbl0IQ1I0ZvXVqT0ia2GxCThq8EhxLIyv40EjK1DwIQGWBC9TYjCV2DVQ gWai+RfjFo42CWfWiWi2jWj2kWk2lWl2mWm2nWn2oWo2pWp2qWq2rWr2sWs2tWt2uWu2vWv2wWw2 xWx2yWy2zWz20W021W1lPWhktwRQ5ksyX24xLi+2KNi11J91NiUWQJk2bwwveWBWdimma2ez+Q42 3LFXEihLn3F2YCRv9oM1H0BCX2cpKWaW+W9DlXFjvSNiJgDXHCZOawk27ipP+3DUyCcXMR80hQRp yEuHAXLCOXZGAWb2TpZOOMiiWIyQmLqCfJhH9yFIDyuryFQEoXVpMKy1SNSGbkCobx4H1SIvuicr kEnyGmmnF2Mr5iEvNLYRhGuL51LWKxgN9VOlYR6U23WukD8xVEzvjGSpbJH1ksTVrTI0P3ryPHm3 4pSOS3o2GKkU2WGzJp+kPIonuyfr4XSoIPN3/W92UKi3kJMU04HPyz4U40+YFsBq5nyyDqlLezcr t4FPvRrPuMWkjV1x2I6S/PM0aIq0RKGjeVHr8pLST0ooOo8YT17mPIH3PJS0+I5XOxAI8rNOF2OH o4GTqXa4LjjYkzgzKVa0hrZS1wK1Von1FmCy/Fq4CFSw04PIFHJriy2VX2SrODg4fG6xljdFxz63 81vUt02D3vYJG1Qk4qhLPiIFqDtYJuZn2VJMWWWK/Xsm+vFECRll8DuPNNdGfynlds+ts2+sWSun kGNQlG1wD1aTTKLk/FAza5DUxkw4CqxHnGGPtp+ZLRyYDPku5RhYYkPGFIksvK6Ffu+rU4GuwzdW T48zyxdvNE/YT41Xuq91gwqoFk4EVjaZCFoUm0pZTGo3ULczFYuIjPRS9VjP0xbNoxwoxs2RMxcH BxaJGzBXsLY3D0HkL5e4EZmFMtt5d0/Nk2LOBGxyJm4U6YpZuShqXvkEqQ2ORNhK/0AOhzR3yrRv J0O5sVgLizR3cu/GlKMIXNjzpZlJ14voCm4qWTQOWUx6HFWIVZKG1qmS0U2OeuwucEUZl1i0H0ia UQXTFwKozMamxyon8sARqSl1GI/1z3U0H40MZ4UKlIttcP7UqLDOdPMaApPZ75QI05vpZu55PMYT RXUy/XIkb4YsV6lsQId6FPLYS6f2/mr6bZ3NuZ4zDZFQzyHLJTgFe5dUw6Wz131axziH0RpHq1J5 P6N6TMuZAaJTUHq6PPSarZSu2El6Nmlqj6/4PzV5PrNMcR1UlugNdTXRjVXUFPDaxHDaXle1DWDE CMW1fzCzSUJZy5zajxMz7YfYuVuup1eUtMBUN6/ur3itO1Wl/Ixq2sn6olW0fIr52ElarazTSEO6 eXL2D6qCWPxk82WSbZ86t3XtPa0vVyQuuqwVrMm1TW8V217LHT+3SywZySyUpvjMxupoKzK6+6xL pYxmuTb08m8uYXnErr0rksT5WnolJk2w2JUb6zZopJCZ30ZaVOzaWbLts7a6YafmjoJqP5GuEs+K AY2jpxraU2SzyvuOqE0LCPY0C53NYKRv7IyVLY9yEGNO8J0k8Tbqn6rpuKsWAIeFmactN7hooPD3 0CY7kbOad8CmT08obLvRZqC3QaDcJtkwgTq6SSgDllfxwlr1rlmmrIpYIr0UuGVquoJ4Y3QbBcEW BwxHxwsUkidSIx4jq5X4/O8sJHwyJVKT9Y7lZRyclrhiZ116v2LzjseTqa58PKT85il8rp7D1Ttw fzA5oii6fT1JB4RS8iRXbxLxXj43ti74ZmpSTii9EdKdDwP50lLzVsKYt82wcOi8vC1JK8q3QixI 7dQ5WW2HT3B9VdWnZ9WdXC4dYHbpXdK22wfc99YjNdZ0n5mnS26TZdcjLsqpAdQnPtm9jJ8kWwW9 gQHPibja6ixMA9midS6iPdqX18hIRXNCfdodexPmnqx9vCQyaiy7aYKoJXrMYGG54Rc3aCdXb2Xm tdicv2+WYiXIyIK8rLjFTpxVwSm5Zc/y4o3k9p2GB1BrBT3oAmVdeSbihvQJ7G+spuJcJW6oE5Nq QaKLX9k9EoD6uuDwh9sCnQj4KY8KIZYs14fpnYO8jko+P94S1IMJ8sj1AvHEWutsLNquZ5Im56wr 6LHFXTdbR3rs8Mm7UIfOQTIxsw+SJRUehK+oIuMVNJHdjeJux979YJi7ecAPwEeurwOrdl8sgp/S eNNV+9xwnxRVg80GU81kwvR+ReRzDrimG4uzj0QzaUbo4IHeV5brDODeavNSRHJrhl9eGbxalo+9 Gq1KaKMkJZCI33efCouzbG5IInCwGxs1gYsRGzXDt/BTy8H7rpmLN6z1OWPGcvZSvD8FEamsse87 UTTZYvsHnOJMq8oLklkET/BSw4oI9Lhpje+VlvxQ0pjNlunkPqu/QbTNNsGnxcxVx5w7vyISaFaM t481ffnPol2UrNuWHJ1wHvmyH9SoUuvGObe61Fx+8xcy8Z/Sd35P0FhpoY2Y7loQPsFGvMrpCpdf GTH5QiAACBAAikWBwWBwkAMc2wtjwSDG2GwKJAA2w+FMeDQqOQKNR0ixOBxWPR+DxuLweHwWWEWN RuLSKQAaFSSYx2KTKSweJy6TzmbSaEwiBT6izCjyORQyHQMDQ2QwOmRSMTiKQZjw+PzaCm2YTam0 Wq1GvQSVwaWVa1WucVmExKJ26hUKOUGqwuiSm2Tucwm3XupTC/0qhy+JWOdXaOUSLUiIYG+Yq2Xq k5GZXKIyKu1bB0LGYDQaHRaPSQrP2HHyys4OM1WSTa9RfGUKSazCxyp0PP4yy1fH2KrSm3VGY3DX Tq8VzVxqMWCO0G0WOkUbdY7cQ3hxGaX3KZC+23rQTE0vVS6v1Xs6bj2riYTv8/NVrEcDK3DNYK0T DqafqUHsPW/yRrunCfMwmLmK6r7Lv0+ayvSo7wtKzi7sUwzZOCuKPv2iL0QG1r3L4taGMOwUBt6+ jFvG70EN4xzdtWpSLovDznru2aUMurTMtpCLOv1CMJSDIUhqs9sQoQui1KyrqRMPGSfqG+ypRpCC /KW9Efqc1z8pVCamqi9rcu6jyQvjGrJxmkzzNO2zAyA4SzsbASFuQhyNTrKCzMrECXxYqUrt+vE7 Lg9jEvXDCJQYzcyTy5zzTVQE9xQ4qpsG18nRs6iQR0x8xt5BbvIsh4DPkiDGU1IjcQo8lAzQ1aNz Wr9STbD73tQzj7ymmqkLnLK31YzyYVI0zpxhWzANzPVGJuyCEOElsvRRI1U2pashSej1ctnPFrVq wCwSXTVTulCCCyopqtobAKqMWzMQ17c6MyAvzc3GnE4PEoDa24wEyx4mryUfbc/3Ledu4PIK04Q0 EDWcxFPr8/CipTAqoPzhWFqOiboUDVGMytQl6LZerpvbT1/LXjlg3pciVUtSMRJlDdjyFPrp35j+ c4XkixWNnWdXtSUQ1VQVLxk10PLzDLzQk07QTXc98Wnn7npdNUl121ecaprmutK4c4rwl+e5DSSW 4orWLa8usGYnC+1yI42nNbeLR3Duc86HUUZ2QnTmSToGt7hwfCcLatacNlOrYNxPG8dx/IcjyXJ8 pyvLcvzHM2rqHNc7z3P9B0PRdH0nS9N0/UdT1XNTH1a99by7Pr+50Mcxj3Xdx3LS6nn+8bX33Mdp 2vdMXuvichE8T9j40h9lwWdbfVPb+B4/TUd5jRO7wHA7h29re9nPeeryXt7XxEJDa7fMv68Pz8H8 vNrvZPB2fbzRfd13qWr4XoefmqoGvPKa4/o0DsHRqYMQV5fjNnsHqQSaMrpuSGMKJa3VcKTTjJ1f gvc2R0isv+fskRqb82/o4K8/hVMJ0HsHhI4szhSH6l1IkAZRSkIJnsI2y9eSZVfm4XM4wuqnHdkh KY1qAiqlFwcejBd1z/FqEhXMa59RwYJnSYwvchhf28RZiccU3qS2xlige1SCsOTmr8USuCEC7Ydl eiA/tmEPU6Q7RCXZNaoYBEqh+RhFq2WLodW+xtfZVIftVVfHxVhECHkVjdBtnpUzymkgUWAsDM2Q wohFFZczMWfFqkqy14pb0dRQRwl1sSpm2oEjMiA1DyUTFjLOlKDjeZVHMT3CqPkOTHH2L1Do+BPz +rqatLZ0UXSSmbY4RBEjE2CJyNuTxXSJ3wLZN1GmZqzEUpdmIVFf8LIVJ7JM7NJpyycrub29dgDV paRhYqoleZzoJvUMkeKSc1DdK6Pe1hfKgY8nAQKlw30c49TDSUhafK6ksNVXROZQSrSuOMNYWkoi I1wKvmgwCZ6nY4xtii7uKyyzbGdeNPCaaZEylxKJO2Rqy23RVPZJ1McYZRLyS6oufs2HZNJn+26f Bv0krrn08OjMjCsKcLgbughbEXwfYMfaRZyyUUnZxMGZJ7SfJhOai5VcVZcxvWTTYuKMjDoEPtTs vsfWPwrLm2Uyi6SOvzaGZI/iJTBvAe1KCX5fGIUCTybRmBxGZqbT0hqVNX3sS+QCZR26DqjK5WVO WO6IlMyeQylBqa4EszzgLO6mRbZQThQ83yQNb3gIWJ6iWvjEUotPpgjSHic7VE7rRDJNcU02xbsY lCn845q1Cp7UShaYVYGCa3TmXLfVjJMlYeBBR3rhAAhpPiASmoDKmMnZM79cCQHIr9Y+I5o5cNqp ZRRASr6GJWreiZYc972KDloTVE0R2jxagxPavtzUjsBjcgQlanGgvKOo+exBS6ESmIUsNA1D1J03 Wi0JOkslaO0sxNCzTO7PyrvS8zCczLmMhNnItM1DcOK3vTfC2M2KY2oPbeuGVF77S0XHXWXVGF2S +xacCHWCJR1HM9JhSWMrKQIJ4bB58PH03OVYieSFWqZ2ylTFS1d2beV5oWYSwK1oJXin5Wy0J4Xh K0Z8tPD69V4uwiuyM49J29I3T5fhYh4EvqwRkV9F1SYXpllKdyWFgrCTlx6W/J+DVW18NqjTCROn F55xFWkpip4ct+kTZQ9Vnbt4KMtJtvWc3jG2ZOolkSxJt4hxuQS2xyGPREtyZU05sCMUGQxTLV1O 7lITcFTm96fLRT0PPZJGMuozmQhpnZNhjquEn0xZKRGuGynwhOig2pBdgsHeSds8sMEck/yPqPE8 2FIY0KbUeaayds6DoKymBsyZsUZppn1xMe7XX+jeSfShwbo6DTFq0+ZQHQaOxeSWoLXMK771Ersk avNTQNjYr9o7C9ZWvn3MGpW18HIgTTkN9V1djEkmGUbHlw7+MSY+yaNbkph4MoLvOGSA0kzD4Rwk tuiFoScx8t3PG8Xxs5l4h2JLuLtc3c9MZuPI44NMMCiMvaRsgKIizDrnK1HaXf591FmvNupdV6t1 frD9OhdZWt0DrnX5A7H7B2PsnZezdn7R2lnMju1dt7cwnqnbO39z7okPmfduodS7kt/eL2+7uR5M 5Vp3XnR89xGeqJ8QO8836M4TZbo/F9gfE5/jCReqZY62aTyK994+bez5d1nmeXOq8n4SH3a7sJB8 C/HtfooU+iST4Z0uSvQYGgHIfWbpe9mm9ctf2tmzZe/9HTjVvMfLQUoozj03CjDpY4c3D5ZVFsSK pK6Ap9vjQ+7oDxO9GxuxeWJrFN01cKoIxfS0fx72fYS7OsS3Xx0JySe5akP1drHCXdebqjQEcCno UT63KyieKnUm8zONKjSKY0sv4qCpOZK4IpYbmrqz2g+Zo4K08/MSouATaUc+E/UZSnqToxA9tAo5 +0gvIt8jAaVAGlUmeacqYVgauqUhg/0QE++cG5KoKbKsCyNAQwKk8zsno5Ms4zeT/BU34nU2e+KK vAstSseYO7yniU0+05oOOm+80zo4KYiUe4Q1Y22s894USlA+igKzqmIzukYN6rE1u+2qu1E1W5A3 INQP2bSuW94Iy0ih61SSZA2V+2OVihw6IbEUI0KxcQcTqY8euiSasOVBy//C8wMUegxDKVsMo+a0 +nmWcwIpesjDgsNBEJARcUMVC8QWWx4fkq0agP0mFCw+xB1EyIqfc3Q3SZHAa/2N0T8Y8V6myrE4 GWYwC9y5encbygjEyvG2sbeoiwI8aNEqovsOY6A52+3FGqc0kXZFEU2qCkulzGc9684xO8MUs4dD SUmeKRsr+/YVDAgz2xwymrJDs1vAyiEmcUakSaYgIquQA3wyGzxCYpYlYu6fYLFFVFyxKlMr2QuN YkoOOLonEp7ExEUX4YEV9HdEeeMP4u4epF8nKnzFo+oTm5ZCC0QZaTCXUOwnfDu6As5I5HGac1O5 AkmOIhaxoKM4gv4Ty34PoglDfFGJMldDoqUUPF7KASUeUn7J4scyoO6f005GI88NCdkuJDMjSnGO UzQzlIbHOLNIk+6u9DnGrHbK2bnHgxEumzdBhBiUese2euou4g0OtEQMKRGpSaS7ZChIkNfAwJlE oYsb+T4XI9NIjHeWLE8mzACgcSKoSxRDu0cNov6s3FG4fFdJLGo0WmNFiP4QHCMp02wM0rCpoYAm ktNMPJsZuviVCLoRJJmqiSs/mwMyIjFBNBWWk/bCo+CqFKSogRNKYzce/I5G+l2t5NQXPDkse6TF tEAmVImYKvs4wnhKOh6QLG1CWlvHpIqSzJpEaPeyO57BVFkKOj4RofLBqSsNVHnK9AdK8Iq3dL7M 3J8YiLpLDI4+qWm+uybCa0+obNcUnMW12yuyoSmpksTMkODJ1MrMUyYh3Lk5cWcWFM7C6JjOGL2Z WwchvDXDfKobcfbDFLSvrDgSKzmvaUk9M/OfnKU5VGI+pG48suPBGxFH236zRDLDBMw+rKG66SNN RN4RAKNLoYk/xPI0BOlMdNaP+t1QPQ7BBD6UOfKgFF2v6o6VsRZO/GVGWTw5QSCizOMSAL+jCeS4 HDkLyUqg+brQ080otFrB9LQvek6ebAOWO8G2apYwYz+WkUi+DPfKAP3Ok3ubtCuO+tmSEj2llSOS JKXPa9uJcqmms7q8S0BEA7lMALNUFRo7xUQT+v28OpMkdOwTJGUfg/SXk7+70T9Hk9pVAk2XM+m6 lUqbWrGLWxZO9QKpWwWpdH7DsY2T6QpLdNg727kTvTIs3SscPUnUW6ijdA5WJWQcjWHWSdVCkoVW ZWhWjWlWmctVDWo6s+fWvW1VVNZW2YyfE7ZKacvWcePWXSvWOiDQRLhOqU/XFFm8nW8dTV+YzXIc ccBXNWIbnXwgg9FX2fRW68qZ+9lXKf9XrGiQOyaOIi+nfBfKCZccYkKJVLvPMcSeFX9W89NYNGXS 0Xig3XhKcfbNmcu68iIOtWtDVBjBtX7W7ANOEW5YDXjMIdfZY/OgwO6L0sBCTQGOA41O/UxCHTCz 1YocMy/ZY7GbvDlByCKVnUNZkelRc+4xINFVfCcQ9ZO3uOXVCVnNOuKtPLge6iAJfaZGWUzAY9S+ PSDOSXQJfNVI3Q8herJSCpzGCY1UuWQvNA9WCLWh+PvGywMxkbO6Kom4WMnN2d8kGQOV42SWUmmp SnNLM4xcGPpFewwipU+W7aKtgb07QI/c6/FF6m5bbaoXkeiftTDOkh5JvIJZamU/q+zZMeZD80Iz COiGOVIhM1YJWkFbHZSkee6b+fUWTIGnpdG9tD0SO2JboTvajeFSwOAxZFi28h8PNLzFfbPAmMfQ kixNXVrbfdbJg6WPuqeY7Hy1sKSK3c+45atNqS0jkg23GL7IWzzS2XmomO0PpfUpeI8O3IYtAgLS ddKbjc+VvaC7fc6Ii0elk8HgRUskqgW4Mu9FTE+vgTTE60WkIiIM8Tqw3Z/gvak9OxwaQyBaSymd hdcT3B++OXFasa1P+bRYa3TIGyUXOTubHEvcUJ/Tmiw4qsVMbbcSjA+tJc0f5fNey0DXSmvfe+Da 9fiUOrnb+TYXIK3BfR+pDHVCa2fb3ewblJcsrg8vZinfxHzNEmcKncpc3VsrG6JExCrMYWzbtYOa HgK7dgOTlJpgXC5AeqmT7i8Y7EM/9hcmep/hESYd4kqZviEhC4/Pq/iNSlgmThM87Cu7/h0T+VKR 9QhkPHRGfZKoZAjPvHRY7ayVEprTxI4icN5KE3UyBkqaJiSTfM5OmlaJ7Rnig2JilgYLm1ab8izS SYA93NutjEHi/SKmdR3l3f1jKkEp8zKoSZXb9eGbzKK5VTW7VjqLLjuORiDSa13E1VXOKd4uokAX DmjlImOiBTtFBkTK3BiOa3xdpK4mSwijeM+lxYgkjHHH5exK4VtdUKuXjk7k9ivn1iOboRhk+45A Sy2/BTiTxCisc5rlFkZlgtgYgl8VQaDHvLAKxlytRCZO3NykdDRbOaUL5Y8xmN7mPRemei/mXfs/ kMhmeUBhlWNBldW39aM6iSQkXgSw8OQ+vpHe3m9jmr3MfnMuDBUt2SnqKvhYjJ8e3bTG9l3azl7c rUQSbcrTOSUR7OqxdFwTwQvkyZlgzQYp6RrpKSOfkW1F4VVcAR9NgN3Q5gnobJqmvJZolc1FgjdZ wvroutDDAvHROIQTBipBU1yzJPcjli1RIzqorPlEBqdS3Igqyns401yVwmXpkV1FyZ41uTbZPWhf A24V4eBSfQwq8dnnGj3rM25d0gUQnqdBHO4aftNldPHAGl5QjFhhpq6xGcAhIg8lTk0Phtm67WNZ VcXHkXbhqZ2XntBbiteg/cucdTsTRbvCma/ecpfKJumfusyUAomQ1OdKyOuflLnZiyDY0ywOWtOR eXaRm5ttjRYrTLYZ1bYWmkw/dDvji6XvjRSdUhnqif7PE5DvrwBXmebpyrfv+/oUjUQmJpq9Bmrv RwpaJXRwrwwWuu5wVwzg/w7w/xBxDxFxHxJxLxNxPxRxTxVxXxZxbxdxfxhxjxlxnxpxrxtxvxxx zx1x3x5x7x9x/yByDyFyHyJyLyNyPyRyTyVyXyZybydyfyhyjylynypyrytyvyxyzy1y3y5y7y9y /zBzDzFzHzJzLzNzO71wfO7Y3zQL2KfuPK8pKk7Yuc0ahvZzbzw6iM7u66PwvlBx+6QlG8b0CkJn zz+ek1qZkW5zpEdzWcbvVzz0jnzwRXdtsbtw4cr0gmu2k2uX/XAolrwe/gHadwR0vc0YRTJ010lz xA1WNM5tehxjih2LceTdrY+UntATSqtEVLP1LrnUJwY20hXmxSrVPY4k7t/HEPEzDVkPBUvL+ncP PtrdXnT04iH1X2wNJA1vCxE3qi9lpUHlmOo3q5mNZs+hcQm1/29UELDqZGvYHZQJLfZwXwFvTcPi 8v+2DIyQRABQcSf2IVD291i16VReE2zDZGttsbfOgYJ1cNDiJJV0r2zzP22V0zxUvT3eozQKUsC7 3C0Wy//l0wbmwij3YWC5HmwSXZw0TphjEZ88J5KOL0NjLOipuTV1tRrqNaHsvajq1At3MMuUBh61 5GKNRAQYd44yVtyTIv2sAzr4n6hQjLcxVg24P1ur86S93IWl7C1VX2ooAV/U230slURdrUzMHc0r MoFZIQVQvE/k+RE493Q5elDbUXpJVZ3PXH96FoHdXs4uajz120JEMUXMv6j8PmTQf6oSgdo3Zbhn +I22jmIsFlfV4S3oX2qlvfqKqujF9QhqEsGcXjM1r7bv3Ft76Ists48Lxuc4OOuwO3z3DRCjikpe C+LTSwb7+ysy8eVT2KL30Mz8D0x8RzGi4y0nEigzaobIxqvICYwiI6PkBU5Kh0bpTulgxPfzfj3h y+d9Rqak3qh9I/N4S3UemiilArtZF7sTtaW0nLOnyVXTOtugtKPjqwfSP+TdnAf+Dz9+J/8IAAIF A4IbYMbWPBIVC4ZDYdD4ERTbBYTESKAGPGSLFYhHYExyLG49DpBBpDGI5IZFEY5HZBKIGx4nAjbJ 4fKwBB5nGIvJJbOJHQaFQ6JBZ7MIHBqHQKLLIRSptBZ3IplSYrL4tNKPBKZTa9X7BYbFY7JZbNZ7 RabVa7ZbbdHoRFYRA67b6/GbpF43IbxI6xGr7Q4zB7thcNRb5dbZNZrR51gYlKp7NcPlctl8xmc1 m85nc9n9BRYRfNDpdNp6DhNRq9Zrddr9hsdls9ptdtt9xud1u95vd9v+BweFw+JxeNx+RyeVy+Zz edz+h0el0+p1et1+x2e12+53e93/B4fF4/J5fN5/R6fV6/Z7fd7/h8fl8/p9ft9/x+f1+/5/f8/8 AQDAUBwJAsDQPBEEwVBcGQbB0HwhCMJQnCkKwtC8MQzDUNw5DsPQ/EEQxFEcSRLE0TxRFMVRXFkW xdF8YRjGUZxpGsbRvHEcx1HceR7H0fyBIMhSHIkiyNI8kSTJUlyZJsnSfKEoylKcqSrK0ryxLMtS 3Lkuy9L8wTDMUxzJMszOygIKZW5kc3RyZWFtCmVuZG9iagoxMCAwIG9iagoxMTIzNAplbmRvYmoK MTEgMCBvYmoKWyAvSW5kZXhlZCAvRGV2aWNlUkdCIDI1NSAxNCAwIFIgXQplbmRvYmoKMTIgMCBv YmoKPDwKL0ZpbHRlciBbIC9MWldEZWNvZGUgXQovV2lkdGggMTA2Ci9IZWlnaHQgMjQKL0NvbG9y U3BhY2UgMTEgMCBSCi9CaXRzUGVyQ29tcG9uZW50IDgKL0xlbmd0aCAxMyAwIFIKPj4Kc3RyZWFt CoA/4FA4JBYNB4RCYVC4ZDYdD4hEYlE4pFYtF4xEn6/H693s93y+n0/ZJJYM/pQ/JVKH9A5VL5K/ ZZLHs9nw95xL32+45Mp2/JZP5ZCZZJoFMZJGaVS6ZTadT4vN3wymSzWi1241Gc1HG4nI1Gi1m83n E63W7WKxmW5XK6WpWF8xWW0Kwymm2GdYXG33Jc2w02e1GYz2mulwwWYzWmy2W0ng8nnimu2G032o 23AzGQzmfVmw1cw4HHeWsz2g1HY7nfUNZrddr9hDJY9Zq9I+8Xe8Xi8Hi3244HM6HW9do4nG5nc7 Xg6XW7nNzHfj3E53U6nY73u9Xu83m9e49Hhj3PwXa7Xe7nc8Hu+Hy4ue3LI2b45XG5/s6XG4XM7d U4HEcrynckR9tjAsDQPBCJpYkJ9Hy9h6NoqUBqQmSUJKmCSJe9kGpCnEHPYmaUPWfKepVCp/J0na ipRAaXwYfZ9H2lkBp2niXpUfKQxqoqSRhG0bxCmaBpZE0awZBp9I+fENqGgseRPJ8gxnGKSqDH6g SggaSSEhCSw3JUcyS9baOy2h6Ns4h7O4eswpZJZ8niecztomp7JEfUmoIoKVpQh6bHwXpiGWV5VF sSZNFQXBbl+XhdGEXphmWaxqGwkp1tSZirl0XphGGYpj0EaBjGMZpOE8VZVFMV52rOkpqmybhkmg apntA9B3mKYlSGkayXpqe5kmOZxel2YJgGEZRwm4cLUneWRfGOUxXFyWZbF2WJYlkYJjmWahmmod zr2CZhnLyXhgWEZxoO0fBqm64DmG6bpvnAcp0GisJVFYXBUlaXBimCZFOmUZbAuieE5Hq3J5N4eR pGmaj3HScJvnGbxvnKZplGgz5sne65hW3WBwGky9AmXdVeGsbK5modbrHI6dJmxd5yV+lmaHAX5j GcXJfGEU5SlQXZfmGXJdGCWdp2MZJpmka5hs2axqm1GplGeaxVFhohjGUWVsmSqs3zPNR5Qg2hjG LTKwm3d6jIPGt5nEaZpmzkptG0bJumlqhkmdV5tm8j57seej3HQvOHmoaxxnIcx1ObSZsmyaxtHk yE7nKc50m6cJy8cdLonkbb4XsdVfuIe5rLusCxLI854He3JrsxmhwmIZBlmOZNumwbZ1Opz50Gka Jq4kauaG30k5HsvhzdMbpvHA1J4G+b+5msbl5HCbrfuN5/Hdkd7IPAyDwnicBwnCdDUmTSPrZicJ yHG47gnWcDRHS63vuOdH/Dpc0Ohi5XjjsUHINwbTezQP4HIdEeL0RxGVHGzQb40BoDRcC/hzxXh0 DpHQdU5hzx2n3PCPI648TrDuOoOt5Q3SujkRq6g2iMR9lsHQOE/z+h2p5IMncaw1hsDFGKM1fQtx ci2F+LMXgxRhqCcqNwbbFW/DTeQNt3AyhaC9W2MYZg7DzMXHGZ0aazXkDZFyoGJYzhalxWKwAYYx xjjMGgNYsMXh4KgGY0UZQxmsP6LObkaZWE4j0MINYX4wluDNGePVCA2hrjddWNoYQyxprHGS74sZ mJEDMF81FxTjhzjFGEMlyo4ILDVFuLEwwvhkC4Z8tkXgrhbjAGCMoaIyY5DUGqNdJY+BqNYZQNRe g5DlDyGYNIbEnY8DSFzKMZg0xrKdGKfQcg6F7DDGGMyOUvD2L2HWNgbg3xojUGyfweAwBkDNjmNl Y4xBgO4iEMs4Q7prDnVAoMXAwxhDGGSLsYAxhiN+GuWQsI2BiDDGMs2HhSkiI3I6ks76LUbj8hoe xHJIU30WTehgftF0TUXTCT9JSaUHUXJESEkqA0Nj4JETElBP0LoZJ6ltCxJE7kgHykpO6d3Bk4os PlGpUkTJ3Kk+Q76ZEyIbpCipEJSCZw0PWhsfaI07j0TkVIjY/UfJVSkP6rg/kGUpJ2mGXqFEwtkp 2TuiyNEMJBKdRd6h3U7IxQGgOqKOn9Dsp8nNS47k5D0cuPNX6LkjoypeSqnx3yejuHiPIqSb3ZG7 MebwecXnxpyRjRSzKGKgnscuPQdUHx2FnfI9Sxo9EBm7cuZCBx33ZPncunFAaDLIoDO6R49dPk7o 1RqltHxNR8IQHscwdp35zHfp8jUeZkBzwfN1X8erZk024JuetX6Zx6I+tXY0ed3IS2ULOPBMhxx0 mqHimGqpxLuQOHsbRIxIizjuKEn0hd7R6soGq4sbi5ZAjeHHHEaQzxnjRg6OsXRcWHjXYeNYXLO8 EjIa6MqY46jmDkHSO1Wo2LuN1G8XGRSs0RxPguNW5o7FjDGGCwEtMahbi8FmLsYo4zhDad8OhzZg xqRNGOacbA2TKjAF4MMWgsxejVmgL0YBco5qXHeL0XgxBiDFGUtsZzdBru8GeMoxQzVMsJnINwZE z7hDFGSNJvg2p0jTFq0jKGWsquwGQMgZ+DRjz7GVLYaxwh2lvG4aZlx1mKDhGMMOfov44LCGWMpk rNBszgnSNUq2kGCjIW4/odSn5bTkYGL8XwxndjRbqN2eYxc5C/GIMosw7BmzIjeMudUvyrrjHadc 5o8BblxkCN2hbcCVYcmg3hd55h4Z3GiMKZpgxqjQ1W9EcBlHojfe4f+BI4RtDgHJdwcRxhtjaG8z Ecq+HkQJGq1SRg9ZdDZme75ip0x1WvGxODZLK29Rgr6fCCY2BvK8Gy6Qb7PBqDCzlc0db0hy4KGu 7CRw3NXsFl+rUY5V5tzkG+NWZA0C8jPMaM9v6ZNnDWKwup1alJdDajk9k6Zqh4YFtVF4dw0VajaN +6Icm1tVjW1cY6xp9ByjYGuNpg8Hh1RUGzfnGm3BnzI22N0zEE29H/HQOI0TsTwm5e0OAsY4s7jO n4M+FL1xxzkG8m+9o9qYEkQ3T7XZBiSjjXsrIaoy5xjysb0ob43tuH+HN1YcJzB2HPHWORxw235N PG6MRv5/hyTaGeMWdA03i4CGrhIaGPhvWqa6M/fEEXOjRb10DFOO1ZPRfWcIcx1HKje6IMBvy5Bp RDGm20cNyx6OfHTzMcjLx29W2yOQc/TiujmG4f9WcCTj7e6gOIb5leoDjYS34aItsgxCkUXcYKpG kDIGIYp2I8TyvjTjfEa5oKEDM2hhZzZWBv+s2F8jqD0k6uSeQNyH42vYelHW9brBd2arLHJxQap5 4cwd48xtpkgu7+jfJqgcxx6BLibfCuQl5W5NbsZAaz6QY/geIgwl4zgaYW5ZAYZnZXIZDZRSj/R6 QxJkozDJAYr4YdY5icYbLC4eAv5qDgAZhYRb4bIaLKp3gaBQIZrawdAWoX4YpnYZotTMwa6co1QY ZaAYxnadIaKRQagXTJ5UgaYYKIZ8YejZ7RQbEIwZpcrAKSgbZmjJIZgaiaBEayw8yQYeoXouRULb YbcBQc8AQd4apyqaodcMAagWgXLFJnYY7VbCQaUNgZZchvK/YxQsZnQuUPAbjxwa8Q4aZd40acha wX4uwbAZRSLOIZkFodgaKOYYSUYVwWAXBoqSh5DEI35p7nw9IX4XAXwW7Ij+Qbi0RYgYgXrQwWaZ oYzOSQIbbrLh4a5s4ZoqwYb1QZ4zZ54dAYLgAX4YIZJWobgk4lDHobw37a4x5yZvZb5roaCvpxYb RlcBAbcZRzochp4bZcgaZ4AdKKAcAb5zo6odoZkaZujHr4LtiG455swexzwdAaoq8BQdAsD8J2h0 g0T3h6RxpezpxMhzYdZ+SASKLGgborScicEeYcCKcZo9IeT15eAdb1x20NjmAcLbIcx6jlD35xoc 5esmA470S5Yebocm4bsGwZwbhvSyJ5R6wzD3DbgcRvQcI0D9Iu4ziXQrEngbo/4c6GxeYcYdg1Kc YbQ/QdKMDL59IchyZ7UoKD4n5WAb4XYW4YLyi5564cz2B65z446wIbY0Awga478boaKZElBt4lhi oc4ubEhzZXKY5b8hSByaAbJ2juxiqR4/Rzctrfgdg6zGwdZ7ocA5gd0fIaCQKOcnJWpvQcA6gdgX 4zYYTTsJAawaQbLAqHAckJIbrCUu4awbYaiBI9IeMaQZzLRuiQIcIskgYawXAXgYTiwaYzaaBqg6 gdoaxzsficAcMfi07wAdE1p0BSgbTKKY82YYowIXBQI0waY77qAchwIcUMh7o34dIdIdiXYbYtgd I4wc6Y4yY35nJqkvgdUY4agYIXSbIwIX0IpWplYb4WSZpYU4hjYXzU7JwYYXZQMUSICchBhZr8Ib QqgaAdA58fibyKKMIrZhIc73jWpOkeRZTbgco56rwfogaiwuIZZRhT4ZAaLIBrqLhkobM0CQ4Y6L hiDfCcYa4WoWwXDORp52gVgV4XB4RTM2JZcSrfYbi4SZ4a4YAXwYAWc7iVz6rgFCbGwdRzwdKf6e U9AbwtsHERkUQaQWRYtCpQUKKZ4/hZ0sybCUhWCUbo6cEAAXgXlKbU4ZLOUX4aI3wcMQRpwrctQw YaaZoZS8kbIbpugax2BToZgXU/YYJSBTIa7KQaBTIak4qJQYpn4Y0UQaYZTKoZRYSDodh1YbIX0N 4XbTtPIYUPSJAZAVwWoXpUYZJ/oWQWgXgVoVIWY+B9JzqM4YgX7QxbgZygLAQaSBJeYZsQ49Adzt Ii5BYkRN5Absa1VawnZhJJRXw2hS8NhsxCC8xAckC9oe63YnYkqka9SxqyJX4n6GJMa9wnY2xwgy CvZM6Qdc5MiwbsxDaugkRJRGxDKjRHJN656nynQkQnpGq4RI5GgfddYj7WY3I3hIywquyn5D6kqn I7QfgnitJGFgJDhJAfSixOqXpNNc5FIfZX659NyP421gA4gepHa+gpgko852Q9JMJMK25Lai6nys Km1hhPgfyog9gl5CapwnwnhC6mYfpO5J9dY7TlCHS4hhZOpOhJCi5Mgl5Na3RGJN9nwkSDp04j6j gkqrYkhF4lRBNuFuIipMKCwaYXkN4X71VUoZ5ZAaNcSJoZQXKdA4M9I1QtIZMWQYSPy/LBiJYXwu LMIag3AeT+M4IY4XiLhZp3IZ4YIYgY4bCciuSdwZIaick+QWxTlzwZ4WdBD7IaQrocaDLpQbwaAw LuAbC6QqoapYIZs08SRq6RAZblAY4ZAZVBAZAYCdER4Y6IYYkaTF4Y4apZaQduV6t6w2QlBN6qK6 6249liY7NtIlSGh85ZqndgQ9ZhqnxExhK+NwpAY6wdt+BX6GhVgdt+ZGJMAkREZHVltjFkpLwkJO q6hHIx4edpYkRMiEpsj3AswdpxodKnxt96+CeCmCuC2C+DGDODWDeDmDuD2D+EGEOEWEeEggQgIK ZW5kc3RyZWFtCmVuZG9iagoxMyAwIG9iagozOTMxCmVuZG9iagoxNCAwIG9iago8PAovTGVuZ3Ro IDE1IDAgUgo+PgpzdHJlYW0K////cfpP5bWFfRkq7I8hVqUbSyNoHTXh1c5SbmQ38gC6QXG1kFdq FtWEQMEUYRe6fGPd5YASxlXgGcNEULVFC/e2wIcOK53jsN6kxD+8frsfW6Cfbmf0T4G4lNJu2d1l kJ7tnsqLgnppJz+o471kAxkFoohtl9jvT2zBvkWfI9Y9EXUInPeCBh7CrwKAFAWaGqgihz/7d49n OE6t13GDFYP4HSDwoCYPY9YS4+oXfQTAoIz/mwOPAzzdsBNPNCnSLEfzHegaLEvwPy7bVqzgF01s Fuhwpuusg5zA09Dqpv0xmRoZs0dkpIaTf91AX/SNzAt2PbFh6TX+qgnOlK/LxUjm3/wtRKC02CCS GICGpUySG4lEfXN6ex2DSrIyFXh7+1d4KZsZ3nM5cIy59jIGiU6PzcsDR0cgypHT/adLeKOj8M0+ CauyQxs//RJxA5u/kmmLlbHTtntkinkM1fKweON9t+0pajBFqS1XGjDz2cNcZVkNOBCJnZoDqW/1 WujY2KDGAQr2RrMkns5VkagZ7g1y/EWChuMciY2Mfud1V78VHsAfFQfTOaWhjzdKqCVXGiGdnaeA ujANR6/1vAe00iV18jp9xXQiZwNZsat/Ccagp2NIKB15NWUpKyEx4PNXVeaS0qsG9RMKT8W2zs98 b3bguJ7+MdRjWv+Fi9954jVfdAgLe/4ehU3kOxyzuIwqmETIl3Wd+tCcgFx8+T6xWLO5Yy+3grQF ZvAiGqmuRELyDdloqtQ4RlSUwk3TdKWHLgm25otr6/JcDQwFvFBHrl0hFgf1Tk5K4xGXtoU9PbRH 9JrSX4bEu5TQwVAhCP9/KhWGIGTVakfmAv5sQDwghzG6WZBBHkzV7g0mEBYlj0A6FmCf7Mrn0szm PwwiX5NTGu3kWwswMfo9VwpTfJqUt7H0Vp2+Pm+LJK6YRw4smygZf4QlsLUf7g0qQorE1kF1y5gS itaCFfsxrkJA291o9V3tGg6jOvywZD87KRZ8n+EVsmvrNYHmZi8ppgoHDwBkCmVuZHN0cmVhbQpl bmRvYmoKMTUgMCBvYmoKNzY4CmVuZG9iagp4cmVmCjAgMTYKMDAwMDAwMDAwMCA2NTUzNSBmIAow MDAwMDAwMDEwIDAwMDAwIG4gCjAwMDAwMDAxODUgMDAwMDAgbiAKMDAwMDAwMDIzNCAwMDAwMCBu IAowMDAwMDAwMjkzIDAwMDAwIG4gCjAwMDAwMDA0OTcgMDAwMDAgbiAKMDAwMDAwMDU4MCAwMDAw MCBuIAowMDAwMDAwNTk4IDAwMDAwIG4gCjAwMDAwMDA2MzYgMDAwMDAgbiAKMDAwMDAwMDc0NCAw MDAwMCBuIAowMDAwMDEyMTU5IDAwMDAwIG4gCjAwMDAwMTIxODEgMDAwMDAgbiAKMDAwMDAxMjIz MiAwMDAwMCBuIAowMDAwMDE2MzAyIDAwMDAwIG4gCjAwMDAwMTYzMjMgMDAwMDAgbiAKMDAwMDAx NzE0NiAwMDAwMCBuIAp0cmFpbGVyCjw8Ci9TaXplIDE2Ci9JbmZvIDEgMCBSCi9Sb290IDIgMCBS Cj4+CnN0YXJ0eHJlZgoxNzE2NgolJUVPRgo= --------------040808030208040007010605-- From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:32:10 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDB3E16A400; Wed, 11 Jul 2007 21:32:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CE0A713C44C; Wed, 11 Jul 2007 21:32:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BLWAEL000100; Wed, 11 Jul 2007 21:32:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BLWA8h099998; Wed, 11 Jul 2007 21:32:10 GMT (envelope-from rwatson) Message-Id: <200707112132.l6BLWA8h099998@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 21:32:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda cnode.h coda.h coda_psdev.c coda_venus.c coda_venus.h coda_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:32:11 -0000 rwatson 2007-07-11 21:32:09 UTC FreeBSD src repository Modified files: sys/coda cnode.h coda.h coda_psdev.c coda_venus.c coda_venus.h coda_vnops.c Log: Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled because we can't open container files by device/inode number pair anymore. Replace the CODA_OPEN upcall with CODA_OPEN_BY_FD, where venus returns an open file descriptor for the container file. We can then grab a reference on the vnode coda_psdev.c:vc_nb_write and use this vnode for further accesses to the container file. Submitted by: Jan Harkes Approved by: re (kensmith) Revision Changes Path 1.19 +0 -2 src/sys/coda/cnode.h 1.15 +1 -1 src/sys/coda/coda.h 1.37 +22 -1 src/sys/coda/coda_psdev.c 1.25 +6 -13 src/sys/coda/coda_venus.c 1.9 +1 -1 src/sys/coda/coda_venus.h 1.73 +24 -113 src/sys/coda/coda_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:33:47 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E60E16A41F; Wed, 11 Jul 2007 21:33:47 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB1A313C448; Wed, 11 Jul 2007 21:33:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BLXkaj000243; Wed, 11 Jul 2007 21:33:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BLXkOu000242; Wed, 11 Jul 2007 21:33:46 GMT (envelope-from rwatson) Message-Id: <200707112133.l6BLXkOu000242@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 21:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda coda_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:33:47 -0000 rwatson 2007-07-11 21:33:46 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Avoid a panic in insmntque when we pass a NULL mount: this reenables some previously disabled code which according to the comment caused a problem during shutdown. But even that is still better than triggering a kernel panic whenever venus is started. Submitted by: Jan Harkes Approved by: re (kensmith) Revision Changes Path 1.63 +1 -7 src/sys/coda/coda_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 21:34:41 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFD3C16A41F; Wed, 11 Jul 2007 21:34:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C893313C4AE; Wed, 11 Jul 2007 21:34:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BLYfsi000293; Wed, 11 Jul 2007 21:34:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BLYfur000292; Wed, 11 Jul 2007 21:34:41 GMT (envelope-from rwatson) Message-Id: <200707112134.l6BLYfur000292@repoman.freebsd.org> From: Robert Watson Date: Wed, 11 Jul 2007 21:34:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda coda_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 21:34:42 -0000 rwatson 2007-07-11 21:34:41 UTC FreeBSD src repository Modified files: sys/coda coda_vfsops.c Log: Fix ioctls on the control vnode: ioctls on a character device fail with ENOTTY. Make the control vnode a regular file so that ioctls are passed through to our kernel module. Submitted by: Jan Harkes Approved by: re (kensmith) Revision Changes Path 1.64 +1 -1 src/sys/coda/coda_vfsops.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 22:30:13 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A6F116A469; Wed, 11 Jul 2007 22:30:13 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 71C5413C4B0; Wed, 11 Jul 2007 22:30:13 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BMUDs5006447; Wed, 11 Jul 2007 22:30:13 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BMUDrT006445; Wed, 11 Jul 2007 22:30:13 GMT (envelope-from mjacob) Message-Id: <200707112230.l6BMUDrT006445@repoman.freebsd.org> From: Matt Jacob Date: Wed, 11 Jul 2007 22:30:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/cbus sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:30:13 -0000 mjacob 2007-07-11 22:30:13 UTC FreeBSD src repository Modified files: sys/pc98/cbus sio.c Log: Forced commit for a minor correction: In the function pc98_check_if_type for the non-8251 case make sure we initialize fileds in the iod that otherwise would have been initialized. Reviewed by: nate, ken, warner, *and* robert Approved by: re (ken) Revision Changes Path 1.245 +0 -0 src/sys/pc98/cbus/sio.c From owner-cvs-src@FreeBSD.ORG Wed Jul 11 22:34:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB3F016A41F; Wed, 11 Jul 2007 22:34:34 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C377513C469; Wed, 11 Jul 2007 22:34:34 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BMYYmo006977; Wed, 11 Jul 2007 22:34:34 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BMYYB9006976; Wed, 11 Jul 2007 22:34:34 GMT (envelope-from mjacob) Message-Id: <200707112234.l6BMYYB9006976@repoman.freebsd.org> From: Matt Jacob Date: Wed, 11 Jul 2007 22:34:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include/pc vesa.h src/sys/dev/fb splash_bmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:34:35 -0000 mjacob 2007-07-11 22:34:34 UTC FreeBSD src repository Modified files: sys/i386/include/pc vesa.h sys/dev/fb splash_bmp.c Log: Remove the internal use of __packed and put it on the structures themselves. Reviewed by: nate, peter, warner, robert Approved by: re (ken) Revision Changes Path 1.20 +29 -29 src/sys/dev/fb/splash_bmp.c 1.10 +11 -11 src/sys/i386/include/pc/vesa.h From owner-cvs-src@FreeBSD.ORG Wed Jul 11 22:59:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96EBC16A41F; Wed, 11 Jul 2007 22:59:58 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBD313C43E; Wed, 11 Jul 2007 22:59:58 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BMxwPO008689; Wed, 11 Jul 2007 22:59:58 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BMxwrU008684; Wed, 11 Jul 2007 22:59:58 GMT (envelope-from jfv) Message-Id: <200707112259.l6BMxwrU008684@repoman.freebsd.org> From: Jack F Vogel Date: Wed, 11 Jul 2007 22:59:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 22:59:58 -0000 jfv 2007-07-11 22:59:57 UTC FreeBSD src repository Modified files: sys/conf files kern.pre.mk Log: New driver for Intel 10G PCI-Express adapter (82598), driver is still in Beta, but we want early users to have access to it in 7.0, Feedback welcome. Enjoy. -Jack Approved by: re Revision Changes Path 1.1235 +10 -0 src/sys/conf/files 1.89 +3 -0 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:03:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5420C16A421; Wed, 11 Jul 2007 23:03:18 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4237813C45B; Wed, 11 Jul 2007 23:03:18 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BN3Ie0010365; Wed, 11 Jul 2007 23:03:18 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BN3HPu010363; Wed, 11 Jul 2007 23:03:17 GMT (envelope-from jfv) Message-Id: <200707112303.l6BN3HPu010363@repoman.freebsd.org> From: Jack F Vogel Date: Wed, 11 Jul 2007 23:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:03:18 -0000 jfv 2007-07-11 23:03:17 UTC FreeBSD src repository Added files: sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h Log: Add the actual source too :) Approved by: re Revision Changes Path 1.1 +31 -0 src/sys/dev/ixgbe/LICENSE (new) 1.1 +3341 -0 src/sys/dev/ixgbe/ixgbe.c (new) 1.1 +348 -0 src/sys/dev/ixgbe/ixgbe.h (new) 1.1 +728 -0 src/sys/dev/ixgbe/ixgbe_82598.c (new) 1.1 +645 -0 src/sys/dev/ixgbe/ixgbe_api.c (new) 1.1 +94 -0 src/sys/dev/ixgbe/ixgbe_api.h (new) 1.1 +1735 -0 src/sys/dev/ixgbe/ixgbe_common.c (new) 1.1 +80 -0 src/sys/dev/ixgbe/ixgbe_common.h (new) 1.1 +130 -0 src/sys/dev/ixgbe/ixgbe_osdep.h (new) 1.1 +592 -0 src/sys/dev/ixgbe/ixgbe_phy.c (new) 1.1 +70 -0 src/sys/dev/ixgbe/ixgbe_phy.h (new) 1.1 +1412 -0 src/sys/dev/ixgbe/ixgbe_type.h (new) From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:07:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BCC1916A46D; Wed, 11 Jul 2007 23:07:38 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 91DE013C4BE; Wed, 11 Jul 2007 23:07:38 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BN7cNC010701; Wed, 11 Jul 2007 23:07:38 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BN7cDX010700; Wed, 11 Jul 2007 23:07:38 GMT (envelope-from kan) Message-Id: <200707112307.l6BN7cDX010700@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 11 Jul 2007 23:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:07:38 -0000 kan 2007-07-11 23:07:37 UTC FreeBSD src repository Modified files: libexec/rtld-elf Symbol.map Log: Add r_debug_state to the list of symbols exported from rtld. GDB needs to be able to find it in order to trap shared library events from rtld. Approved by: re (rwatson) Revision Changes Path 1.5 +1 -0 src/libexec/rtld-elf/Symbol.map From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:13:57 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E6B116A468; Wed, 11 Jul 2007 23:13:57 +0000 (UTC) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id E279A13C458; Wed, 11 Jul 2007 23:13:56 +0000 (UTC) (envelope-from max@love2party.net) Received: from [88.66.2.250] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML31I-1I8lNb3Czq-00042k; Thu, 12 Jul 2007 01:13:56 +0200 From: Max Laier Organization: FreeBSD To: Jack F Vogel Date: Thu, 12 Jul 2007 01:15:44 +0200 User-Agent: KMail/1.9.7 References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> In-Reply-To: <200707112259.l6BMxwrU008684@repoman.freebsd.org> X-Face: ,,8R(x[kmU]tKN@>gtH1yQE4aslGdu+2]; R]*pL,U>^H?)gW@49@wdJ`H<=?utf-8?q?=25=7D*=5FBD=0A=09U=5For=3D=5CmOZf764=26nYj=3DJYbR1PW0ud?=>|!~,,CPC.1-D$FG@0h3#'5"k{V]a~.<=?utf-8?q?mZ=7D44=23Se=7Em=0A=09Fe=7E=5C=5DX5B=5D=5Fxj?=(ykz9QKMw_l0C2AQ]}Ym8)fU MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart26915100.iZQmSuWjeT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707120116.00434.max@love2party.net> X-Provags-ID: V01U2FsdGVkX1/EOf5doTUSJoA9iWQlCIT0Z+mUViA576fWiOk +tnsL8GAwxHZons2Gmod4KWK6gvr5JGt1BNAAnY9R6Qd45Qf1b DVjGMoEqcm9lTZo/RPjwy9sMVpEh026UNCxIOkMtBw= Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:13:57 -0000 --nextPart26915100.iZQmSuWjeT Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 12 July 2007, Jack F Vogel wrote: > jfv 2007-07-11 22:59:57 UTC > > FreeBSD src repository > > Modified files: > sys/conf files kern.pre.mk > Log: > New driver for Intel 10G PCI-Express adapter (82598), driver is > still in Beta, but we want early users to have access to it in > 7.0, Feedback welcome. Enjoy. -Jack > > Approved by: re > > Revision Changes Path > 1.1235 +10 -0 src/sys/conf/files > 1.89 +3 -0 src/sys/conf/kern.pre.mk Just wondering: Why are we pulling in the INCLUDES for the whole kernel? =20 You can specify per file CFLAGS in conf/files as well. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart26915100.iZQmSuWjeT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGlWSwXyyEoT62BG0RAgTOAJ9PKEX5ZtSrzOA8A5mkISQK/uTkyACcCvaQ JlW3CcJg/DkaKMO3u3H1Fxo= =t7BV -----END PGP SIGNATURE----- --nextPart26915100.iZQmSuWjeT-- From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:19:25 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62C0E16A421 for ; Wed, 11 Jul 2007 23:19:25 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 37E1913C484 for ; Wed, 11 Jul 2007 23:19:25 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2519652waf for ; Wed, 11 Jul 2007 16:19:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V671UPp/NCq6+a270EznYKkJhdQZWqiyGaC1Xb3xCZjEbcHlY6pboRWOCb0kUpnFTRxLJ036S21QK9terIxsjmoNvp01rZcYt/YP3gUsqngSfxBnxnlUwUKwYimYww405Xw7cdeclFgGfqpr14Nizo3zgveP6kTBz+YfHlcrC7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wlgt8WA0nI5TFb5v4OothD2s9Fl45EjXNY26SA4PyeiJCg+e3cGLmNfRlb7QbnlKL6trrWfjl+uw4hUORTdAkxKdNPaLZ6GrkLK2RSYTM5hM50KZ66PJDxb+wT/03YnR1PTegiir9eblHaODKlYfeFCyOT8WIyUHlJtsc+BGOR8= Received: by 10.115.109.1 with SMTP id l1mr5559523wam.1184195964653; Wed, 11 Jul 2007 16:19:24 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Wed, 11 Jul 2007 16:19:24 -0700 (PDT) Message-ID: <2a41acea0707111619g1912325evfc96939ffafeef37@mail.gmail.com> Date: Wed, 11 Jul 2007 16:19:24 -0700 From: "Jack Vogel" To: "Max Laier" In-Reply-To: <200707120116.00434.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:19:25 -0000 It could be me just not getting the details correct, but when I had just includes in 'files' I could not get the overall kernel build to work. Look at what I did, I'd be happy to change it if you see what I'm missing. On 7/11/07, Max Laier wrote: > On Thursday 12 July 2007, Jack F Vogel wrote: > > jfv 2007-07-11 22:59:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > New driver for Intel 10G PCI-Express adapter (82598), driver is > > still in Beta, but we want early users to have access to it in > > 7.0, Feedback welcome. Enjoy. -Jack > > > > Approved by: re > > > > Revision Changes Path > > 1.1235 +10 -0 src/sys/conf/files > > 1.89 +3 -0 src/sys/conf/kern.pre.mk > > Just wondering: Why are we pulling in the INCLUDES for the whole kernel? > You can specify per file CFLAGS in conf/files as well. > > -- > /"\ Best regards, | mlaier@freebsd.org > \ / Max Laier | ICQ #67774661 > X http://pf4freebsd.love2party.net/ | mlaier@EFnet > / \ ASCII Ribbon Campaign | Against HTML Mail and News > > From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:29:17 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7090C16A421 for ; Wed, 11 Jul 2007 23:29:17 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 45D1B13C469 for ; Wed, 11 Jul 2007 23:29:17 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2522221waf for ; Wed, 11 Jul 2007 16:29:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JHchRv7ETKs0kVInHmxbY+CTuMUyftb9lOyFKbgAoL3p04BmsAQ81qbpPE8/X6WUvzuwLunU+Uy3TSxNLjohpiUz/MGwOWzTbYAPluV+ApmhECJQ0uYjc+HygjeRyaNmgSlrA7lKzj3KUK7qU9C/66q4cETlcdBtH8GESkH7JDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FSzzsapWAE3dc9Eaapu/NeUdWOSQjl7Ru8ni9uQnvgYWwR/6VukiNFlpNxxCV0kvhlTLDzTOfmO+ei2oyUB6qzyJKnHc3R5tFzXtZZq4RxkaSyShjEWbPdeHJ9PgRf4JeCg/2kn2mtpWSJHE2q04xo60gKvvNbpylYaUJGF4T1A= Received: by 10.115.33.1 with SMTP id l1mr24777waj.1184196557074; Wed, 11 Jul 2007 16:29:17 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Wed, 11 Jul 2007 16:29:17 -0700 (PDT) Message-ID: <2a41acea0707111629x22c67d00qc45f74e86abae1f9@mail.gmail.com> Date: Wed, 11 Jul 2007 16:29:17 -0700 From: "Jack Vogel" To: "Alexander Kabaev" In-Reply-To: <20070711192558.32df45ba@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> <2a41acea0707111619g1912325evfc96939ffafeef37@mail.gmail.com> <20070711192558.32df45ba@kan.dnsalias.net> Cc: Jack F Vogel , Max Laier , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:29:17 -0000 On 7/11/07, Alexander Kabaev wrote: > On Wed, 11 Jul 2007 16:19:24 -0700 > "Jack Vogel" wrote: > > > It could be me just not getting the details correct, but when I had > > just includes in 'files' I could not get the overall kernel build to > > work. > > > > Look at what I did, I'd be happy to change it if you see what I'm > > missing. > > > This likely happens because 'make depend' runs with the same global > CFLAGS and does not use ones you specified. > -- > Alexander Kabaev You know, I just tried taking it out, and it looks like it might actually work, let me test a bit more and I'll take it out if this works. I had the same problem when I put in the new em driver because of the way includes are in the shared code, but maybe its unecessary as well. Jack From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:54:36 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D909716A421 for ; Wed, 11 Jul 2007 23:54:36 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 907F513C44C for ; Wed, 11 Jul 2007 23:54:36 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1454647wxd for ; Wed, 11 Jul 2007 16:54:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=Ht+XXyiyLvCs7ZSVwlLcmOcPMJX9UjrcejMc+ZRK9xplKilT3rbtCzz+eZVXL07vFYotjSyJnHkwdcPAuQWXB62Luj4rcOYjC5cgPzMqww4PMApRoVQQ1FmlpnzalmGUTsxuf6mQ4iBHnz6HzJ73jAGE+npEtGQv4OWFenmdCFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=ukvUOOcAQlEgcYumdIVo79HDVzbjf9NsUdBssZl4Ju1V4hVu6UoGZ/4my6RQQhJI1JKxzcO9+WJADgg6KQ2rt5LSAV7ndx+eZfXieOwWRD5Fg62ly0O00avEUG4bw2rBexyCnRfCJZbxRNUvJT9fWJktBY03eREFO+dqUoMmETI= Received: by 10.70.31.8 with SMTP id e8mr14121wxe.1184196364338; Wed, 11 Jul 2007 16:26:04 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id i34sm26177272wxd.2007.07.11.16.26.02 (version=SSLv3 cipher=OTHER); Wed, 11 Jul 2007 16:26:03 -0700 (PDT) Date: Wed, 11 Jul 2007 19:25:58 -0400 From: Alexander Kabaev To: "Jack Vogel" Message-ID: <20070711192558.32df45ba@kan.dnsalias.net> In-Reply-To: <2a41acea0707111619g1912325evfc96939ffafeef37@mail.gmail.com> References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> <2a41acea0707111619g1912325evfc96939ffafeef37@mail.gmail.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_k42+7/5PukV7m6N/wy=HkEp"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Jack F Vogel , Max Laier , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:54:36 -0000 --Sig_k42+7/5PukV7m6N/wy=HkEp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 11 Jul 2007 16:19:24 -0700 "Jack Vogel" wrote: > It could be me just not getting the details correct, but when I had > just includes in 'files' I could not get the overall kernel build to > work. >=20 > Look at what I did, I'd be happy to change it if you see what I'm > missing. >=20 This likely happens because 'make depend' runs with the same global CFLAGS and does not use ones you specified. --=20 Alexander Kabaev --Sig_k42+7/5PukV7m6N/wy=HkEp Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGlWcGQ6z1jMm+XZYRArqAAKCB7RslYTDK9J3Ma6rnII5gbXF8BQCeOdpS 1DEqL9LClESLPXehnbnOsZ4= =5tTR -----END PGP SIGNATURE----- --Sig_k42+7/5PukV7m6N/wy=HkEp-- From owner-cvs-src@FreeBSD.ORG Wed Jul 11 23:59:42 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46CF516A400; Wed, 11 Jul 2007 23:59:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3DE13C468; Wed, 11 Jul 2007 23:59:42 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6BNxg8I014721; Wed, 11 Jul 2007 23:59:42 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6BNxftF014720; Wed, 11 Jul 2007 23:59:41 GMT (envelope-from dougb) Message-Id: <200707112359.l6BNxftF014720@repoman.freebsd.org> From: Doug Barton Date: Wed, 11 Jul 2007 23:59:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/namedb named.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 23:59:42 -0000 dougb 2007-07-11 23:59:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/namedb named.conf Log: Comment out the BIND 9.4.x-only disable-emtpy-zone options. Pointed out by: A cast of thousands Pointy hat to: Just me Revision Changes Path 1.21.2.3 +3 -0 src/etc/namedb/named.conf From owner-cvs-src@FreeBSD.ORG Thu Jul 12 00:01:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D531216A468; Thu, 12 Jul 2007 00:01:57 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0F73313C46A; Thu, 12 Jul 2007 00:01:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C01sAL015184; Thu, 12 Jul 2007 00:01:54 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C01sbc015183; Thu, 12 Jul 2007 00:01:54 GMT (envelope-from jfv) Message-Id: <200707120001.l6C01sbc015183@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 12 Jul 2007 00:01:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:01:57 -0000 jfv 2007-07-12 00:01:54 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Removed unnecessary global includes for ixgbe, and em. Both have been determined to be unnecessary. Approved by: re Revision Changes Path 1.90 +0 -6 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Thu Jul 12 00:02:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F0A816A480; Thu, 12 Jul 2007 00:02:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38A0813C44B; Thu, 12 Jul 2007 00:02:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C02CWm015223; Thu, 12 Jul 2007 00:02:12 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C02CkJ015222; Thu, 12 Jul 2007 00:02:12 GMT (envelope-from dougb) Message-Id: <200707120002.l6C02CkJ015222@repoman.freebsd.org> From: Doug Barton Date: Thu, 12 Jul 2007 00:02:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:02:22 -0000 dougb 2007-07-12 00:02:12 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Belatedly add the PROTO.localhost* files that were removed on 2007-06-18 Approved by: re (rwatson) Revision Changes Path 1.105 +4 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Thu Jul 12 00:29:31 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EB7516A469 for ; Thu, 12 Jul 2007 00:29:31 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 27E8213C44B for ; Thu, 12 Jul 2007 00:29:30 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2540197waf for ; Wed, 11 Jul 2007 17:29:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sqV2AKHv8AX8nMH/7mwVjq/WYCTeV9iW2cwKeyMTfT0A6TZYk0Kf9Gt4ynW8t7WAJ3WzwYuyR0ygcF6rjUXxvB+9LwaOqlSIY5E2plwu3K2kD5T/IXMn1QWPq9V6tSYjJ6vbNthsK2EOy81g/kf0lqwRbOd16Z9qPuBN0yBc1yo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SY9hxT9kVpNh1Aq2rnj3s4L6Vo07X+yozWkgl2D02vIFQ6pqfAI4DbrSeBoNn6pPQOKUKUwCk8T7b92Qb3KkMpUe1Mhs7L9iH14TWhU2QSrl7aouF4d3wfCXUVsP7YjV21EMS5iP1cSnh0kAocf4s7qmeetV0a0StEK1a9aS380= Received: by 10.115.32.1 with SMTP id k1mr27820waj.1184198701659; Wed, 11 Jul 2007 17:05:01 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Wed, 11 Jul 2007 17:04:34 -0700 (PDT) Message-ID: <2a41acea0707111704u27554bfay41bf728c25cd6081@mail.gmail.com> Date: Wed, 11 Jul 2007 17:04:34 -0700 From: "Jack Vogel" To: "Max Laier" In-Reply-To: <200707120116.00434.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:29:31 -0000 On 7/11/07, Max Laier wrote: > On Thursday 12 July 2007, Jack F Vogel wrote: > > jfv 2007-07-11 22:59:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > New driver for Intel 10G PCI-Express adapter (82598), driver is > > still in Beta, but we want early users to have access to it in > > 7.0, Feedback welcome. Enjoy. -Jack > > > > Approved by: re > > > > Revision Changes Path > > 1.1235 +10 -0 src/sys/conf/files > > 1.89 +3 -0 src/sys/conf/kern.pre.mk > > Just wondering: Why are we pulling in the INCLUDES for the whole kernel? > You can specify per file CFLAGS in conf/files as well. Thanks for prodding me Max, I found builds for both em and ixgbe worked fine without that include, the build didnt work in the past, not sure what fixed it :) Jack From owner-cvs-src@FreeBSD.ORG Thu Jul 12 00:31:55 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D10C916A400 for ; Thu, 12 Jul 2007 00:31:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCCC13C46C for ; Thu, 12 Jul 2007 00:31:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1370272nzf for ; Wed, 11 Jul 2007 17:31:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tpE9Hxr4iLB+R3WJ58YdHbCVA4rm6S8BcApOD/1QLgbRkH7r/TLDqqdjMgihFm7G2qS5AI+z9CDOLbx91h5f1UUdUq6jC85bnbuJf3rTPAQz5qq3yz2OCSZzVjBYlZ0KJop7rEf7Bs7GUrigS5n5T5/Ufo7cn5AHya67F95vMT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QRr6+668UCqlAZvfr/8SChMq9y9gJa2xyzzfEGjrBUV9vReweMMhXdwS28xkKqzzPQXJv5aThrx/FAdZ2xaKeCwcwLacB8EwDhppHTOIA9H3SWO7nFnjMf/AEur4gZ68QKeU9zgXZMX27JZhRt53xUgwP8iQq9tRSM0O2nOtv1w= Received: by 10.114.144.1 with SMTP id r1mr35398wad.1184198674665; Wed, 11 Jul 2007 17:04:34 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Wed, 11 Jul 2007 17:04:34 -0700 (PDT) Message-ID: <2a41acea0707111704u27554bfay41bf728c25cd6081@mail.gmail.com> Date: Wed, 11 Jul 2007 17:04:34 -0700 From: "Jack Vogel" To: "Max Laier" In-Reply-To: <200707120116.00434.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:31:55 -0000 On 7/11/07, Max Laier wrote: > On Thursday 12 July 2007, Jack F Vogel wrote: > > jfv 2007-07-11 22:59:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > New driver for Intel 10G PCI-Express adapter (82598), driver is > > still in Beta, but we want early users to have access to it in > > 7.0, Feedback welcome. Enjoy. -Jack > > > > Approved by: re > > > > Revision Changes Path > > 1.1235 +10 -0 src/sys/conf/files > > 1.89 +3 -0 src/sys/conf/kern.pre.mk > > Just wondering: Why are we pulling in the INCLUDES for the whole kernel? > You can specify per file CFLAGS in conf/files as well. Thanks for prodding me Max, I found builds for both em and ixgbe worked fine without that include, the build didnt work in the past, not sure what fixed it :) Jack From owner-cvs-src@FreeBSD.ORG Thu Jul 12 01:17:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 64F4216A400; Thu, 12 Jul 2007 01:17:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D86F13C448; Thu, 12 Jul 2007 01:17:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C1HFn2032527; Thu, 12 Jul 2007 01:17:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C1HFws032526; Thu, 12 Jul 2007 01:17:15 GMT (envelope-from delphij) Message-Id: <200707120117.l6C1HFws032526@repoman.freebsd.org> From: Xin LI Date: Thu, 12 Jul 2007 01:17:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gzip gzip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 01:17:15 -0000 delphij 2007-07-12 01:17:14 UTC FreeBSD src repository Modified files: usr.bin/gzip gzip.c Log: - Simulate GNU gzip(1) behavior where full filename is being output in verbose mode when doing recursive[1]. - Use better representation of S: PR: bin/114470 Submitted by: Ighighi [1] Approved by: re (hrs) Revision Changes Path 1.4 +7 -7 src/usr.bin/gzip/gzip.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 02:54:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A08E116A421; Thu, 12 Jul 2007 02:54:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 79BAC13C487; Thu, 12 Jul 2007 02:54:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C2s5Z8041023; Thu, 12 Jul 2007 02:54:05 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C2s5Yg041022; Thu, 12 Jul 2007 02:54:05 GMT (envelope-from thompsa) Message-Id: <200707120254.l6C2s5Yg041022@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 12 Jul 2007 02:54:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:54:05 -0000 thompsa 2007-07-12 02:54:05 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: Improve the net80211 handling within ndis - use net80211 for scanning and pass the results back to the scan cache - use ieee80211_init_channels to fill our channel list - fix up state transitions - depreciate the old wicontrol ioctls - add some debugging lines (#define NDIS_DEBUG) Reviewed by: sam Approved by: re (kensmith) Revision Changes Path 1.123 +295 -158 src/sys/dev/if_ndis/if_ndis.c 1.27 +8 -0 src/sys/dev/if_ndis/if_ndisvar.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 06:39:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4D5B16A41F; Thu, 12 Jul 2007 06:39:08 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A711213C480; Thu, 12 Jul 2007 06:39:08 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C6d86O075553; Thu, 12 Jul 2007 06:39:08 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C6d8qF075552; Thu, 12 Jul 2007 06:39:08 GMT (envelope-from ariff) Message-Id: <200707120639.l6C6d8qF075552@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 12 Jul 2007 06:39:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c hdac_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 06:39:08 -0000 ariff 2007-07-12 06:39:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci/hda hdac.c hdac_private.h Log: MFC: Revisions: 1.44 src/sys/dev/sound/pci/hda/hdac.c 1.8 src/sys/dev/sound/pci/hda/hdac_private.h - Add codec id for Realtek ALC268. - Add controller id for Intel 82801I (ICH9). PR: kern/114399 Submitted by: Michael Fuckner - MSI support. Disable by default due to various issues with too many broken hardwares. MSI can be enabled through device.hints(5) or kenv(8) by setting "hint.pcm.%d.msi=1" (for RELENG_6, you need to set/enable hw.pci.enable_msi=1). Partially submitted by: kevlo YAMAMOTO Taku Tested by: joel, kevlo, YAMAMOTO Taku Revision Changes Path 1.36.2.5 +48 -16 src/sys/dev/sound/pci/hda/hdac.c 1.6.2.3 +9 -2 src/sys/dev/sound/pci/hda/hdac_private.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 06:39:39 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41F1116A421; Thu, 12 Jul 2007 06:39:39 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1C17F13C45D; Thu, 12 Jul 2007 06:39:39 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C6dcA5075600; Thu, 12 Jul 2007 06:39:38 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C6dclI075599; Thu, 12 Jul 2007 06:39:38 GMT (envelope-from ariff) Message-Id: <200707120639.l6C6dclI075599@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 12 Jul 2007 06:39:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 06:39:39 -0000 ariff 2007-07-12 06:39:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci ich.c Log: MFC (revision: 1.78): - malloc M_NOWAIT -> M_WAITOK. - Protect against divide by zero while calculating bus speed due to possible broken kernel timecounter. Reported/Tested by: silby Revision Changes Path 1.53.2.12 +9 -7 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 06:46:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B23B16A421; Thu, 12 Jul 2007 06:46:55 +0000 (UTC) (envelope-from brians@ca.sophos.com) Received: from lightroast.ca.sophos.com (gw.ca.sophos.com [209.17.183.249]) by mx1.freebsd.org (Postfix) with ESMTP id 0F08813C448; Thu, 12 Jul 2007 06:46:54 +0000 (UTC) (envelope-from brians@ca.sophos.com) Received: from smtp3.ca.sophos.com (smtp3.ca.sophos.com [192.168.3.19]) by lightroast.ca.sophos.com (8.13.8/8.13.8) with ESMTP id l6C6kqFY013113; Wed, 11 Jul 2007 23:46:52 -0700 (PDT) (envelope-from brians@ca.sophos.com) Received: from dev.lan.Awfulhak.org (ssh1.ActiveState.com [192.168.3.32]) by smtp.ca.sophos.com (8.13.4/8.13.4) with ESMTP id l6C6kpuf020335; Wed, 11 Jul 2007 23:46:51 -0700 (envelope-from brians@ca.sophos.com) Date: Wed, 11 Jul 2007 23:46:51 -0700 From: Brian Somers To: mjacob@FreeBSD.org Message-ID: <20070711234651.5efc1c66@dev.lan.Awfulhak.org> In-Reply-To: <20070706190843.X78793@ns1.feral.com> References: <200707070054.l670slr1007427@repoman.freebsd.org> <20070706183517.512b6dab@conflict> <20070706190843.X78793@ns1.feral.com> Organization: Sophos X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PerlMx-Spam: CA, Deliver, Gauge=IIIIIII, Probability=7%, Report='__C230066_P5 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-SpamReport: No antispam rules were triggered by this message X-PMX-Version: CA 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.11.232533 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Brian Somers , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c if_var.h src/sys/netinet in.c in_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 06:46:55 -0000 On Fri, 6 Jul 2007 19:08:57 -0700 (PDT) mjacob@FreeBSD.org wrote: > > Cool. Can we put this in regression tests? To be honest, I've never looked in tools/regression... until now. It looks like a bit of a mess. According to the README (last updated in 2001) it should be possible to ``prove -r'' everything. This is far from true, so forgive me for ranting if I've got the wrong end of the stick. Here's what I'd expect: - ``prove -r'' works - ``make test'' works in a similar way to ``prove -r'', sets PATH to /usr/obj/... and fails if tests fail. - .t files build test programs as required. - .t files skip() tests (or plan a different number) when required resources aren't available. - comments on ok/not ok lines are mandatory It would also be nice to bring libtap into the base system. If there are no objections, I'll look at doing this after -current un-slushes. If there are any suggestions about other improvements, please follow-up to freebsd-arch. -- Brian Somers Tel: +1 604 484 6434 Mob: +1 604 315 1343 Sophos - security and control Web: www.sophos.com From owner-cvs-src@FreeBSD.ORG Thu Jul 12 07:05:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C62016A41F; Thu, 12 Jul 2007 07:05:44 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3530513C487; Thu, 12 Jul 2007 07:05:44 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C75iO8079080; Thu, 12 Jul 2007 07:05:44 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C75imR079079; Thu, 12 Jul 2007 07:05:44 GMT (envelope-from brian) Message-Id: <200707120705.l6C75imR079079@repoman.freebsd.org> From: Brian Somers Date: Thu, 12 Jul 2007 07:05:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/speaker spkr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 07:05:44 -0000 brian 2007-07-12 07:05:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/speaker spkr.c Log: MFC: Speaker durations are specified in 1/100ths of a second according to spkr(4). PR: 70610, 67995 Revision Changes Path 1.70.2.2 +21 -17 src/sys/dev/speaker/spkr.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 07:59:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78B1416A473; Thu, 12 Jul 2007 07:59:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1E97013C483; Thu, 12 Jul 2007 07:59:43 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 3C6A4482BD; Thu, 12 Jul 2007 03:59:42 -0400 (EDT) Date: Thu, 12 Jul 2007 08:59:42 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jack F Vogel In-Reply-To: <200707112303.l6BN3HPu010363@repoman.freebsd.org> Message-ID: <20070712085707.G68820@fledge.watson.org> References: <200707112303.l6BN3HPu010363@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 07:59:44 -0000 On Wed, 11 Jul 2007, Jack F Vogel wrote: > jfv 2007-07-11 23:03:17 UTC > > FreeBSD src repository > > Added files: > sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c > ixgbe_api.c ixgbe_api.h ixgbe_common.c > ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c > ixgbe_phy.h ixgbe_type.h > Log: > Add the actual source too :) This commit message leaves a lot to be desired, especially for 1.1 revisions. I think you should consider a forced commit that mentions something more than that the files are source code -- perhaps a 2-3 level sentence summary of what the actual change meant. Remember that changes on other files, such as the conf files you touched in the earlier commit, won't appear in "cvs log" of these files. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Thu Jul 12 08:20:32 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C39116A484 for ; Thu, 12 Jul 2007 08:20:32 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 980E713C483 for ; Thu, 12 Jul 2007 08:20:27 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so59934nzf for ; Thu, 12 Jul 2007 01:20:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OC/V0oRD4pcvFSAd661SseKLVySz0NXna8hLcIUuNUFKR8Rp7C+Nbfn0q6qjiOZL4dO7aPs6Mt34GQIBvWjI1GzZtlkSLUsC9trAT1fyQwOZcsPiu/sEzcRboH78KEtSgZ18W7sH9YqDlpi2dqr9eC18dMwRr4KUM9kNylmnmAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jGZTajY2cd3CsEhu1RjQ3A2cqPeVMq1nhGqMIHsLNrWyPaqlwb8Kb0RndlvEzyv6gd5q0oVDhpaihPVkzWXFXTrBTujI3V+60w1UuxUbyrjgHVpZIhRgeaWMZrOtS2KVv1ulLO0XJfd2Lnnth3FxnO+MeVBEozSq7ifYpRvZgTQ= Received: by 10.114.134.1 with SMTP id h1mr371737wad.1184228426394; Thu, 12 Jul 2007 01:20:26 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Thu, 12 Jul 2007 01:20:26 -0700 (PDT) Message-ID: <2a41acea0707120120w38d67d7fsf01d573329814c4@mail.gmail.com> Date: Thu, 12 Jul 2007 01:20:26 -0700 From: "Jack Vogel" To: "Robert Watson" In-Reply-To: <20070712085707.G68820@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112303.l6BN3HPu010363@repoman.freebsd.org> <20070712085707.G68820@fledge.watson.org> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 08:20:32 -0000 Sorry, what happened was the first commit accidentally only included the conf files, so I followed this up right after with a sheepish joke, I should've added the comment from the first, my bad :( On 7/12/07, Robert Watson wrote: > On Wed, 11 Jul 2007, Jack F Vogel wrote: > > > jfv 2007-07-11 23:03:17 UTC > > > > FreeBSD src repository > > > > Added files: > > sys/dev/ixgbe LICENSE ixgbe.c ixgbe.h ixgbe_82598.c > > ixgbe_api.c ixgbe_api.h ixgbe_common.c > > ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c > > ixgbe_phy.h ixgbe_type.h > > Log: > > Add the actual source too :) > > This commit message leaves a lot to be desired, especially for 1.1 revisions. > I think you should consider a forced commit that mentions something more than > that the files are source code -- perhaps a 2-3 level sentence summary of what > the actual change meant. Remember that changes on other files, such as the > conf files you touched in the earlier commit, won't appear in "cvs log" of > these files. > > Robert N M Watson > Computer Laboratory > University of Cambridge > From owner-cvs-src@FreeBSD.ORG Thu Jul 12 09:02:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AB5516A41F; Thu, 12 Jul 2007 09:02:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3573813C4C6; Thu, 12 Jul 2007 09:02:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6C92Wew099827; Thu, 12 Jul 2007 09:02:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6C92WPi099826; Thu, 12 Jul 2007 09:02:32 GMT (envelope-from kib) Message-Id: <200707120902.l6C92WPi099826@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 12 Jul 2007 09:02:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/drm i915_dma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 09:02:32 -0000 kib 2007-07-12 09:02:31 UTC FreeBSD src repository Modified files: sys/dev/drm i915_dma.c Log: bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a non-sleepable lock held. drm_pci_alloc() calls them, thus drm mutex shall not be held during the call. Move the drm_pci_alloc() to the start of the i915_initialize() and drop the the drm mutex around it. Reported by: Ganbold Reviewed by: anholt Approved by: re (hrs) MFC after: 1 week Revision Changes Path 1.5 +15 -9 src/sys/dev/drm/i915_dma.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 10:03:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8D5316A468; Thu, 12 Jul 2007 10:03:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B015E13C448; Thu, 12 Jul 2007 10:03:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CA3UfS007014; Thu, 12 Jul 2007 10:03:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CA3UU6007013; Thu, 12 Jul 2007 10:03:30 GMT (envelope-from rwatson) Message-Id: <200707121003.l6CA3UU6007013@repoman.freebsd.org> From: Robert Watson Date: Thu, 12 Jul 2007 10:03:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/nxge if_nxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 10:03:30 -0000 rwatson 2007-07-12 10:03:29 UTC FreeBSD src repository Modified files: sys/dev/nxge if_nxge.c Log: Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr rather than indirecting through ifaddr_byindex, which makes things easier with respect to virtualized network stacks. Submitted by: Marko Zec Reviewed by: Leonid Grossman Approved by: re (kensmith) Revision Changes Path 1.3 +1 -1 src/sys/dev/nxge/if_nxge.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 12:56:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C15516A468; Thu, 12 Jul 2007 12:56:55 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0499013C4B0; Thu, 12 Jul 2007 12:56:55 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CCus5P035008; Thu, 12 Jul 2007 12:56:54 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CCusmE035007; Thu, 12 Jul 2007 12:56:54 GMT (envelope-from yar) Message-Id: <200707121256.l6CCusmE035007@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 12:56:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 12:56:55 -0000 yar 2007-07-12 12:56:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc rc.subr Log: MFC rev. 1.76: Thoroughly handle error conditions when processing an interpreted script as $command. Revision Changes Path 1.34.2.21 +24 -11 src/etc/rc.subr From owner-cvs-src@FreeBSD.ORG Thu Jul 12 13:08:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD46316A469; Thu, 12 Jul 2007 13:08:00 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8708713C447; Thu, 12 Jul 2007 13:08:00 +0000 (UTC) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CD80cD037100; Thu, 12 Jul 2007 13:08:00 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CD80YL037099; Thu, 12 Jul 2007 13:08:00 GMT (envelope-from simokawa) Message-Id: <200707121308.l6CD80YL037099@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Thu, 12 Jul 2007 13:08:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/dconschat dconschat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 13:08:00 -0000 simokawa 2007-07-12 13:08:00 UTC FreeBSD src repository Modified files: usr.sbin/dconschat dconschat.c Log: Set the default escape character as described in the manpage of dconschat(8). Fix a cut-and-paste error. Spotted by: avatar Approved by: re (rwatson) Revision Changes Path 1.15 +4 -1 src/usr.sbin/dconschat/dconschat.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 13:11:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A58A16A400; Thu, 12 Jul 2007 13:11:01 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4385613C46A; Thu, 12 Jul 2007 13:11:01 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CDB1tv037401; Thu, 12 Jul 2007 13:11:01 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CDB1xv037399; Thu, 12 Jul 2007 13:11:01 GMT (envelope-from yar) Message-Id: <200707121311.l6CDB1xv037399@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 13:11:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/atrun atrun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 13:11:01 -0000 yar 2007-07-12 13:11:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/atrun atrun.c Log: MFC revs. 1.19-1.22: Assorted small fixes. Revision Changes Path 1.18.8.1 +4 -4 src/libexec/atrun/atrun.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 13:25:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 384F416A41F; Thu, 12 Jul 2007 13:25:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 116F013C45E; Thu, 12 Jul 2007 13:25:56 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CDPtqb038720; Thu, 12 Jul 2007 13:25:55 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CDPtcS038719; Thu, 12 Jul 2007 13:25:55 GMT (envelope-from yar) Message-Id: <200707121325.l6CDPtcS038719@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 13:25:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libutil login_cap.3 login_cap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 13:25:56 -0000 yar 2007-07-12 13:25:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil login_cap.3 login_cap.c Log: MFC login_cap.3 1.35-1.37, login_cap.c 1.34: - Finally document the LOGIN_MECLASS hack in the manpage and comments. - Fix login_getcaplist() prototype in the manpage. - Improve the manpage markup. Revision Changes Path 1.34.2.1 +256 -119 src/lib/libutil/login_cap.3 1.33.2.1 +18 -8 src/lib/libutil/login_cap.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 14:11:57 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF9A416A400; Thu, 12 Jul 2007 14:11:57 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C105D13C458; Thu, 12 Jul 2007 14:11:57 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CEBvqw043895; Thu, 12 Jul 2007 14:11:57 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CEBvbs043894; Thu, 12 Jul 2007 14:11:57 GMT (envelope-from yar) Message-Id: <200707121411.l6CEBvbs043894@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 14:11:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpam/modules/pam_nologin pam_nologin.8 pam_nologin.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:11:57 -0000 yar 2007-07-12 14:11:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpam/modules/pam_nologin pam_nologin.8 pam_nologin.c Log: MFC: Use the current user's login class for the decisions about where the nologin(5) file is located and whether the user may bypass its restriction. Add some error checks. Revision Changes Path 1.7 +16 -15 src/lib/libpam/modules/pam_nologin/pam_nologin.8 1.13 +42 -29 src/lib/libpam/modules/pam_nologin/pam_nologin.c Note: To avoid POLA violation, the merged module still lets root in irrespective of login.conf settings. In HEAD, root has to have an explicit "ignorenologin" capability to bypass nologin(5). PR: bin/107612 Revision Changes Path 1.5.14.1 +17 -16 src/lib/libpam/modules/pam_nologin/pam_nologin.8 1.10.14.1 +47 -28 src/lib/libpam/modules/pam_nologin/pam_nologin.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 14:16:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D611416A46B; Thu, 12 Jul 2007 14:16:01 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF6B813C459; Thu, 12 Jul 2007 14:16:01 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CEG1fq044151; Thu, 12 Jul 2007 14:16:01 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CEG14r044150; Thu, 12 Jul 2007 14:16:01 GMT (envelope-from yar) Message-Id: <200707121416.l6CEG14r044150@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 14:16:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/nologin nologin.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 14:16:01 -0000 yar 2007-07-12 14:16:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/nologin nologin.5 Log: MFC rev. 1.15: Update nologin(5) to match the modern reality of login.conf(5) and PAM. Revision Changes Path 1.14.8.1 +44 -12 src/usr.sbin/nologin/nologin.5 From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:00:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5455C16A46B; Thu, 12 Jul 2007 15:00:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2D38B13C44C; Thu, 12 Jul 2007 15:00:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF0TdM047641; Thu, 12 Jul 2007 15:00:29 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF0TfW047640; Thu, 12 Jul 2007 15:00:29 GMT (envelope-from cperciva) Message-Id: <200707121500.l6CF0TfW047640@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:00:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:00:29 -0000 cperciva 2007-07-12 15:00:28 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_read_support_format_tar.c Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: re (kensmith, security blanket) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.76 +1 -1 src/lib/libarchive/Makefile 1.58 +103 -40 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:00:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B659716A421; Thu, 12 Jul 2007 15:00:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8E50213C45B; Thu, 12 Jul 2007 15:00:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF0iQ9047730; Thu, 12 Jul 2007 15:00:44 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF0iPM047729; Thu, 12 Jul 2007 15:00:44 GMT (envelope-from cperciva) Message-Id: <200707121500.l6CF0iPM047729@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:00:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libarchive Makefile archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:00:44 -0000 cperciva 2007-07-12 15:00:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive Makefile archive_read_support_format_tar.c Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.36.2.7 +1 -1 src/lib/libarchive/Makefile 1.32.2.5 +103 -40 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:01:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C13AE16A400; Thu, 12 Jul 2007 15:01:14 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B16A313C45D; Thu, 12 Jul 2007 15:01:14 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF1ELj047894; Thu, 12 Jul 2007 15:01:14 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF1EMi047893; Thu, 12 Jul 2007 15:01:14 GMT (envelope-from cperciva) Message-Id: <200707121501.l6CF1EMi047893@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:01:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src UPDATING src/lib/libarchive archive_read_support_format_tar.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:01:14 -0000 cperciva 2007-07-12 15:01:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . UPDATING lib/libarchive archive_read_support_format_tar.c sys/conf newvers.sh Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: so (cperciva) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.416.2.29.2.9 +5 -0 src/UPDATING 1.32.2.2.2.1 +98 -36 src/lib/libarchive/archive_read_support_format_tar.c 1.69.2.13.2.9 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:01:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EA8416A400; Thu, 12 Jul 2007 15:01:32 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1B213C465; Thu, 12 Jul 2007 15:01:32 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF1WhO048019; Thu, 12 Jul 2007 15:01:32 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF1Wsg048018; Thu, 12 Jul 2007 15:01:32 GMT (envelope-from cperciva) Message-Id: <200707121501.l6CF1Wsg048018@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:01:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src UPDATING src/lib/libarchive archive_read_support_format_tar.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:01:32 -0000 cperciva 2007-07-12 15:01:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) . UPDATING lib/libarchive archive_read_support_format_tar.c sys/conf newvers.sh Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: so (cperciva) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.416.2.22.2.20 +5 -0 src/UPDATING 1.32.6.1 +98 -36 src/lib/libarchive/archive_read_support_format_tar.c 1.69.2.11.2.20 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:01:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D37D16A41F; Thu, 12 Jul 2007 15:01:43 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA42713C457; Thu, 12 Jul 2007 15:01:42 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF1gbT048091; Thu, 12 Jul 2007 15:01:42 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF1gqF048090; Thu, 12 Jul 2007 15:01:42 GMT (envelope-from cperciva) Message-Id: <200707121501.l6CF1gqF048090@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:01:43 -0000 cperciva 2007-07-12 15:01:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libarchive archive_read_support_format_tar.c Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: so (cperciva) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.26.2.8 +98 -36 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:01:56 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE0C816A481; Thu, 12 Jul 2007 15:01:56 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BE52D13C45E; Thu, 12 Jul 2007 15:01:56 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF1u2C048211; Thu, 12 Jul 2007 15:01:56 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF1uCi048210; Thu, 12 Jul 2007 15:01:56 GMT (envelope-from cperciva) Message-Id: <200707121501.l6CF1uCi048210@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:01:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_5 Cc: Subject: cvs commit: src UPDATING src/lib/libarchive archive_read_support_format_tar.c src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 15:01:56 -0000 cperciva 2007-07-12 15:01:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_5) . UPDATING lib/libarchive archive_read_support_format_tar.c sys/conf newvers.sh Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: so (cperciva) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.342.2.35.2.14 +5 -0 src/UPDATING 1.26.2.7.2.1 +98 -36 src/lib/libarchive/archive_read_support_format_tar.c 1.62.2.21.2.16 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Thu Jul 12 16:04:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C5CA16A400; Thu, 12 Jul 2007 16:04:55 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 899E413C4BA; Thu, 12 Jul 2007 16:04:55 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CG4tox060238; Thu, 12 Jul 2007 16:04:55 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CG4tIN060237; Thu, 12 Jul 2007 16:04:55 GMT (envelope-from gallatin) Message-Id: <200707121604.l6CG4tIN060237@repoman.freebsd.org> From: Andrew Gallatin Date: Thu, 12 Jul 2007 16:04:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c if_mxge_var.h mcp_gen_header.h mxge_lro.c mxge_mcp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 16:04:55 -0000 gallatin 2007-07-12 16:04:55 UTC FreeBSD src repository Modified files: sys/dev/mxge eth_z8e.dat.gz.uu ethp_z8e.dat.gz.uu if_mxge.c if_mxge_var.h mcp_gen_header.h mxge_lro.c mxge_mcp.h Log: Update the mxge(4) driver's copyright to 2007, and drop the binary distribution clause. Approved by: re (bmah) Revision Changes Path 1.7 +2 -6 src/sys/dev/mxge/eth_z8e.dat.gz.uu 1.7 +2 -6 src/sys/dev/mxge/ethp_z8e.dat.gz.uu 1.39 +2 -6 src/sys/dev/mxge/if_mxge.c 1.14 +2 -6 src/sys/dev/mxge/if_mxge_var.h 1.2 +2 -6 src/sys/dev/mxge/mcp_gen_header.h 1.5 +1 -5 src/sys/dev/mxge/mxge_lro.c 1.7 +2 -6 src/sys/dev/mxge/mxge_mcp.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 16:09:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2255D16A468; Thu, 12 Jul 2007 16:09:08 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12E8E13C447; Thu, 12 Jul 2007 16:09:08 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CG97we060696; Thu, 12 Jul 2007 16:09:07 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CG9767060695; Thu, 12 Jul 2007 16:09:07 GMT (envelope-from bde) Message-Id: <200707121609.l6CG9767060695@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Jul 2007 16:09:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs bpb.h msdosfs_fat.c msdosfs_vfsops.c msdosfsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 16:09:08 -0000 bde 2007-07-12 16:09:07 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bpb.h msdosfs_fat.c msdosfs_vfsops.c msdosfsmount.h Log: Fix some bugs involving the fsinfo block (many remain unfixed). This is part of fixing msdosfs for large sector sizes. One of the fixed bugs was fatal for large sector sizes. 1. The fsinfo block has size 512, but it was misunderstood and declared as having size 1024, with nothing in the second 512 bytes except a signature at the end. The second 512 bytes actually normally (if the file system was created by Windows) consist of a second boot sector which is normally (in WinXP) empty except for a signature -- the normal layout is one boot sector, one fsinfo sector, another boot sector, then these 3 sectors duplicated. However, other layouts are valid. newfs_msdos produces a valid layout with one boot sector, one fsinfo sector, then these 2 sectors duplicated. The signature check for the extra part of the fsinfo was thus normally checking the signature in either the second boot sector or the first boot sector in the copy, and thus accidentally succeeding. The extra signature check would just fail for weirder layouts with 512-byte sectors, and for normal layouts with any other sector size. Remove the extra bytes and the extra signature check. 2. Old versions did i/o to the fsinfo block using size 1024, with the second half only used for the extra signature check on read. This was harmless for sector size 512, and worked accidentally for sector size 1024. The i/o just failed for larger sector sizes. The version being fixed did i/o to the fsinfo block using size fsi_size(pmp) = (1024 << ((pmp)->pm_BlkPerSec >> 2)). This expression makes no sense. It happens to work for sector small sector sizes, but for sector size 32K it gives the preposterous value of 64M and thus causes panics. A sector size of 32768 is necessary for at least some DVD-RW's (where the minimum write size is 32768 although the minimum read size is 2048). Now that the size of the fsinfo block is 512, it always fits in one sector so there is no need for a macro to express it. Just use the sector size where the old code uses 1024. Approved by: re (kensmith) Approved by: nyan (several years ago for a different version of (2)) Revision Changes Path 1.16 +0 -2 src/sys/fs/msdosfs/bpb.h 1.41 +1 -1 src/sys/fs/msdosfs/msdosfs_fat.c 1.165 +2 -3 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.39 +0 -6 src/sys/fs/msdosfs/msdosfsmount.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 17:00:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D195B16A41F; Thu, 12 Jul 2007 17:00:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C347E13C48A; Thu, 12 Jul 2007 17:00:52 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CH0qOm074355; Thu, 12 Jul 2007 17:00:52 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CH0q6Q074353; Thu, 12 Jul 2007 17:00:52 GMT (envelope-from njl) Message-Id: <200707121700.l6CH0q6Q074353@repoman.freebsd.org> From: Nate Lawson Date: Thu, 12 Jul 2007 17:00:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/altq/altq altq_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 17:00:52 -0000 njl 2007-07-12 17:00:52 UTC FreeBSD src repository Modified files: sys/contrib/altq/altq altq_subr.c Log: Fix a bug where the callout might not be initialized before being used. Rev 1.9 introduced another path where machclk_freq would be initialized before the rest of setup was done (i.e. initializing the callout). Make the one-time initialization a separate function and make init_machclk() able to be called multiple times, any time. We depend on tsc_freq first being updated from the highest priority eventhandler, thus we run last and call init_machclk() to set machclk_freq. Also, don't initialize static variables to 0. Tested by: Eygene Ryabinkin Approved by: re Revision Changes Path 1.10 +18 -6 src/sys/contrib/altq/altq/altq_subr.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 17:17:48 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C0D516A400; Thu, 12 Jul 2007 17:17:48 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1DAAC13C43E; Thu, 12 Jul 2007 17:17:48 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CHHmLS076936; Thu, 12 Jul 2007 17:17:48 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CHHl2w076935; Thu, 12 Jul 2007 17:17:47 GMT (envelope-from bde) Message-Id: <200707121717.l6CHHl2w076935@repoman.freebsd.org> From: Bruce Evans Date: Thu, 12 Jul 2007 17:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 17:17:48 -0000 bde 2007-07-12 17:17:47 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Round up the FAT block size to a multiple of the sector size so that i/o to the FAT is possible. Make the FAT block size less arbitrary before it is rounded up: - for FAT12, default to 3*512 instead of to 3 sectors. The magic 3 is the default number of 512-byte FAT sectors on a floppy drive. That many sectors is too many if the sector size is larger. - for !FAT12, default to PAGE_SIZE instead of to 4096. Remove MSDOSFS_DFLTBSIZE since it only obfuscated this 4096. For reading the BPB, use a block size of 8192 instead of 2048 so that sector sizes up to 8192 can work. We should try several sizes, or just try the maximum supported size (MAXBSIZE = 64K). I use 8192 because that is enough for DVD-RW's (even 2048 is enough) and 8192 has been tested a lot in use by ffs. This completes fixing msdosfs for some large sector sizes (up to 8K for read and 64K for write). Microsoft documents support for sector sizes up to 4K in mdosfs. ffs is currently limited to 8K for both read and write. Approved by: re (kensmith) Approved by: nyan (several years ago) Revision Changes Path 1.166 +6 -8 src/sys/fs/msdosfs/msdosfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 17:22:43 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D67D116A46C; Thu, 12 Jul 2007 17:22:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF74013C44C; Thu, 12 Jul 2007 17:22:43 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CHMhwp077634; Thu, 12 Jul 2007 17:22:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CHMhjR077633; Thu, 12 Jul 2007 17:22:43 GMT (envelope-from sam) Message-Id: <200707121722.l6CHMhjR077633@repoman.freebsd.org> From: Sam Leffler Date: Thu, 12 Jul 2007 17:22:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_scan_sta.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 17:22:43 -0000 sam 2007-07-12 17:22:43 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_scan_sta.c Log: revert handling of ssid and bssid to be manadatory instead of advisory Prodded by: Kevin Gerry Reviewed by: thompsa, sephe Approved by: re (kensmith) Revision Changes Path 1.3 +40 -33 src/sys/net80211/ieee80211_scan_sta.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 18:01:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D767416A41F; Thu, 12 Jul 2007 18:01:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C7D4B13C48A; Thu, 12 Jul 2007 18:01:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CI1VgB080573; Thu, 12 Jul 2007 18:01:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CI1Vr6080572; Thu, 12 Jul 2007 18:01:31 GMT (envelope-from jhb) Message-Id: <200707121801.l6CI1Vr6080572@repoman.freebsd.org> From: John Baldwin Date: Thu, 12 Jul 2007 18:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/ia32 ia32_sysvec.c src/sys/kern kern_exec.c kern_resource.c src/sys/sys sysent.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:01:31 -0000 jhb 2007-07-12 18:01:31 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c sys/compat/ia32 ia32_sysvec.c sys/kern kern_exec.c kern_resource.c sys/sys sysent.h Log: Fix a couple of issues with the stack limit for 32-bit processes on 64-bit kernels exposed by the recent fixes to resource limits for 32-bit processes on 64-bit kernels: - Let ABIs expose their maximum stack size via a new pointer in sysentvec and use that in preference to maxssiz during exec() rather than always using maxssiz for all processses. - Apply the ABI's limit fixup to the previous stack size when adjusting RLIMIT_STACK to determine if the existing mapping for the stack needs to be grown or shrunk (as well as how much it should be grown or shrunk). Approved by: re (kensmith) Revision Changes Path 1.30 +2 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.26 +9 -8 src/sys/compat/ia32/ia32_sysvec.c 1.307 +9 -4 src/sys/kern/kern_exec.c 1.179 +12 -8 src/sys/kern/kern_resource.c 1.55 +1 -0 src/sys/sys/sysent.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 18:49:02 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07C6216A400; Thu, 12 Jul 2007 18:49:02 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EC20E13C448; Thu, 12 Jul 2007 18:49:01 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CIn15C086896; Thu, 12 Jul 2007 18:49:01 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CIn1K9086895; Thu, 12 Jul 2007 18:49:01 GMT (envelope-from jfv) Message-Id: <200707121849.l6CIn1K9086895@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 12 Jul 2007 18:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:49:02 -0000 jfv 2007-07-12 18:49:01 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h Log: New Driver for Intel 10G PCI-Express Dual Port Network adapter (82598) - ixgbe.c, ixgbe.h, and ixgbe_osdep.h make the core OS driver. - Others are OS independent shared code. - This is still a Beta driver, the Intel ship is a month or so off, so I welcome any feedback from early users. Approved by: re Revision Changes Path 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_82598.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_api.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_api.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_common.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_common.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_osdep.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_phy.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_phy.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_type.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 19:04:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A65AF16A400; Thu, 12 Jul 2007 19:04:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8040613C44C; Thu, 12 Jul 2007 19:04:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CJ4CMI093869; Thu, 12 Jul 2007 19:04:12 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CJ4CGG093868; Thu, 12 Jul 2007 19:04:12 GMT (envelope-from jfv) Message-Id: <200707121904.l6CJ4CGG093868@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 12 Jul 2007 19:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ixgbe ixgbe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 19:04:12 -0000 jfv 2007-07-12 19:04:12 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c Log: A couple late breaking bugs that testing have turned up. - change include style so build in kernel try OR standalone work. - Limit HWCSUM - I was led to believe that it would work with RSS, but our testing had odd issues which suggests this is false. - A fatfinger error in the ioctl code made ifconfig up not work. Approved by: re Revision Changes Path 1.3 +6 -3 src/sys/dev/ixgbe/ixgbe.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 20:40:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AA5B16A400; Thu, 12 Jul 2007 20:40:25 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD3613C45A; Thu, 12 Jul 2007 20:40:25 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CKePso004072; Thu, 12 Jul 2007 20:40:25 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CKeP0A004071; Thu, 12 Jul 2007 20:40:25 GMT (envelope-from thompsa) Message-Id: <200707122040.l6CKeP0A004071@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 12 Jul 2007 20:40:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h src/sbin/ifconfig iflagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:40:25 -0000 thompsa 2007-07-12 20:40:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h sbin/ifconfig iflagg.c Log: Sync lagg to HEAD - Implement the Marker Protocol for lacp - Export the actor and partner peer info and show in ifconfig verbose - Compare the partner system priority when choosing the aggregator. - Cleanup whitespace, variable names and gc unused defines Revision Changes Path 1.1.2.2 +55 -13 src/sbin/ifconfig/iflagg.c 1.7.2.2 +227 -65 src/sys/net/ieee8023ad_lacp.c 1.4.2.2 +38 -41 src/sys/net/ieee8023ad_lacp.h 1.11.2.3 +39 -52 src/sys/net/if_lagg.c 1.7.2.2 +63 -39 src/sys/net/if_lagg.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 20:40:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C549A16A41F; Thu, 12 Jul 2007 20:40:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B458413C465; Thu, 12 Jul 2007 20:40:38 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CKecE7004204; Thu, 12 Jul 2007 20:40:38 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CKecVs004203; Thu, 12 Jul 2007 20:40:38 GMT (envelope-from rwatson) Message-Id: <200707122040.l6CKecVs004203@repoman.freebsd.org> From: Robert Watson Date: Thu, 12 Jul 2007 20:40:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda README TODO cnode.h coda.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:40:38 -0000 rwatson 2007-07-12 20:40:38 UTC FreeBSD src repository Modified files: sys/fs/coda README TODO cnode.h coda.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c coda_vnops.h Log: Forced commit to recognize repo-copy of Coda files from src/sys/coda to src/sys/fs/coda. Discussed with: anderson, Jan Harkes Approved by: re (kensmith) Repo-copy madness: simon Revision Changes Path 1.4 +0 -0 src/sys/fs/coda/README 1.3 +2 -0 src/sys/fs/coda/TODO 1.20 +0 -0 src/sys/fs/coda/cnode.h 1.16 +0 -0 src/sys/fs/coda/coda.h 1.45 +0 -0 src/sys/fs/coda/coda_fbsd.c 1.9 +0 -0 src/sys/fs/coda/coda_io.h 1.6 +0 -0 src/sys/fs/coda/coda_kernel.h 1.22 +0 -0 src/sys/fs/coda/coda_namecache.c 1.11 +0 -0 src/sys/fs/coda/coda_namecache.h 1.7 +0 -0 src/sys/fs/coda/coda_opstats.h 1.9 +0 -0 src/sys/fs/coda/coda_pioctl.h 1.38 +0 -0 src/sys/fs/coda/coda_psdev.c 1.6 +0 -0 src/sys/fs/coda/coda_psdev.h 1.32 +0 -0 src/sys/fs/coda/coda_subr.c 1.10 +0 -0 src/sys/fs/coda/coda_subr.h 1.26 +0 -0 src/sys/fs/coda/coda_venus.c 1.10 +0 -0 src/sys/fs/coda/coda_venus.h 1.65 +0 -0 src/sys/fs/coda/coda_vfsops.c 1.12 +0 -0 src/sys/fs/coda/coda_vfsops.h 1.74 +0 -0 src/sys/fs/coda/coda_vnops.c 1.19 +0 -0 src/sys/fs/coda/coda_vnops.h From owner-cvs-src@FreeBSD.ORG Thu Jul 12 20:50:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CBF616A400; Thu, 12 Jul 2007 20:50:07 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 26C2613C45B; Thu, 12 Jul 2007 20:50:07 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CKo7iQ013490; Thu, 12 Jul 2007 20:50:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CKo61A013489; Thu, 12 Jul 2007 20:50:06 GMT (envelope-from yar) Message-Id: <200707122050.l6CKo61A013489@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 12 Jul 2007 20:50:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_hostcache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 20:50:07 -0000 yar 2007-07-12 20:50:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_hostcache.c Log: MFC revs. 1.15, 1.16: Add a sysctl for the purge run interval so that it can be tuned along with the rest of hostcache parameters. The new sysctl name is `net.inet.tcp.hostcache.prune'. Replace a constant with an already defined symbolic name for it. Revision Changes Path 1.10.2.1 +9 -4 src/sys/netinet/tcp_hostcache.c From owner-cvs-src@FreeBSD.ORG Thu Jul 12 21:04:59 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F23216A468; Thu, 12 Jul 2007 21:04:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6288713C4B9; Thu, 12 Jul 2007 21:04:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CL4xi4020033; Thu, 12 Jul 2007 21:04:59 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CL4wq2020032; Thu, 12 Jul 2007 21:04:58 GMT (envelope-from rwatson) Message-Id: <200707122104.l6CL4wq2020032@repoman.freebsd.org> From: Robert Watson Date: Thu, 12 Jul 2007 21:04:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile src/sys/coda README TODO cnode.h coda.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 21:04:59 -0000 rwatson 2007-07-12 21:04:58 UTC FreeBSD src repository Modified files: sys Makefile sys/conf files sys/fs/coda cnode.h coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c sys/modules/coda Makefile sys/modules/coda5 Makefile Removed files: sys/coda README TODO cnode.h coda.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_psdev.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c coda_vnops.h Log: Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/coda by removing files from src/sys/coda, and updating include paths in the new location, kernel configuration, and Makefiles. In one case add $FreeBSD$. Discussed with: anderson, Jan Harkes Approved by: re (kensmith) Repo-copy madness: simon Revision Changes Path 1.45 +1 -1 src/sys/Makefile 1.4 +0 -62 src/sys/coda/README (dead) 1.3 +0 -17 src/sys/coda/TODO (dead) 1.20 +0 -207 src/sys/coda/cnode.h (dead) 1.16 +0 -830 src/sys/coda/coda.h (dead) 1.45 +0 -141 src/sys/coda/coda_fbsd.c (dead) 1.9 +0 -59 src/sys/coda/coda_io.h (dead) 1.6 +0 -66 src/sys/coda/coda_kernel.h (dead) 1.22 +0 -758 src/sys/coda/coda_namecache.c (dead) 1.11 +0 -194 src/sys/coda/coda_namecache.h (dead) 1.7 +0 -127 src/sys/coda/coda_opstats.h (dead) 1.9 +0 -70 src/sys/coda/coda_pioctl.h (dead) 1.38 +0 -695 src/sys/coda/coda_psdev.c (dead) 1.6 +0 -39 src/sys/coda/coda_psdev.h (dead) 1.32 +0 -573 src/sys/coda/coda_subr.c (dead) 1.10 +0 -45 src/sys/coda/coda_subr.h (dead) 1.26 +0 -671 src/sys/coda/coda_venus.c (dead) 1.10 +0 -132 src/sys/coda/coda_venus.h (dead) 1.65 +0 -520 src/sys/coda/coda_vfsops.c (dead) 1.12 +0 -62 src/sys/coda/coda_vfsops.h (dead) 1.74 +0 -1748 src/sys/coda/coda_vnops.c (dead) 1.19 +0 -86 src/sys/coda/coda_vnops.h (dead) 1.1236 +7 -7 src/sys/conf/files 1.21 +1 -1 src/sys/fs/coda/cnode.h 1.46 +4 -4 src/sys/fs/coda/coda_fbsd.c 1.23 +4 -4 src/sys/fs/coda/coda_namecache.c 1.39 +5 -5 src/sys/fs/coda/coda_psdev.c 1.33 +4 -4 src/sys/fs/coda/coda_subr.c 1.27 +4 -4 src/sys/fs/coda/coda_venus.c 1.66 +6 -6 src/sys/fs/coda/coda_vfsops.c 1.75 +8 -8 src/sys/fs/coda/coda_vnops.c 1.17 +1 -1 src/sys/modules/coda/Makefile 1.8 +1 -1 src/sys/modules/coda5/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 12 22:07:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCB1616A46E for ; Thu, 12 Jul 2007 22:07:54 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with SMTP id AC5BD13C480 for ; Thu, 12 Jul 2007 22:07:53 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 21391 invoked by uid 399); 12 Jul 2007 21:41:13 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 12 Jul 2007 21:41:13 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46969FF3.6080109@FreeBSD.org> Date: Thu, 12 Jul 2007 14:41:07 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Bruce Evans References: <200707121717.l6CHHl2w076935@repoman.freebsd.org> In-Reply-To: <200707121717.l6CHHl2w076935@repoman.freebsd.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 22:07:54 -0000 Bruce Evans wrote: > This completes fixing msdosfs for some large sector sizes ... Bruce, Thanks for taking this on. While FAT may seem passe, I know it's used a lot even now with camera cards and other removable access devices. Since I use it for that myself, I especially appreciate it. :) Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Thu Jul 12 22:23:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9944516A421; Thu, 12 Jul 2007 22:23:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 73CBA13C455; Thu, 12 Jul 2007 22:23:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CMNTIa029721; Thu, 12 Jul 2007 22:23:29 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CMNTGe029720; Thu, 12 Jul 2007 22:23:29 GMT (envelope-from alc) Message-Id: <200707122223.l6CMNTGe029720@repoman.freebsd.org> From: Alan Cox Date: Thu, 12 Jul 2007 22:23:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_meter.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 22:23:29 -0000 alc 2007-07-12 22:23:28 UTC FreeBSD src repository Modified files: sys/vm vm_meter.c Log: Eliminate dead code. Approved by: re (hrs) Revision Changes Path 1.95 +0 -10 src/sys/vm/vm_meter.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 01:46:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7380916A59B; Fri, 13 Jul 2007 01:46:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D12A613C949; Fri, 13 Jul 2007 01:26:44 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6D1QivM085299; Fri, 13 Jul 2007 01:26:44 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6D1QiJa085282; Fri, 13 Jul 2007 01:26:44 GMT (envelope-from thompsa) Message-Id: <200707130126.l6D1QiJa085282@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 13 Jul 2007 01:26:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:17 -0000 thompsa 2007-07-13 01:26:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Move the IFT_IEEE8023ADLAG case above the copy to IFP2ENADDR(ifp). This chunk of code has a slightly different layout to HEAD had was mismerged. This fixes lagg(4) on RELENG_6. Revision Changes Path 1.234.2.21 +1 -1 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 01:46:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A6B316A548; Fri, 13 Jul 2007 01:46:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A90313C986; Fri, 13 Jul 2007 01:27:45 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6D1RjRv093756; Fri, 13 Jul 2007 01:27:45 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6D1Rjin093754; Fri, 13 Jul 2007 01:27:45 GMT (envelope-from thompsa) Message-Id: <200707130127.l6D1Rjin093754@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 13 Jul 2007 01:27:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_ste.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 01:46:18 -0000 thompsa 2007-07-13 01:27:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_ste.c Log: MFC r1.99 The mac address must be written a word length at a time, it was having no effect before. Revision Changes Path 1.84.2.9 +4 -2 src/sys/pci/if_ste.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 04:42:21 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCAA816A402; Fri, 13 Jul 2007 04:42:21 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A682013C474; Fri, 13 Jul 2007 04:42:21 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6D4gLj0015584; Fri, 13 Jul 2007 04:42:21 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6D4gLAf015583; Fri, 13 Jul 2007 04:42:21 GMT (envelope-from alc) Message-Id: <200707130442.l6D4gLAf015583@repoman.freebsd.org> From: Alan Cox Date: Fri, 13 Jul 2007 04:42:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 04:42:21 -0000 alc 2007-07-13 04:42:21 UTC FreeBSD src repository Modified files: sys/vm vm_page.h Log: Update a comment describing the page queues. Approved by: re (hrs) Revision Changes Path 1.150 +7 -6 src/sys/vm/vm_page.h From owner-cvs-src@FreeBSD.ORG Fri Jul 13 04:46:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFDEF16A402; Fri, 13 Jul 2007 04:46:34 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFDB13C428; Fri, 13 Jul 2007 04:46:34 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6D4kYGV015832; Fri, 13 Jul 2007 04:46:34 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6D4kYOd015831; Fri, 13 Jul 2007 04:46:34 GMT (envelope-from yongari) Message-Id: <200707130446.l6D4kYOd015831@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 13 Jul 2007 04:46:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 04:46:34 -0000 yongari 2007-07-13 04:46:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC if_re.c rev. 1.91, if_rlreg.h rev. 1.66 to RELENG_6. re(4) devices requires an external EEPROM. Depending on models it would be 93C46(1Kbit) or 93C56(2Kbit). One of differences between them is number of address lines required to access the EEPROM. For example, 93C56 EEPROM needs 8 address lines to read/write data. If 93C56 recevied premature end of required number of serial clock(CLK) to set OP code/address of EEPROM, the result would be unexpected behavior. Previously it tried to detect 93C46, which requires 6 address lines, and then assumed it would be 93C56 if read data was not expected value. However, this approach didn't work in some models/situations as 93C56 requries 8 address lines to access its data. In order to fix it, change EEPROM probing order such that 93C56 is detected reliably. While I'm here change hard-coded address line numbers with defined constant to enhance readability. PR: 112710 Revision Changes Path 1.46.2.30 +2 -2 src/sys/dev/re/if_re.c 1.51.2.11 +2 -0 src/sys/pci/if_rlreg.h From owner-cvs-src@FreeBSD.ORG Fri Jul 13 04:55:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F4CF16A400; Fri, 13 Jul 2007 04:55:53 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE69D13C4B7; Fri, 13 Jul 2007 04:55:52 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6D4tqqF025170; Fri, 13 Jul 2007 04:55:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6D4tqmM025169; Fri, 13 Jul 2007 04:55:52 GMT (envelope-from yongari) Message-Id: <200707130455.l6D4tqmM025169@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 13 Jul 2007 04:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/txp if_txp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 04:55:53 -0000 yongari 2007-07-13 04:55:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/txp if_txp.c Log: MFC if_txp.c rev 1.45, 1.46 to RELENG_6. Add checks for contigmalloc(9) failure. Nuke duplicated __FBSDID. Revision Changes Path 1.31.2.6 +10 -4 src/sys/dev/txp/if_txp.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 08:24:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8710916A402; Fri, 13 Jul 2007 08:24:05 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F86E13C4DE; Fri, 13 Jul 2007 08:24:05 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6D8O54w043513; Fri, 13 Jul 2007 08:24:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6D8O5TI043512; Fri, 13 Jul 2007 08:24:05 GMT (envelope-from phk) Message-Id: <200707130824.l6D8O5TI043512@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 13 Jul 2007 08:24:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo leapseconds X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:24:05 -0000 phk 2007-07-13 08:24:05 UTC FreeBSD src repository Modified files: share/zoneinfo leapseconds Log: Update with Bulletin C 34 from IERS: Still no leap second. Approved by: re (hrs) Revision Changes Path 1.18 +7 -6 src/share/zoneinfo/leapseconds From owner-cvs-src@FreeBSD.ORG Fri Jul 13 08:29:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8591416A409; Fri, 13 Jul 2007 08:29:24 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75F2013C4BB; Fri, 13 Jul 2007 08:29:24 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6D8TOBn043845; Fri, 13 Jul 2007 08:29:24 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6D8TOsC043844; Fri, 13 Jul 2007 08:29:24 GMT (envelope-from roberto) Message-Id: <200707130829.l6D8TOsC043844@repoman.freebsd.org> From: Ollivier Robert Date: Fri, 13 Jul 2007 08:29:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps Makefile fr.macbook.acc.kbd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 08:29:24 -0000 roberto 2007-07-13 08:29:24 UTC FreeBSD src repository Modified files: share/syscons/keymaps INDEX.keymaps Makefile Added files: share/syscons/keymaps fr.macbook.acc.kbd Log: Add a Macbook/Macbook Pro compatible keyboard layout for French keyboards. It is a latin9/ISO_8859-15 and features dead keys for ^/uml/`, Euro, oe/OE support and a few additional characters like copyright/trademark. It is probably Powerbook/iBook compatible but I don't have a machine to test it with and the primary objective was to have a correct keyboard for within Parallels (for IntelMacs). Approved by: re (hrs) Revision Changes Path 1.56 +6 -0 src/share/syscons/keymaps/INDEX.keymaps 1.72 +1 -0 src/share/syscons/keymaps/Makefile 1.1 +139 -0 src/share/syscons/keymaps/fr.macbook.acc.kbd (new) From owner-cvs-src@FreeBSD.ORG Fri Jul 13 14:03:27 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2165116A400; Fri, 13 Jul 2007 14:03:27 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.freebsd.org (Postfix) with ESMTP id 07AD013C4B8; Fri, 13 Jul 2007 14:03:27 +0000 (UTC) (envelope-from bmah@freebsd.org) Received: from phantom.kitchenlab.org (phantom.kitchenlab.org [64.142.31.109]) (authenticated bits=0) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l6DE3QOI004167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Jul 2007 07:03:26 -0700 Message-ID: <4697862D.6030106@freebsd.org> Date: Fri, 13 Jul 2007 07:03:25 -0700 From: "Bruce A. Mah" User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: Jack F Vogel References: <200707121849.l6CIn1K9086895@repoman.freebsd.org> In-Reply-To: <200707121849.l6CIn1K9086895@repoman.freebsd.org> X-Enigmail-Version: 0.95.2 OpenPGP: id=5ba052c3 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2C48F040EBF5E2BAF73C5375" Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:03:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2C48F040EBF5E2BAF73C5375 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If memory serves me right, Jack F Vogel wrote: > jfv 2007-07-12 18:49:01 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c=20 > ixgbe_api.h ixgbe_common.c ixgbe_common.h=20 > ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h=20 > ixgbe_type.h=20 > Log: > New Driver for Intel 10G PCI-Express Dual Port Network adapter (82598= ) > - ixgbe.c, ixgbe.h, and ixgbe_osdep.h make the core OS driver= =2E > - Others are OS independent shared code. > - This is still a Beta driver, the Intel ship is a month or s= o off, > so I welcome any feedback from early users. > Approved by: re Hey Jack-- Just wondering if you have a manpage for this driver up your sleeve somewhere? Thanks! Bruce. --------------enig2C48F040EBF5E2BAF73C5375 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGl4Yt2MoxcVugUsMRAm8kAKCrG5Thgc9Cjpy/n/rGeEnE9WWrPgCfZYUP R1EIo1FXsPw7KuYh0qKRXQ0= =vYBo -----END PGP SIGNATURE----- --------------enig2C48F040EBF5E2BAF73C5375-- From owner-cvs-src@FreeBSD.ORG Fri Jul 13 14:27:05 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B61216A403; Fri, 13 Jul 2007 14:27:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADDD13C4AC; Fri, 13 Jul 2007 14:27:05 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DER5Bg092114; Fri, 13 Jul 2007 14:27:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DER5OE092113; Fri, 13 Jul 2007 14:27:05 GMT (envelope-from imp) Message-Id: <200707131427.l6DER5OE092113@repoman.freebsd.org> From: Warner Losh Date: Fri, 13 Jul 2007 14:27:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile.inc src/sys/boot/arm/at91/boot2 board.h boot2.c bwct_board.c centipad_board.c kb920x_board.c src/sys/boot/arm/at91/libat91 Makefile at91rm9200_lowlevel.c at91rm9200_lowlevel.h emac.c emac.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:27:05 -0000 imp 2007-07-13 14:27:05 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile.inc sys/boot/arm/at91/boot2 board.h boot2.c kb920x_board.c sys/boot/arm/at91/libat91 Makefile at91rm9200_lowlevel.c at91rm9200_lowlevel.h emac.c emac.h Added files: sys/boot/arm/at91/boot2 bwct_board.c centipad_board.c Log: MFp4: Add support for the CENTIPAD board (http://www.harerod.de/centipad/index.html) (which is a very cool, very small ARM board) Add support for KB9202B (it has different memory) Make BOOT_FLAVOR settable Minor cleanup nits Approved by: re@ Revision Changes Path 1.7 +2 -2 src/sys/boot/arm/at91/Makefile.inc 1.2 +1 -0 src/sys/boot/arm/at91/boot2/board.h 1.6 +4 -25 src/sys/boot/arm/at91/boot2/boot2.c 1.1 +87 -0 src/sys/boot/arm/at91/boot2/bwct_board.c (new) 1.1 +73 -0 src/sys/boot/arm/at91/boot2/centipad_board.c (new) 1.4 +13 -2 src/sys/boot/arm/at91/boot2/kb920x_board.c 1.9 +1 -1 src/sys/boot/arm/at91/libat91/Makefile 1.6 +5 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c 1.6 +8 -0 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h 1.8 +2 -2 src/sys/boot/arm/at91/libat91/emac.c 1.6 +1 -1 src/sys/boot/arm/at91/libat91/emac.h From owner-cvs-src@FreeBSD.ORG Fri Jul 13 14:28:11 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F47016A401; Fri, 13 Jul 2007 14:28:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38FDB13C4B8; Fri, 13 Jul 2007 14:28:11 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DESBk8092188; Fri, 13 Jul 2007 14:28:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DESBsr092187; Fri, 13 Jul 2007 14:28:11 GMT (envelope-from imp) Message-Id: <200707131428.l6DESBsr092187@repoman.freebsd.org> From: Warner Losh Date: Fri, 13 Jul 2007 14:28:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 14:28:11 -0000 imp 2007-07-13 14:28:11 UTC FreeBSD src repository Modified files: etc Makefile Log: Arm doesn't have GENERIC.hints, so don't install it if it doesn't exist. Approved by: re (kensmith) Revision Changes Path 1.360 +2 -0 src/etc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 13 15:09:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80E2216A402; Fri, 13 Jul 2007 15:09:08 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE9813C478; Fri, 13 Jul 2007 15:09:08 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DF98oM096579; Fri, 13 Jul 2007 15:09:08 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DF9864096578; Fri, 13 Jul 2007 15:09:08 GMT (envelope-from kientzle) Message-Id: <200707131509.l6DF9864096578@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Jul 2007 15:09:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:09:08 -0000 kientzle 2007-07-13 15:09:07 UTC FreeBSD src repository Modified files: lib/libarchive/test main.c Log: Fix running individual tests via "libarchive_test ..." Approved by: re (blanket) Revision Changes Path 1.6 +2 -1 src/lib/libarchive/test/main.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 15:12:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE36A16A400; Fri, 13 Jul 2007 15:12:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AE99713C442; Fri, 13 Jul 2007 15:12:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DFCqgf097029; Fri, 13 Jul 2007 15:12:52 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DFCqD3097028; Fri, 13 Jul 2007 15:12:52 GMT (envelope-from kientzle) Message-Id: <200707131512.l6DFCqD3097028@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Jul 2007 15:12:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile read_open_memory.c test.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:12:52 -0000 kientzle 2007-07-13 15:12:52 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile test.h Added files: lib/libarchive/test read_open_memory.c Log: New file "read_open_memory.c" is a custom variant of archive_read_open_memory.c that tries to test border cases. In particular, it copies over each returned block so that formats or decompressors that read past the end of a returned block will break. Approved by: re (blanket, libarchive test suite) Revision Changes Path 1.10 +2 -1 src/lib/libarchive/test/Makefile 1.1 +148 -0 src/lib/libarchive/test/read_open_memory.c (new) 1.5 +3 -0 src/lib/libarchive/test/test.h From owner-cvs-src@FreeBSD.ORG Fri Jul 13 15:14:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BB5216A401; Fri, 13 Jul 2007 15:14:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 34E5B13C49D; Fri, 13 Jul 2007 15:14:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DFEaK0097112; Fri, 13 Jul 2007 15:14:36 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DFEaGq097111; Fri, 13 Jul 2007 15:14:36 GMT (envelope-from kientzle) Message-Id: <200707131514.l6DFEaGq097111@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Jul 2007 15:14:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test Makefile test_read_pax_truncated.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:14:36 -0000 kientzle 2007-07-13 15:14:35 UTC FreeBSD src repository Modified files: lib/libarchive/test Makefile Added files: lib/libarchive/test test_read_pax_truncated.c Log: New test suite test_read_pax_truncated probes libarchive behavior with truncated or damaged pax archives. This tests most of the cases covered by the recent security advisory. Approved by: re (blanket, libarchive test suite) Revision Changes Path 1.11 +1 -0 src/lib/libarchive/test/Makefile 1.1 +281 -0 src/lib/libarchive/test/test_read_pax_truncated.c (new) From owner-cvs-src@FreeBSD.ORG Fri Jul 13 15:16:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EE8D16A407; Fri, 13 Jul 2007 15:16:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07B9313C4B8; Fri, 13 Jul 2007 15:16:27 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DFGQf7097216; Fri, 13 Jul 2007 15:16:26 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DFGQIR097215; Fri, 13 Jul 2007 15:16:26 GMT (envelope-from kientzle) Message-Id: <200707131516.l6DFGQIR097215@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 13 Jul 2007 15:16:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_gtar_sparse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:16:27 -0000 kientzle 2007-07-13 15:16:26 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_gtar_sparse.c Log: Make the test for reading gtar sparse entries more robust; it now verifies that the returned blocks have the correct data at the correct file offsets, ignoring any null padding that may exist. Approved by: re (blanket, libarchive test suite) Revision Changes Path 1.3 +198 -35 src/lib/libarchive/test/test_read_format_gtar_sparse.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 16:15:23 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1366016A406 for ; Fri, 13 Jul 2007 16:15:23 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id CEA0C13C4B9 for ; Fri, 13 Jul 2007 16:15:22 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so657417waf for ; Fri, 13 Jul 2007 09:15:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GUxVaiEYTLawAmy9Bt7htz5Omoq0lW1mxE+Aw9aXRf7oIq34uGyaA/YhSnYEZry5ncX8jaTZaYq0cqUWaYECPidw/fcykMlc411WZA8ZPppAvhZJlztNGuz3zVM0sCuNH5jNSJTUcgaPpPxEoYPjqfMhn4nL6cil0CGp9rhQdzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lGa3PJkZwzDoXFwODM4d9LA4PkuIb5Tl7cmJA72MEH2DL7qonAMVTpFGkhDTsrwtL/j0vC0iQHnbgTzhNsTzk6QoL83FoEYdiGdy5KXzMBYMudxUZiQnVjJ0pVcXn5gKs2s/nOqp4S4TsL3BO1WqGEMKSyCZREvYdNrBHVNCmKc= Received: by 10.115.61.1 with SMTP id o1mr1781569wak.1184343321457; Fri, 13 Jul 2007 09:15:21 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Fri, 13 Jul 2007 09:15:21 -0700 (PDT) Message-ID: <2a41acea0707130915j3e48f960y15bc29006ed96f47@mail.gmail.com> Date: Fri, 13 Jul 2007 09:15:21 -0700 From: "Jack Vogel" To: "Bruce A. Mah" In-Reply-To: <4697862D.6030106@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707121849.l6CIn1K9086895@repoman.freebsd.org> <4697862D.6030106@freebsd.org> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:15:23 -0000 Not yet, our docs group will eventually put that together, I had a developmental README but it was sort of dated so I didnt include that now. Jack On 7/13/07, Bruce A. Mah wrote: > If memory serves me right, Jack F Vogel wrote: > > jfv 2007-07-12 18:49:01 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c > > ixgbe_api.h ixgbe_common.c ixgbe_common.h > > ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h > > ixgbe_type.h > > Log: > > New Driver for Intel 10G PCI-Express Dual Port Network adapter (82598) > > - ixgbe.c, ixgbe.h, and ixgbe_osdep.h make the core OS driver. > > - Others are OS independent shared code. > > - This is still a Beta driver, the Intel ship is a month or so off, > > so I welcome any feedback from early users. > > Approved by: re > > Hey Jack-- > > Just wondering if you have a manpage for this driver up your sleeve > somewhere? > > Thanks! > > Bruce. > > > From owner-cvs-src@FreeBSD.ORG Fri Jul 13 16:18:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 503C116A402; Fri, 13 Jul 2007 16:18:44 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2958613C4A5; Fri, 13 Jul 2007 16:18:44 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DGIiFr002437; Fri, 13 Jul 2007 16:18:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DGIhIp002436; Fri, 13 Jul 2007 16:18:43 GMT (envelope-from kensmith) Message-Id: <200707131618.l6DGIhIp002436@repoman.freebsd.org> From: Ken Smith Date: Fri, 13 Jul 2007 16:18:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/rtld-elf/sparc64 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:18:44 -0000 kensmith 2007-07-13 16:18:43 UTC FreeBSD src repository Modified files: libexec/rtld-elf/sparc64 reloc.c Log: Cache does not serve any purpose when rtld is relocating itself, do not bother allocating one. Submitted by: kan Approved by: re (bmah) Revision Changes Path 1.15 +6 -2 src/libexec/rtld-elf/sparc64/reloc.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 16:28:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C18316A404; Fri, 13 Jul 2007 16:28:12 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6AC13C4BF; Fri, 13 Jul 2007 16:28:12 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DGSCOF003265; Fri, 13 Jul 2007 16:28:12 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DGSCNx003264; Fri, 13 Jul 2007 16:28:12 GMT (envelope-from anholt) Message-Id: <200707131628.l6DGSCNx003264@repoman.freebsd.org> From: Eric Anholt Date: Fri, 13 Jul 2007 16:28:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp.c agp_i810.c agppriv.h agpreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 16:28:12 -0000 anholt 2007-07-13 16:28:12 UTC FreeBSD src repository Modified files: sys/pci agp.c agp_i810.c agppriv.h agpreg.h Log: Add support for G965/Q965/GM965/GME965/GME945 AGP. This adds a function to agp.c to set the aperture resource ID if it's not the usual AGP_APBASE. Previously, agp.c had been assuming AGP_APBASE, which resulted in incorrect agp_info, and contortions by agp_i810.c to work around it. This also adds functions to agp.c for default AGP_GET_APERTURE() and AGP_SET_APERTURE(), which return the aperture resource size and disallow aperture size changes. Moving to these for our AGP drivers will likely result in stability improvements. This should fix 855-class aperture size detection. Additionally, refuse to attach agp_i810 when some RAM is above 4GB and the GART can't reference memory that high. This should be very rare. The correct solution would be bus_dma conversion for agp, which is beyond the scope of this change. Other AGP drivers could likely use this change as well. G33/Q35/Q33 AGP support is also included, but disconnected by default due to lack of testing. PR: kern/109724 (855 aperture issue) Submitted by: FUJIMOTO Kou Approved by: re (hrs) Revision Changes Path 1.56 +52 -5 src/sys/pci/agp.c 1.40 +306 -224 src/sys/pci/agp_i810.c 1.6 +5 -0 src/sys/pci/agppriv.h 1.19 +25 -2 src/sys/pci/agpreg.h From owner-cvs-src@FreeBSD.ORG Fri Jul 13 17:31:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA28A16A52F; Fri, 13 Jul 2007 17:31:33 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 61B9F13C508; Fri, 13 Jul 2007 17:31:33 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DHVXTh023607; Fri, 13 Jul 2007 17:31:33 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DHVXBb023606; Fri, 13 Jul 2007 17:31:33 GMT (envelope-from bmah) Message-Id: <200707131731.l6DHVXBb023606@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 13 Jul 2007 17:31:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:31:33 -0000 bmah 2007-07-13 17:31:33 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes article.sgml Log: New release note: SA-07:05.libarchive. Approved by: re (implicitly) Revision Changes Path 1.1050 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 13 17:43:50 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDAA916A400; Fri, 13 Jul 2007 17:43:50 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B808A13C4A7; Fri, 13 Jul 2007 17:43:50 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DHhonK024344; Fri, 13 Jul 2007 17:43:50 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DHhoDb024343; Fri, 13 Jul 2007 17:43:50 GMT (envelope-from bmah) Message-Id: <200707131743.l6DHhoDb024343@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 13 Jul 2007 17:43:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:43:51 -0000 bmah 2007-07-13 17:43:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-07:05.libarchive. Revision Changes Path 1.883.2.78 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 13 17:50:26 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AA8416A40A; Fri, 13 Jul 2007 17:50:26 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0036913C4A3; Fri, 13 Jul 2007 17:50:25 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DHoPvA024678; Fri, 13 Jul 2007 17:50:25 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DHoPLP024677; Fri, 13 Jul 2007 17:50:25 GMT (envelope-from bmah) Message-Id: <200707131750.l6DHoPLP024677@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 13 Jul 2007 17:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 17:50:26 -0000 bmah 2007-07-13 17:50:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-07:05.libarchive. Revision Changes Path 1.761.2.81 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 13 18:51:08 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6BC716A406; Fri, 13 Jul 2007 18:51:08 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C0D5313C4C5; Fri, 13 Jul 2007 18:51:08 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6DIp8Jq030395; Fri, 13 Jul 2007 18:51:08 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6DIp8Ad030394; Fri, 13 Jul 2007 18:51:08 GMT (envelope-from rodrigc) Message-Id: <200707131851.l6DIp8Ad030394@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 13 Jul 2007 18:51:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 18:51:09 -0000 rodrigc 2007-07-13 18:51:08 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: Perform range check before allocating memory when reading extended attributes. Reviewed by: kib Approved by: re (hrs) PR: 114389 Revision Changes Path 1.173 +4 -0 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Fri Jul 13 23:32:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1510716A400; Fri, 13 Jul 2007 23:32:30 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.freebsd.org (Postfix) with ESMTP id BE2C113C494; Fri, 13 Jul 2007 23:32:29 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from localhost.krapfengeist (87.5.183.210) by vsmtp1.tin.it (7.3.122) id 4676680801CE5C5E; Sat, 14 Jul 2007 01:08:35 +0200 Received: from localhost.krapfengeist (rionda@localhost [127.0.0.1]) by localhost.krapfengeist (8.14.1/8.14.1) with ESMTP id l6DN8YWJ002740; Sat, 14 Jul 2007 01:08:34 +0200 (CEST) (envelope-from matteo@freebsd.org) Received: (from rionda@localhost) by localhost.krapfengeist (8.14.1/8.14.1/Submit) id l6DN8XG7002739; Sat, 14 Jul 2007 01:08:33 +0200 (CEST) (envelope-from matteo@freebsd.org) X-Authentication-Warning: localhost.krapfengeist: rionda set sender to matteo@freebsd.org using -f Date: Sat, 14 Jul 2007 01:08:33 +0200 From: Matteo Riondato To: Andrew Thompson Message-ID: <20070713230833.GA2642@krapfengeist.dei.unipd.it> Mail-Followup-To: Matteo Riondato , Andrew Thompson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200707120254.l6C2s5Yg041022@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <200707120254.l6C2s5Yg041022@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 23:32:30 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 12, 2007 at 02:54:05AM +0000, Andrew Thompson wrote: > thompsa 2007-07-12 02:54:05 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/if_ndis if_ndis.c if_ndisvar.h=20 > Log: > Improve the net80211 handling within ndis > - use net80211 for scanning and pass the results back to the scan cache > - use ieee80211_init_channels to fill our channel list > - fix up state transitions > - depreciate the old wicontrol ioctls > - add some debugging lines (#define NDIS_DEBUG) I wonder whether this commit can be guilty of my wireless connection (which uses ndis) no longer working. I rebuild my system today and when I rebooted my machine can no longer connect to the network. "ifconfig ndis0 scan" seems not to work any more.=20 I will be pleased to give more debug information, if you tell me what you need.=20 Best regards --=20 Matteo Riondato FreeBSD Committer (http://www.freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGmAXx2Mp4pR7Fa+wRAke+AJ40xTjNT51e0/8nh+c91WhlYjxGOACgvs6/ onQzVNDLtnP3GGO4PV3+pmY= =rmh5 -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-cvs-src@FreeBSD.ORG Sat Jul 14 01:28:06 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 900D016A402 for ; Sat, 14 Jul 2007 01:28:06 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 4EAD513C467 for ; Sat, 14 Jul 2007 01:28:06 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so532760nzf for ; Fri, 13 Jul 2007 18:28:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RL0JoGTxZVTc1iYzhYTVV4clrBl9oGLpExOh2jCkhxphJW4clKVKqfdjHYTpThpIb842RRITSyd8OgfgfbAuj/uCdgXDmEhwrSf6hkZT4XELN+3eaab2CPWzoWep67UGJQb2jrSAMxNso5VFkx1ehgqLQMskulyPSrHiLdIYpCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P5Q2ce6ZlVo6dr+UIZdu+YGPda5kYrq95RWumei5ac32ZRjndXdMhE72MfcwT1g7iZA2zyT93fA38kVHYUmUi0RmevaTAbncPKZUh7OTxECzmJeziERQf0AkxSM+sEoiPizPU4g90X9BY5Pv8/JQu0jLt5LGdlivvTAlD7KAfHw= Received: by 10.142.106.18 with SMTP id e18mr169657wfc.1184374858168; Fri, 13 Jul 2007 18:00:58 -0700 (PDT) Received: by 10.143.14.5 with HTTP; Fri, 13 Jul 2007 18:00:58 -0700 (PDT) Message-ID: <47d0403c0707131800h571bfb97ydf12f313b7fd68a1@mail.gmail.com> Date: Fri, 13 Jul 2007 20:00:58 -0500 From: "Ben Kaduk" To: "Bruce Evans" In-Reply-To: <200707121717.l6CHHl2w076935@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707121717.l6CHHl2w076935@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 01:28:06 -0000 Hi Bruce, On 7/12/07, Bruce Evans wrote: > bde 2007-07-12 17:17:47 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Round up the FAT block size to a multiple of the sector size so that i/o > to the FAT is possible. > > Make the FAT block size less arbitrary before it is rounded up: > - for FAT12, default to 3*512 instead of to 3 sectors. The magic 3 is > the default number of 512-byte FAT sectors on a floppy drive. That > many sectors is too many if the sector size is larger. > - for !FAT12, default to PAGE_SIZE instead of to 4096. Remove > MSDOSFS_DFLTBSIZE since it only obfuscated this 4096. > [snip] I recently got a patch committed to the installation chapter of the handbook, which included two occasions of clarifying ``MS-DOS filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I am too young to remember the existence of FAT12, so I'll have to defer to others as to whether the handbook should mention FAT12 in the same breath as FAT16 and FAT32. What do you think? Thanks, Ben Kaduk [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html [2] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble.html From owner-cvs-src@FreeBSD.ORG Sat Jul 14 05:35:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A89916A403; Sat, 14 Jul 2007 05:35:18 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5330813C441; Sat, 14 Jul 2007 05:35:18 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6E5ZIo9029309; Sat, 14 Jul 2007 05:35:18 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6E5ZISW029308; Sat, 14 Jul 2007 05:35:18 GMT (envelope-from kientzle) Message-Id: <200707140535.l6E5ZISW029308@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 14 Jul 2007 05:35:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 05:35:18 -0000 kientzle 2007-07-14 05:35:18 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_tar.c Log: Extend the basic tar reading test to exercise most types of entries. This doesn't cover everything yet, but it's a big improvement. Approved by: re (blanket, libarchive testing) Revision Changes Path 1.2 +380 -41 src/lib/libarchive/test/test_read_format_tar.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 05:42:50 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3807C16A401; Sat, 14 Jul 2007 05:42:50 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id C68C013C491; Sat, 14 Jul 2007 05:42:49 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l6E5gggh029714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 14 Jul 2007 15:42:47 +1000 Date: Sat, 14 Jul 2007 15:42:41 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Ben Kaduk In-Reply-To: <47d0403c0707131800h571bfb97ydf12f313b7fd68a1@mail.gmail.com> Message-ID: <20070714143935.W6715@besplex.bde.org> References: <200707121717.l6CHHl2w076935@repoman.freebsd.org> <47d0403c0707131800h571bfb97ydf12f313b7fd68a1@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 05:42:50 -0000 On Fri, 13 Jul 2007, Ben Kaduk wrote: > I recently got a patch committed to the installation chapter of the > handbook, which included two occasions of clarifying ``MS-DOS > filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I > am too young to remember the existence of FAT12, so I'll have to defer > to others as to whether the handbook should mention FAT12 in the same > breath as FAT16 and FAT32. What do you think? I think FAT* is newspeak :-). The file system is named msdosfs, not FAT. Anyway, the number of bits per FAT entry is of no interest in most cases, so it shouldn't be emphasized. newfs_msdos will choose the best number, or if you tell it, any number that can work. newfs_msdos(8) says "construct a new MS-DOS (FAT) file system ... creates a FAT12, FAT16 or FAT32 file system". It doesn't say anything about how newfs_msdos chooses the best FAT size or other important parameters. newfs_msdos still hasn't caught up with the renaming of file systems from foo to foofs. > [1] > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html > [2] > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble.html A quick reading showed some bugs in [2]: - just after "FAT16 and FAT32", it says "The utility most common usage is # mount_msdosfs /dev/ad0s1 /mnt". It should say something like "This utility's most common usage is indirectly via a line in /etc/fstab or mount -t msdosfs. [Example line in fstab, and the above command line with direct use of mount_msdosfs fixed.] This [section of?] the handbook is too small to describe utilities in not most common usage like newfs_msdos." - a little later, it says It says "Extended MS-DOS file systems are usually mapped after FreeBSD partitions ... with the extended MS-DOS partition located on /dev/ad0s3", but there is no such thing as an extended MS-DOS file system. It should say something like "MS-DOS logical drives are usually mapped after primary partitions ... with the first logical drive being /dev/ad0s3" and possibly add some details ("partition" here means an MS-DOS primary partition; MS-DOS extended partitions aren't mapped; MS-DOS logical drives correspond to FreeBSD slices, except for primary partitions the partitions correspond to slices; check that in MS-DOS speak, primary partitions aren't described as logical drives; logical drives may or may not contain a file system, but in this example /dev/ad0s3 has an MS-DOS file system, and I didn't reword things enough to describe this). Bruce From owner-cvs-src@FreeBSD.ORG Sat Jul 14 05:53:52 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28B7216A402; Sat, 14 Jul 2007 05:53:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 018BB13C48E; Sat, 14 Jul 2007 05:53:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6E5rp9t030508; Sat, 14 Jul 2007 05:53:51 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6E5rp6x030507; Sat, 14 Jul 2007 05:53:51 GMT (envelope-from kientzle) Message-Id: <200707140553.l6E5rp6x030507@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 14 Jul 2007 05:53:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 05:53:52 -0000 kientzle 2007-07-14 05:53:51 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Restore the 'break' that was inadvertently removed in 1.57 of this file. Without this, hardlinks get returned as symlinks. Approved by: re (Ken Smith) MFC after: 2 days Revision Changes Path 1.59 +1 -0 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 09:36:29 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3FB016A401; Sat, 14 Jul 2007 09:36:29 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 984F113C47E; Sat, 14 Jul 2007 09:36:29 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6E9aTQI058950; Sat, 14 Jul 2007 09:36:29 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6E9aTfP058949; Sat, 14 Jul 2007 09:36:29 GMT (envelope-from rrs) Message-Id: <200707140936.l6E9aTfP058949@repoman.freebsd.org> From: Randall Stewart Date: Sat, 14 Jul 2007 09:36:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net sctp_sys_calls.c src/sys/conf files options src/sys/netinet sctp.h sctp_asconf.c sctp_cc_functions.c sctp_cc_functions.h sctp_constants.h sctp_indata.c sctp_input.c sctp_os.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_structs.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 09:36:29 -0000 rrs 2007-07-14 09:36:28 UTC FreeBSD src repository Modified files: lib/libc/net sctp_sys_calls.c sys/conf files options sys/netinet sctp.h sctp_asconf.c sctp_constants.h sctp_indata.c sctp_input.c sctp_os.h sctp_output.c sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctp_timer.h sctp_usrreq.c sctp_var.h sctputil.c sys/netinet6 sctp6_usrreq.c Added files: sys/netinet sctp_cc_functions.c sctp_cc_functions.h Log: - Modular congestion control, with RFC2581 being the default. - CMT_PF states added (w/sysctl to turn the PF version on) - sctp_input.c had a missing incr of cookie case when the auth was bad. This meant a free was called without an increment to refcnt, added increment like rest of code. - There was a case, unlikely, when the scope of the destination changed (this is a TSNH case). In that case, it would not free the alloc'ed asoc (in sctp_input.c). - When listed addresses found a colliding cookie/Init, then the collided upon tcb was not unlocked in sctp_pcb.c - Add error checking on arguments of sctp_sendx(3) to prevent it from referencing a NULL pointer. - Fix an error return of sctp_sendx(3), it was returing ENOMEM not -1. - Get assoc id was changed to use the sanctified socket api method for getting a assoc id (PEER_ADDR_INFO instead of PEER_ADDR_PARAMS). - Fix it so a peeled off socket will get a proper error return if it trys to send to a different address then it is connected to. - Fix so that select_a_stream can avoid an endless loop that could hang a caller. - time_entered (state set time) was not being set in all cases to the time we went established. Approved by: re(ken smith) Revision Changes Path 1.13 +13 -7 src/lib/libc/net/sctp_sys_calls.c 1.1237 +1 -0 src/sys/conf/files 1.601 +0 -1 src/sys/conf/options 1.16 +12 -0 src/sys/netinet/sctp.h 1.20 +1 -1 src/sys/netinet/sctp_asconf.c 1.1 +1631 -0 src/sys/netinet/sctp_cc_functions.c (new) 1.1 +107 -0 src/sys/netinet/sctp_cc_functions.h (new) 1.23 +7 -0 src/sys/netinet/sctp_constants.h 1.37 +21 -469 src/sys/netinet/sctp_indata.c 1.50 +87 -149 src/sys/netinet/sctp_input.c 1.8 +0 -1 src/sys/netinet/sctp_os.h 1.45 +160 -41 src/sys/netinet/sctp_output.c 1.48 +18 -34 src/sys/netinet/sctp_pcb.c 1.24 +1 -3 src/sys/netinet/sctp_pcb.h 1.20 +81 -4 src/sys/netinet/sctp_structs.h 1.12 +11 -0 src/sys/netinet/sctp_sysctl.c 1.8 +27 -3 src/sys/netinet/sctp_sysctl.h 1.23 +208 -63 src/sys/netinet/sctp_timer.c 1.5 +1 -1 src/sys/netinet/sctp_timer.h 1.37 +129 -2 src/sys/netinet/sctp_usrreq.c 1.15 +31 -16 src/sys/netinet/sctp_var.h 1.51 +83 -2 src/sys/netinet/sctputil.c 1.33 +3 -3 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 12:35:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73DD216A404; Sat, 14 Jul 2007 12:35:30 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC5C13C494; Sat, 14 Jul 2007 12:35:30 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ECZUJv075755; Sat, 14 Jul 2007 12:35:30 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ECZUhX075754; Sat, 14 Jul 2007 12:35:30 GMT (envelope-from joel) Message-Id: <200707141235.l6ECZUhX075754@repoman.freebsd.org> From: Joel Dahl Date: Sat, 14 Jul 2007 12:35:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 12:35:30 -0000 joel 2007-07-14 12:35:29 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_hda.4 Log: Document support for Intel 82801I and Realtek ALC268. Approved by: re Revision Changes Path 1.12 +5 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Sat Jul 14 15:35:46 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93E4E16A403; Sat, 14 Jul 2007 15:35:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE2813C442; Sat, 14 Jul 2007 15:35:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EFZkm2002210; Sat, 14 Jul 2007 15:35:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EFZklI002209; Sat, 14 Jul 2007 15:35:46 GMT (envelope-from rwatson) Message-Id: <200707141535.l6EFZklI002209@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Jul 2007 15:35:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 15:35:46 -0000 rwatson 2007-07-14 15:35:46 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Remove "options SCTP_HIGH_SPEED" from NOTES as it has now been removed from options. Approved by: re (bmah) Revision Changes Path 1.1443 +0 -8 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Jul 14 17:52:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2CB516A400; Sat, 14 Jul 2007 17:52:01 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB0AE13C467; Sat, 14 Jul 2007 17:52:01 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EHq1id024379; Sat, 14 Jul 2007 17:52:01 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EHq1fU024378; Sat, 14 Jul 2007 17:52:01 GMT (envelope-from kientzle) Message-Id: <200707141752.l6EHq1fU024378@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 14 Jul 2007 17:52:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test main.c test.h test_tar_filenames.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 17:52:02 -0000 kientzle 2007-07-14 17:52:01 UTC FreeBSD src repository Modified files: lib/libarchive/test main.c test.h test_tar_filenames.c Log: Report each failed test once, but keep a count and report that count if there was more than one. In particular, this simplifies test_tar_filenames.c, which has a tendency to be very noisy otherwise. Approved by: re (blanket, libarchive testing) Revision Changes Path 1.7 +97 -6 src/lib/libarchive/test/main.c 1.6 +11 -1 src/lib/libarchive/test/test.h 1.7 +3 -15 src/lib/libarchive/test/test_tar_filenames.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 17:54:15 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E27516A401; Sat, 14 Jul 2007 17:54:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 56DC413C4A6; Sat, 14 Jul 2007 17:54:15 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EHsFpG024601; Sat, 14 Jul 2007 17:54:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EHsFht024600; Sat, 14 Jul 2007 17:54:15 GMT (envelope-from kientzle) Message-Id: <200707141754.l6EHsFht024600@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 14 Jul 2007 17:54:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_gtar_sparse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 17:54:15 -0000 kientzle 2007-07-14 17:54:15 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_gtar_sparse.c Log: Use an uncompressed test archive for gtar sparse format 1.0 format, as that better exercises some internal read-combining logic than the compressed archive. Approved by: re (blanket, libarchive testing) Revision Changes Path 1.4 +6 -20 src/lib/libarchive/test/test_read_format_gtar_sparse.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 19:00:45 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E1FE16A405; Sat, 14 Jul 2007 19:00:45 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76F1A13C48D; Sat, 14 Jul 2007 19:00:45 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EJ0jvS030043; Sat, 14 Jul 2007 19:00:45 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EJ0jBV030042; Sat, 14 Jul 2007 19:00:45 GMT (envelope-from alc) Message-Id: <200707141900.l6EJ0jBV030042@repoman.freebsd.org> From: Alan Cox Date: Sat, 14 Jul 2007 19:00:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_zeroidle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 19:00:45 -0000 alc 2007-07-14 19:00:44 UTC FreeBSD src repository Modified files: sys/vm vm_zeroidle.c Log: Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun". Approved by: re (hrs) Revision Changes Path 1.49 +0 -4 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 19:04:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 849EC16A540; Sat, 14 Jul 2007 19:04:01 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AB08113C4BB; Sat, 14 Jul 2007 19:04:00 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EJ40UM031362; Sat, 14 Jul 2007 19:04:00 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EJ40D9031361; Sat, 14 Jul 2007 19:04:00 GMT (envelope-from csjp) Message-Id: <200707141904.l6EJ40D9031361@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 14 Jul 2007 19:04:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 19:04:01 -0000 csjp 2007-07-14 19:04:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/rtld-elf rtld.c Log: MFC rtld.c revision 1.124 Unset potentially harmful environment variables. Discussed on: seacteam PR: kern/109836 Revision Changes Path 1.106.2.7 +20 -10 src/libexec/rtld-elf/rtld.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 19:05:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E2BC16A405; Sat, 14 Jul 2007 19:05:53 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: from sub.vaned.net (sub.vaned.net [205.200.235.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3CCBF13C46B; Sat, 14 Jul 2007 19:05:53 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: by sub.vaned.net (Postfix, from userid 1001) id 262835C35; Sat, 14 Jul 2007 14:05:37 -0500 (CDT) Date: Sat, 14 Jul 2007 14:05:37 -0500 From: "Christian S.J. Peron" To: "Christian S.J. Peron" Message-ID: <20070714190537.GA18582@sub.vaned.net> References: <200707141904.l6EJ40D9031361@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200707141904.l6EJ40D9031361@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 19:05:53 -0000 On Sat, Jul 14, 2007 at 07:04:00PM +0000, Christian S.J. Peron wrote: > csjp 2007-07-14 19:04:00 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > libexec/rtld-elf rtld.c > Log: > MFC rtld.c revision 1.124 > > Unset potentially harmful environment variables. > > Discussed on: seacteam ^^^^^^^ secteam even :) -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer From owner-cvs-src@FreeBSD.ORG Sat Jul 14 19:23:30 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FA0516A402; Sat, 14 Jul 2007 19:23:30 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DD23413C481; Sat, 14 Jul 2007 19:23:29 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EJNT7G033568; Sat, 14 Jul 2007 19:23:29 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EJNTaZ033567; Sat, 14 Jul 2007 19:23:29 GMT (envelope-from brueffer) Message-Id: <200707141923.l6EJNTaZ033567@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 14 Jul 2007 19:23:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys ioctl.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 19:23:30 -0000 brueffer 2007-07-14 19:23:29 UTC FreeBSD src repository Modified files: lib/libc/sys ioctl.2 Log: Take a sentence into the present by removing a reference to FreeBSD 3.0. Approved by: re (blanket) MFC after: 3 days Revision Changes Path 1.28 +2 -4 src/lib/libc/sys/ioctl.2 From owner-cvs-src@FreeBSD.ORG Sat Jul 14 20:22:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C6AB16A407; Sat, 14 Jul 2007 20:22:19 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EFA5B13C4B3; Sat, 14 Jul 2007 20:22:18 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EKMINo040347; Sat, 14 Jul 2007 20:22:18 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EKMItk040346; Sat, 14 Jul 2007 20:22:18 GMT (envelope-from csjp) Message-Id: <200707142022.l6EKMItk040346@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 14 Jul 2007 20:22:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/ixgb if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/stge if_stge.c src/sys/dev/txp if_txp.c src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 20:22:19 -0000 csjp 2007-07-14 20:22:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c sys/dev/ixgb if_ixgb.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/stge if_stge.c sys/dev/txp if_txp.c sys/dev/vge if_vge.c Log: commit.log Revision Changes Path 1.2.2.18 +1 -1 src/sys/dev/bce/if_bce.c 1.10.2.7 +1 -1 src/sys/dev/ixgb/if_ixgb.c 1.75.2.8 +1 -1 src/sys/dev/nge/if_nge.c 1.46.2.31 +1 -1 src/sys/dev/re/if_re.c 1.1.2.6 +1 -1 src/sys/dev/stge/if_stge.c 1.31.2.7 +1 -1 src/sys/dev/txp/if_txp.c 1.14.2.12 +1 -1 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 20:25:22 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 198F216A405; Sat, 14 Jul 2007 20:25:22 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 07C9413C47E; Sat, 14 Jul 2007 20:25:22 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6EKPLP8040637; Sat, 14 Jul 2007 20:25:21 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6EKPLlu040636; Sat, 14 Jul 2007 20:25:21 GMT (envelope-from csjp) Message-Id: <200707142025.l6EKPLlu040636@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 14 Jul 2007 20:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/ixgb if_ixgb.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/stge if_stge.c src/sys/dev/txp if_txp.c src/sys/dev/vge if_vge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 20:25:22 -0000 csjp 2007-07-14 20:25:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bce if_bce.c sys/dev/ixgb if_ixgb.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/stge if_stge.c sys/dev/txp if_txp.c sys/dev/vge if_vge.c Log: Doh.. This is a forced commit to note the actual commit for the previous commits: MFC 1.29 +1 -1 src/sys/dev/bce/if_bce.c MFC 1.22 +1 -1 src/sys/dev/ixgb/if_ixgb.c MFC 1.91 +1 -1 src/sys/dev/nge/if_nge.c MFC 1.87 +1 -1 src/sys/dev/re/if_re.c MFC 1.6 +1 -1 src/sys/dev/stge/if_stge.c MFC 1.44 +1 -1 src/sys/dev/txp/if_txp.c MFC 1.31 +1 -1 src/sys/dev/vge/if_vge.c Un-break processing of 802.1Q VLAN tags in the presence of hardware offload of VLAN tags. Revision Changes Path 1.2.2.19 +0 -0 src/sys/dev/bce/if_bce.c 1.10.2.8 +0 -0 src/sys/dev/ixgb/if_ixgb.c 1.75.2.9 +0 -0 src/sys/dev/nge/if_nge.c 1.46.2.32 +0 -0 src/sys/dev/re/if_re.c 1.1.2.7 +0 -0 src/sys/dev/stge/if_stge.c 1.31.2.8 +0 -0 src/sys/dev/txp/if_txp.c 1.14.2.13 +0 -0 src/sys/dev/vge/if_vge.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:13:43 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0B0E16A407 for ; Sat, 14 Jul 2007 21:13:43 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 8611A13C4A8 for ; Sat, 14 Jul 2007 21:13:43 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so592760nzf for ; Sat, 14 Jul 2007 14:13:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hrzUQRgwV2dOIR7tMgQAcvvUSAiU/UFXapKKcOQAh3mQmggjzh7yH8KC7X3ScXug056YQfaJvbIQMvHepZwY87PzmG6BAG4klQMDzYkQuVsZXMK5qRL7l/YcdlCZmKa3VQrDAllTKCXQXCf5lRGQHO+FYEug5dXb0BE86CM7mQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NDjg+D5yNc//FmdKku46Oce82yDXZ0L9jLE4bxhwTIjXv61lLhK5r90el0jjp58VNh5oUClI3AZunuWYD14KUZEt4uzSjQ160R9sNq1p3vhMbaDHtBjRgcxeHXXWSevQIKrYK252hZ6rNsZOAhS3trg8KiDVK2wOzYyHUWcK6hA= Received: by 10.142.108.14 with SMTP id g14mr217805wfc.1184447622206; Sat, 14 Jul 2007 14:13:42 -0700 (PDT) Received: by 10.143.14.5 with HTTP; Sat, 14 Jul 2007 14:13:42 -0700 (PDT) Message-ID: <47d0403c0707141413y7086e177hec3bbba1d2e14714@mail.gmail.com> Date: Sat, 14 Jul 2007 16:13:42 -0500 From: "Ben Kaduk" To: "Bruce Evans" In-Reply-To: <20070714143935.W6715@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707121717.l6CHHl2w076935@repoman.freebsd.org> <47d0403c0707131800h571bfb97ydf12f313b7fd68a1@mail.gmail.com> <20070714143935.W6715@besplex.bde.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:13:44 -0000 On 7/14/07, Bruce Evans wrote: > On Fri, 13 Jul 2007, Ben Kaduk wrote: > > > I recently got a patch committed to the installation chapter of the > > handbook, which included two occasions of clarifying ``MS-DOS > > filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I > > am too young to remember the existence of FAT12, so I'll have to defer > > to others as to whether the handbook should mention FAT12 in the same > > breath as FAT16 and FAT32. What do you think? > > I think FAT* is newspeak :-). The file system is named msdosfs, not FAT. > Anyway, the number of bits per FAT entry is of no interest in most cases, > so it shouldn't be emphasized. newfs_msdos will choose the best number, > or if you tell it, any number that can work. newfs_msdos(8) says > "construct a new MS-DOS (FAT) file system ... creates a FAT12, FAT16 or > FAT32 file system". It doesn't say anything about how newfs_msdos chooses > the best FAT size or other important parameters. newfs_msdos still hasn't > caught up with the renaming of file systems from foo to foofs. > > > [1] > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html > > [2] > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-trouble.html > > A quick reading showed some bugs in [2]: > - just after "FAT16 and FAT32", it says "The utility most common usage is > # mount_msdosfs /dev/ad0s1 /mnt". It should say something like "This > utility's most common usage is indirectly via a line in /etc/fstab or > mount -t msdosfs. [Example line in fstab, and the above command line > with direct use of mount_msdosfs fixed.] This [section of?] the > handbook is too small to describe utilities in not most common usage > like newfs_msdos." > > - a little later, it says It says "Extended MS-DOS file systems are usually > mapped after FreeBSD partitions ... with the extended MS-DOS partition > located on /dev/ad0s3", but there is no such thing as an extended MS-DOS > file system. It should say something like "MS-DOS logical drives are > usually mapped after primary partitions ... with the first logical drive > being /dev/ad0s3" and possibly add some details ("partition" here means > an MS-DOS primary partition; MS-DOS extended partitions aren't mapped; > MS-DOS logical drives correspond to FreeBSD slices, except for primary > partitions the partitions correspond to slices; check that in MS-DOS > speak, primary partitions aren't described as logical drives; logical > drives may or may not contain a file system, but in this example > /dev/ad0s3 has an MS-DOS file system, and I didn't reword things enough > to describe this). > > Bruce > Thanks, Bruce. I will package your corrections into a patch and send it to the folks at -doc@ . I suppose I _should_ take this as a lesson to not mix content changes with grammar/punctuation changes (I am trying to sweep the handbook for such), but it will probably be too hard for me to ignore some of them. -Ben Kaduk From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:17:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1ABB16A403; Sat, 14 Jul 2007 21:17:01 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5513013C4BE; Sat, 14 Jul 2007 21:17:01 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ELH1jN056159; Sat, 14 Jul 2007 21:17:01 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ELH17Y056158; Sat, 14 Jul 2007 21:17:01 GMT (envelope-from rodrigc) Message-Id: <200707142117.l6ELH17Y056158@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 14 Jul 2007 21:17:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_event.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:17:01 -0000 rodrigc 2007-07-14 21:17:00 UTC FreeBSD src repository Modified files: sys/kern kern_event.c vfs_mount.c Log: The last entry in the ext2_opts array must be NULL, otherwise the kernel with crash in vfs_filteropt() if an invalid mount option is passed to ext2fs. Approved by: re (kensmith) Revision Changes Path 1.112 +9 -0 src/sys/kern/kern_event.c 1.261 +4 -0 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:18:20 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3830716A403; Sat, 14 Jul 2007 21:18:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1166D13C4B4; Sat, 14 Jul 2007 21:18:20 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ELIJ1G056216; Sat, 14 Jul 2007 21:18:19 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ELIJ26056215; Sat, 14 Jul 2007 21:18:19 GMT (envelope-from rodrigc) Message-Id: <200707142118.l6ELIJ26056215@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 14 Jul 2007 21:18:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:18:20 -0000 rodrigc 2007-07-14 21:18:19 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_vfsops.c Log: The last entry in the ext2_opts array must be NULL, otherwise the kernel with crash in vfs_filteropt() if an invalid mount option is passed to ext2fs. Approved by: re (kensmith) Revision Changes Path 1.164 +1 -1 src/sys/gnu/fs/ext2fs/ext2_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:21:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C856416A401; Sat, 14 Jul 2007 21:21:18 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A1AF913C494; Sat, 14 Jul 2007 21:21:18 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ELLIix056595; Sat, 14 Jul 2007 21:21:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ELLIHp056594; Sat, 14 Jul 2007 21:21:18 GMT (envelope-from alc) Message-Id: <200707142121.l6ELLIHp056594@repoman.freebsd.org> From: Alan Cox Date: Sat, 14 Jul 2007 21:21:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c vm_phys.c vm_phys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:21:18 -0000 alc 2007-07-14 21:21:18 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_phys.c vm_phys.h Log: Eliminate two unused functions: vm_phys_alloc_pages() and vm_phys_free_pages(). Rename vm_phys_alloc_pages_locked() to vm_phys_alloc_pages() and vm_phys_free_pages_locked() to vm_phys_free_pages(). Add comments regarding the need for the free page queues lock to be held by callers to these functions. No functional changes. Approved by: re (hrs) Revision Changes Path 1.352 +4 -4 src/sys/vm/vm_page.c 1.3 +13 -34 src/sys/vm/vm_phys.c 1.2 +0 -2 src/sys/vm/vm_phys.h From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:23:31 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5C3F16A404; Sat, 14 Jul 2007 21:23:31 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED1513C4C2; Sat, 14 Jul 2007 21:23:31 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ELNVM7056906; Sat, 14 Jul 2007 21:23:31 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ELNV9j056905; Sat, 14 Jul 2007 21:23:31 GMT (envelope-from rodrigc) Message-Id: <200707142123.l6ELNV9j056905@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 14 Jul 2007 21:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_event.c vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:23:31 -0000 rodrigc 2007-07-14 21:23:31 UTC FreeBSD src repository Modified files: sys/kern kern_event.c vfs_mount.c Log: Revert previous commits which I committed by mistake. Approved by: re (implicit) Pointy hat to: me Revision Changes Path 1.113 +0 -9 src/sys/kern/kern_event.c 1.262 +0 -4 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sat Jul 14 21:49:25 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05BC116A405; Sat, 14 Jul 2007 21:49:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CFAF513C478; Sat, 14 Jul 2007 21:49:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6ELnOnu059278; Sat, 14 Jul 2007 21:49:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6ELnOfm059277; Sat, 14 Jul 2007 21:49:24 GMT (envelope-from rwatson) Message-Id: <200707142149.l6ELnOfm059277@repoman.freebsd.org> From: Robert Watson Date: Sat, 14 Jul 2007 21:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/rescue/rescue Makefile src/sbin/atm Makefile src/share/examples Makefile src/sys/conf NOTES files options src/sys/modules Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 21:49:25 -0000 rwatson 2007-07-14 21:49:24 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist BSD.usr.dist include Makefile lib Makefile rescue/rescue Makefile sbin/atm Makefile share/examples Makefile sys/conf NOTES files options sys/modules Makefile sys/modules/netgraph/atm Makefile sys/netatm atm_proto.c usr.bin/kdump mkioctls usr.sbin Makefile Log: Disconnect netatm from the build as it is not MPSAFE and relies on NET_NEEDS_GIANT, which will shortly be removed. This is done in a away that it may be easily reattached to the build before 7.1 if appropriate locking is added. Specifics: - Don't install netatm include files - Disconnect netatm command line management tools - Don't build libatm - Don't include ATM parts in rescue or sysinstall - Don't install sample configuration files and documents - Don't build kernel support as a module or in NOTES - Don't build netgraph wrapper nodes for netatm This removes the last remaining consumer of NET_NEEDS_GIANT. Reviewed by: harti Discussed with: bz, bms Approved by: re (kensmith) Revision Changes Path 1.118 +11 -10 src/etc/mtree/BSD.include.dist 1.327 +3 -2 src/etc/mtree/BSD.usr.dist 1.274 +3 -2 src/include/Makefile 1.222 +2 -1 src/lib/Makefile 1.56 +4 -2 src/rescue/rescue/Makefile 1.6 +6 -4 src/sbin/atm/Makefile 1.51 +14 -10 src/share/examples/Makefile 1.1444 +9 -7 src/sys/conf/NOTES 1.1238 +103 -99 src/sys/conf/files 1.602 +6 -6 src/sys/conf/options 1.536 +10 -3 src/sys/modules/Makefile 1.7 +3 -1 src/sys/modules/netgraph/atm/Makefile 1.16 +1 -1 src/sys/netatm/atm_proto.c 1.39 +5 -4 src/usr.bin/kdump/mkioctls 1.370 +4 -3 src/usr.sbin/Makefile