From owner-cvs-src@FreeBSD.ORG Sun May 18 02:57:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E5B1065670; Sun, 18 May 2008 02:57:55 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8238FC18; Sun, 18 May 2008 02:57:55 +0000 (UTC) (envelope-from brooks@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 m4I2vtEe056213; Sun, 18 May 2008 02:57:55 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I2vtF2056212; Sun, 18 May 2008 02:57:55 GMT (envelope-from brooks) Message-Id: <200805180257.m4I2vtF2056212@repoman.freebsd.org> From: Brooks Davis Date: Sun, 18 May 2008 02:57: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/etc/rc.d netif routing X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 May 2008 02:57:55 -0000 brooks 2008-05-18 02:57:54 UTC FreeBSD src repository Modified files: etc/rc.d netif routing Log: Move the wait for a default route to rc.d/routing. Once we test for non-dhcp interfaces to negotiate/associate this will make more sense. This also correctly gets run after both devd and netif are run so it has a chance of working. Revision Changes Path 1.28 +0 -23 src/etc/rc.d/netif 1.144 +27 -1 src/etc/rc.d/routing From owner-cvs-src@FreeBSD.ORG Sun May 18 03:07:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A2261065671; Sun, 18 May 2008 03:07:40 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 63D788FC17; Sun, 18 May 2008 03:07:40 +0000 (UTC) (envelope-from remko@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 m4I37eko057710; Sun, 18 May 2008 03:07:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I37eQC057709; Sun, 18 May 2008 03:07:40 GMT (envelope-from remko) Message-Id: <200805180307.m4I37eQC057709@repoman.freebsd.org> From: Remko Lodder Date: Sun, 18 May 2008 03:07:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.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, 18 May 2008 03:07:40 -0000 remko 2008-05-18 03:07:40 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for the Epson 4800 scanner. PR: 118391 Submitted by: "Pedro F. Giffuni" Approved by: imp (mentor, implicit) MFC after: 3 days Committed at: BSDCan 2008 Revision Changes Path 1.355 +1 -0 src/sys/dev/usb/usbdevs 1.92 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Sun May 18 04:16:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89283106567C; Sun, 18 May 2008 04:16:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 798288FC0A; Sun, 18 May 2008 04:16:57 +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 m4I4GvxO061307; Sun, 18 May 2008 04:16:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I4Gv7Q061306; Sun, 18 May 2008 04:16:57 GMT (envelope-from alc) Message-Id: <200805180416.m4I4Gv7Q061306@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 May 2008 04:16: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/amd64/amd64 pmap.c src/sys/arm/arm pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/mips/mips pmap.c src/sys/powerpc/booke pmap.c src/sys/powerpc/powerpc mmu_if.m pmap_dispatch.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, 18 May 2008 04:16:57 -0000 alc 2008-05-18 04:16:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/mips/mips pmap.c sys/powerpc/booke pmap.c sys/powerpc/powerpc mmu_if.m pmap_dispatch.c sys/sparc64/sparc64 pmap.c sys/sun4v/sun4v pmap.c sys/vm pmap.h Log: Retire pmap_addr_hint(). It is no longer used. Revision Changes Path 1.618 +0 -12 src/sys/amd64/amd64/pmap.c 1.101 +0 -7 src/sys/arm/arm/pmap.c 1.620 +0 -12 src/sys/i386/i386/pmap.c 1.201 +0 -7 src/sys/ia64/ia64/pmap.c 1.5 +14 -13 src/sys/mips/mips/pmap.c 1.3 +0 -10 src/sys/powerpc/booke/pmap.c 1.9 +8 -6 src/sys/powerpc/powerpc/mmu_if.m 1.14 +2 -6 src/sys/powerpc/powerpc/pmap_dispatch.c 1.173 +0 -7 src/sys/sparc64/sparc64/pmap.c 1.44 +0 -6 src/sys/sun4v/sun4v/pmap.c 1.85 +0 -1 src/sys/vm/pmap.h From owner-cvs-src@FreeBSD.ORG Sun May 18 05:05:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99F48106567A; Sun, 18 May 2008 05:05:36 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 743828FC17; Sun, 18 May 2008 05:05:36 +0000 (UTC) (envelope-from kib@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 m4I55aki073438; Sun, 18 May 2008 05:05:36 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I55ZT9073437; Sun, 18 May 2008 05:05:35 GMT (envelope-from kib) Message-Id: <200805180505.m4I55ZT9073437@repoman.freebsd.org> From: Konstantin Belousov Date: Sun, 18 May 2008 05:05:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern vfs_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: Sun, 18 May 2008 05:05:36 -0000 kib 2008-05-18 05:05:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_subr.c Log: MFC rev. 1.724: Only return 1 from sync_vnode() in cases where the vnode is still at the head of the sync list. This prevents sched_sync() from re-queueing a vnode which may have been freed already. Approved by: jeff Revision Changes Path 1.707.2.5 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun May 18 06:24:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A946E1065675; Sun, 18 May 2008 06:24:47 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BFE18FC12; Sun, 18 May 2008 06:24:47 +0000 (UTC) (envelope-from cperciva@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 m4I6OlFI077125; Sun, 18 May 2008 06:24:47 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I6Ol12077124; Sun, 18 May 2008 06:24:47 GMT (envelope-from cperciva) Message-Id: <200805180624.m4I6Ol12077124@repoman.freebsd.org> From: Colin Percival Date: Sun, 18 May 2008 06:24: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/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.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, 18 May 2008 06:24:47 -0000 cperciva 2008-05-18 06:24:47 UTC FreeBSD src repository Modified files: usr.bin/tar Makefile bsdtar.h read.c write.c Added files: usr.bin/tar siginfo.c Log: Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) handling to bsdtar. When writing archives (including copying via the @archive directive) a line is output to stderr indicating what is being done (adding or copying), the path, and how far through the file we are; extracting currently does not report progress within each file, but this is likely to happen eventually. Discussed with: kientzle Obtained from: tarsnap Revision Changes Path 1.35 +1 -1 src/usr.bin/tar/Makefile 1.31 +6 -0 src/usr.bin/tar/bsdtar.h 1.37 +26 -0 src/usr.bin/tar/read.c 1.1 +147 -0 src/usr.bin/tar/siginfo.c (new) 1.67 +25 -0 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun May 18 08:34:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B30441065674; Sun, 18 May 2008 08:34:04 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC268FC0A; Sun, 18 May 2008 08:34:04 +0000 (UTC) (envelope-from rdivacky@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 m4I8Y46f083506; Sun, 18 May 2008 08:34:04 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from rdivacky@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4I8Y4Kl083505; Sun, 18 May 2008 08:34:04 GMT (envelope-from rdivacky) Message-Id: <200805180834.m4I8Y4Kl083505@repoman.freebsd.org> From: Roman Divacky Date: Sun, 18 May 2008 08:34:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/doat Makefile README doat.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, 18 May 2008 08:34:04 -0000 rdivacky 2008-05-18 08:34:04 UTC FreeBSD src repository Added files: tools/regression/doat Makefile README doat.c Log: Simple testing program for *at family of syscalls. Approved by: kib (mentor) Revision Changes Path 1.1 +7 -0 src/tools/regression/doat/Makefile (new) 1.1 +7 -0 src/tools/regression/doat/README (new) 1.1 +664 -0 src/tools/regression/doat/doat.c (new) From owner-cvs-src@FreeBSD.ORG Sun May 18 11:05:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B610A1065676; Sun, 18 May 2008 11:05:41 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCCC8FC1D; Sun, 18 May 2008 11:05:41 +0000 (UTC) (envelope-from rpaulo@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 m4IB5fdv010774; Sun, 18 May 2008 11:05:41 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IB5flJ010773; Sun, 18 May 2008 11:05:41 GMT (envelope-from rpaulo) Message-Id: <200805181105.m4IB5flJ010773@repoman.freebsd.org> From: Rui Paulo Date: Sun, 18 May 2008 11:05: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/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 May 2008 11:05:41 -0000 rpaulo 2008-05-18 11:05:41 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself. Revision Changes Path 1.234 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sun May 18 11:08:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DB93106566B; Sun, 18 May 2008 11:08:27 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 187708FC12; Sun, 18 May 2008 11:08:27 +0000 (UTC) (envelope-from jb@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 m4IB8Qog010882; Sun, 18 May 2008 11:08:26 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IB8QPG010881; Sun, 18 May 2008 11:08:26 GMT (envelope-from jb) Message-Id: <200805181108.m4IB8QPG010881@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 11:08:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 May 2008 11:08:27 -0000 jb 2008-05-18 11:08:26 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: Remove the unknown device that is breaking the tinderbox build. Revision Changes Path 1.488 +0 -2 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sun May 18 12:09:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4132A106567E; Sun, 18 May 2008 12:09:29 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id 04DB88FC2F; Sun, 18 May 2008 12:09:28 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from [24.114.252.230] (helo=axantucar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JxhjR-000639-Eq; Sun, 18 May 2008 14:11:17 +0200 Message-ID: <48301C73.5020709@elvandar.org> Date: Sun, 18 May 2008 08:09:23 -0400 From: Remko Lodder User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: John Birrell References: <200805181108.m4IB8QPG010881@repoman.freebsd.org> In-Reply-To: <200805181108.m4IB8QPG010881@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 May 2008 12:09:29 -0000 John Birrell wrote: > jb 2008-05-18 11:08:26 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC > Log: > Remove the unknown device that is breaking the tinderbox build. > > Revision Changes Path > 1.488 +0 -2 src/sys/i386/conf/GENERIC Thanks John, I thought I committed the same fix but you beat me to it already! To all: my apologies (mbg can be in at some point if someone is willing to look after the driver, see the -bugs pool for the PR and the driver). //Remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Sun May 18 13:55:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDEC81065671; Sun, 18 May 2008 13:55:51 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C76098FC1B; Sun, 18 May 2008 13:55:51 +0000 (UTC) (envelope-from rpaulo@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 m4IDtpKA027344; Sun, 18 May 2008 13:55:51 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IDtpes027343; Sun, 18 May 2008 13:55:51 GMT (envelope-from rpaulo) Message-Id: <200805181355.m4IDtpes027343@repoman.freebsd.org> From: Rui Paulo Date: Sun, 18 May 2008 13:55:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_bus.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, 18 May 2008 13:55:52 -0000 rpaulo 2008-05-18 13:55:51 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: devctl_process_running(): Check for devsoftc.inuse == 1 instead of devsoftc.async_proc != NULL because the latter might not be true sometimes. This way /etc/rc.suspend gets executed. Reviwed by: njl Submitted by: Mitsuru IWASAKI Tested also by: Andreas Wetzel MFC after: 1 week Revision Changes Path 1.208 +1 -1 src/sys/kern/subr_bus.c From owner-cvs-src@FreeBSD.ORG Sun May 18 19:28:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DF0F1065673; Sun, 18 May 2008 19:28:57 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB3DD8FC1C; Sun, 18 May 2008 19:28:56 +0000 (UTC) (envelope-from jb@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 m4IJSpW7055042; Sun, 18 May 2008 19:28:51 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IJSp2G055041; Sun, 18 May 2008 19:28:51 GMT (envelope-from jb) Message-Id: <200805181928.m4IJSp2G055041@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 19:28:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf 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, 18 May 2008 19:28:57 -0000 jb 2008-05-18 19:28:51 UTC FreeBSD src repository Modified files: sys/conf options Log: Add two kernel options: - KDTRACE_HOOKS for the shim layer of hooks which separate BSD licensed code from CDDL code. - DDB_CTF for the code that parses the CTF (compact C type format) data for use by the DTrace Function Boundary Trace provider and (possibly) ddb if we plan to do that. Revision Changes Path 1.630 +2 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Sun May 18 19:32:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E45B1065677; Sun, 18 May 2008 19:32:37 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB5A18FC22; Sun, 18 May 2008 19:32:36 +0000 (UTC) (envelope-from jb@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 m4IJWaeV055359; Sun, 18 May 2008 19:32:36 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IJWagN055358; Sun, 18 May 2008 19:32:36 GMT (envelope-from jb) Message-Id: <200805181932.m4IJWagN055358@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 19:32:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_sdt.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, 18 May 2008 19:32:37 -0000 jb 2008-05-18 19:32:36 UTC FreeBSD src repository Added files: sys/kern kern_sdt.c Log: Add kernel support for the Statically Defined Trace provider. This is BSD licensed code written specifically for FreeBSD. It initialises using SYSINIT so that the SDT provider, probe and argument description linkage is done whenever a module is loaded, regardless of whether the DTrace modules are loaded or not. This file is optionally compiled into the kernel if the KDTRACE_HOOKS option is defined. Revision Changes Path 1.1 +273 -0 src/sys/kern/kern_sdt.c (new) From owner-cvs-src@FreeBSD.ORG Sun May 18 19:43:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BBC61065672; Sun, 18 May 2008 19:43:53 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 051248FC17; Sun, 18 May 2008 19:43:53 +0000 (UTC) (envelope-from jb@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 m4IJhqYK055835; Sun, 18 May 2008 19:43:52 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IJhqfY055834; Sun, 18 May 2008 19:43:52 GMT (envelope-from jb) Message-Id: <200805181943.m4IJhqfY055834@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 19:43:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_dtrace.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, 18 May 2008 19:43:53 -0000 jb 2008-05-18 19:43:52 UTC FreeBSD src repository Added files: sys/kern kern_dtrace.c Log: Add support for the DTrace struct proc and struct thread extended data via ctor and dtor event handlers. The size of the extra data is allocated opaquely and this file contains a function which the dtrace module can call to check that the kernel supports at least the amount of data that it needs. This file is optionally compiled into nthe kernel if the KDTRACE_HOOKS kernel option is defined. Revision Changes Path 1.1 +120 -0 src/sys/kern/kern_dtrace.c (new) From owner-cvs-src@FreeBSD.ORG Sun May 18 19:47:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB17A106564A; Sun, 18 May 2008 19:47:50 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A466D8FC23; Sun, 18 May 2008 19:47:50 +0000 (UTC) (envelope-from jb@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 m4IJloHp055961; Sun, 18 May 2008 19:47:50 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IJlo7a055959; Sun, 18 May 2008 19:47:50 GMT (envelope-from jb) Message-Id: <200805181947.m4IJlo7a055959@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 19:47: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/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 19:47:50 -0000 jb 2008-05-18 19:47:49 UTC FreeBSD src repository Modified files: sys/conf files Log: Add a couple of files which depend of the KDTRACE_HOOKS option. The syscall names are required by KDTRACE_HOOKS too. And the unzip Revision Changes Path 1.1299 +5 -2 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sun May 18 19:50:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7222B106566B; Sun, 18 May 2008 19:50:44 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2CC8FC1C; Sun, 18 May 2008 19:50:44 +0000 (UTC) (envelope-from jb@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 m4IJoiJD056112; Sun, 18 May 2008 19:50:44 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IJoiiC056109; Sun, 18 May 2008 19:50:44 GMT (envelope-from jb) Message-Id: <200805181950.m4IJoiiC056109@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 19:50: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/sys proc.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, 18 May 2008 19:50:44 -0000 jb 2008-05-18 19:50:44 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Add the hooks for the extra data that DTrace allocates for struct thread and struct proc. Add a field to struct thread to stash the error variable (or returned status) from the last syscall so that it is available during a DTrace probe. Revision Changes Path 1.514 +5 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Sun May 18 21:08:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 935451065674; Sun, 18 May 2008 21:08:12 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5758FC19; Sun, 18 May 2008 21:08:12 +0000 (UTC) (envelope-from pjd@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 m4IL8C9g070200; Sun, 18 May 2008 21:08:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IL8C7l070199; Sun, 18 May 2008 21:08:12 GMT (envelope-from pjd) Message-Id: <200805182108.m4IL8C7l070199@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 May 2008 21:08: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/kern vfs_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: Sun, 18 May 2008 21:08:12 -0000 pjd 2008-05-18 21:08:12 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Be more friendly for DDB pager. Educated by: jhb's BSDCan presentation Revision Changes Path 1.732 +6 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun May 18 21:13:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A46DE1065671; Sun, 18 May 2008 21:13:10 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6858FC15; Sun, 18 May 2008 21:13:10 +0000 (UTC) (envelope-from pjd@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 m4ILDARw070396; Sun, 18 May 2008 21:13:10 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ILDApA070395; Sun, 18 May 2008 21:13:10 GMT (envelope-from pjd) Message-Id: <200805182113.m4ILDApA070395@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 May 2008 21:13: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/geom geom_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: Sun, 18 May 2008 21:13:10 -0000 pjd 2008-05-18 21:13:10 UTC FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Play nice with DDB pager. Educated by: jhb's BSDCan presentation Revision Changes Path 1.94 +18 -4 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Sun May 18 22:10:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1761065675; Sun, 18 May 2008 22:10:11 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 143FF8FC1A; Sun, 18 May 2008 22:10:11 +0000 (UTC) (envelope-from jb@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 m4IMAAcZ080828; Sun, 18 May 2008 22:10:10 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IMAAtM080824; Sun, 18 May 2008 22:10:10 GMT (envelope-from jb) Message-Id: <200805182210.m4IMAAtM080824@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 22:10: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/sys kernel.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, 18 May 2008 22:10:11 -0000 jb 2008-05-18 22:10:10 UTC FreeBSD src repository Modified files: sys/sys kernel.h Log: Add sysinit levels for DTrace. Revision Changes Path 1.141 +6 -0 src/sys/sys/kernel.h From owner-cvs-src@FreeBSD.ORG Sun May 18 22:11:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDE7F1065675; Sun, 18 May 2008 22:11:47 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B70DA8FC17; Sun, 18 May 2008 22:11:47 +0000 (UTC) (envelope-from jb@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 m4IMBld3080901; Sun, 18 May 2008 22:11:47 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IMBlkI080900; Sun, 18 May 2008 22:11:47 GMT (envelope-from jb) Message-Id: <200805182211.m4IMBlkI080900@repoman.freebsd.org> From: John Birrell Date: Sun, 18 May 2008 22:11: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/sys systm.h time.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, 18 May 2008 22:11:48 -0000 jb 2008-05-18 22:11:47 UTC FreeBSD src repository Modified files: sys/sys systm.h time.h Log: Remove some DTrace hook definitions that are now in dtrace_bsd.h which contains all the hook definitions rather than splattering them all over the header files. The definitions are only valid when the KDTRACE_HOOKS kernel option is defined, so other kernel sources have no need to see them. Revision Changes Path 1.266 +0 -6 src/sys/sys/systm.h 1.78 +0 -2 src/sys/sys/time.h From owner-cvs-src@FreeBSD.ORG Sun May 18 22:50:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3203106566B; Sun, 18 May 2008 22:50:50 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5878FC14; Sun, 18 May 2008 22:50:50 +0000 (UTC) (envelope-from pjd@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 m4IMoo6J083380; Sun, 18 May 2008 22:50:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4IMooJj083379; Sun, 18 May 2008 22:50:50 GMT (envelope-from pjd) Message-Id: <200805182250.m4IMooJj083379@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 May 2008 22:50:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_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: Sun, 18 May 2008 22:50:50 -0000 pjd 2008-05-18 22:50:50 UTC FreeBSD src repository Modified files: sys/geom geom_subr.c Log: - Assert that we don't send new provider event for a provider which has G_PF_WITHER flag set. - Fix typo in assertion condition (sorry, but I forgot who report that). Revision Changes Path 1.95 +3 -1 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Mon May 19 01:12:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6127C106566C; Mon, 19 May 2008 01:12:11 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 38F6C8FC17; Mon, 19 May 2008 01:12:11 +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 m4J1CBU6000226; Mon, 19 May 2008 01:12:11 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J1CBOv000225; Mon, 19 May 2008 01:12:11 GMT (envelope-from yongari) Message-Id: <200805190112.m4J1CBOv000225@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 01:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii atphy.c atphyreg.h miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 May 2008 01:12:11 -0000 yongari 2008-05-19 01:12:10 UTC FreeBSD src repository Modified files: sys/dev/mii miidevs Added files: sys/dev/mii atphy.c atphyreg.h Log: Add Attansic/Atheros F1 PHY driver. Revision Changes Path 1.1 +413 -0 src/sys/dev/mii/atphy.c (new) 1.1 +63 -0 src/sys/dev/mii/atphyreg.h (new) 1.55 +4 -0 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Mon May 19 01:18:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA148106568A; Mon, 19 May 2008 01:18:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A25B58FC15; Mon, 19 May 2008 01:18:02 +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 m4J1I2xS000451; Mon, 19 May 2008 01:18:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J1I21c000450; Mon, 19 May 2008 01:18:02 GMT (envelope-from yongari) Message-Id: <200805190118.m4J1I21c000450@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 01:18:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/mii 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, 19 May 2008 01:18:02 -0000 yongari 2008-05-19 01:18:02 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/mii Makefile Log: Connect atphy(4) to the build. Revision Changes Path 1.1300 +1 -0 src/sys/conf/files 1.33 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 19 01:40:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 425D31065684; Mon, 19 May 2008 01:40:00 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 33D168FC29; Mon, 19 May 2008 01:40:00 +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 m4J1e0l4001169; Mon, 19 May 2008 01:40:00 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J1e0YW001168; Mon, 19 May 2008 01:40:00 GMT (envelope-from yongari) Message-Id: <200805190140.m4J1e0YW001168@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 01:39:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/age if_age.c if_agereg.h if_agevar.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, 19 May 2008 01:40:00 -0000 yongari 2008-05-19 01:39:59 UTC FreeBSD src repository Added files: sys/dev/age if_age.c if_agereg.h if_agevar.h Log: Add age(4), a driver for Attansic/Atheros L1 gigabit ethernet controller. L1 has several threshold/timer registers and they seem to require careful tuned parameters to get best performance. Datasheet for L1 is not available to open source driver writers so age(4) focus on stability and correctness of basic Tx/Rx operation. ATM the performance of age(4) is far from optimal which in turn means there are mis-programmed registers or incorrectly configured registers. Currently age(4) supports all known hardware assistance including - MSI support. - TCP Segmentation Offload. - Hardware VLAN tag insertion/stripping. - TCP/UDP checksum offload. - Interrupt moderation. - Hardware statistics counter support. - Jumbo frame support. - WOL support. L1 gigabit ethernet controller is mainly found on ASUS motherboards. Note, it seems that there are other variants of hardware as known as L2(Fast ethernet) and newer gigabit ethernet (AR81xx) from Atheros. These are not supported by age(4) and requires a seperate driver. Big thanks to all people who reported feedback or tested patches. Tested by: kevlo, bsam, Francois Ranchin < fyr AT fyrou DOT net > Thomas Nystroem < thn AT saeab DOT se > Roman Pogosyan < asternetadmin AT gmail DOT com > Derek Tattersal < dlt AT mebtel DOT net > Oliver Seitz < karlkiste AT yahoo DOT com > Revision Changes Path 1.1 +3356 -0 src/sys/dev/age/if_age.c (new) 1.1 +656 -0 src/sys/dev/age/if_agereg.h (new) 1.1 +272 -0 src/sys/dev/age/if_agevar.h (new) From owner-cvs-src@FreeBSD.ORG Mon May 19 01:53:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB358106564A; Mon, 19 May 2008 01:53:48 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2D6B8FC0A; Mon, 19 May 2008 01:53:48 +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 m4J1rmqL001700; Mon, 19 May 2008 01:53:48 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J1rmo4001699; Mon, 19 May 2008 01:53:48 GMT (envelope-from yongari) Message-Id: <200805190153.m4J1rmo4001699@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 01:53: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/conf NOTES files src/sys/modules Makefile src/sys/modules/age 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, 19 May 2008 01:53:48 -0000 yongari 2008-05-19 01:53:47 UTC FreeBSD src repository Modified files: sys/conf NOTES files sys/modules Makefile Added files: sys/modules/age Makefile Log: Hook up age(4) to the build. Revision Changes Path 1.1488 +3 -0 src/sys/conf/NOTES 1.1301 +1 -0 src/sys/conf/files 1.567 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/age/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon May 19 02:00:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24AAE106566B; Mon, 19 May 2008 02:00:17 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0EC68FC13; Mon, 19 May 2008 02:00:16 +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 m4J20GOP002041; Mon, 19 May 2008 02:00:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J20GJZ002040; Mon, 19 May 2008 02:00:16 GMT (envelope-from yongari) Message-Id: <200805190200.m4J20GJZ002040@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:00:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 age.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: Mon, 19 May 2008 02:00:17 -0000 yongari 2008-05-19 02:00:16 UTC FreeBSD src repository Added files: share/man/man4 age.4 Log: Add man page for age(4). brueffer fixed various nits in the document. Reviewed by: brueffer Revision Changes Path 1.1 +183 -0 src/share/man/man4/age.4 (new) From owner-cvs-src@FreeBSD.ORG Mon May 19 02:03:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70565106566B; Mon, 19 May 2008 02:03:53 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 484C28FC0A; Mon, 19 May 2008 02:03:53 +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 m4J23qNK003208; Mon, 19 May 2008 02:03:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J23qBk003207; Mon, 19 May 2008 02:03:52 GMT (envelope-from yongari) Message-Id: <200805190203.m4J23qBk003207@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:03:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.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: Mon, 19 May 2008 02:03:53 -0000 yongari 2008-05-19 02:03:52 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Add age(4) to the list of devices supporting full VLAN processing in hardware. Revision Changes Path 1.46 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-src@FreeBSD.ORG Mon May 19 02:06:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B5A1065681; Mon, 19 May 2008 02:06:40 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 591A78FC39; Mon, 19 May 2008 02:06:40 +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 m4J26eCp003345; Mon, 19 May 2008 02:06:40 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J26es4003344; Mon, 19 May 2008 02:06:40 GMT (envelope-from yongari) Message-Id: <200805190206.m4J26es4003344@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:06:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.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: Mon, 19 May 2008 02:06:40 -0000 yongari 2008-05-19 02:06:39 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 Log: Add age(4) to the list of drivers supporting ALTQ. Revision Changes Path 1.34 +2 -1 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Mon May 19 02:10:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CF21065671; Mon, 19 May 2008 02:10:40 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A24B8FC1C; Mon, 19 May 2008 02:10:40 +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 m4J2Ad7F003637; Mon, 19 May 2008 02:10:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2Adt7003636; Mon, 19 May 2008 02:10:39 GMT (envelope-from yongari) Message-Id: <200805190210.m4J2Adt7003636@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:10:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 miibus.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: Mon, 19 May 2008 02:10:40 -0000 yongari 2008-05-19 02:10:39 UTC FreeBSD src repository Modified files: share/man/man4 miibus.4 Log: Add age(4) to the list of drivers use the miibus interface. Revision Changes Path 1.22 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-src@FreeBSD.ORG Mon May 19 02:13:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C235A106567C; Mon, 19 May 2008 02:13:52 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99C428FC14; Mon, 19 May 2008 02:13: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 m4J2DpRi003767; Mon, 19 May 2008 02:13:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2DpcF003766; Mon, 19 May 2008 02:13:51 GMT (envelope-from yongari) Message-Id: <200805190213.m4J2DpcF003766@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:13:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/forth loader.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: Mon, 19 May 2008 02:13:52 -0000 yongari 2008-05-19 02:13:51 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: Add an entry for the age(4) module. Revision Changes Path 1.125 +1 -0 src/sys/boot/forth/loader.conf From owner-cvs-src@FreeBSD.ORG Mon May 19 02:17:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 696061065671; Mon, 19 May 2008 02:17:25 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 410628FC14; Mon, 19 May 2008 02:17:25 +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 m4J2HPMg003903; Mon, 19 May 2008 02:17:25 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2HPaJ003902; Mon, 19 May 2008 02:17:25 GMT (envelope-from yongari) Message-Id: <200805190217.m4J2HPaJ003902@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:17:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall devices.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, 19 May 2008 02:17:25 -0000 yongari 2008-05-19 02:17:24 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Add age(4) to the list of supported network interface. Revision Changes Path 1.175 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Mon May 19 02:21:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A665106564A; Mon, 19 May 2008 02:21:02 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2261E8FC0A; Mon, 19 May 2008 02:21:02 +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 m4J2L2x5004105; Mon, 19 May 2008 02:21:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2L1Pb004104; Mon, 19 May 2008 02:21:01 GMT (envelope-from yongari) Message-Id: <200805190221.m4J2L1Pb004104@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:21: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/share/man/man4 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, 19 May 2008 02:21:02 -0000 yongari 2008-05-19 02:21:00 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Hook up age(4) to the build. Revision Changes Path 1.417 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Mon May 19 02:30:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B6D4106566B; Mon, 19 May 2008 02:30:27 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52D798FC13; Mon, 19 May 2008 02:30:27 +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 m4J2URxf004554; Mon, 19 May 2008 02:30:27 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2URHD004553; Mon, 19 May 2008 02:30:27 GMT (envelope-from yongari) Message-Id: <200805190230.m4J2URHD004553@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 19 May 2008 02:30:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 May 2008 02:30:27 -0000 yongari 2008-05-19 02:30:27 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/amd64/conf GENERIC Log: Add age(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.500 +1 -0 src/sys/amd64/conf/GENERIC 1.489 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Mon May 19 02:30:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 178601065672; Mon, 19 May 2008 02:30:34 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E38858FC12; Mon, 19 May 2008 02:30:33 +0000 (UTC) (envelope-from scf@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 m4J2UXO0004581; Mon, 19 May 2008 02:30:33 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2UXUM004580; Mon, 19 May 2008 02:30:33 GMT (envelope-from scf) Message-Id: <200805190230.m4J2UXUM004580@repoman.freebsd.org> From: Sean Farley Date: Mon, 19 May 2008 02:30:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net ethernet.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, 19 May 2008 02:30:34 -0000 scf 2008-05-19 02:30:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net ethernet.h Log: MFC: Spelling and capitalization fixes. src/sys/net/ethernet.h: rev 1.34 -> 1.35 Revision Changes Path 1.32.2.2 +4 -4 src/sys/net/ethernet.h From owner-cvs-src@FreeBSD.ORG Mon May 19 02:30:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DFC8106566C; Mon, 19 May 2008 02:30:56 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75B4D8FC20; Mon, 19 May 2008 02:30:56 +0000 (UTC) (envelope-from scf@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 m4J2Uutk004613; Mon, 19 May 2008 02:30:56 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2UuLD004612; Mon, 19 May 2008 02:30:56 GMT (envelope-from scf) Message-Id: <200805190230.m4J2UuLD004612@repoman.freebsd.org> From: Sean Farley Date: Mon, 19 May 2008 02:30:56 +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 ethernet.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, 19 May 2008 02:30:56 -0000 scf 2008-05-19 02:30:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net ethernet.h Log: MFC: Spelling and capitalization fixes. src/sys/net/ethernet.h: rev 1.34 -> 1.35 Revision Changes Path 1.24.2.4 +4 -4 src/sys/net/ethernet.h From owner-cvs-src@FreeBSD.ORG Mon May 19 02:46:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16E871065672; Mon, 19 May 2008 02:46:03 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1F808FC1A; Mon, 19 May 2008 02:46:02 +0000 (UTC) (envelope-from brooks@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 m4J2k2h0005284; Mon, 19 May 2008 02:46:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2k23T005283; Mon, 19 May 2008 02:46:02 GMT (envelope-from brooks) Message-Id: <200805190246.m4J2k23T005283@repoman.freebsd.org> From: Brooks Davis Date: Mon, 19 May 2008 02:46:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/getopt README getopt.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, 19 May 2008 02:46:03 -0000 brooks 2008-05-19 02:46:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/getopt getopt.c Removed files: (Branch: RELENG_7) usr.bin/getopt README Log: getopt.c is public domain. Add a comment to that effect. Remove confusing README. PR: bin/98911 Submitted by: Jason McIntyre Obtained from: OpenBSD Revision Changes Path 1.1.56.1 +0 -57 src/usr.bin/getopt/README (dead) 1.10.24.1 +5 -0 src/usr.bin/getopt/getopt.c From owner-cvs-src@FreeBSD.ORG Mon May 19 02:47:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 000E01065674; Mon, 19 May 2008 02:47:05 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB8508FC0C; Mon, 19 May 2008 02:47:05 +0000 (UTC) (envelope-from brooks@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 m4J2l5sf005342; Mon, 19 May 2008 02:47:05 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2l5hF005341; Mon, 19 May 2008 02:47:05 GMT (envelope-from brooks) Message-Id: <200805190247.m4J2l5hF005341@repoman.freebsd.org> From: Brooks Davis Date: Mon, 19 May 2008 02:47:05 +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.bin/getopt README getopt.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, 19 May 2008 02:47:06 -0000 brooks 2008-05-19 02:47:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/getopt getopt.c Removed files: (Branch: RELENG_6) usr.bin/getopt README Log: getopt.c is public domain. Add a comment to that effect. Remove confusing README. PR: bin/98911 Submitted by: Jason McIntyre Obtained from: OpenBSD Revision Changes Path 1.1.46.1 +0 -57 src/usr.bin/getopt/README (dead) 1.10.14.1 +5 -0 src/usr.bin/getopt/getopt.c From owner-cvs-src@FreeBSD.ORG Mon May 19 02:49:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65856106564A; Mon, 19 May 2008 02:49:03 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C94B8FC12; Mon, 19 May 2008 02:49:03 +0000 (UTC) (envelope-from brooks@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 m4J2n3jP005534; Mon, 19 May 2008 02:49:03 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J2n3uO005533; Mon, 19 May 2008 02:49:03 GMT (envelope-from brooks) Message-Id: <200805190249.m4J2n3uO005533@repoman.freebsd.org> From: Brooks Davis Date: Mon, 19 May 2008 02:49:03 +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/usr.bin/getopt README getopt.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, 19 May 2008 02:49:03 -0000 brooks 2008-05-19 02:49:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/getopt getopt.c Removed files: (Branch: RELENG_5) usr.bin/getopt README Log: getopt.c is public domain. Add a comment to that effect. Remove confusing README. PR: bin/98911 Submitted by: Jason McIntyre Obtained from: OpenBSD Revision Changes Path 1.1.38.1 +0 -57 src/usr.bin/getopt/README (dead) 1.10.8.1 +5 -0 src/usr.bin/getopt/getopt.c From owner-cvs-src@FreeBSD.ORG Mon May 19 03:50:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD069106564A; Mon, 19 May 2008 03:50:25 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 923888FC18; Mon, 19 May 2008 03:50:25 +0000 (UTC) (envelope-from grog@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 m4J3oP4X008789; Mon, 19 May 2008 03:50:25 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J3oPeA008788; Mon, 19 May 2008 03:50:25 GMT (envelope-from grog) Message-Id: <200805190350.m4J3oPeA008788@repoman.freebsd.org> From: Greg Lehey Date: Mon, 19 May 2008 03:50:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/sa db.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, 19 May 2008 03:50:25 -0000 grog 2008-05-19 03:50:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sa db.c Log: MFC revisions 1.2 and 1.3: Fix a compiler warning by using a printf format matching the variable type. Ensure that the -s flag truncates the accounting data. Revision Changes Path 1.1.2.1 +2 -2 src/usr.sbin/sa/db.c From owner-cvs-src@FreeBSD.ORG Mon May 19 04:06:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B56B61065672; Mon, 19 May 2008 04:06:28 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 486638FC25; Mon, 19 May 2008 04:06:27 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from [127.0.0.1] (ns.kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.2/8.14.2) with ESMTP id m4J3NMd2004911; Mon, 19 May 2008 11:23:22 +0800 (CST) (envelope-from kevlo@FreeBSD.org) From: Kevin Lo To: Pyun YongHyeon In-Reply-To: <200805190140.m4J1e0YW001168@repoman.freebsd.org> References: <200805190140.m4J1e0YW001168@repoman.freebsd.org> Content-Type: text/plain Date: Mon, 19 May 2008 11:27:48 +0800 Message-Id: <1211167668.7325.6.camel@nsl> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/age if_age.c if_agereg.h if_agevar.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, 19 May 2008 04:06:28 -0000 Pyun YongHyeon wrote: > yongari 2008-05-19 01:39:59 UTC > > FreeBSD src repository > > Added files: > sys/dev/age if_age.c if_agereg.h if_agevar.h > Log: > Add age(4), a driver for Attansic/Atheros L1 gigabit ethernet > controller. L1 has several threshold/timer registers and they > seem to require careful tuned parameters to get best > performance. Datasheet for L1 is not available to open source > driver writers so age(4) focus on stability and correctness of > basic Tx/Rx operation. ATM the performance of age(4) is far from > optimal which in turn means there are mis-programmed registers or > incorrectly configured registers. > Currently age(4) supports all known hardware assistance including > - MSI support. > - TCP Segmentation Offload. > - Hardware VLAN tag insertion/stripping. > - TCP/UDP checksum offload. > - Interrupt moderation. > - Hardware statistics counter support. > - Jumbo frame support. > - WOL support. > > L1 gigabit ethernet controller is mainly found on ASUS > motherboards. Note, it seems that there are other variants of > hardware as known as L2(Fast ethernet) and newer gigabit ethernet > (AR81xx) from Atheros. These are not supported by age(4) and > requires a seperate driver. Big thanks to all people who reported > feedback or tested patches. > > Tested by: kevlo, bsam, Francois Ranchin < fyr AT fyrou DOT net > > Thomas Nystroem < thn AT saeab DOT se > > Roman Pogosyan < asternetadmin AT gmail DOT com > > Derek Tattersal < dlt AT mebtel DOT net > > Oliver Seitz < karlkiste AT yahoo DOT com > > > Revision Changes Path > 1.1 +3356 -0 src/sys/dev/age/if_age.c (new) > 1.1 +656 -0 src/sys/dev/age/if_agereg.h (new) > 1.1 +272 -0 src/sys/dev/age/if_agevar.h (new) Excellent! Thanks very much for your efforts! Kevin From owner-cvs-src@FreeBSD.ORG Mon May 19 04:42:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B9106568A; Mon, 19 May 2008 04:42:42 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D575E8FC0C; Mon, 19 May 2008 04:42:41 +0000 (UTC) (envelope-from grog@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 m4J4gfEo011318; Mon, 19 May 2008 04:42:41 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J4gfOu011317; Mon, 19 May 2008 04:42:41 GMT (envelope-from grog) Message-Id: <200805190442.m4J4gfOu011317@repoman.freebsd.org> From: Greg Lehey Date: Mon, 19 May 2008 04:42:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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: Mon, 19 May 2008 04:42:42 -0000 grog 2008-05-19 04:42:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf NOTES Log: MFC revision 1.1455: Typo Revision Changes Path 1.1454.2.9 +1 -1 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon May 19 09:20:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6541106566C; Mon, 19 May 2008 09:20:04 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 871778FC2E; Mon, 19 May 2008 09:20:04 +0000 (UTC) (envelope-from flz@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 m4J9K4Im044429; Mon, 19 May 2008 09:20:04 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J9K4re044428; Mon, 19 May 2008 09:20:04 GMT (envelope-from flz) Message-Id: <200805190920.m4J9K4re044428@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 19 May 2008 09:20:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/rc.d ntpd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 May 2008 09:20:04 -0000 flz 2008-05-19 09:20:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d ntpd Log: MFC: Don't require a configuration file. Ntpd will be perfectly happy if there's none or if the file doesn't exist (there's no ntp.conf in the base install). src/etc/rc.d/ntpd: rev 1.13 -> 1.14 Revision Changes Path 1.13.2.1 +0 -2 src/etc/rc.d/ntpd From owner-cvs-src@FreeBSD.ORG Mon May 19 09:21:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BA6106564A; Mon, 19 May 2008 09:21:24 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A4D098FC27; Mon, 19 May 2008 09:21:24 +0000 (UTC) (envelope-from flz@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 m4J9LO68044534; Mon, 19 May 2008 09:21:24 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4J9LOXM044533; Mon, 19 May 2008 09:21:24 GMT (envelope-from flz) Message-Id: <200805190921.m4J9LOXM044533@repoman.freebsd.org> From: Florent Thoumie Date: Mon, 19 May 2008 09:21:24 +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.d ntpd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 May 2008 09:21:24 -0000 flz 2008-05-19 09:21:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ntpd Log: MFC: Don't require a configuration file. Ntpd will be perfectly happy if there's none or if the file doesn't exist (there's no ntp.conf in the base install). src/etc/rc.d/ntpd: rev 1.13 -> 1.14 Revision Changes Path 1.11.2.3 +0 -2 src/etc/rc.d/ntpd From owner-cvs-src@FreeBSD.ORG Mon May 19 11:32:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2441065688; Mon, 19 May 2008 11:32:46 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3628FC1B; Mon, 19 May 2008 11:32:45 +0000 (UTC) (envelope-from bms@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 m4JBWjQp052336; Mon, 19 May 2008 11:32:45 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JBWijR052335; Mon, 19 May 2008 11:32:44 GMT (envelope-from bms) Message-Id: <200805191132.m4JBWijR052335@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 19 May 2008 11:32: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/usr.bin/sockstat sockstat.1 sockstat.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, 19 May 2008 11:32:46 -0000 bms 2008-05-19 11:32:44 UTC FreeBSD src repository Modified files: usr.bin/sockstat sockstat.1 sockstat.c Log: Add an -L option to ignore loopback Internet sockets. MFC after: 2 weeks Revision Changes Path 1.22 +8 -2 src/usr.bin/sockstat/sockstat.1 1.18 +16 -1 src/usr.bin/sockstat/sockstat.c From owner-cvs-src@FreeBSD.ORG Mon May 19 11:35:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 045391065674; Mon, 19 May 2008 11:35:12 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C94078FC13; Mon, 19 May 2008 11:35:11 +0000 (UTC) (envelope-from bms@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 m4JBZBd1052506; Mon, 19 May 2008 11:35:11 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JBZBJc052505; Mon, 19 May 2008 11:35:11 GMT (envelope-from bms) Message-Id: <200805191135.m4JBZBJc052505@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 19 May 2008 11:35: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.bin/sockstat sockstat.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, 19 May 2008 11:35:12 -0000 bms 2008-05-19 11:35:11 UTC FreeBSD src repository Modified files: usr.bin/sockstat sockstat.c Log: Add -L to usage(). Revision Changes Path 1.19 +1 -1 src/usr.bin/sockstat/sockstat.c From owner-cvs-src@FreeBSD.ORG Mon May 19 11:43:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D10481065670; Mon, 19 May 2008 11:43:36 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA6678FC15; Mon, 19 May 2008 11:43:36 +0000 (UTC) (envelope-from kib@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 m4JBhapG052777; Mon, 19 May 2008 11:43:36 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JBha59052776; Mon, 19 May 2008 11:43:36 GMT (envelope-from kib) Message-Id: <200805191143.m4JBha59052776@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 19 May 2008 11:43:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/gen readdir.c telldir.c telldir.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, 19 May 2008 11:43:36 -0000 kib 2008-05-19 11:43:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gen readdir.c telldir.c telldir.h Log: MFC rev. 1.15 of lib/libc/gen/readdir.c rev. 1.11 of lib/libc/gen/telldir.c rev. 1.3 of lib/libc/gen/telldir.h Do not read away the target directory entry when encountering deleted files after a seekdir(). The seekdir shall set the position for the next readdir operation. When the _readdir_unlocked() encounters deleted entry, dd_loc is already advanced. Continuing the loop leads to premature read of the target entry. Submitted by: Marc Balmer Obtained from: OpenBSD Revision Changes Path 1.13.2.1 +7 -6 src/lib/libc/gen/readdir.c 1.9.2.1 +1 -1 src/lib/libc/gen/telldir.c 1.2.24.1 +2 -2 src/lib/libc/gen/telldir.h From owner-cvs-src@FreeBSD.ORG Mon May 19 11:50:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D62E81065675; Mon, 19 May 2008 11:50:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C04958FC35; Mon, 19 May 2008 11:50:48 +0000 (UTC) (envelope-from kib@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 m4JBom5J053094; Mon, 19 May 2008 11:50:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JBomSo053093; Mon, 19 May 2008 11:50:48 GMT (envelope-from kib) Message-Id: <200805191150.m4JBomSo053093@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 19 May 2008 11:50: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/lib/libc/gen readdir.c telldir.c telldir.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, 19 May 2008 11:50:49 -0000 kib 2008-05-19 11:50:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen readdir.c telldir.c telldir.h Log: MFC rev. 1.15 of lib/libc/gen/readdir.c rev. 1.11 of lib/libc/gen/telldir.c rev. 1.3 of lib/libc/gen/telldir.h Do not read away the target directory entry when encountering deleted files after a seekdir(). The seekdir shall set the position for the next readdir operation. When the _readdir_unlocked() encounters deleted entry, dd_loc is already advanced. Continuing the loop leads to premature read of the target entry. Submitted by: Marc Balmer Obtained from: OpenBSD Revision Changes Path 1.11.14.1 +7 -6 src/lib/libc/gen/readdir.c 1.8.14.1 +1 -1 src/lib/libc/gen/telldir.c 1.2.14.1 +2 -2 src/lib/libc/gen/telldir.h From owner-cvs-src@FreeBSD.ORG Mon May 19 12:34:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC18A1065671; Mon, 19 May 2008 12:34:44 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2D178FC17; Mon, 19 May 2008 12:34:44 +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 m4JCYifS055786; Mon, 19 May 2008 12:34:44 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JCYis0055785; Mon, 19 May 2008 12:34:44 GMT (envelope-from rrs) Message-Id: <200805191234.m4JCYis0055785@repoman.freebsd.org> From: Randall Stewart Date: Mon, 19 May 2008 12:34:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/conf files src/sys/netinet sctp_asconf.c sctp_bsd_addr.c sctp_bsd_addr.h sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_usrreq.c sctp_var.h sctputil.c sctputil.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, 19 May 2008 12:34:44 -0000 rrs 2008-05-19 12:34:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files sys/netinet sctp_asconf.c sctp_bsd_addr.c sctp_bsd_addr.h sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_sysctl.c sctp_usrreq.c sctp_var.h sctputil.c sctputil.h Log: - MFC in the changes to allow SCTP to not need to have both INET and INET6. INET only will work now. Revision Changes Path 1.1243.2.22 +14 -14 src/sys/conf/files 1.34.2.1 +138 -102 src/sys/netinet/sctp_asconf.c 1.14.2.3 +2 -1 src/sys/netinet/sctp_bsd_addr.c 1.6.2.1 +3 -0 src/sys/netinet/sctp_bsd_addr.h 1.65.2.4 +42 -25 src/sys/netinet/sctp_input.c 1.58.2.6 +490 -279 src/sys/netinet/sctp_output.c 1.62.2.6 +471 -316 src/sys/netinet/sctp_pcb.c 1.31.2.2 +3 -0 src/sys/netinet/sctp_pcb.h 1.16.2.1 +37 -22 src/sys/netinet/sctp_sysctl.c 1.48.2.6 +132 -83 src/sys/netinet/sctp_usrreq.c 1.20.2.3 +0 -2 src/sys/netinet/sctp_var.h 1.65.2.6 +201 -119 src/sys/netinet/sctputil.c 1.29.2.2 +3 -1 src/sys/netinet/sctputil.h From owner-cvs-src@FreeBSD.ORG Mon May 19 16:43:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AFF5106566C; Mon, 19 May 2008 16:43:29 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 443D58FC0A; Mon, 19 May 2008 16:43:29 +0000 (UTC) (envelope-from emax@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 m4JGhTRb079681; Mon, 19 May 2008 16:43:29 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JGhTqA079680; Mon, 19 May 2008 16:43:29 GMT (envelope-from emax) Message-Id: <200805191643.m4JGhTqA079680@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 19 May 2008 16:43:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.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, 19 May 2008 16:43:29 -0000 emax 2008-05-19 16:43:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c Log: MFC: Make -t optional in server mode. If not specified use stdin/stdout. Document this. Do not require channel number in server mode. If not specified - bind to ''wildcard'' channel zero. Real channel number will be obtained automatically and registered with local sdpd(8). While I'm here fix serial port service registration. Submitted by: luigi Tested by: Helge Oldach Revision Changes Path 1.10.2.1 +13 -8 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 1.10.2.1 +21 -16 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c From owner-cvs-src@FreeBSD.ORG Mon May 19 16:46:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 553181065678; Mon, 19 May 2008 16:46:43 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6748FC18; Mon, 19 May 2008 16:46:43 +0000 (UTC) (envelope-from emax@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 m4JGkhPb079859; Mon, 19 May 2008 16:46:43 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JGkhxn079858; Mon, 19 May 2008 16:46:43 GMT (envelope-from emax) Message-Id: <200805191646.m4JGkhxn079858@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 19 May 2008 16:46:42 +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.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.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, 19 May 2008 16:46:43 -0000 emax 2008-05-19 16:46:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c Log: MFC: Make -t optional in server mode. If not specified use stdin/stdout. Document this. Do not require channel number in server mode. If not specified - bind to ''wildcard'' channel zero. Real channel number will be obtained automatically and registered with local sdpd(8). While I'm here fix serial port service registration. Submitted by: luigi Tested by: Helge Oldach Revision Changes Path 1.7.2.4 +13 -8 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 1.6.2.4 +21 -16 src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c From owner-cvs-src@FreeBSD.ORG Mon May 19 17:30:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638D8106564A; Mon, 19 May 2008 17:30:56 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 474468FC0A; Mon, 19 May 2008 17:30:56 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.100] (c-76-21-32-5.hsd1.ca.comcast.net [76.21.32.5]) by elvis.mu.org (Postfix) with ESMTP id 29DC51A4D82; Mon, 19 May 2008 10:13:49 -0700 (PDT) In-Reply-To: <200805100922.m4A9M6fg014158@repoman.freebsd.org> References: <200805100922.m4A9M6fg014158@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Suleiman Souhlal Date: Mon, 19 May 2008 10:13:45 -0700 To: Hidetoshi Shimokawa X-Mailer: Apple Mail (2.753) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire fwohci.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, 19 May 2008 17:30:56 -0000 On May 10, 2008, at 2:22 AM, Hidetoshi Shimokawa wrote: > simokawa 2008-05-10 09:22:06 UTC > > FreeBSD src repository > > Modified files: > sys/dev/firewire fwohci.c > Log: > - Disable interrupts on suspend to eliminate excessive > 'device physically ejected?' message on resume. > - Fix memory leak on resume reported by kiyohara at netbsd.org. It seems like I get an NMI on resume with this change (in particular, with the memory leak fix), on my Lenovo X60.. Any ideas what could be going on? -- Suleiman From owner-cvs-src@FreeBSD.ORG Mon May 19 17:49:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0801E1065681; Mon, 19 May 2008 17:49:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC0678FC0A; Mon, 19 May 2008 17:49:57 +0000 (UTC) (envelope-from thompsa@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 m4JHnvhg092356; Mon, 19 May 2008 17:49:57 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JHnvrG092355; Mon, 19 May 2008 17:49:57 GMT (envelope-from thompsa) Message-Id: <200805191749.m4JHnvrG092355@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 19 May 2008 17:49: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/usr.sbin/wlandebug wlandebug.8 wlandebug.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, 19 May 2008 17:49:58 -0000 thompsa 2008-05-19 17:49:57 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.8 wlandebug.c Log: Allow wlandebug to set the default debug level which is inherited when vaps are created. Revision Changes Path 1.4 +5 -1 src/usr.sbin/wlandebug/wlandebug.8 1.7 +15 -5 src/usr.sbin/wlandebug/wlandebug.c From owner-cvs-src@FreeBSD.ORG Mon May 19 17:51:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F0D4106577B; Mon, 19 May 2008 17:51:00 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 429138FC1B; Mon, 19 May 2008 17:51:00 +0000 (UTC) (envelope-from thompsa@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 m4JHp0VV092458; Mon, 19 May 2008 17:51:00 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JHp0Ro092457; Mon, 19 May 2008 17:51:00 GMT (envelope-from thompsa) Message-Id: <200805191751.m4JHp0Ro092457@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 19 May 2008 17:51: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/tools/tools/net80211/wlanwatch wlanwatch.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, 19 May 2008 17:51:00 -0000 thompsa 2008-05-19 17:51:00 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanwatch wlanwatch.c Log: Flush stdout after each line to make piping to another command easier. Revision Changes Path 1.6 +3 -1 src/tools/tools/net80211/wlanwatch/wlanwatch.c From owner-cvs-src@FreeBSD.ORG Mon May 19 17:54:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3196C1065675; Mon, 19 May 2008 17:54:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 011D88FC19; Mon, 19 May 2008 17:54:33 +0000 (UTC) (envelope-from thompsa@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 m4JHsWlL092559; Mon, 19 May 2008 17:54:32 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JHsWYS092558; Mon, 19 May 2008 17:54:32 GMT (envelope-from thompsa) Message-Id: <200805191754.m4JHsWYS092558@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 19 May 2008 17:54: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/usr.sbin/wlandebug wlandebug.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, 19 May 2008 17:54:33 -0000 thompsa 2008-05-19 17:54:32 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.8 Log: Bump document date for last change. Revision Changes Path 1.5 +1 -1 src/usr.sbin/wlandebug/wlandebug.8 From owner-cvs-src@FreeBSD.ORG Mon May 19 17:59:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4252106566B; Mon, 19 May 2008 17:59:09 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 940D08FC20; Mon, 19 May 2008 17:59:09 +0000 (UTC) (envelope-from thompsa@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 m4JHx98Y092786; Mon, 19 May 2008 17:59:09 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JHx95G092784; Mon, 19 May 2008 17:59:09 GMT (envelope-from thompsa) Message-Id: <200805191759.m4JHx95G092784@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 19 May 2008 17:59: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/usr.sbin/wlandebug wlandebug.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, 19 May 2008 17:59:09 -0000 thompsa 2008-05-19 17:59:09 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.8 Log: Remove -, .Ar adds that automatically. Pointed out by: brueffer Revision Changes Path 1.6 +1 -1 src/usr.sbin/wlandebug/wlandebug.8 From owner-cvs-src@FreeBSD.ORG Mon May 19 18:06:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113F61065682; Mon, 19 May 2008 18:06:49 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D4DFC8FC3C; Mon, 19 May 2008 18:06:48 +0000 (UTC) (envelope-from cperciva@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 m4JI6mrH096383; Mon, 19 May 2008 18:06:48 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JI6mhS096382; Mon, 19 May 2008 18:06:48 GMT (envelope-from cperciva) Message-Id: <200805191806.m4JI6mhS096382@repoman.freebsd.org> From: Colin Percival Date: Mon, 19 May 2008 18:06: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/lib/libarchive archive_read_support_format_mtree.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, 19 May 2008 18:06:49 -0000 cperciva 2008-05-19 18:06:48 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_mtree.c Log: Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead and dereferencing NULL. Found by: Coverity Prevent Revision Changes Path 1.5 +1 -0 src/lib/libarchive/archive_read_support_format_mtree.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:09:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 916E8106567F; Mon, 19 May 2008 18:09:26 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6196F8FC18; Mon, 19 May 2008 18:09:26 +0000 (UTC) (envelope-from cperciva@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 m4JI9Qh5096468; Mon, 19 May 2008 18:09:26 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JI9Qlk096467; Mon, 19 May 2008 18:09:26 GMT (envelope-from cperciva) Message-Id: <200805191809.m4JI9Qlk096467@repoman.freebsd.org> From: Colin Percival Date: Mon, 19 May 2008 18:09: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/usr.bin/tar write.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, 19 May 2008 18:09:26 -0000 cperciva 2008-05-19 18:09:26 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: There's no way for entry to possibly be NULL at the end of write_entry (in fact, there has never been any way for it to be NULL, going all the way back to revision 1.1 of this file), so remove the check and unconditionally free entry. Found by: Coverity Prevent Revision Changes Path 1.68 +1 -2 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:18:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3CC106567A; Mon, 19 May 2008 18:18:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D61B8FC15; Mon, 19 May 2008 18:18:59 +0000 (UTC) (envelope-from jhb@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 m4JIIxPh096842; Mon, 19 May 2008 18:18:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIIxhC096841; Mon, 19 May 2008 18:18:59 GMT (envelope-from jhb) Message-Id: <200805191818.m4JIIxhC096841@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net bpf.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, 19 May 2008 18:18:59 -0000 jhb 2008-05-19 18:18:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net bpf.c Log: MFC: Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf devices never getting fully closed. Revision Changes Path 1.181.2.5 +1 -0 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:19:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38A44106566B; Mon, 19 May 2008 18:19:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 09F728FC1C; Mon, 19 May 2008 18:19:49 +0000 (UTC) (envelope-from jhb@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 m4JIJmF5096881; Mon, 19 May 2008 18:19:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIJmV1096880; Mon, 19 May 2008 18:19:48 GMT (envelope-from jhb) Message-Id: <200805191819.m4JIJmV1096880@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:19: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/net bpf.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, 19 May 2008 18:19:49 -0000 jhb 2008-05-19 18:19:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bpf.c Log: MFC: Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpf devices never getting fully closed. Revision Changes Path 1.153.2.14 +1 -1 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:21:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD35106566B; Mon, 19 May 2008 18:21:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50AC38FC19; Mon, 19 May 2008 18:21:13 +0000 (UTC) (envelope-from jhb@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 m4JILDpU097056; Mon, 19 May 2008 18:21:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JILD2J097055; Mon, 19 May 2008 18:21:13 GMT (envelope-from jhb) Message-Id: <200805191821.m4JILD2J097055@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:21:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/fstat fstat.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, 19 May 2008 18:21:13 -0000 jhb 2008-05-19 18:21:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/fstat fstat.c Log: MFC: Only output details about the current working directory of a process if the vnode pointer is not NULL. Revision Changes Path 1.64.2.1 +2 -1 src/usr.bin/fstat/fstat.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:21:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCEFC106567C; Mon, 19 May 2008 18:21:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5178FC14; Mon, 19 May 2008 18:21:52 +0000 (UTC) (envelope-from jhb@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 m4JILqCr097133; Mon, 19 May 2008 18:21:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JILq0h097132; Mon, 19 May 2008 18:21:52 GMT (envelope-from jhb) Message-Id: <200805191821.m4JILq0h097132@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:21: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/usr.bin/fstat fstat.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, 19 May 2008 18:21:52 -0000 jhb 2008-05-19 18:21:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/fstat fstat.c Log: MFC: Only output details about the current working directory of a process if the vnode pointer is not NULL. Revision Changes Path 1.60.2.5 +2 -1 src/usr.bin/fstat/fstat.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:23:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38BE3106564A; Mon, 19 May 2008 18:23:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A55C8FC1F; Mon, 19 May 2008 18:23:10 +0000 (UTC) (envelope-from jhb@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 m4JIN9Sq097263; Mon, 19 May 2008 18:23:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIN9uf097262; Mon, 19 May 2008 18:23:09 GMT (envelope-from jhb) Message-Id: <200805191823.m4JIN9uf097262@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:23:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet tcp_syncache.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, 19 May 2008 18:23:10 -0000 jhb 2008-05-19 18:23:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet tcp_syncache.c Log: MFC: Always bump tcpstat.tcps_badrst if we get a RST for a connection in the syncache that has an invalid SEQ. Revision Changes Path 1.130.2.7 +5 -4 src/sys/netinet/tcp_syncache.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:24:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 292A51065682; Mon, 19 May 2008 18:24:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EEE3E8FC25; Mon, 19 May 2008 18:24:33 +0000 (UTC) (envelope-from jhb@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 m4JIOXnU097365; Mon, 19 May 2008 18:24:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIOXcH097364; Mon, 19 May 2008 18:24:33 GMT (envelope-from jhb) Message-Id: <200805191824.m4JIOXcH097364@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:24:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/pci intpm.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, 19 May 2008 18:24:34 -0000 jhb 2008-05-19 18:24:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci intpm.c Log: MFC: Set sc->dev and add a missing newline. Revision Changes Path 1.39.2.2 +3 -1 src/sys/pci/intpm.c From owner-cvs-src@FreeBSD.ORG Mon May 19 18:38:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00EDC106566B; Mon, 19 May 2008 18:38:02 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6CAF8FC0A; Mon, 19 May 2008 18:38:01 +0000 (UTC) (envelope-from cperciva@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 m4JIc17U097889; Mon, 19 May 2008 18:38:01 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JIc1uE097888; Mon, 19 May 2008 18:38:01 GMT (envelope-from cperciva) Message-Id: <200805191838.m4JIc1uE097888@repoman.freebsd.org> From: Colin Percival Date: Mon, 19 May 2008 18:38: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/usr.bin/tar bsdtar.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, 19 May 2008 18:38:02 -0000 cperciva 2008-05-19 18:38:01 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Detect if argv[1] is "" and avoid calling malloc(0). Prior to this commit, running 'tar ""' would print 'No memory' instead of the correct error message, 'Must specify one of -c, -r, -t, -u, -x' if malloc is set to System V mode (malloc(0) == NULL). Revision Changes Path 1.90 +2 -2 src/usr.bin/tar/bsdtar.c From owner-cvs-src@FreeBSD.ORG Mon May 19 19:21:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74D5C1065671; Mon, 19 May 2008 19:21:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9E18FC1F; Mon, 19 May 2008 19:21:15 +0000 (UTC) (envelope-from jhb@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 m4JJLFhD006720; Mon, 19 May 2008 19:21:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JJLEQF006719; Mon, 19 May 2008 19:21:14 GMT (envelope-from jhb) Message-Id: <200805191921.m4JJLEQF006719@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 19:21:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 19:21:15 -0000 jhb 2008-05-19 19:21:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c Log: MFC: rev 1.88 Remove a check that didn't allow > 12 byte CDB's to be issued to ciss. This should allow volumes > 2TB to work. Revision Changes Path 1.2.2.23 +0 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Mon May 19 19:23:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 633DE1065670; Mon, 19 May 2008 19:23:06 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 500748FC23; Mon, 19 May 2008 19:23:06 +0000 (UTC) (envelope-from marius@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 m4JJN6w7006894; Mon, 19 May 2008 19:23:06 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JJN61i006893; Mon, 19 May 2008 19:23:06 GMT (envelope-from marius) Message-Id: <200805191923.m4JJN61i006893@repoman.freebsd.org> From: Marius Strobl Date: Mon, 19 May 2008 19:23: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/sparc64/include bus_common.h iommuvar.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 counter.c iommu.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, 19 May 2008 19:23:06 -0000 marius 2008-05-19 19:23:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/include bus_common.h iommuvar.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 counter.c iommu.c Log: MFC: bus_common.h 1.9; iommuvar.h 1.17; psycho.c 1.77; sbus.c 1.46 (partial), 1.48; counter.c 1.7; iommu.c 1.44 (partial), 1.45 (partial), 1.47 - Use the name returned by device_get_nameunit(9) for the name of the counter-timer timecounter so the associated SYSCTL nodes don't clash on machines having multiple U2P and U2S bridges as well as establishing a clear mapping between these bridges and their timecounter device. - Don't bother setting up a "nice" name for the IOMMU, just use the name returned by device_get_nameunit(9), too. - Correct a typo in sbus_alloc_resource() which caused (pass-through) allocations to only work down to the grandchildren of the bus, which wasn't a real problem so far as we don't support any devices which are great-grandchildren or greater of a U2S bridge, yet. - Fix some minor style(9) bugs. - Use __FBSDID in counter.c and iommu.c. Revision Changes Path 1.5.2.2 +2 -2 src/sys/sparc64/include/bus_common.h 1.15.2.1 +7 -6 src/sys/sparc64/include/iommuvar.h 1.53.2.5 +39 -51 src/sys/sparc64/pci/psycho.c 1.35.2.5 +6 -11 src/sys/sparc64/sbus/sbus.c 1.6.2.1 +13 -11 src/sys/sparc64/sparc64/counter.c 1.43.2.1 +85 -79 src/sys/sparc64/sparc64/iommu.c From owner-cvs-src@FreeBSD.ORG Mon May 19 19:32:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 393C11065670; Mon, 19 May 2008 19:32:01 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 270078FC12; Mon, 19 May 2008 19:32:01 +0000 (UTC) (envelope-from marius@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 m4JJW16M007228; Mon, 19 May 2008 19:32:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JJW1EY007226; Mon, 19 May 2008 19:32:01 GMT (envelope-from marius) Message-Id: <200805191932.m4JJW1EY007226@repoman.freebsd.org> From: Marius Strobl Date: Mon, 19 May 2008 19:32:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/pci apb.c ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h ofw_pcibus.c psycho.c psychovar.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, 19 May 2008 19:32:01 -0000 marius 2008-05-19 19:32:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/pci apb.c ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h ofw_pcibus.c psycho.c psychovar.h Log: MFC: apb.c 1.15; ofw_pci_if.m 1.9; ofw_pcib.c 1.9; ofw_pcib_subr.c 1.9; ofw_pcib_subr.h 1.4; ofw_pcibus.c 1.18; psycho.c 1.74; psychovar.h 1.18 On sparc64 machines with multiple host-PCI-bridges these bridges have separate configuration spaces so by definition they implement different PCI domains. Thus change psycho(4) to use PCI domains instead of reenumerating all PCI busses so they have globally unique bus numbers and drop support for reenumerating busses in the OFW PCI code. Revision Changes Path 1.14.2.1 +7 -5 src/sys/sparc64/pci/apb.c 1.8.2.1 +0 -35 src/sys/sparc64/pci/ofw_pci_if.m 1.8.2.1 +0 -3 src/sys/sparc64/pci/ofw_pcib.c 1.8.2.1 +0 -39 src/sys/sparc64/pci/ofw_pcib_subr.c 1.3.18.1 +0 -1 src/sys/sparc64/pci/ofw_pcib_subr.h 1.16.2.3 +0 -4 src/sys/sparc64/pci/ofw_pcibus.c 1.70.2.4 +12 -59 src/sys/sparc64/pci/psycho.c 1.16.2.2 +2 -3 src/sys/sparc64/pci/psychovar.h From owner-cvs-src@FreeBSD.ORG Mon May 19 20:09:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5770E1065684; Mon, 19 May 2008 20:09:05 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 480488FC23; Mon, 19 May 2008 20:09:05 +0000 (UTC) (envelope-from marius@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 m4JK95Ij009494; Mon, 19 May 2008 20:09:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JK958k009493; Mon, 19 May 2008 20:09:05 GMT (envelope-from marius) Message-Id: <200805192009.m4JK958k009493@repoman.freebsd.org> From: Marius Strobl Date: Mon, 19 May 2008 20:09:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include intr_machdep.h smp.h src/sys/sparc64/sparc64 intr_machdep.c mp_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: Mon, 19 May 2008 20:09:05 -0000 marius 2008-05-19 20:09:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include intr_machdep.h smp.h sys/sparc64/sparc64 intr_machdep.c mp_machdep.c Log: MFC: intr_machdep.h 1.18; smp.h 1.23; intr_machdep.c 1.32; mp_machdep.c 1.39 - Add support for IPI_PREEMPT. - Add my copyright to mp_machdep.c for having implemented support for USIII and up and some fixes. Revision Changes Path 1.17.2.1 +2 -1 src/sys/sparc64/include/intr_machdep.h 1.22.2.1 +1 -0 src/sys/sparc64/include/smp.h 1.27.2.2 +2 -1 src/sys/sparc64/sparc64/intr_machdep.c 1.36.2.2 +17 -0 src/sys/sparc64/sparc64/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Mon May 19 20:25:19 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96BDC1065672 for ; Mon, 19 May 2008 20:25:19 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 607418FC15 for ; Mon, 19 May 2008 20:25:19 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: by rn-out-0910.google.com with SMTP id j40so650365rnf.12 for ; Mon, 19 May 2008 13:25:18 -0700 (PDT) Received: by 10.142.72.21 with SMTP id u21mr3003406wfa.82.1211227238124; Mon, 19 May 2008 13:00:38 -0700 (PDT) Received: by 10.142.125.6 with HTTP; Mon, 19 May 2008 13:00:37 -0700 (PDT) Message-ID: <626eb4530805191300p14511dbcm7c60a51ea3a4191d@mail.gmail.com> Date: Tue, 20 May 2008 05:00:37 +0900 From: "Hidetoshi Shimokawa" Sender: freebsd@gm.nunu.org To: "Suleiman Souhlal" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805100922.m4A9M6fg014158@repoman.freebsd.org> X-Google-Sender-Auth: 59e31ab47b81b02e Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/firewire fwohci.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, 19 May 2008 20:25:19 -0000 I have no idea. Do you have any firewire devices connected on resume? On Tue, May 20, 2008 at 2:13 AM, Suleiman Souhlal wrote: > > On May 10, 2008, at 2:22 AM, Hidetoshi Shimokawa wrote: >> >> simokawa 2008-05-10 09:22:06 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/firewire fwohci.c >> Log: >> - Disable interrupts on suspend to eliminate excessive >> 'device physically ejected?' message on resume. >> - Fix memory leak on resume reported by kiyohara at netbsd.org. > > It seems like I get an NMI on resume with this change (in particular, with > the memory leak fix), on my Lenovo X60.. > > Any ideas what could be going on? > > -- Suleiman > > -- /\ Hidetoshi Shimokawa \/ simokawa@FreeBSD.ORG From owner-cvs-src@FreeBSD.ORG Mon May 19 20:25:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 353CB1065676; Mon, 19 May 2008 20:25:27 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id D6F568FC24; Mon, 19 May 2008 20:25:26 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D830967F842; Mon, 19 May 2008 22:24:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yYTyBf7EA1ZN; Mon, 19 May 2008 22:24:46 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 552EE67F82D; Mon, 19 May 2008 22:24:46 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4JKOkMC082738; Mon, 19 May 2008 22:24:46 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 19 May 2008 22:24:45 +0200 From: Roman Divacky To: John Birrell Message-ID: <20080519202445.GA82705@freebsd.org> References: <200805181932.m4IJWagN055358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805181932.m4IJWagN055358@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/kern kern_sdt.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, 19 May 2008 20:25:27 -0000 On Sun, May 18, 2008 at 07:32:36PM +0000, John Birrell wrote: > jb 2008-05-18 19:32:36 UTC > > FreeBSD src repository > > Added files: > sys/kern kern_sdt.c > Log: > Add kernel support for the Statically Defined Trace provider. > > This is BSD licensed code written specifically for FreeBSD. > > It initialises using SYSINIT so that the SDT provider, probe and > argument description linkage is done whenever a module is loaded, > regardless of whether the DTrace modules are loaded or not. > > This file is optionally compiled into the kernel if the KDTRACE_HOOKS > option is defined. great to see this coming! in the sdt_*_listall() functions you lock the sx lock exclusively while traversing the list... why? I think shared locking is enough in those cases.... thnx! roman From owner-cvs-src@FreeBSD.ORG Mon May 19 21:28:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C3051065677; Mon, 19 May 2008 21:28:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 333E98FC17; Mon, 19 May 2008 21:28:39 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id CDDB81A4D82; Mon, 19 May 2008 14:28:38 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4JG0Rxl039059; Mon, 19 May 2008 12:00:29 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Marcel Moolenaar Date: Sat, 17 May 2008 12:15:07 -0400 User-Agent: KMail/1.9.7 References: <200805161457.m4GEvnmS013697@repoman.freebsd.org> In-Reply-To: <200805161457.m4GEvnmS013697@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805171215.07353.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 19 May 2008 12:00:29 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7157/Mon May 19 09:37:20 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_24_48 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/puc pucdata.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, 19 May 2008 21:28:39 -0000 On Friday 16 May 2008 10:57:49 am Marcel Moolenaar wrote: > marcel 2008-05-16 14:57:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/puc pucdata.c > Log: > Fix RID calculation. The RID is really the BAR for PCI cards, > so the index needs to be translated into an offset. While we > did add the offset (0x10), we forgot to account for the width. > > Tested by: Thomas Vogt > MFC after: 3 days Perhaps use the PCIR_BAR() macro to map BARs indices to RIDs? -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon May 19 23:01:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F4122106564A; Mon, 19 May 2008 23:01:11 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D51148FC15; Mon, 19 May 2008 23:01:11 +0000 (UTC) (envelope-from jfv@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 m4JN1BLG037614; Mon, 19 May 2008 23:01:11 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JN1B1i037613; Mon, 19 May 2008 23:01:11 GMT (envelope-from jfv) Message-Id: <200805192301.m4JN1B1i037613@repoman.freebsd.org> From: Jack F Vogel Date: Mon, 19 May 2008 23:01: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/em if_em.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, 19 May 2008 23:01:12 -0000 jfv 2008-05-19 23:01:11 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: This small change will allow this driver in HEAD to build on 6.3 as well as 7 :) Revision Changes Path 1.193 +14 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Tue May 20 06:32:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B121065678; Tue, 20 May 2008 06:32:08 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3408FC13; Tue, 20 May 2008 06:32:08 +0000 (UTC) (envelope-from kevlo@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 m4K6W8hS087406; Tue, 20 May 2008 06:32:08 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4K6W8jD087405; Tue, 20 May 2008 06:32:08 GMT (envelope-from kevlo) Message-Id: <200805200632.m4K6W8jD087405@repoman.freebsd.org> From: Kevin Lo Date: Tue, 20 May 2008 06:32: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/dev/acpi_support acpi_sony.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, 20 May 2008 06:32:08 -0000 kevlo 2008-05-20 06:32:07 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_sony.c Log: Add support for controlling the audio power Tested on: VGN-SZ79TN Revision Changes Path 1.11 +1 -0 src/sys/dev/acpi_support/acpi_sony.c From owner-cvs-src@FreeBSD.ORG Tue May 20 06:33:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE531065674; Tue, 20 May 2008 06:33:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5514C8FC1F; Tue, 20 May 2008 06:33:10 +0000 (UTC) (envelope-from kevlo@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 m4K6XA5e087826; Tue, 20 May 2008 06:33:10 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4K6XARf087821; Tue, 20 May 2008 06:33:10 GMT (envelope-from kevlo) Message-Id: <200805200633.m4K6XARf087821@repoman.freebsd.org> From: Kevin Lo Date: Tue, 20 May 2008 06:33: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/man4/man4.i386 acpi_sony.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, 20 May 2008 06:33:10 -0000 kevlo 2008-05-20 06:33:10 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 acpi_sony.4 Log: Document the azp for controlling audio power Revision Changes Path 1.5 +2 -0 src/share/man/man4/man4.i386/acpi_sony.4 From owner-cvs-src@FreeBSD.ORG Tue May 20 07:55:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4A106566B; Tue, 20 May 2008 07:55:04 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 257418FC17; Tue, 20 May 2008 07:55:04 +0000 (UTC) (envelope-from dfr@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 m4K7t4CD095229; Tue, 20 May 2008 07:55:04 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4K7t4XV095228; Tue, 20 May 2008 07:55:04 GMT (envelope-from dfr) Message-Id: <200805200755.m4K7t4XV095228@repoman.freebsd.org> From: Doug Rabson Date: Tue, 20 May 2008 07:55:03 +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/compat/linux linux_file.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, 20 May 2008 07:55:04 -0000 dfr 2008-05-20 07:55:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_file.c Log: Fix a harmless mismerge. Pointed out by: jhb Revision Changes Path 1.91.2.6 +0 -1 src/sys/compat/linux/linux_file.c From owner-cvs-src@FreeBSD.ORG Tue May 20 09:38:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F921065671; Tue, 20 May 2008 09:38:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 619178FC39; Tue, 20 May 2008 09:38:44 +0000 (UTC) (envelope-from kib@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 m4K9ci1q010232; Tue, 20 May 2008 09:38:44 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4K9cid3010231; Tue, 20 May 2008 09:38:44 GMT (envelope-from kib) Message-Id: <200805200938.m4K9cid3010231@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 20 May 2008 09:38:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/libexec/rtld-elf rtld.c rtld_lock.c rtld_lock.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 09:38:45 -0000 kib 2008-05-20 09:38:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/rtld-elf rtld.c rtld_lock.c rtld_lock.h Log: MFC rev. 1.126 of libexec/rtld-elf/rtld.c rev. 1.5 of libexec/rtld-elf/rtld_lock.c rev. 1.3 of libexec/rtld-elf/rtld_lock.h Fix the problem with the C++ exception handling for the multithreaded programs. From the PR description: The gcc runtime's _Unwind_Find_FDE function, invoked during exception handling's stack unwinding, is not safe to execute from within multiple threads. FreeBSD' s dl_iterate_phdr() however permits multiple threads to pass through it though. The result is surprisingly reliable infinite looping of one or more threads if they just happen to be unwinding at the same time. Introduce the new lock that is write locked around the dl_iterate_pdr, thus providing required exclusion for the stack unwinders. PR: threads/123062 Submitted by: Andy Newman Reviewed by: kan Revision Changes Path 1.124.2.1 +5 -3 src/libexec/rtld-elf/rtld.c 1.4.2.1 +2 -1 src/libexec/rtld-elf/rtld_lock.c 1.2.20.1 +1 -0 src/libexec/rtld-elf/rtld_lock.h From owner-cvs-src@FreeBSD.ORG Tue May 20 09:51:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68279106564A; Tue, 20 May 2008 09:51:37 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 578948FC1F; Tue, 20 May 2008 09:51:37 +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 m4K9pbfp010712; Tue, 20 May 2008 09:51:37 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4K9pbgt010711; Tue, 20 May 2008 09:51:37 GMT (envelope-from rrs) Message-Id: <200805200951.m4K9pbgt010711@repoman.freebsd.org> From: Randall Stewart Date: Tue, 20 May 2008 09:51: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/netinet sctp.h sctp_cc_functions.c sctp_input.c sctp_uio.h sctputil.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, 20 May 2008 09:51:37 -0000 rrs 2008-05-20 09:51:37 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_cc_functions.c sctp_input.c sctp_uio.h sctputil.c Log: - Define changes in sctp.h - Bug in CA that does not get us incrementing the PBA properly which made us more conservative. - comment updated in sctp_input.c - memsets added before we log - added arg to hmac id's MFC after: 2 weeks Revision Changes Path 1.23 +7 -5 src/sys/netinet/sctp.h 1.4 +12 -37 src/sys/netinet/sctp_cc_functions.c 1.70 +9 -1 src/sys/netinet/sctp_input.c 1.30 +1 -0 src/sys/netinet/sctp_uio.h 1.75 +5 -0 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Tue May 20 10:46:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBFA5106566B; Tue, 20 May 2008 10:46:50 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C333D8FC14; Tue, 20 May 2008 10:46:50 +0000 (UTC) (envelope-from dwmalone@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 m4KAkof0014088; Tue, 20 May 2008 10:46:50 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KAkoEt014087; Tue, 20 May 2008 10:46:50 GMT (envelope-from dwmalone) Message-Id: <200805201046.m4KAkoEt014087@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 10:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/traceroute6 traceroute6.8 traceroute6.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, 20 May 2008 10:46:51 -0000 dwmalone 2008-05-20 10:46:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/traceroute6 traceroute6.8 traceroute6.c Log: Sync with current - add the ability to traceroute with no-next-header packets. Revision Changes Path 1.16.2.1 +7 -1 src/usr.sbin/traceroute6/traceroute6.8 1.19.2.1 +117 -58 src/usr.sbin/traceroute6/traceroute6.c From owner-cvs-src@FreeBSD.ORG Tue May 20 10:48:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DEDE1065671; Tue, 20 May 2008 10:48:27 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 052E68FC1D; Tue, 20 May 2008 10:48:27 +0000 (UTC) (envelope-from philip@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 m4KAmQ5L014144; Tue, 20 May 2008 10:48:26 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KAmQQZ014143; Tue, 20 May 2008 10:48:26 GMT (envelope-from philip) Message-Id: <200805201048.m4KAmQQZ014143@repoman.freebsd.org> From: Philip Paeps Date: Tue, 20 May 2008 10:48:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.sbin/moused moused.8 moused.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, 20 May 2008 10:48:27 -0000 philip 2008-05-20 10:48:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/moused moused.8 moused.c Log: MFC: moused.c rev 1.84 moused.8 rev 1.62 Improve the virtual scrolling mechanism to make middle clicking less difficult. Add a -L option (yet another option, indeed!) which changes the speed of scrolling and change -U to only affect the scroll threshold. This should make middle-clicking a much more pleasant experience. Submitted by: Aragon Gouveia Revision Changes Path 1.61.2.1 +20 -4 src/usr.sbin/moused/moused.8 1.79.2.2 +38 -11 src/usr.sbin/moused/moused.c From owner-cvs-src@FreeBSD.ORG Tue May 20 10:51:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4FAB1065670; Tue, 20 May 2008 10:51:27 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ABC528FC19; Tue, 20 May 2008 10:51:27 +0000 (UTC) (envelope-from dwmalone@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 m4KApR6P014284; Tue, 20 May 2008 10:51:27 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KApRTZ014283; Tue, 20 May 2008 10:51:27 GMT (envelope-from dwmalone) Message-Id: <200805201051.m4KApRTZ014283@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 10:51:27 +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/traceroute6 Makefile traceroute6.8 traceroute6.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, 20 May 2008 10:51:27 -0000 dwmalone 2008-05-20 10:51:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/traceroute6 Makefile traceroute6.8 traceroute6.c Log: Sync with -current: - ability to traceroute with packets with no upper layer header. - clean __P use. - place each router entry on its own line. - get ipsec.h from netipsec directory. Revision Changes Path 1.8.10.1 +1 -1 src/usr.sbin/traceroute6/Makefile 1.14.2.2 +17 -1 src/usr.sbin/traceroute6/traceroute6.8 1.16.8.2 +119 -56 src/usr.sbin/traceroute6/traceroute6.c From owner-cvs-src@FreeBSD.ORG Tue May 20 10:52:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11DD91065674; Tue, 20 May 2008 10:52:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDF618FC20; Tue, 20 May 2008 10:52:19 +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 m4KAqJBG014342; Tue, 20 May 2008 10:52:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KAqJN8014341; Tue, 20 May 2008 10:52:19 GMT (envelope-from rwatson) Message-Id: <200805201052.m4KAqJN8014341@repoman.freebsd.org> From: Robert Watson Date: Tue, 20 May 2008 10:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_priv.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, 20 May 2008 10:52:20 -0000 rwatson 2008-05-20 10:52:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_priv.c Log: Merge kern_priv.c:1.5 from HEAD to RELENG_7: Add __FBSDID() tag. Pointed out by: antoine Revision Changes Path 1.4.2.1 +3 -2 src/sys/kern/kern_priv.c From owner-cvs-src@FreeBSD.ORG Tue May 20 10:52:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E29D106567F; Tue, 20 May 2008 10:52:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35E7F8FC28; Tue, 20 May 2008 10:52:53 +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 m4KAqrMM014377; Tue, 20 May 2008 10:52:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KAqrip014376; Tue, 20 May 2008 10:52:53 GMT (envelope-from rwatson) Message-Id: <200805201052.m4KAqrip014376@repoman.freebsd.org> From: Robert Watson Date: Tue, 20 May 2008 10:52:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man9 bus_space.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 10:52:53 -0000 rwatson 2008-05-20 10:52:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 bus_space.9 Log: Merge busspace.9:1.5 from HEAD to RELENG_7: Minor spelling/grammer fixes. Revision Changes Path 1.4.2.1 +2 -2 src/share/man/man9/bus_space.9 From owner-cvs-src@FreeBSD.ORG Tue May 20 10:53:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DF1106564A; Tue, 20 May 2008 10:53:59 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6849E8FC1A; Tue, 20 May 2008 10:53:59 +0000 (UTC) (envelope-from philip@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 m4KArxZj014420; Tue, 20 May 2008 10:53:59 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KArxe4014419; Tue, 20 May 2008 10:53:59 GMT (envelope-from philip) Message-Id: <200805201053.m4KArxe4014419@repoman.freebsd.org> From: Philip Paeps Date: Tue, 20 May 2008 10:53:59 +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/moused moused.8 moused.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, 20 May 2008 10:53:59 -0000 philip 2008-05-20 10:53:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/moused moused.8 moused.c Log: MFC: moused.c rev 1.84 moused.8 rev 1.62 Improve the virtual scrolling mechanism to make middle clicking less difficult. Add a -L option (yet another option, indeed!) which changes the speed of scrolling and change -U to only affect the scroll threshold. This should make middle-clicking a much more pleasant experience. Submitted by: Aragon Gouveia Revision Changes Path 1.53.2.4 +20 -4 src/usr.sbin/moused/moused.8 1.70.2.8 +38 -11 src/usr.sbin/moused/moused.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:17:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B9B6106566C; Tue, 20 May 2008 11:17:19 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 135DD8FC1F; Tue, 20 May 2008 11:17:19 +0000 (UTC) (envelope-from dwmalone@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 m4KBHIg6016260; Tue, 20 May 2008 11:17:18 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBHI1j016259; Tue, 20 May 2008 11:17:18 GMT (envelope-from dwmalone) Message-Id: <200805201117.m4KBHI1j016259@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 11:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet ip_fw2.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, 20 May 2008 11:17:19 -0000 dwmalone 2008-05-20 11:17:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_fw2.c Log: MFC: If we are walking the IPv6 header chain and we hit an IPPROTO_NONE header, then don't try to pullup anything, because there is no next header if we hit IPPROTO_NONE. Set ulp to a non-NULL value so the search for an upper layer header terinates. Revision Changes Path 1.175.2.6 +6 -3 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:17:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 231E5106566C; Tue, 20 May 2008 11:17:52 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF5788FC2D; Tue, 20 May 2008 11:17:51 +0000 (UTC) (envelope-from dwmalone@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 m4KBHpYN016318; Tue, 20 May 2008 11:17:51 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBHpfA016317; Tue, 20 May 2008 11:17:51 GMT (envelope-from dwmalone) Message-Id: <200805201117.m4KBHpfA016317@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 11:17: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/sys/netinet ip_fw2.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, 20 May 2008 11:17:52 -0000 dwmalone 2008-05-20 11:17:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fw2.c Log: MFC: If we are walking the IPv6 header chain and we hit an IPPROTO_NONE header, then don't try to pullup anything, because there is no next header if we hit IPPROTO_NONE. Set ulp to a non-NULL value so the search for an upper layer header terinates. Revision Changes Path 1.106.2.41 +6 -3 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:25:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2E54106566C; Tue, 20 May 2008 11:25:00 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA13B8FC26; Tue, 20 May 2008 11:25:00 +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 m4KBP0VX016631; Tue, 20 May 2008 11:25:00 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBP0Ks016630; Tue, 20 May 2008 11:25:00 GMT (envelope-from rwatson) Message-Id: <200805201125.m4KBP0Ks016630@repoman.freebsd.org> From: Robert Watson Date: Tue, 20 May 2008 11:25:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/posix1e mac.c mac_exec.c mac_get.c mac_set.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, 20 May 2008 11:25:01 -0000 rwatson 2008-05-20 11:25:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/posix1e mac.c mac_exec.c mac_get.c mac_set.c Log: Merge mac.c:1.13, mac_exec.c:1.3, mac_get.c:1.6, mac_set.c:1.4 from HEAD to RELENG_7: Add __FBSDID() tags. Revision Changes Path 1.12.18.1 +3 -2 src/lib/libc/posix1e/mac.c 1.2.22.1 +3 -2 src/lib/libc/posix1e/mac_exec.c 1.5.10.1 +3 -2 src/lib/libc/posix1e/mac_get.c 1.3.22.1 +3 -2 src/lib/libc/posix1e/mac_set.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:31:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99EE1106566B; Tue, 20 May 2008 11:31:03 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70C188FC3A; Tue, 20 May 2008 11:31:03 +0000 (UTC) (envelope-from dwmalone@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 m4KBV3Or017554; Tue, 20 May 2008 11:31:03 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBV3an017553; Tue, 20 May 2008 11:31:03 GMT (envelope-from dwmalone) Message-Id: <200805201131.m4KBV3an017553@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 11:31:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.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, 20 May 2008 11:31:03 -0000 dwmalone 2008-05-20 11:31:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_dummynet.c Log: MFC: Dummynet has a limit of 100 slots queue size (or 1MB, if you give the limit in bytes) hard coded into both the kernel and userland. Make both these limits a sysctl, so it is easy to change the limit. Revision Changes Path 1.203.2.5 +14 -0 src/sbin/ipfw/ipfw.8 1.108.2.7 +18 -5 src/sbin/ipfw/ipfw2.c 1.110.2.2 +9 -2 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:32:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF9C4106564A; Tue, 20 May 2008 11:32:03 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A709F8FC22; Tue, 20 May 2008 11:32:03 +0000 (UTC) (envelope-from dwmalone@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 m4KBW3qD017625; Tue, 20 May 2008 11:32:03 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBW3EI017624; Tue, 20 May 2008 11:32:03 GMT (envelope-from dwmalone) Message-Id: <200805201132.m4KBW3EI017624@repoman.freebsd.org> From: David Malone Date: Tue, 20 May 2008 11:32:03 +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/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.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, 20 May 2008 11:32:03 -0000 dwmalone 2008-05-20 11:32:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 ipfw2.c sys/netinet ip_dummynet.c Log: MFC: Dummynet has a limit of 100 slots queue size (or 1MB, if you give the limit in bytes) hard coded into both the kernel and userland. Make both these limits a sysctl, so it is easy to change the limit. Revision Changes Path 1.175.2.16 +14 -0 src/sbin/ipfw/ipfw.8 1.76.2.23 +18 -5 src/sbin/ipfw/ipfw2.c 1.93.2.8 +9 -2 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:43:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3206A106566C; Tue, 20 May 2008 11:43:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8B08FC20; Tue, 20 May 2008 11:43:57 +0000 (UTC) (envelope-from pjd@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 m4KBhu2f017994; Tue, 20 May 2008 11:43:56 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBhuRJ017993; Tue, 20 May 2008 11:43:56 GMT (envelope-from pjd) Message-Id: <200805201143.m4KBhuRJ017993@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 May 2008 11:43:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_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: Tue, 20 May 2008 11:43:57 -0000 pjd 2008-05-20 11:43:56 UTC FreeBSD src repository Modified files: sys/geom geom_subr.c Log: Force commit to note, that the typo in KASSERT() was: PR: kern/116896 Reported by: VANHULLEBUS Yvan Revision Changes Path 1.96 +0 -0 src/sys/geom/geom_subr.c From owner-cvs-src@FreeBSD.ORG Tue May 20 11:45:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE0431065678; Tue, 20 May 2008 11:45:05 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 862088FC23; Tue, 20 May 2008 11:45:05 +0000 (UTC) (envelope-from pjd@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 m4KBj5F2018111; Tue, 20 May 2008 11:45:05 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KBj5OX018110; Tue, 20 May 2008 11:45:05 GMT (envelope-from pjd) Message-Id: <200805201145.m4KBj5OX018110@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 May 2008 11:45: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/lib/libgeom geom_util.c libgeom.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 11:45:05 -0000 pjd 2008-05-20 11:45:05 UTC FreeBSD src repository Modified files: lib/libgeom geom_util.c libgeom.3 Log: Use 'dowrite' as an argument name instead of too general 'write'. Revision Changes Path 1.2 +4 -4 src/lib/libgeom/geom_util.c 1.9 +3 -3 src/lib/libgeom/libgeom.3 From owner-cvs-src@FreeBSD.ORG Tue May 20 12:07:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D801065676; Tue, 20 May 2008 12:07:02 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B01758FC25; Tue, 20 May 2008 12:07:02 +0000 (UTC) (envelope-from rpaulo@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 m4KC72WL020012; Tue, 20 May 2008 12:07:02 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KC72o9020011; Tue, 20 May 2008 12:07:02 GMT (envelope-from rpaulo) Message-Id: <200805201207.m4KC72o9020011@repoman.freebsd.org> From: Rui Paulo Date: Tue, 20 May 2008 12:07: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/usr.sbin/acpi/iasl iasl.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 12:07:03 -0000 rpaulo 2008-05-20 12:07:02 UTC FreeBSD src repository Modified files: usr.sbin/acpi/iasl iasl.8 Log: Update to reflect reality: * iasl(8) supports ACPI 3.0b. * Add new options. MFC after: 1 week Revision Changes Path 1.3 +8 -3 src/usr.sbin/acpi/iasl/iasl.8 From owner-cvs-src@FreeBSD.ORG Tue May 20 12:24:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBB6106567A; Tue, 20 May 2008 12:24:32 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 181978FC22; Tue, 20 May 2008 12:24:32 +0000 (UTC) (envelope-from pjd@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 m4KCOVZp020708; Tue, 20 May 2008 12:24:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KCOVFQ020707; Tue, 20 May 2008 12:24:31 GMT (envelope-from pjd) Message-Id: <200805201224.m4KCOVFQ020707@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 May 2008 12:24: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/sbin/swapon Makefile swapon.8 swapon.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, 20 May 2008 12:24:32 -0000 pjd 2008-05-20 12:24:31 UTC FreeBSD src repository Modified files: sbin/swapon Makefile swapon.8 swapon.c Log: - Change the meaning of -h flag from giving the output in megabytes to giving the output in a human-readable form. This behaviour is consistent with most of system tools. - Add -m and -g options to give output in megabytes and gigabytes respectively. Revision Changes Path 1.9 +3 -0 src/sbin/swapon/Makefile 1.30 +7 -3 src/sbin/swapon/swapon.8 1.23 +57 -18 src/sbin/swapon/swapon.c From owner-cvs-src@FreeBSD.ORG Tue May 20 12:26:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDC551065675; Tue, 20 May 2008 12:26:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A66C18FC19; Tue, 20 May 2008 12:26:45 +0000 (UTC) (envelope-from pjd@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 m4KCQjXG020827; Tue, 20 May 2008 12:26:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KCQjeM020826; Tue, 20 May 2008 12:26:45 GMT (envelope-from pjd) Message-Id: <200805201226.m4KCQjeM020826@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 May 2008 12:26: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/acpi_support acpi_ibm.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, 20 May 2008 12:26:45 -0000 pjd 2008-05-20 12:26:45 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_ibm.c Log: Add ID for T61p, which is not IBM really, but well. Revision Changes Path 1.17 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c From owner-cvs-src@FreeBSD.ORG Tue May 20 12:34:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 236E4106564A; Tue, 20 May 2008 12:34:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F02058FC19; Tue, 20 May 2008 12:34:30 +0000 (UTC) (envelope-from pjd@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 m4KCYUdf021106; Tue, 20 May 2008 12:34:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KCYUvg021105; Tue, 20 May 2008 12:34:30 GMT (envelope-from pjd) Message-Id: <200805201234.m4KCYUvg021105@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 20 May 2008 12:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb.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, 20 May 2008 12:34:31 -0000 pjd 2008-05-20 12:34:30 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: Drop Giant before calling kproc_exit(), so we don't trigger assertion in kproc_exit(). Discussed with: imp Revision Changes Path 1.122 +4 -0 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Tue May 20 13:47:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88FDB106567B; Tue, 20 May 2008 13:47:46 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77E138FC27; Tue, 20 May 2008 13:47:46 +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 m4KDlkqe035947; Tue, 20 May 2008 13:47:46 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KDlkHC035946; Tue, 20 May 2008 13:47:46 GMT (envelope-from rrs) Message-Id: <200805201347.m4KDlkHC035946@repoman.freebsd.org> From: Randall Stewart Date: Tue, 20 May 2008 13:47: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 sctp.h sctp_asconf.c sctp_asconf.h sctp_cc_functions.c sctp_constants.h sctp_indata.c sctp_input.c sctp_input.h sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_sysctl.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, 20 May 2008 13:47:46 -0000 rrs 2008-05-20 13:47:46 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_cc_functions.c sctp_constants.h sctp_indata.c sctp_input.c sctp_input.h sctp_lock_bsd.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_sysctl.c sctp_sysctl.h sctp_timer.c sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c Log: - Adds support for the multi-asconf (From Kozuka-san) - Adds some prepwork (Not all yet) for vimage in particular support the delete the sctppcbinfo.xx structs. There is still a leak in here if it were to be called plus we stil need the regrouping (From Me and Michael Tuexen) - Adds support for UDP tunneling. For BSD there is no socket yet setup so its disabled, but major argument changes are in here to emcompass the passing of the port number (zero when you don't have a udp tunnel, the default for BSD). Will add some hooks in UDP here shortly (discussed with Robert) that will allow easy tunneling. (Mainly from Peter Lei and Michael Tuexen with some BSD work from me :-D) - Some ease for windows, evidently leave is reserved by their compile move label leave: -> out: MFC after: 1 week Revision Changes Path 1.24 +1 -0 src/sys/netinet/sctp.h 1.36 +196 -55 src/sys/netinet/sctp_asconf.c 1.11 +3 -0 src/sys/netinet/sctp_asconf.h 1.5 +183 -249 src/sys/netinet/sctp_cc_functions.c 1.36 +6 -0 src/sys/netinet/sctp_constants.h 1.50 +2 -2 src/sys/netinet/sctp_indata.c 1.71 +63 -41 src/sys/netinet/sctp_input.c 1.8 +1 -1 src/sys/netinet/sctp_input.h 1.11 +4 -4 src/sys/netinet/sctp_lock_bsd.h 1.35 +6 -0 src/sys/netinet/sctp_os_bsd.h 1.70 +527 -131 src/sys/netinet/sctp_output.c 1.14 +4 -4 src/sys/netinet/sctp_output.h 1.68 +144 -28 src/sys/netinet/sctp_pcb.c 1.34 +2 -1 src/sys/netinet/sctp_pcb.h 1.28 +16 -2 src/sys/netinet/sctp_structs.h 1.18 +37 -0 src/sys/netinet/sctp_sysctl.c 1.14 +22 -0 src/sys/netinet/sctp_sysctl.h 1.34 +46 -19 src/sys/netinet/sctp_timer.c 1.55 +1 -1 src/sys/netinet/sctp_usrreq.c 1.24 +2 -0 src/sys/netinet/sctp_var.h 1.76 +29 -11 src/sys/netinet/sctputil.c 1.32 +5 -2 src/sys/netinet/sctputil.h 1.44 +3 -3 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue May 20 15:27:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB265106567E; Tue, 20 May 2008 15:27:24 +0000 (UTC) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B50958FC12; Tue, 20 May 2008 15:27:24 +0000 (UTC) (envelope-from mtm@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 m4KFRO7i041248; Tue, 20 May 2008 15:27:24 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KFROpK041247; Tue, 20 May 2008 15:27:24 GMT (envelope-from mtm) Message-Id: <200805201527.m4KFROpK041247@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 20 May 2008 15:27:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/etc/rc.d hostid X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 May 2008 15:27:25 -0000 mtm 2008-05-20 15:27:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) etc/rc.d hostid Log: MFC: Specify the full path to the md5(1) binary so the script will still work even if it's not in the shell's path. PR: conf/122215 Revision Changes Path 1.7.2.1 +1 -1 src/etc/rc.d/hostid From owner-cvs-src@FreeBSD.ORG Tue May 20 19:05:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3511F106567F; Tue, 20 May 2008 19:05:44 +0000 (UTC) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29E538FC14; Tue, 20 May 2008 19:05:44 +0000 (UTC) (envelope-from ups@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 m4KJ5iGK063463; Tue, 20 May 2008 19:05:44 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KJ5iwO063462; Tue, 20 May 2008 19:05:44 GMT (envelope-from ups) Message-Id: <200805201905.m4KJ5iwO063462@repoman.freebsd.org> From: Stephan Uphoff Date: Tue, 20 May 2008 19:05: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_object.c vm_object.h vnode_pager.c src/sys/ufs/ufs ufs_lookup.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, 20 May 2008 19:05:44 -0000 ups 2008-05-20 19:05:44 UTC FreeBSD src repository Modified files: sys/vm vm_object.c vm_object.h vnode_pager.c sys/ufs/ufs ufs_lookup.c Log: Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) Directory IO without a VM object will store data in 'malloced' buffers severely limiting caching of the data. Without this change VM objects for directories are only created on an open() of the directory. TODO: Inline test if VM object already exists to avoid locking/function call overhead. Tested by: kris@ Reviewed by: jeff@ Reported by: David Filo Revision Changes Path 1.89 +10 -0 src/sys/ufs/ufs/ufs_lookup.c 1.394 +25 -11 src/sys/vm/vm_object.c 1.116 +1 -0 src/sys/vm/vm_object.h 1.241 +15 -7 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Tue May 20 20:47:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50AC0106566C; Tue, 20 May 2008 20:47:22 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC848FC13; Tue, 20 May 2008 20:47:22 +0000 (UTC) (envelope-from thompsa@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 m4KKlMYR079322; Tue, 20 May 2008 20:47:22 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KKlMHX079321; Tue, 20 May 2008 20:47:22 GMT (envelope-from thompsa) Message-Id: <200805202047.m4KKlMHX079321@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 20 May 2008 20:47:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wlandebug wlandebug.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 20:47:22 -0000 thompsa 2008-05-20 20:47:21 UTC FreeBSD src repository Modified files: usr.sbin/wlandebug wlandebug.8 Log: -d is a flag, not an argument. Use .Fl here. Revision Changes Path 1.7 +1 -1 src/usr.sbin/wlandebug/wlandebug.8 From owner-cvs-src@FreeBSD.ORG Tue May 20 22:54:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C73EA106566C; Tue, 20 May 2008 22:54:42 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5C978FC25; Tue, 20 May 2008 22:54:42 +0000 (UTC) (envelope-from obrien@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 m4KMsgg2088003; Tue, 20 May 2008 22:54:42 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KMsgoO088002; Tue, 20 May 2008 22:54:42 GMT (envelope-from obrien) Message-Id: <200805202254.m4KMsgoO088002@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 May 2008 22:54: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/gnu/usr.bin/gdb/kgdb trgt_mips.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, 20 May 2008 22:54:42 -0000 obrien 2008-05-20 22:54:42 UTC FreeBSD src repository Added files: gnu/usr.bin/gdb/kgdb trgt_mips.c Log: MIPS arch target kgdb(1) support. Obtained from: Juniper Networks. Revision Changes Path 1.1 +207 -0 src/gnu/usr.bin/gdb/kgdb/trgt_mips.c (new) From owner-cvs-src@FreeBSD.ORG Tue May 20 22:58:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86F8B106566B; Tue, 20 May 2008 22:58:47 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65ABE8FC39; Tue, 20 May 2008 22:58:47 +0000 (UTC) (envelope-from obrien@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 m4KMwlcH088178; Tue, 20 May 2008 22:58:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4KMwlCw088177; Tue, 20 May 2008 22:58:47 GMT (envelope-from obrien) Message-Id: <200805202258.m4KMwlCw088177@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 May 2008 22:58: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/gnu/usr.bin/gdb/kgdb trgt_mips.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, 20 May 2008 22:58:47 -0000 obrien 2008-05-20 22:58:47 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_mips.c Log: Add Juniper's copyright. Revision Changes Path 1.2 +1 -0 src/gnu/usr.bin/gdb/kgdb/trgt_mips.c From owner-cvs-src@FreeBSD.ORG Tue May 20 23:41:11 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5FE4106566C; Tue, 20 May 2008 23:41:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BF0408FC19; Tue, 20 May 2008 23:41:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 636631A4D7C; Tue, 20 May 2008 16:41:11 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4KNf3Xe054625; Tue, 20 May 2008 19:41:04 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "David E. O'Brien" Date: Tue, 20 May 2008 19:40:55 -0400 User-Agent: KMail/1.9.7 References: <200805202254.m4KMsgoO088002@repoman.freebsd.org> In-Reply-To: <200805202254.m4KMsgoO088002@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805201940.56151.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 20 May 2008 19:41:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7184/Tue May 20 17:23:20 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_mips.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, 20 May 2008 23:41:12 -0000 On Tuesday 20 May 2008 06:54:42 pm David E. O'Brien wrote: > obrien 2008-05-20 22:54:42 UTC > > FreeBSD src repository > > Added files: > gnu/usr.bin/gdb/kgdb trgt_mips.c > Log: > MIPS arch target kgdb(1) support. > > Obtained from: Juniper Networks. Check for recent changes in the other MD backends. Things I noticed: - You should use ptid_get_pid() rather than ptid_get_tid() in kgdb_trgt_fetch_registers() (this is part of the changes to allow the 'tid' command to work over remote gdb). - You are missing a 'kgdb_trgt_new_objfile()' stub. The latter, at least, should have resulted in a link error. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed May 21 00:26:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 771301065670; Wed, 21 May 2008 00:26:39 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5645A8FC12; Wed, 21 May 2008 00:26:39 +0000 (UTC) (envelope-from jb@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 m4L0Qdsm093333; Wed, 21 May 2008 00:26:39 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L0QdZ3093332; Wed, 21 May 2008 00:26:39 GMT (envelope-from jb) Message-Id: <200805210026.m4L0QdZ3093332@repoman.freebsd.org> From: John Birrell Date: Wed, 21 May 2008 00:26: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/cddl/compat/opensolaris/include dtrace.h libproc.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, 21 May 2008 00:26:39 -0000 jb 2008-05-21 00:26:38 UTC FreeBSD src repository Added files: cddl/compat/opensolaris/include dtrace.h libproc.h Log: Add Solaris compatibility definitions for things we don't really want in FreeBSD headers. Revision Changes Path 1.1 +37 -0 src/cddl/compat/opensolaris/include/dtrace.h (new) 1.1 +46 -0 src/cddl/compat/opensolaris/include/libproc.h (new) From owner-cvs-src@FreeBSD.ORG Wed May 21 03:36:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9E7C106566B; Wed, 21 May 2008 03:36:53 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C81FF8FC13; Wed, 21 May 2008 03:36:53 +0000 (UTC) (envelope-from obrien@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 m4L3ar8i012086; Wed, 21 May 2008 03:36:53 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L3arXw012085; Wed, 21 May 2008 03:36:53 GMT (envelope-from obrien) Message-Id: <200805210336.m4L3arXw012085@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 21 May 2008 03:36: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/i386/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 May 2008 03:36:54 -0000 obrien 2008-05-21 03:36:53 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/powerpc/conf GENERIC sys/sun4v/conf GENERIC Log: Use the "options " spelling (vs. "options") so that commented lines line up nicely. Revision Changes Path 1.490 +2 -3 src/sys/i386/conf/GENERIC 1.78 +3 -3 src/sys/powerpc/conf/GENERIC 1.18 +12 -12 src/sys/sun4v/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Wed May 21 03:42:38 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF1E1065671; Wed, 21 May 2008 03:42:38 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACAE8FC21; Wed, 21 May 2008 03:42:38 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.128] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id m4L3gctv076957; Tue, 20 May 2008 20:42:38 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <48339A2E.1060805@freebsd.org> Date: Tue, 20 May 2008 20:42:38 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200805180624.m4I6Ol12077124@repoman.freebsd.org> In-Reply-To: <200805180624.m4I6Ol12077124@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.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, 21 May 2008 03:42:39 -0000 After looking at this a bit, I'm wondering if it couldn't be made rather a bit simpler: * Since the signal handler just flags for future printing, why not just install it unconditionally at the top of the program? I can't see where it accomplishes anything to install/uninstall the signal handlers as you've done. Since the signal handler is one line (and installing it is two lines), I would suggest just putting it into bsdtar.c. * It seems you could actually eliminate siginfo.c by just storing a fully-formatted string in the bsdtar structure. I think your siginfo_setinfo can be replaced with this: snprintf(bsdtar->siginfo_message, sizeof(bsdtar->siginfo_message), "appropriate format", args... ); and siginfo_printinfo with this simple stanza: if (bsdtar->siginfo_received) { bsdtar->siginfo_received = 0; fprintf(stderr, "%s\n", bsdtar->siginfo_message); } This would also allow you to vary the informational formatting depending on the operation. Sure, these stanzas would be duplicated in a couple of places, but I think this would be significantly less total code in the end. Colin Percival wrote: > cperciva 2008-05-18 06:24:47 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tar Makefile bsdtar.h read.c write.c > Added files: > usr.bin/tar siginfo.c > Log: > Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1) > handling to bsdtar. When writing archives (including copying via the > @archive directive) a line is output to stderr indicating what is being > done (adding or copying), the path, and how far through the file we are; > extracting currently does not report progress within each file, but > this is likely to happen eventually. > > Discussed with: kientzle > Obtained from: tarsnap > > Revision Changes Path > 1.35 +1 -1 src/usr.bin/tar/Makefile > 1.31 +6 -0 src/usr.bin/tar/bsdtar.h > 1.37 +26 -0 src/usr.bin/tar/read.c > 1.1 +147 -0 src/usr.bin/tar/siginfo.c (new) > 1.67 +25 -0 src/usr.bin/tar/write.c > > From owner-cvs-src@FreeBSD.ORG Wed May 21 04:07:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F1461065670; Wed, 21 May 2008 04:07:36 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E0D4D8FC17; Wed, 21 May 2008 04:07:35 +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 m4L47Zes014379; Wed, 21 May 2008 04:07:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L47ZUp014378; Wed, 21 May 2008 04:07:35 GMT (envelope-from kientzle) Message-Id: <200805210407.m4L47ZUp014378@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:07:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive_read_support_format_ar.c src/lib/libarchive/test test_read_format_ar.c test_write_format_ar.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, 21 May 2008 04:07:36 -0000 kientzle 2008-05-21 04:07:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_read_support_format_ar.c lib/libarchive/test test_read_format_ar.c test_write_format_ar.c Log: MFC: Some changes to 'ar' format support from Kai Wang. Revision Changes Path 1.6.4.3 +39 -36 src/lib/libarchive/archive_read_support_format_ar.c 1.4.2.1 +1 -3 src/lib/libarchive/test/test_read_format_ar.c 1.5.2.1 +1 -3 src/lib/libarchive/test/test_write_format_ar.c From owner-cvs-src@FreeBSD.ORG Wed May 21 04:11:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C18D1065674; Wed, 21 May 2008 04:11:11 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9188FC13; Wed, 21 May 2008 04:11:11 +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 m4L4BBXY014570; Wed, 21 May 2008 04:11:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4BBs0014569; Wed, 21 May 2008 04:11:11 GMT (envelope-from kientzle) Message-Id: <200805210411.m4L4BBs0014569@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive_write_set_compression_compress.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, 21 May 2008 04:11:11 -0000 kientzle 2008-05-21 04:11:11 UTC FreeBSD src repository Added files: (Branch: RELENG_7) lib/libarchive archive_write_set_compression_compress.c Log: MFC: write support for 'compress' format. Revision Changes Path 1.1.2.1 +494 -0 src/lib/libarchive/archive_write_set_compression_compress.c (new) From owner-cvs-src@FreeBSD.ORG Wed May 21 04:12:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B1BE1065670; Wed, 21 May 2008 04:12:30 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50B4D8FC1D; Wed, 21 May 2008 04:12:30 +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 m4L4CUD7014655; Wed, 21 May 2008 04:12:30 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4CUCe014654; Wed, 21 May 2008 04:12:30 GMT (envelope-from kientzle) Message-Id: <200805210412.m4L4CUCe014654@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:12:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_platform.h archive_read_support_format_mtree.c archive_read_support_format_tar.c archive_util.c archive_write_private.h archive_write_set_format_pax.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, 21 May 2008 04:12:30 -0000 kientzle 2008-05-21 04:12:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_entry.c archive_entry.h archive_platform.h archive_read_support_format_mtree.c archive_read_support_format_tar.c archive_util.c archive_write_private.h archive_write_set_format_pax.c Log: MFC: A number of interrelated changes that I'm too tired to tease apart into separate MFCs. These have all been in -CURRENT for quite some time. Revision Changes Path 1.44.2.2 +39 -3 src/lib/libarchive/archive_entry.c 1.23.2.2 +52 -16 src/lib/libarchive/archive_entry.h 1.27.2.2 +4 -1 src/lib/libarchive/archive_platform.h 1.1.2.3 +174 -108 src/lib/libarchive/archive_read_support_format_mtree.c 1.61.2.3 +241 -210 src/lib/libarchive/archive_read_support_format_tar.c 1.15.2.2 +44 -2 src/lib/libarchive/archive_util.c 1.2.4.1 +0 -7 src/lib/libarchive/archive_write_private.h 1.41.2.2 +163 -68 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-src@FreeBSD.ORG Wed May 21 04:12:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0FB21065671; Wed, 21 May 2008 04:12:57 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C82C88FC15; Wed, 21 May 2008 04:12:57 +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 m4L4Cvux014705; Wed, 21 May 2008 04:12:57 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4CvaM014704; Wed, 21 May 2008 04:12:57 GMT (envelope-from kientzle) Message-Id: <200805210412.m4L4CvaM014704@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:12:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive_entry.3 archive_read.3 archive_util.3 archive_write.3 archive_write_disk.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 04:12:57 -0000 kientzle 2008-05-21 04:12:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive_entry.3 archive_read.3 archive_util.3 archive_write.3 archive_write_disk.3 Log: MFC: some documentation corrections and updates. Revision Changes Path 1.15.2.1 +47 -7 src/lib/libarchive/archive_entry.3 1.35.2.1 +71 -13 src/lib/libarchive/archive_read.3 1.7.2.1 +6 -1 src/lib/libarchive/archive_util.3 1.22.2.1 +36 -6 src/lib/libarchive/archive_write.3 1.1.4.1 +16 -3 src/lib/libarchive/archive_write_disk.3 From owner-cvs-src@FreeBSD.ORG Wed May 21 04:13:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25D151065677; Wed, 21 May 2008 04:13:45 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04BDF8FC24; Wed, 21 May 2008 04:13:45 +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 m4L4Dilv014767; Wed, 21 May 2008 04:13:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4Di0R014766; Wed, 21 May 2008 04:13:44 GMT (envelope-from kientzle) Message-Id: <200805210413.m4L4Di0R014766@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:13:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive archive.h.in X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 21 May 2008 04:13:45 -0000 kientzle 2008-05-21 04:13:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive archive.h.in Log: MFC: updates to the public API plus an attempt to straighten out versioning. Revision Changes Path 1.46.2.2 +38 -41 src/lib/libarchive/archive.h.in From owner-cvs-src@FreeBSD.ORG Wed May 21 04:14:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6737F1065674; Wed, 21 May 2008 04:14:10 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 467FB8FC1D; Wed, 21 May 2008 04:14:10 +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 m4L4EA8i014810; Wed, 21 May 2008 04:14:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4EAqi014809; Wed, 21 May 2008 04:14:10 GMT (envelope-from kientzle) Message-Id: <200805210414.m4L4EAqi014809@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:14:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive 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, 21 May 2008 04:14:10 -0000 kientzle 2008-05-21 04:14:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive Makefile Log: MFC: New manpage links and turn on the compress write support. Revision Changes Path 1.77.2.2 +4 -0 src/lib/libarchive/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 21 04:14:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 455111065676; Wed, 21 May 2008 04:14:40 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39C278FC28; Wed, 21 May 2008 04:14:40 +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 m4L4EdfP014879; Wed, 21 May 2008 04:14:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4Eddk014878; Wed, 21 May 2008 04:14:39 GMT (envelope-from kientzle) Message-Id: <200805210414.m4L4Eddk014878@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:14:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libarchive/test Makefile main.c test.h test_archive_api_feature.c test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_empty_write.c test_entry.c test_pax_filename_encoding.c test_pax_filename_encoding.tar.gz.uu 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: Wed, 21 May 2008 04:14:40 -0000 kientzle 2008-05-21 04:14:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libarchive/test Makefile main.c test.h test_archive_api_feature.c test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_empty_write.c test_entry.c test_read_format_gtar_sparse.c Added files: (Branch: RELENG_7) lib/libarchive/test test_pax_filename_encoding.c test_pax_filename_encoding.tar.gz.uu test_write_compress.c Log: MFC: Numerous test updates. Revision Changes Path 1.11.2.2 +5 -19 src/lib/libarchive/test/Makefile 1.8.2.3 +210 -41 src/lib/libarchive/test/main.c 1.6.2.3 +10 -12 src/lib/libarchive/test/test.h 1.3.2.1 +14 -0 src/lib/libarchive/test/test_archive_api_feature.c 1.1.2.2 +2 -2 src/lib/libarchive/test/test_compat_gtar.c 1.1.2.2 +2 -2 src/lib/libarchive/test/test_compat_tar_hardlink.c 1.1.2.2 +2 -2 src/lib/libarchive/test/test_compat_zip.c 1.1.2.2 +3 -0 src/lib/libarchive/test/test_empty_write.c 1.2.2.1 +87 -1 src/lib/libarchive/test/test_entry.c 1.1.2.1 +161 -0 src/lib/libarchive/test/test_pax_filename_encoding.c (new) 1.1.2.1 +10 -0 src/lib/libarchive/test/test_pax_filename_encoding.tar.gz.uu (new) 1.6.2.2 +3 -4 src/lib/libarchive/test/test_read_format_gtar_sparse.c 1.2.2.1 +102 -0 src/lib/libarchive/test/test_write_compress.c (new) From owner-cvs-src@FreeBSD.ORG Wed May 21 04:18:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE0811065672; Wed, 21 May 2008 04:18:50 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF478FC24; Wed, 21 May 2008 04:18:50 +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 m4L4IoPS015124; Wed, 21 May 2008 04:18:50 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L4Io0w015123; Wed, 21 May 2008 04:18:50 GMT (envelope-from kientzle) Message-Id: <200805210418.m4L4Io0w015123@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 May 2008 04:18:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.h read.c util.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, 21 May 2008 04:18:50 -0000 kientzle 2008-05-21 04:18:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tar bsdtar.h read.c util.c Log: MFC: bsdtar can now use archive_entry_strmode(), since the latter has been in 7-STABLE since Feb 2008. Revision Changes Path 1.28.2.1 +0 -1 src/usr.bin/tar/bsdtar.h 1.34.2.1 +3 -2 src/usr.bin/tar/read.c 1.17.2.1 +0 -50 src/usr.bin/tar/util.c From owner-cvs-src@FreeBSD.ORG Wed May 21 04:41:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 996DF106564A; Wed, 21 May 2008 04:41:39 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 68F1F8FC14; Wed, 21 May 2008 04:41:39 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id D15AC7330A; Wed, 21 May 2008 04:41:38 +0000 (GMT) Date: Wed, 21 May 2008 04:41:38 +0000 From: John Birrell To: Roman Divacky Message-ID: <20080521044138.GB62522@what-creek.com> References: <200805181932.m4IJWagN055358@repoman.freebsd.org> <20080519202445.GA82705@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080519202445.GA82705@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/kern kern_sdt.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, 21 May 2008 04:41:39 -0000 On Mon, May 19, 2008 at 10:24:45PM +0200, Roman Divacky wrote: > On Sun, May 18, 2008 at 07:32:36PM +0000, John Birrell wrote: > > jb 2008-05-18 19:32:36 UTC > > > > FreeBSD src repository > > > > Added files: > > sys/kern kern_sdt.c > > Log: > > Add kernel support for the Statically Defined Trace provider. > > > > This is BSD licensed code written specifically for FreeBSD. > > > > It initialises using SYSINIT so that the SDT provider, probe and > > argument description linkage is done whenever a module is loaded, > > regardless of whether the DTrace modules are loaded or not. > > > > This file is optionally compiled into the kernel if the KDTRACE_HOOKS > > option is defined. > > great to see this coming! > > in the sdt_*_listall() functions you lock the sx lock exclusively while > traversing the list... why? I think shared locking is enough in those > cases.... There are other locks held which make shared locking of no value. The locking strategy in the dtrace module is set by the design of the Solaris code. This doesn't mean we can't change it, but we would need to gain something to make it worthwhile. It's not as though this stuff is being called all that often. -- John Birrell From owner-cvs-src@FreeBSD.ORG Wed May 21 05:15:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60E731065677; Wed, 21 May 2008 05:15:30 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBD6E8FC17; Wed, 21 May 2008 05:15:28 +0000 (UTC) (envelope-from marcel@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 m4L5FRt7027142; Wed, 21 May 2008 05:15:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L5FRoa027141; Wed, 21 May 2008 05:15:27 GMT (envelope-from marcel) Message-Id: <200805210515.m4L5FRoa027141@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 21 May 2008 05:15: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/ia64/ia64 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: Wed, 21 May 2008 05:15:30 -0000 marcel 2008-05-21 05:15:27 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: We can call ia64_flush_dirty() when the corresponding process is locked or not. As such, use PROC_LOCKED() to determine which case it is and lock the process when not. Revision Changes Path 1.240 +6 -3 src/sys/ia64/ia64/machdep.c From owner-cvs-src@FreeBSD.ORG Wed May 21 07:56:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1255C1065675; Wed, 21 May 2008 07:56:11 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8BF48FC32; Wed, 21 May 2008 07:56:10 +0000 (UTC) (envelope-from obrien@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 m4L7uA9A035186; Wed, 21 May 2008 07:56:10 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L7uAiH035185; Wed, 21 May 2008 07:56:10 GMT (envelope-from obrien) Message-Id: <200805210756.m4L7uAiH035185@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 21 May 2008 07:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys 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, 21 May 2008 07:56:11 -0000 obrien 2008-05-21 07:56:10 UTC FreeBSD src repository Modified files: sys Makefile Log: + Use the default cscope names. + Enable fast symbol lookup. + Make sure files cscoped are really files, and add .S's. + Add 'cscope-clean' target. Revision Changes Path 1.47 +13 -8 src/sys/Makefile From owner-cvs-src@FreeBSD.ORG Wed May 21 09:03:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68E641065675; Wed, 21 May 2008 09:03:00 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mx6.bahnhof.se (mx6.bahnhof.se [213.80.101.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1795E8FC1F; Wed, 21 May 2008 09:02:59 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mx6.local [127.0.0.1]) by mx6-reinject (Postfix) with ESMTP id C97CA211130; Wed, 21 May 2008 11:02:58 +0200 (CEST) Received: from mx6.bahnhof.se ([127.0.0.1]) by localhost (mx6.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61938-10-11; Wed, 21 May 2008 11:02:43 +0200 (CEST) Received: from [10.0.0.3] (h-79-136-60-153.NA.cust.bahnhof.se [79.136.60.153]) by mx6.bahnhof.se (Postfix) with ESMTP id 3E7EA211185; Wed, 21 May 2008 11:00:32 +0200 (CEST) Message-ID: <4833E4D4.70705@gmail.com> Date: Wed, 21 May 2008 11:01:08 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Poul-Henning Kamp References: <200805150122.m4F1MmDj082816@repoman.freebsd.org> In-Reply-To: <200805150122.m4F1MmDj082816@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MX6) X-Spam-Status: No, score=-2.599 tagged_above=-99 required=5 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Wed, 21 May 2008 09:03:00 -0000 Poul-Henning Kamp wrote: > phk 2008-05-15 01:22:48 UTC > > FreeBSD src repository > > Modified files: > sys/dev/speaker spkr.c > Log: > Move speaker a lot closer to style(9) > > Submitted by: Martin Voros > > Revision Changes Path > 1.76 +316 -342 src/sys/dev/speaker/spkr.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" > Hi! You can probably close kern/122182 as well then. It contained a similar patch also supposed to pring spkr.c up to standards with reagards to style. Best Regards! //Niclas From owner-cvs-src@FreeBSD.ORG Wed May 21 09:31:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 456391065678; Wed, 21 May 2008 09:31:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8008FC17; Wed, 21 May 2008 09:31:45 +0000 (UTC) (envelope-from kib@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 m4L9VjUg049514; Wed, 21 May 2008 09:31:45 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4L9VjWe049513; Wed, 21 May 2008 09:31:45 GMT (envelope-from kib) Message-Id: <200805210931.m4L9VjWe049513@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 21 May 2008 09:31: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/fs/devfs devfs_int.h devfs_vnops.c src/sys/kern kern_conf.c kern_descrip.c src/sys/sys conf.h file.h proc.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, 21 May 2008 09:31:45 -0000 kib 2008-05-21 09:31:44 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_int.h devfs_vnops.c sys/kern kern_conf.c kern_descrip.c sys/sys conf.h file.h proc.h Log: Implement the per-open file data for the cdev. The patch does not change the cdevsw KBI. Management of the data is provided by the functions int devfs_set_cdevpriv(void *priv, cdevpriv_dtr_t dtr); int devfs_get_cdevpriv(void **datap); void devfs_clear_cdevpriv(void); All of the functions are supposed to be called from the cdevsw method contexts. - devfs_set_cdevpriv assigns the priv as private data for the file descriptor which is used to initiate currently performed driver operation. dtr is the function that will be called when either the last refernce to the file goes away, the device is destroyed or devfs_clear_cdevpriv is called. - devfs_get_cdevpriv is the obvious accessor. - devfs_clear_cdevpriv allows to clear the private data for the still open file. Implementation keeps the driver-supplied pointers in the struct cdev_privdata, that is referenced both from the struct file and struct cdev, and cannot outlive any of the referee. Man pages will be provided after the KPI stabilizes. Reviewed by: jhb Useful suggestions from: jeff, antoine Debugging help and tested by: pho MFC after: 1 month Revision Changes Path 1.5 +11 -0 src/sys/fs/devfs/devfs_int.h 1.158 +109 -1 src/sys/fs/devfs/devfs_vnops.c 1.213 +9 -2 src/sys/kern/kern_conf.c 1.332 +6 -0 src/sys/kern/kern_descrip.c 1.237 +6 -0 src/sys/sys/conf.h 1.77 +2 -0 src/sys/sys/file.h 1.515 +1 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Wed May 21 13:05:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13C01065685; Wed, 21 May 2008 13:05:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AFA68FC1D; Wed, 21 May 2008 13:05:06 +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 m4LD56AW073095; Wed, 21 May 2008 13:05:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LD56mJ073094; Wed, 21 May 2008 13:05:06 GMT (envelope-from rwatson) Message-Id: <200805211305.m4LD56mJ073094@repoman.freebsd.org> From: Robert Watson Date: Wed, 21 May 2008 13:05:06 +0000 (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/security/audit audit_worker.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, 21 May 2008 13:05:06 -0000 rwatson 2008-05-21 13:05:06 UTC FreeBSD src repository Modified files: sys/security/audit audit_worker.c Log: Don't use LK_DRAIN before calling VOP_FSYNC() in the panic case for audit trail failure -- this doesn't contribute anything, and might arguably be wrong. MFC after: 1 week Requested by: attilio Revision Changes Path 1.24 +1 -1 src/sys/security/audit/audit_worker.c From owner-cvs-src@FreeBSD.ORG Wed May 21 13:36:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3B71065677; Wed, 21 May 2008 13:36:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75D078FC1D; Wed, 21 May 2008 13:36:49 +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 m4LDan0E074111; Wed, 21 May 2008 13:36:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LDans9074110; Wed, 21 May 2008 13:36:49 GMT (envelope-from rwatson) Message-Id: <200805211336.m4LDans9074110@repoman.freebsd.org> From: Robert Watson Date: Wed, 21 May 2008 13:36:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_sem.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, 21 May 2008 13:36:49 -0000 rwatson 2008-05-21 13:36:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_sem.c Log: Merge uipc_sem.c:1.31 from HEAD to RELENG_7: Attempt to improve convergence of POSIX semaphore code with style(9). Revision Changes Path 1.28.2.2 +38 -31 src/sys/kern/uipc_sem.c From owner-cvs-src@FreeBSD.ORG Wed May 21 13:59:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A41106564A; Wed, 21 May 2008 13:59:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03A408FC17; Wed, 21 May 2008 13:59:06 +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 m4LDx5mx075589; Wed, 21 May 2008 13:59:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LDx5Fr075587; Wed, 21 May 2008 13:59:05 GMT (envelope-from rwatson) Message-Id: <200805211359.m4LDx5Fr075587@repoman.freebsd.org> From: Robert Watson Date: Wed, 21 May 2008 13:59: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/security/audit audit_worker.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, 21 May 2008 13:59:06 -0000 rwatson 2008-05-21 13:59:05 UTC FreeBSD src repository Modified files: sys/security/audit audit_worker.c Log: Don't use LK_DRAIN before calling VOP_FSYNC() in the two further panic cases for audit trail failure -- this doesn't contribute anything, and might arguably be wrong. MFC after: 1 week Requested by: attilio Revision Changes Path 1.25 +2 -2 src/sys/security/audit/audit_worker.c From owner-cvs-src@FreeBSD.ORG Wed May 21 14:22:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2E7106567D; Wed, 21 May 2008 14:22:04 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D1EF78FC28; Wed, 21 May 2008 14:22:03 +0000 (UTC) (envelope-from remko@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 m4LEM3LX077768; Wed, 21 May 2008 14:22:03 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LEM33w077767; Wed, 21 May 2008 14:22:03 GMT (envelope-from remko) Message-Id: <200805211422.m4LEM33w077767@repoman.freebsd.org> From: Remko Lodder Date: Wed, 21 May 2008 14:22:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/usb umass.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, 21 May 2008 14:22:04 -0000 remko 2008-05-21 14:22:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/usb umass.c usbdevs Log: MFC rev 1.163 umass.c, 1.354 usbdevs Add support for the Nikon D300 camera PR: usb/118741 Submitted by: Yuri Approved by: imp (mentor, implicit) MFC after: 3 days Approved by: imp (mentor, implicit) Facilitated by: Snow B.V. Revision Changes Path 1.160.2.2 +4 -0 src/sys/dev/usb/umass.c 1.328.2.11 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Wed May 21 16:51:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C873D106564A; Wed, 21 May 2008 16:51:24 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B346D8FC20; Wed, 21 May 2008 16:51:24 +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 m4LGpOYm002818; Wed, 21 May 2008 16:51:24 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LGpOiP002817; Wed, 21 May 2008 16:51:24 GMT (envelope-from rrs) Message-Id: <200805211651.m4LGpOiP002817@repoman.freebsd.org> From: Randall Stewart Date: Wed, 21 May 2008 16:51: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/netinet sctp_output.c sctputil.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, 21 May 2008 16:51:24 -0000 rrs 2008-05-21 16:51:21 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c sctputil.c Log: - sctputil.c - If debug is on, the INPKILL timer can deref a freed value. Change so that we save off a type field for display and NULL inp just for good measure. - sctp_output.c - Fix it so in sending to the loopback we use the src address of the inbound INIT. We don't want to do this for non local addresses since otherwise we might be ingressed filtered so we need to use the best src address and list the address sent to. Obtained from: time bug - Neil Wilson MFC after: 1 week Revision Changes Path 1.71 +95 -90 src/sys/netinet/sctp_output.c 1.77 +4 -4 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Wed May 21 21:06:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85E9B106568B; Wed, 21 May 2008 21:06:18 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1828FC26; Wed, 21 May 2008 21:06:18 +0000 (UTC) (envelope-from jfv@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 m4LL6I64030680; Wed, 21 May 2008 21:06:18 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LL6IxL030679; Wed, 21 May 2008 21:06:18 GMT (envelope-from jfv) Message-Id: <200805212106.m4LL6IxL030679@repoman.freebsd.org> From: Jack F Vogel Date: Wed, 21 May 2008 21:06: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/dev/em if_em.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, 21 May 2008 21:06:18 -0000 jfv 2008-05-21 21:06:17 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Thanks to report from Neil Hoggarth I found a missing UNLOCK in the watchdog code. This delta also incorporates some missing PCI IDs that got added. PR 122928 - might be fixed by this, no verification at this point. Revision Changes Path 1.194 +13 -2 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed May 21 21:34:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 527EF10656B2; Wed, 21 May 2008 21:34:06 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2B0968FC1D; Wed, 21 May 2008 21:34:06 +0000 (UTC) (envelope-from jfv@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 m4LLY6pm031845; Wed, 21 May 2008 21:34:06 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LLY65a031844; Wed, 21 May 2008 21:34:06 GMT (envelope-from jfv) Message-Id: <200805212134.m4LLY65a031844@repoman.freebsd.org> From: Jack F Vogel Date: Wed, 21 May 2008 21:34:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/em if_em.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, 21 May 2008 21:34:06 -0000 jfv 2008-05-21 21:34:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/em if_em.c Log: Primary a delta to pick up the missing UNLOCK in the watchdog code, this can cause a panic due to a recusion on the TX Lock. Also sync up other changes in HEAD, all trivial, added PCI ID and #ifdef's to make the driver compile on 6.3. Revision Changes Path 1.184.2.3 +26 -2 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed May 21 23:04:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD4E1065671; Wed, 21 May 2008 23:04:11 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15D708FC1B; Wed, 21 May 2008 23:04:11 +0000 (UTC) (envelope-from thompsa@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 m4LN4ARx037059; Wed, 21 May 2008 23:04:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4LN4AUN037058; Wed, 21 May 2008 23:04:10 GMT (envelope-from thompsa) Message-Id: <200805212304.m4LN4AUN037058@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 21 May 2008 23:04: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/sound/midi sequencer.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, 21 May 2008 23:04:11 -0000 thompsa 2008-05-21 23:04:10 UTC FreeBSD src repository Modified files: sys/dev/sound/midi sequencer.c Log: Giant is no longer required and can not be held over kproc_exit(). Revision Changes Path 1.28 +0 -1 src/sys/dev/sound/midi/sequencer.c From owner-cvs-src@FreeBSD.ORG Thu May 22 01:14:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C5651065679; Thu, 22 May 2008 01:14:44 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF6D8FC1E; Thu, 22 May 2008 01:14:44 +0000 (UTC) (envelope-from jb@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 m4M1Eh1L058764; Thu, 22 May 2008 01:14:43 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M1Ehsu058763; Thu, 22 May 2008 01:14:43 GMT (envelope-from jb) Message-Id: <200805220114.m4M1Ehsu058763@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 01:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.lib.mk bsd.libnames.mk bsd.prog.mk sys.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, 22 May 2008 01:14:44 -0000 jb 2008-05-22 01:14:43 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.libnames.mk bsd.prog.mk sys.mk Log: Add support for the Compact C Type (CTF) conversions throughout FreeBSD's system makefiles. Note that the CTF conversion defaults to off. We may choose to change this default later if DTrace proves popular and people are prepared to wear the compilation performance impact of compiling with debug symbols all the time. Setting NO_CTF in the make args or user environment turns off CTF conversion. Even if we choose to default CTF generation to on later, we still need NO_CTF so that the buildworld process can bootstrap the tools without needlessly generating CTF data for temporary tools. Setting WITH_CTF in the make args or user environment (and _NOT_ in /etc/make.conf) is the only way to enable CTF data conversion. Nore that this can't be implemented the same way that the WITH_ and WITHOUT_ stuff is implemented throughout the buildworld because the CTF conversion needs to work when building a simple object without a Makefile, using the default rules in sys.mk. Typing 'make test.o' with no makefile and just a source file test.c should work. Also, typing 'make WITH_CTF=1 test.o without a makefile and just a source file test.c should work and produce an object with a CTF elf section. Typing 'make WITH_CTF=1 CFLAGS=-g test.o' without a makefile and just a source file test.c should produce an object with both a CTF elf section and the debug elf sections. In the FreeBSD build where more .mk files are used than just sys.mk which is included my make by default, the use of DEBUG_FLAGS is the correct way to enable a debug build. The important thing to note here is that it is the DEBUG_FLAGS setting that prevents libraries and programs from being stripped on installation. So, for the addition of CTF data conversion, setting DEBUG_FLAGS to contain -g, without NO_CTF, will cause the ctfconvert and ctfmerge build programs to be executed also with the -g arg so that debug symbols are retained rather than being removed after the CTF data elf section has been added. Add DTrace libraries to the list of libnames. Revision Changes Path 1.185 +40 -0 src/share/mk/bsd.lib.mk 1.108 +4 -0 src/share/mk/bsd.libnames.mk 1.151 +10 -0 src/share/mk/bsd.prog.mk 1.102 +76 -0 src/share/mk/sys.mk From owner-cvs-src@FreeBSD.ORG Thu May 22 02:09:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031C6106568B; Thu, 22 May 2008 02:09:22 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA4118FC1E; Thu, 22 May 2008 02:09:21 +0000 (UTC) (envelope-from jb@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 m4M29LZl061576; Thu, 22 May 2008 02:09:21 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M29LU7061575; Thu, 22 May 2008 02:09:21 GMT (envelope-from jb) Message-Id: <200805220209.m4M29LU7061575@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 02:09:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libproc _libproc.h libproc.h proc_create.c proc_sym.c proc_util.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, 22 May 2008 02:09:22 -0000 jb 2008-05-22 02:09:21 UTC FreeBSD src repository Added files: lib/libproc _libproc.h libproc.h proc_create.c proc_sym.c proc_util.c Log: Add a process library with some stubs that the DTrace client needs. These will be fleshed out as part of the DTrace userland tracing development. For now, the kernel tracing part of DTrace requires minimal functionality for this library. The API for this library is deliberately different from the libproc in OpenSolaris due to licensing restrictions. Revision Changes Path 1.1 +43 -0 src/lib/libproc/_libproc.h (new) 1.1 +70 -0 src/lib/libproc/libproc.h (new) 1.1 +159 -0 src/lib/libproc/proc_create.c (new) 1.1 +68 -0 src/lib/libproc/proc_sym.c (new) 1.1 +133 -0 src/lib/libproc/proc_util.c (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 02:10:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A16A1065675; Thu, 22 May 2008 02:10:15 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 165718FC1E; Thu, 22 May 2008 02:10:15 +0000 (UTC) (envelope-from jb@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 m4M2AERE061675; Thu, 22 May 2008 02:10:14 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M2AEuO061674; Thu, 22 May 2008 02:10:14 GMT (envelope-from jb) Message-Id: <200805220210.m4M2AEuO061674@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 02:10: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/lib/libproc 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: Thu, 22 May 2008 02:10:15 -0000 jb 2008-05-22 02:10:14 UTC FreeBSD src repository Added files: lib/libproc Makefile Log: Add the Makefile for the process library which was missed in the previous commit. Revision Changes Path 1.1 +20 -0 src/lib/libproc/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 02:14:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC601065670; Thu, 22 May 2008 02:14:34 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7F38FC1C; Thu, 22 May 2008 02:14:34 +0000 (UTC) (envelope-from jb@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 m4M2EYeI061848; Thu, 22 May 2008 02:14:34 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M2EYTM061847; Thu, 22 May 2008 02:14:34 GMT (envelope-from jb) Message-Id: <200805220214.m4M2EYTM061847@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 02:14:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 22 May 2008 02:14:34 -0000 jb 2008-05-22 02:14:23 UTC FreeBSD src repository Added files: lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.c libdwarf.h Log: Add a BSD licensed DWARF library for use by the DTrace clients. The API for this library is deliberately different to the GPL'd libdwarf to avoid licensing problems. Revision Changes Path 1.1 +30 -0 src/lib/libdwarf/Makefile (new) 1.1 +168 -0 src/lib/libdwarf/_libdwarf.h (new) 1.1 +478 -0 src/lib/libdwarf/dwarf.h (new) 1.1 +71 -0 src/lib/libdwarf/dwarf_abbrev.c (new) 1.1 +92 -0 src/lib/libdwarf/dwarf_attr.c (new) 1.1 +270 -0 src/lib/libdwarf/dwarf_attrval.c (new) 1.1 +68 -0 src/lib/libdwarf/dwarf_cu.c (new) 1.1 +41 -0 src/lib/libdwarf/dwarf_dealloc.c (new) 1.1 +191 -0 src/lib/libdwarf/dwarf_die.c (new) 1.1 +892 -0 src/lib/libdwarf/dwarf_dump.c (new) 1.1 +76 -0 src/lib/libdwarf/dwarf_errmsg.c (new) 1.1 +38 -0 src/lib/libdwarf/dwarf_errno.c (new) 1.1 +98 -0 src/lib/libdwarf/dwarf_finish.c (new) 1.1 +47 -0 src/lib/libdwarf/dwarf_form.c (new) 1.1 +748 -0 src/lib/libdwarf/dwarf_init.c (new) 1.1 +613 -0 src/lib/libdwarf/dwarf_loc.c (new) 1.1 +162 -0 src/lib/libdwarf/libdwarf.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 03:13:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ABA01065687; Thu, 22 May 2008 03:13:22 +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 A8F9A8FC1C; Thu, 22 May 2008 03:13:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4M39ppe062456; Wed, 21 May 2008 21:09:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 21 May 2008 21:11:10 -0600 (MDT) Message-Id: <20080521.211110.-749259186.imp@bsdimp.com> To: jb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200805220214.m4M2EYTM061847@repoman.freebsd.org> References: <200805220214.m4M2EYTM061847@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 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 22 May 2008 03:13:22 -0000 In message: <200805220214.m4M2EYTM061847@repoman.freebsd.org> John Birrell writes: : The API for this library is deliberately different to the GPL'd : libdwarf to avoid licensing problems. What licensing problems does it avoid? APIs can't be copyrighted, and therefore can't be GPL'd. Warner From owner-cvs-src@FreeBSD.ORG Thu May 22 03:25:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B991065675; Thu, 22 May 2008 03:25:00 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3E58FC1D; Thu, 22 May 2008 03:25:00 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 6E8FF73307; Thu, 22 May 2008 03:24:59 +0000 (GMT) Date: Thu, 22 May 2008 03:24:59 +0000 From: John Birrell To: "M. Warner Losh" Message-ID: <20080522032459.GA70486@what-creek.com> References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> <20080521.211110.-749259186.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080521.211110.-749259186.imp@bsdimp.com> 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/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 22 May 2008 03:25:00 -0000 On Wed, May 21, 2008 at 09:11:10PM -0600, M. Warner Losh wrote: > In message: <200805220214.m4M2EYTM061847@repoman.freebsd.org> > John Birrell writes: > : The API for this library is deliberately different to the GPL'd > : libdwarf to avoid licensing problems. > > What licensing problems does it avoid? APIs can't be copyrighted, and > therefore can't be GPL'd. People still put restrictive licenses on headers which define APIs. I don't want to have to argue whether it is legal for them to restrict things like that or not. So I just avoid the problem. -- John Birrell From owner-cvs-src@FreeBSD.ORG Thu May 22 04:22:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6A58106564A; Thu, 22 May 2008 04:22:43 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2ADF8FC0A; Thu, 22 May 2008 04:22:43 +0000 (UTC) (envelope-from jb@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 m4M4Mhpv068984; Thu, 22 May 2008 04:22:43 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M4Mhre068983; Thu, 22 May 2008 04:22:43 GMT (envelope-from jb) Message-Id: <200805220422.m4M4Mhre068983@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 04: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/lib 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: Thu, 22 May 2008 04:22:43 -0000 jb 2008-05-22 04:22:43 UTC FreeBSD src repository Modified files: lib Makefile Log: Hook libdwarf and libproc into the build. Revision Changes Path 1.230 +2 -2 src/lib/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 22 04:26:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD5E9106564A; Thu, 22 May 2008 04:26:42 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D03408FC1C; Thu, 22 May 2008 04:26:42 +0000 (UTC) (envelope-from jb@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 m4M4QgW4069294; Thu, 22 May 2008 04:26:42 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M4Qgx9069293; Thu, 22 May 2008 04:26:42 GMT (envelope-from jb) Message-Id: <200805220426.m4M4Qgx9069293@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 04:26: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/cddl/lib Makefile src/cddl/lib/drti Makefile src/cddl/lib/libctf Makefile src/cddl/lib/libdtrace Makefile errno.d net.d nfs.d psinfo.d sched.d signal.d unistd.d X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 May 2008 04:26:43 -0000 jb 2008-05-22 04:26:42 UTC FreeBSD src repository Modified files: cddl/lib Makefile Added files: cddl/lib/drti Makefile cddl/lib/libctf Makefile cddl/lib/libdtrace Makefile errno.d net.d nfs.d psinfo.d sched.d signal.d unistd.d Log: Add the DTrace libraries and D library scripts. Revision Changes Path 1.9 +4 -1 src/cddl/lib/Makefile 1.1 +23 -0 src/cddl/lib/drti/Makefile (new) 1.1 +34 -0 src/cddl/lib/libctf/Makefile (new) 1.1 +97 -0 src/cddl/lib/libdtrace/Makefile (new) 1.1 +228 -0 src/cddl/lib/libdtrace/errno.d (new) 1.1 +43 -0 src/cddl/lib/libdtrace/net.d (new) 1.1 +96 -0 src/cddl/lib/libdtrace/nfs.d (new) 1.1 +95 -0 src/cddl/lib/libdtrace/psinfo.d (new) 1.1 +86 -0 src/cddl/lib/libdtrace/sched.d (new) 1.1 +101 -0 src/cddl/lib/libdtrace/signal.d (new) 1.1 +56 -0 src/cddl/lib/libdtrace/unistd.d (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 06:27:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AD12106564A; Thu, 22 May 2008 06:27:47 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44F9C8FC1B; Thu, 22 May 2008 06:27:47 +0000 (UTC) (envelope-from marcel@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 m4M6Rlce084147; Thu, 22 May 2008 06:27:47 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M6Rlv6084146; Thu, 22 May 2008 06:27:47 GMT (envelope-from marcel) Message-Id: <200805220627.m4M6Rlv6084146@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 22 May 2008 06:27: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/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 06:27:47 -0000 marcel 2008-05-22 06:27:47 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Create the bucket mutexes with MTX_NOWITNESS. There's now a hard limit of 512 pending mutexes in the witness code and we can easily have 1 million bucket mutexes initialized before witness is up and running. Bumping the limit from 512 to 1M is not really an option here... Revision Changes Path 1.202 +1 -1 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Thu May 22 07:00:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE4F10656EB; Thu, 22 May 2008 07:00:07 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8D498FC29; Thu, 22 May 2008 07:00:07 +0000 (UTC) (envelope-from jb@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 m4M707Hr085136; Thu, 22 May 2008 07:00:07 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M707QT085135; Thu, 22 May 2008 07:00:07 GMT (envelope-from jb) Message-Id: <200805220700.m4M707QT085135@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 07:00:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SUN Cc: Subject: cvs commit: src/cddl/contrib/opensolaris - 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: Thu, 22 May 2008 07:00:08 -0000 jb 2008-05-22 07:00:07 UTC FreeBSD src repository src/cddl/contrib/opensolaris - Imported sources Update of /home/ncvs/src/cddl/contrib/opensolaris In directory repoman.freebsd.org:/tmp/cvs-serv85067 Log Message: Vendor import (really!) of the OpenSolaris bits for DTrace. Status: Vendor Tag: SUN Release Tags: opensolaris_20080410 N src/cddl/contrib/opensolaris/uts/common/sys/cmn_err.h N src/cddl/contrib/opensolaris/uts/common/sys/cpupart.h N src/cddl/contrib/opensolaris/uts/common/sys/cpuvar.h N src/cddl/contrib/opensolaris/uts/common/sys/ctf.h N src/cddl/contrib/opensolaris/uts/common/sys/ctf_api.h N src/cddl/contrib/opensolaris/uts/common/sys/dtrace.h N src/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h N src/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h N src/cddl/contrib/opensolaris/uts/common/ctf/ctf_mod.c N src/cddl/contrib/opensolaris/uts/common/ctf/ctf_subr.c N src/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c N src/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c N src/cddl/contrib/opensolaris/uts/common/dtrace/lockstat.c N src/cddl/contrib/opensolaris/uts/common/dtrace/profile.c N src/cddl/contrib/opensolaris/uts/common/dtrace/sdt_subr.c N src/cddl/contrib/opensolaris/uts/common/dtrace/systrace.c N src/cddl/contrib/opensolaris/uts/intel/sys/fasttrap_isa.h N src/cddl/contrib/opensolaris/uts/sparc/sys/fasttrap_isa.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu May 22 07:04:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22EF106566C; Thu, 22 May 2008 07:04:10 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3D3F8FC0A; Thu, 22 May 2008 07:04:10 +0000 (UTC) (envelope-from jb@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 m4M74AxG086300; Thu, 22 May 2008 07:04:10 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M74A3d086299; Thu, 22 May 2008 07:04:10 GMT (envelope-from jb) Message-Id: <200805220704.m4M74A3d086299@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 07:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: SUN Cc: Subject: cvs commit: src/sys/cddl/contrib/opensolaris - 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: Thu, 22 May 2008 07:04:10 -0000 jb 2008-05-22 07:04:10 UTC FreeBSD src repository src/sys/cddl/contrib/opensolaris - Imported sources Update of /home/ncvs/src/sys/cddl/contrib/opensolaris In directory repoman.freebsd.org:/tmp/cvs-serv86283 Log Message: Vendor import of the src/sys OpenSolaris bits for DTrace. Status: Vendor Tag: SUN Release Tags: opensolaris_20080410 N src/sys/cddl/contrib/opensolaris/uts/common/sys/cmn_err.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/cpupart.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/cpuvar.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/ctf.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/ctf_api.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h N src/sys/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h N src/sys/cddl/contrib/opensolaris/uts/common/ctf/ctf_mod.c N src/sys/cddl/contrib/opensolaris/uts/common/ctf/ctf_subr.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/lockstat.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/profile.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/sdt_subr.c N src/sys/cddl/contrib/opensolaris/uts/common/dtrace/systrace.c N src/sys/cddl/contrib/opensolaris/uts/intel/sys/fasttrap_isa.h N src/sys/cddl/contrib/opensolaris/uts/sparc/sys/fasttrap_isa.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu May 22 07:18:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C68061065680; Thu, 22 May 2008 07:18:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5A38FC1E; Thu, 22 May 2008 07:18:54 +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 m4M7Is6i086822; Thu, 22 May 2008 07:18:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M7IsGX086821; Thu, 22 May 2008 07:18:54 GMT (envelope-from rwatson) Message-Id: <200805220718.m4M7IsGX086821@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 May 2008 07:18:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_syscalls.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, 22 May 2008 07:18:54 -0000 rwatson 2008-05-22 07:18:54 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: When sendto(2) is called with an explicit destination address argument, call mac_socket_check_connect() on that address before proceeding with the send. Otherwise policies instrumenting the connect entry point for the purposes of checking destination addresses will not have the opportunity to check implicit connect requests. MFC after: 3 weeks Sponsored by: nCircle Network Security, Inc. Revision Changes Path 1.272 +5 -1 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Thu May 22 07:30:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66046106567A; Thu, 22 May 2008 07:30:33 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC908FC21; Thu, 22 May 2008 07:30:33 +0000 (UTC) (envelope-from ru@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 m4M7UXSP087355; Thu, 22 May 2008 07:30:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M7UWvg087354; Thu, 22 May 2008 07:30:32 GMT (envelope-from ru) Message-Id: <200805220730.m4M7UWvg087354@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 22 May 2008 07:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/gnu/usr.bin/man TODO src/gnu/usr.bin/man/lib util.c src/gnu/usr.bin/man/man man.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, 22 May 2008 07:30:33 -0000 ru 2008-05-22 07:30:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/usr.bin/man TODO gnu/usr.bin/man/lib util.c gnu/usr.bin/man/man man.c Log: MFC: Add an ability to run man(1) on local files plus add limited support for bzip2-compressed manpages. PR: bin/120730 Revision Changes Path 1.1.1.1.58.1 +3 -1 src/gnu/usr.bin/man/TODO 1.8.44.1 +20 -0 src/gnu/usr.bin/man/lib/util.c 1.65.2.1 +13 -3 src/gnu/usr.bin/man/man/man.c From owner-cvs-src@FreeBSD.ORG Thu May 22 07:33:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 924F9106566B; Thu, 22 May 2008 07:33:39 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 811598FC1B; Thu, 22 May 2008 07:33:39 +0000 (UTC) (envelope-from jb@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 m4M7XdbZ087518; Thu, 22 May 2008 07:33:39 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M7Xd8b087517; Thu, 22 May 2008 07:33:39 GMT (envelope-from jb) Message-Id: <200805220733.m4M7Xd8b087517@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 07:33: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/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c fasttrap.c src/sys/cddl/contrib/opensolaris/uts/common/sys cpuvar.h ctf.h ctf_api.h debug.h dtrace.h dtrace_impl.h isa_defs.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, 22 May 2008 07:33:39 -0000 jb 2008-05-22 07:33:39 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c fasttrap.c sys/cddl/contrib/opensolaris/uts/common/sys cpuvar.h ctf.h ctf_api.h debug.h dtrace.h dtrace_impl.h isa_defs.h Log: FreeBSD changes to vendor source. Revision Changes Path 1.2 +1081 -207 src/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c 1.2 +39 -2 src/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c 1.2 +1 -1 src/sys/cddl/contrib/opensolaris/uts/common/sys/cpuvar.h 1.2 +2 -0 src/sys/cddl/contrib/opensolaris/uts/common/sys/ctf.h 1.2 +5 -1 src/sys/cddl/contrib/opensolaris/uts/common/sys/ctf_api.h 1.3 +3 -3 src/sys/cddl/contrib/opensolaris/uts/common/sys/debug.h 1.2 +85 -18 src/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h 1.2 +24 -6 src/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h 1.4 +50 -2 src/sys/cddl/contrib/opensolaris/uts/common/sys/isa_defs.h From owner-cvs-src@FreeBSD.ORG Thu May 22 07:46:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A925106566B; Thu, 22 May 2008 07:46:02 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 677648FC14; Thu, 22 May 2008 07:46:02 +0000 (UTC) (envelope-from jb@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 m4M7k2Rw088154; Thu, 22 May 2008 07:46:02 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M7k2Io088153; Thu, 22 May 2008 07:46:02 GMT (envelope-from jb) Message-Id: <200805220746.m4M7k2Io088153@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 07:46: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/cddl/contrib/opensolaris/uts/common/ctf ctf_mod.c ctf_subr.c src/cddl/contrib/opensolaris/uts/common/dtrace dtrace.c fasttrap.c lockstat.c profile.c sdt_subr.c systrace.c src/cddl/contrib/opensolaris/uts/common/sys cmn_err.h cpupart.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, 22 May 2008 07:46:02 -0000 jb 2008-05-22 07:46:02 UTC FreeBSD src repository Removed files: cddl/contrib/opensolaris/uts/common/ctf ctf_mod.c ctf_subr.c cddl/contrib/opensolaris/uts/common/dtrace dtrace.c fasttrap.c lockstat.c profile.c sdt_subr.c systrace.c cddl/contrib/opensolaris/uts/common/sys cmn_err.h cpupart.h cpuvar.h ctf.h ctf_api.h dtrace.h dtrace_impl.h fasttrap.h cddl/contrib/opensolaris/uts/intel/sys fasttrap_isa.h cddl/contrib/opensolaris/uts/sparc/sys fasttrap_isa.h Log: Oops, these files belonged under src/sys, not src. Sorry. Revision Changes Path 1.2 +0 -177 src/cddl/contrib/opensolaris/uts/common/ctf/ctf_mod.c (dead) 1.2 +0 -96 src/cddl/contrib/opensolaris/uts/common/ctf/ctf_subr.c (dead) 1.2 +0 -15521 src/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c (dead) 1.2 +0 -2346 src/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c (dead) 1.2 +0 -341 src/cddl/contrib/opensolaris/uts/common/dtrace/lockstat.c (dead) 1.2 +0 -576 src/cddl/contrib/opensolaris/uts/common/dtrace/profile.c (dead) 1.2 +0 -888 src/cddl/contrib/opensolaris/uts/common/dtrace/sdt_subr.c (dead) 1.2 +0 -373 src/cddl/contrib/opensolaris/uts/common/dtrace/systrace.c (dead) 1.2 +0 -128 src/cddl/contrib/opensolaris/uts/common/sys/cmn_err.h (dead) 1.2 +0 -162 src/cddl/contrib/opensolaris/uts/common/sys/cpupart.h (dead) 1.2 +0 -737 src/cddl/contrib/opensolaris/uts/common/sys/cpuvar.h (dead) 1.2 +0 -358 src/cddl/contrib/opensolaris/uts/common/sys/ctf.h (dead) 1.2 +0 -241 src/cddl/contrib/opensolaris/uts/common/sys/ctf_api.h (dead) 1.2 +0 -2242 src/cddl/contrib/opensolaris/uts/common/sys/dtrace.h (dead) 1.2 +0 -1298 src/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h (dead) 1.2 +0 -93 src/cddl/contrib/opensolaris/uts/common/sys/fasttrap.h (dead) 1.2 +0 -114 src/cddl/contrib/opensolaris/uts/intel/sys/fasttrap_isa.h (dead) 1.2 +0 -94 src/cddl/contrib/opensolaris/uts/sparc/sys/fasttrap_isa.h (dead) From owner-cvs-src@FreeBSD.ORG Thu May 22 08:04:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8779E1065672; Thu, 22 May 2008 08:04:49 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 753F88FC13; Thu, 22 May 2008 08:04:49 +0000 (UTC) (envelope-from jb@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 m4M84nXk089877; Thu, 22 May 2008 08:04:49 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M84nDp089876; Thu, 22 May 2008 08:04:49 GMT (envelope-from jb) Message-Id: <200805220804.m4M84nDp089876@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 08:04: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/cddl/usr.bin Makefile src/cddl/usr.bin/ctfconvert Makefile src/cddl/usr.bin/ctfdump Makefile src/cddl/usr.bin/ctfmerge Makefile src/cddl/usr.bin/sgsmsg 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: Thu, 22 May 2008 08:04:49 -0000 jb 2008-05-22 08:04:49 UTC FreeBSD src repository Modified files: cddl/usr.bin Makefile Added files: cddl/usr.bin/ctfconvert Makefile cddl/usr.bin/ctfdump Makefile cddl/usr.bin/ctfmerge Makefile cddl/usr.bin/sgsmsg Makefile Log: Add the DTrace build tools. Revision Changes Path 1.9 +6 -1 src/cddl/usr.bin/Makefile 1.1 +51 -0 src/cddl/usr.bin/ctfconvert/Makefile (new) 1.1 +31 -0 src/cddl/usr.bin/ctfdump/Makefile (new) 1.1 +47 -0 src/cddl/usr.bin/ctfmerge/Makefile (new) 1.1 +20 -0 src/cddl/usr.bin/sgsmsg/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 08:10:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 583BE1065674; Thu, 22 May 2008 08:10:32 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EB598FC20; Thu, 22 May 2008 08:10:32 +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 m4M8AWxA090113; Thu, 22 May 2008 08:10:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M8AVjV090112; Thu, 22 May 2008 08:10:31 GMT (envelope-from rwatson) Message-Id: <200805220810.m4M8AVjV090112@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 May 2008 08:10: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/netinet ip_dummynet.c raw_ip.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, 22 May 2008 08:10:32 -0000 rwatson 2008-05-22 08:10:31 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c raw_ip.c Log: Consistently check IPFW and DUMMYNET privileges in the configuration routines for those modules, rather than in the raw socket code. This each privilege check to occur in exactly once place and avoids duplicate checks across layers. MFC after: 3 weeks Sponsored by: nCircle Network Security, Inc. Revision Changes Path 1.116 +5 -0 src/sys/netinet/ip_dummynet.c 1.185 +0 -19 src/sys/netinet/raw_ip.c From owner-cvs-src@FreeBSD.ORG Thu May 22 08:33:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93E611065672; Thu, 22 May 2008 08:33:25 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68C238FC12; Thu, 22 May 2008 08:33:25 +0000 (UTC) (envelope-from jb@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 m4M8XP1p098007; Thu, 22 May 2008 08:33:25 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M8XPT3098006; Thu, 22 May 2008 08:33:25 GMT (envelope-from jb) Message-Id: <200805220833.m4M8XPT3098006@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 08:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/compat/opensolaris/sys atomic.h cmn_err.h cpuvar.h cyclic.h kmem.h pcpu.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, 22 May 2008 08:33:25 -0000 jb 2008-05-22 08:33:25 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/sys atomic.h cmn_err.h cpuvar.h cyclic.h kmem.h pcpu.h Log: Compatibility stuff for DTrace. Revision Changes Path 1.4 +5 -1 src/sys/cddl/compat/opensolaris/sys/atomic.h 1.3 +3 -39 src/sys/cddl/compat/opensolaris/sys/cmn_err.h 1.4 +63 -24 src/sys/cddl/compat/opensolaris/sys/cpuvar.h 1.3 +65 -25 src/sys/cddl/compat/opensolaris/sys/cyclic.h 1.6 +3 -2 src/sys/cddl/compat/opensolaris/sys/kmem.h 1.3 +2 -4 src/sys/cddl/compat/opensolaris/sys/pcpu.h From owner-cvs-src@FreeBSD.ORG Thu May 22 08:35:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9D7B10656A8; Thu, 22 May 2008 08:35:03 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3158FC24; Thu, 22 May 2008 08:35:03 +0000 (UTC) (envelope-from jb@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 m4M8Z3aV098098; Thu, 22 May 2008 08:35:03 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M8Z3rw098097; Thu, 22 May 2008 08:35:03 GMT (envelope-from jb) Message-Id: <200805220835.m4M8Z3rw098097@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 08:35:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/compat/opensolaris/sys cpuvar_defs.h cyclic_impl.h sema.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, 22 May 2008 08:35:04 -0000 jb 2008-05-22 08:35:03 UTC FreeBSD src repository Added files: sys/cddl/compat/opensolaris/sys cpuvar_defs.h cyclic_impl.h sema.h Log: Additional compatibility headers. Revision Changes Path 1.1 +59 -0 src/sys/cddl/compat/opensolaris/sys/cpuvar_defs.h (new) 1.1 +304 -0 src/sys/cddl/compat/opensolaris/sys/cyclic_impl.h (new) 1.1 +40 -0 src/sys/cddl/compat/opensolaris/sys/sema.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 09:08:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A58D1065678; Thu, 22 May 2008 09:08:42 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2208FC18; Thu, 22 May 2008 09:08:42 +0000 (UTC) (envelope-from jb@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 m4M98g6X009579; Thu, 22 May 2008 09:08:42 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M98f55009578; Thu, 22 May 2008 09:08:41 GMT (envelope-from jb) Message-Id: <200805220908.m4M98f55009578@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 09:08: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/cddl/compat/opensolaris/sys feature_tests.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, 22 May 2008 09:08:42 -0000 jb 2008-05-22 09:08:41 UTC FreeBSD src repository Added files: sys/cddl/compat/opensolaris/sys feature_tests.h Log: A 'special' compatibility header to plug OpenSolaris code. Revision Changes Path 1.1 +35 -0 src/sys/cddl/compat/opensolaris/sys/feature_tests.h (new) From owner-cvs-src@FreeBSD.ORG Thu May 22 09:14:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2C64106566C; Thu, 22 May 2008 09:14:15 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C7B638FC0A; Thu, 22 May 2008 09:14:15 +0000 (UTC) (envelope-from kevlo@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 m4M9EFGS009860; Thu, 22 May 2008 09:14:15 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M9EFSC009859; Thu, 22 May 2008 09:14:15 GMT (envelope-from kevlo) Message-Id: <200805220914.m4M9EFSC009859@repoman.freebsd.org> From: Kevin Lo Date: Thu, 22 May 2008 09:14: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/sound/pci/hda hdac.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, 22 May 2008 09:14:16 -0000 kevlo 2008-05-22 09:14:12 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: Add codec id for Sigmatel STAC9872AK Reviewed by: ariff Revision Changes Path 1.54 +2 -0 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Thu May 22 10:27:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87F71106566C; Thu, 22 May 2008 10:27:03 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B78D8FC19; Thu, 22 May 2008 10:27:03 +0000 (UTC) (envelope-from lulf@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 m4MAR3bU014167; Thu, 22 May 2008 10:27:03 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MAR388014166; Thu, 22 May 2008 10:27:03 GMT (envelope-from lulf) Message-Id: <200805221027.m4MAR388014166@repoman.freebsd.org> From: Ulf Lilleengen Date: Thu, 22 May 2008 10:27:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum_share.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, 22 May 2008 10:27:03 -0000 lulf 2008-05-22 10:27:03 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_share.c Log: - Recognize the 'volume' parameter when creating a plex. PR: kern/75632 Approved by: pjd (mentor) MFC after: 1 day Revision Changes Path 1.6 +2 -1 src/sys/geom/vinum/geom_vinum_share.c From owner-cvs-src@FreeBSD.ORG Thu May 22 12:43:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C831065684; Thu, 22 May 2008 12:43:17 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64C558FC1A; Thu, 22 May 2008 12:43:17 +0000 (UTC) (envelope-from philip@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 m4MChHLU023158; Thu, 22 May 2008 12:43:17 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MChHq9023157; Thu, 22 May 2008 12:43:17 GMT (envelope-from philip) Message-Id: <200805221243.m4MChHq9023157@repoman.freebsd.org> From: Philip Paeps Date: Thu, 22 May 2008 12:43: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: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 12:43:17 -0000 philip 2008-05-22 12:43:15 UTC FreeBSD src repository Modified files: . access Log: Please welcome Ed Schouten (ed@) to the src zoo. He has been doing too much good work on writing a shiny new TTY layer for us, which he'll be committing incrementally soonish. I will be his mentor. Approved by: core Revision Changes Path 1.878 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu May 22 13:18:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA691065678; Thu, 22 May 2008 13:18:09 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F5898FC0A; Thu, 22 May 2008 13:18:09 +0000 (UTC) (envelope-from ed@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 m4MDI9LD034642; Thu, 22 May 2008 13:18:09 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MDI9qw034641; Thu, 22 May 2008 13:18:09 GMT (envelope-from ed) Message-Id: <200805221318.m4MDI9qw034641@repoman.freebsd.org> From: Ed Schouten Date: Thu, 22 May 2008 13:18: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/share/misc committers-src.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 May 2008 13:18:09 -0000 ed 2008-05-22 13:18:09 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself to this list as well. Approved by: philip (mentor) Revision Changes Path 1.73 +1 -0 src/share/misc/committers-src.dot From owner-cvs-src@FreeBSD.ORG Thu May 22 13:21:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535EE1065671; Thu, 22 May 2008 13:21:06 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 241EA8FC30; Thu, 22 May 2008 13:21:06 +0000 (UTC) (envelope-from ed@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 m4MDL6Gr034811; Thu, 22 May 2008 13:21:06 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MDL6f2034810; Thu, 22 May 2008 13:21:06 GMT (envelope-from ed) Message-Id: <200805221321.m4MDL6f2034810@repoman.freebsd.org> From: Ed Schouten Date: Thu, 22 May 2008 13:21:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 22 May 2008 13:21:06 -0000 ed 2008-05-22 13:21:05 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Last but not least, add myself to the list of birthdays as well. Approved by: philip (mentor) Revision Changes Path 1.235 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Thu May 22 13:46:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 566881065672; Thu, 22 May 2008 13:46:42 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26B468FC12; Thu, 22 May 2008 13:46:42 +0000 (UTC) (envelope-from ed@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 m4MDkgre035732; Thu, 22 May 2008 13:46:42 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MDkfBO035731; Thu, 22 May 2008 13:46:41 GMT (envelope-from ed) Message-Id: <200805221346.m4MDkfBO035731@repoman.freebsd.org> From: Ed Schouten Date: Thu, 22 May 2008 13:46: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/sys conf.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, 22 May 2008 13:46:42 -0000 ed 2008-05-22 13:46:41 UTC FreeBSD src repository Modified files: sys/sys conf.h Log: Add a new group definition to sys/conf.h: GID_TTY. Our current TTY layer uses a set-uid application called ptchown to change ownership of a PTY slave device. The new TTY layer implements this functionality through a new ioctl(). By accident I discovered Darwin's TTY layer also uses this approach. Because of this, they also have a GID_TTY. Approved by: philip (mentor) Revision Changes Path 1.238 +1 -0 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Thu May 22 14:40:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14871065685; Thu, 22 May 2008 14:40:03 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 998348FC21; Thu, 22 May 2008 14:40:03 +0000 (UTC) (envelope-from ed@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 m4MEe3mJ039560; Thu, 22 May 2008 14:40:03 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MEe32W039559; Thu, 22 May 2008 14:40:03 GMT (envelope-from ed) Message-Id: <200805221440.m4MEe32W039559@repoman.freebsd.org> From: Ed Schouten Date: Thu, 22 May 2008 14:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 14:40:03 -0000 ed 2008-05-22 14:40:03 UTC FreeBSD src repository Modified files: share/man/man3 Makefile queue.3 sys/sys queue.h Log: Introduce REMOVE_NEXT() macro's for SLIST and STAILQ. Even though single linked lists allow items to be removed at constant time (when the previous element is known), the queue macro's don't allow this. Implement new REMOVE_NEXT() macro's. Because the REMOVE() macro's also contain the same code, make it call REMOVE_NEXT(). The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list head, even though it is unused. We'd better mimic this. The STAILQ version also needs a reference to the list. This means the prototypes of both macro's are the same. Approved by: philip (mentor) PR: kern/121117 Revision Changes Path 1.48 +2 -0 src/share/man/man3/Makefile 1.42 +20 -0 src/share/man/man3/queue.3 1.69 +14 -5 src/sys/sys/queue.h From owner-cvs-src@FreeBSD.ORG Thu May 22 16:25:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E3A1065681; Thu, 22 May 2008 16:25:25 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91A958FC2D; Thu, 22 May 2008 16:25:25 +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 m4MGPPuZ047885; Thu, 22 May 2008 16:25:25 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MGPPKL047884; Thu, 22 May 2008 16:25:25 GMT (envelope-from alc) Message-Id: <200805221625.m4MGPPKL047884@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 May 2008 16:25:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile pmap.9 pmap_addr_hint.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 16:25:25 -0000 alc 2008-05-22 16:25:25 UTC FreeBSD src repository Modified files: share/man/man9 Makefile pmap.9 Removed files: share/man/man9 pmap_addr_hint.9 Log: The function pmap_addr_hint no longer exists. Remove its man page. Revision Changes Path 1.336 +0 -1 src/share/man/man9/Makefile 1.11 +0 -1 src/share/man/man9/pmap.9 1.4 +0 -62 src/share/man/man9/pmap_addr_hint.9 (dead) From owner-cvs-src@FreeBSD.ORG Thu May 22 16:58:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC5BB1065670; Thu, 22 May 2008 16:58:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 63CA68FC12; Thu, 22 May 2008 16:58:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.36] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4MGwAgR078996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 09:58:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4835A619.3010502@FreeBSD.org> Date: Thu, 22 May 2008 09:58:01 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Ed Schouten References: <200805221440.m4MEe32W039559@repoman.freebsd.org> In-Reply-To: <200805221440.m4MEe32W039559@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 16:58:13 -0000 Ed Schouten wrote: > The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list > head, even though it is unused. I don't think it's necessary. sys/queue.h API is not supposed to be portable across different operating systems. The need to pass list head around may impede macro usefulness. -Maxim From owner-cvs-src@FreeBSD.ORG Thu May 22 17:02:23 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EEAA106564A; Thu, 22 May 2008 17:02:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 1BAA58FC28; Thu, 22 May 2008 17:02:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m4MH2MCU035278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 10:02:22 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4835A71E.3030703@freebsd.org> Date: Thu, 22 May 2008 10:02:22 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Maxim Sobolev References: <200805221440.m4MEe32W039559@repoman.freebsd.org> <4835A619.3010502@FreeBSD.org> In-Reply-To: <4835A619.3010502@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ed Schouten , cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 17:02:23 -0000 Maxim Sobolev wrote: > Ed Schouten wrote: >> The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the >> list >> head, even though it is unused. > > I don't think it's necessary. sys/queue.h API is not supposed to be > portable across different operating systems. The need to pass list > head around may impede macro usefulness. Gratuitous differences impede porting. If it's not a big deal then maintain compatibility. We already have stupid differences in various areas that must be papered over when code is brokered between systems. Sam From owner-cvs-src@FreeBSD.ORG Thu May 22 17:15:16 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5077C1065712 for ; Thu, 22 May 2008 17:15:16 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD258FC1B for ; Thu, 22 May 2008 17:15:14 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id 1920FE506A7 for ; Thu, 22 May 2008 17:15:01 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id 66DFC16FBE; Thu, 22 May 2008 19:14:25 +0200 (CEST) Date: Thu, 22 May 2008 19:14:25 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20080522171425.GA18366@britannica.bec.de> References: <200805221440.m4MEe32W039559@repoman.freebsd.org> <4835A619.3010502@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4835A619.3010502@FreeBSD.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 17:15:16 -0000 On Thu, May 22, 2008 at 09:58:01AM -0700, Maxim Sobolev wrote: > Ed Schouten wrote: >> The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list >> head, even though it is unused. > > I don't think it's necessary. sys/queue.h API is not supposed to be > portable across different operating systems. The need to pass list head > around may impede macro usefulness. Having the list head makes it easier to assert list sanity for debugging though. Joerg From owner-cvs-src@FreeBSD.ORG Thu May 22 17:16:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD9C106567A; Thu, 22 May 2008 17:16:38 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3D18FC2A; Thu, 22 May 2008 17:16:38 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.36] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4MHGaBI080092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 10:16:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4835AA65.6070708@FreeBSD.org> Date: Thu, 22 May 2008 10:16:21 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Sam Leffler References: <200805221440.m4MEe32W039559@repoman.freebsd.org> <4835A619.3010502@FreeBSD.org> <4835A71E.3030703@freebsd.org> In-Reply-To: <4835A71E.3030703@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ed Schouten , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 17:16:38 -0000 Sam Leffler wrote: > Maxim Sobolev wrote: >> Ed Schouten wrote: >>> The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the >>> list >>> head, even though it is unused. >> >> I don't think it's necessary. sys/queue.h API is not supposed to be >> portable across different operating systems. The need to pass list >> head around may impede macro usefulness. > Gratuitous differences impede porting. If it's not a big deal then > maintain compatibility. We already have stupid differences in various > areas that must be papered over when code is brokered between systems. This is local use convenience vs. easy of porting tradeoff. On one hand API is used heavily in the kernel on the other I don't think we have lot of kernel code being ported from OpenBSD nowadays. So that local use convinience should win a big. I could be wrong, though. -Maxim From owner-cvs-src@FreeBSD.ORG Thu May 22 17:19:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33ABA10656C0; Thu, 22 May 2008 17:19:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id D02858FC1B; Thu, 22 May 2008 17:19:22 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.local ([192.168.254.200]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m4MHJEOt054098; Thu, 22 May 2008 11:19:15 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4835AB12.9060306@samsco.org> Date: Thu, 22 May 2008 11:19:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Maxim Sobolev References: <200805221440.m4MEe32W039559@repoman.freebsd.org> <4835A619.3010502@FreeBSD.org> <4835A71E.3030703@freebsd.org> <4835AA65.6070708@FreeBSD.org> In-Reply-To: <4835AA65.6070708@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 required=3.8 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Sam Leffler , Ed Schouten , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.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, 22 May 2008 17:19:23 -0000 Maxim Sobolev wrote: > Sam Leffler wrote: >> Maxim Sobolev wrote: >>> Ed Schouten wrote: >>>> The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to >>>> the list >>>> head, even though it is unused. >>> >>> I don't think it's necessary. sys/queue.h API is not supposed to be >>> portable across different operating systems. The need to pass list >>> head around may impede macro usefulness. >> Gratuitous differences impede porting. If it's not a big deal then >> maintain compatibility. We already have stupid differences in various >> areas that must be papered over when code is brokered between systems. > > This is local use convenience vs. easy of porting tradeoff. On one hand > API is used heavily in the kernel on the other I don't think we have lot > of kernel code being ported from OpenBSD nowadays. That's pretty presumptuous to say, and untrue. > So that local use > convinience should win a big. It'll be more convenient to follow what Ed is comfortable with and what he's already done than to nit pick such a minor detail =-) Scott From owner-cvs-src@FreeBSD.ORG Thu May 22 18:19:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38F9106567E; Thu, 22 May 2008 18:19:50 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85A338FC12; Thu, 22 May 2008 18:19:50 +0000 (UTC) (envelope-from maxim@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 m4MIJoKR062749; Thu, 22 May 2008 18:19:50 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MIJoR0062748; Thu, 22 May 2008 18:19:50 GMT (envelope-from maxim) Message-Id: <200805221819.m4MIJoR0062748@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 22 May 2008 18:19: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/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: Thu, 22 May 2008 18:19:50 -0000 maxim 2008-05-22 18:19:49 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: o Document two new ALT_BREAK_TO_DEBUGGER key sequences. Revision Changes Path 1.1489 +2 -1 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu May 22 20:55:31 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F022A10656C8 for ; Thu, 22 May 2008 20:55:31 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id C1FFD8FC34 for ; Thu, 22 May 2008 20:55:31 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1A006BSFFNUM90@l-daemon> for cvs-src@freebsd.org; Thu, 22 May 2008 14:54:59 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1A001BIFFM3GG0@pd2mr3so.prod.shaw.ca> for cvs-src@freebsd.org; Thu, 22 May 2008 14:54:59 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.80.10.198]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0K1A00LJ7FFKXI60@l-daemon> for cvs-src@freebsd.org; Thu, 22 May 2008 14:54:57 -0600 (MDT) Received: (qmail 1076 invoked from network); Thu, 22 May 2008 20:54:55 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Thu, 22 May 2008 20:54:55 +0000 Date: Thu, 22 May 2008 13:54:54 -0700 From: Colin Percival In-reply-to: <48339A2E.1060805@freebsd.org> To: Tim Kientzle Message-id: <4835DD9E.9060906@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.5 References: <200805180624.m4I6Ol12077124@repoman.freebsd.org> <48339A2E.1060805@freebsd.org> User-Agent: Thunderbird 2.0.0.9 (X11/20071117) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar Makefile bsdtar.h read.c siginfo.c write.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, 22 May 2008 20:55:32 -0000 Hi Tim, Tim Kientzle wrote: > * Since the signal handler just flags for future > printing, why not just install it unconditionally at > the top of the program? I can't see where it accomplishes > anything to install/uninstall the signal handlers as you've > done. Since the signal handler is one line (and installing > it is two lines), I would suggest just putting it into > bsdtar.c. I considered that, but figured that it was better to keep or restore the old signal handler at any point when we're not going to do anything in response to the signal -- of course it's not an issue for SIGINFO since that signal is discarded by default, but I didn't see "we can save a few lines of code by not cleaning up" as a compelling argument. > * It seems you could actually eliminate siginfo.c by just > storing a fully-formatted string in the bsdtar structure. > I think your siginfo_setinfo can be replaced with this: > > snprintf(bsdtar->siginfo_message, sizeof(bsdtar->siginfo_message), > "appropriate format", args... ); > > and siginfo_printinfo with this simple stanza: > > if (bsdtar->siginfo_received) { > bsdtar->siginfo_received = 0; > fprintf(stderr, "%s\n", bsdtar->siginfo_message); > } Well... not quite. In siginfo_printinfo the following things are also done: 1. Printing "\n" before or after the string depending on whether bsdtar->verbose is set, in order to "play nice" with the lines which are mandated behaviour of "tar -v". 2. Printing (X / Y) with appropriate X and Y, or not (if we don't have a file size). In the original version of this code (in tarsnap), I didn't print how far we had gotten through the current file, and at that point I had all the code manually inlined -- but I split it off into siginfo.c when I found myself throwing around 4 copies of 15 lines of code in write.c. Even if inlining the printing into write.c and read.c saved a few lines of code, I think the approach of using a separate siginfo.c is worthwhile for the added cleanliness alone. Colin Percival From owner-cvs-src@FreeBSD.ORG Thu May 22 21:08:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C37B1065675; Thu, 22 May 2008 21:08:38 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5C2D8FC13; Thu, 22 May 2008 21:08:37 +0000 (UTC) (envelope-from cperciva@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 m4ML8bDr081342; Thu, 22 May 2008 21:08:37 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4ML8b4K081341; Thu, 22 May 2008 21:08:37 GMT (envelope-from cperciva) Message-Id: <200805222108.m4ML8b4K081341@repoman.freebsd.org> From: Colin Percival Date: Thu, 22 May 2008 21:08:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.h siginfo.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, 22 May 2008 21:08:38 -0000 cperciva 2008-05-22 21:08:36 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.h siginfo.c Log: Improve portability via s/struct siginfo/struct siginfo_data/. This was running into a namespace collision on an avian operating system. Revision Changes Path 1.32 +1 -1 src/usr.bin/tar/bsdtar.h 1.2 +2 -2 src/usr.bin/tar/siginfo.c From owner-cvs-src@FreeBSD.ORG Thu May 22 21:15:21 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E1C1065679 for ; Thu, 22 May 2008 21:15:21 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3661F8FC31 for ; Thu, 22 May 2008 21:15:21 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so347768rvf.43 for ; Thu, 22 May 2008 14:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=Ufg8DQFEXTnPa+3P5gw7L5ys9s4zcRsmOWMh6YlaGXY=; b=XiTUY7sMIBsWEFoAVoOsOaG9l26MRXVq/NLPpQ+0YwrKV0QzveYJmk/Z1Vg7P6sq+Cfil0z6KZExRO0uksn7i0FQAOl40kAaF3Lv3nBs5OftPZ5EBJSRe8cu3ahtrboGtsPTVTxhUyxnnpNZw/gtlQcKohBmCvX2oZQy5Y8/Y2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c6vLhyDVPAotLdrvg6aGeZevPWk3iMNIyWgzWkpsjRop4DOKkfIp/tQhToQ7G3/vsMiXebiNf0L8qL234mRtTTz2B4H9wHcLBw26e0K9xzJOm5WaiJGB9vDgXUIPuwdRf0L8Ib3n4YvYq9v+bp8+G1cAL11pa6ieGK2UE4y2cGo= Received: by 10.141.122.20 with SMTP id z20mr244683rvm.239.1211489402579; Thu, 22 May 2008 13:50:02 -0700 (PDT) Received: by 10.141.20.18 with HTTP; Thu, 22 May 2008 13:50:02 -0700 (PDT) Message-ID: Date: Thu, 22 May 2008 22:50:02 +0200 From: "Pawel Worach" To: "Sam Leffler" In-Reply-To: <200804292136.m3TLaHI5045311@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn 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: Thu, 22 May 2008 21:15:21 -0000 On Tue, Apr 29, 2008 at 11:36 PM, Sam Leffler wrote: > sam 2008-04-29 21:36:17 UTC > > FreeBSD src repository > > Added files: > sys/modules/iwn Makefile > Log: > Intel 4965 wireless driver (derived from openbsd driver of the same name) > If using the module on a kernel without WITNESS the module doesn't run-time link with: link_elf_obj: symbol _mtx_assert undefined Other than that, thanks a lot, the driver works fine! Fix? --- /sys/modules/iwn/Makefile 2008-04-29 23:36:17.000000000 +0200 +++ Makefile 2008-05-22 22:45:22.000000000 +0200 @@ -4,5 +4,5 @@ KMOD = if_iwn SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h -CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../ +CFLAGS += -g -I${.CURDIR}/../../ .include Regards -- Pawel From owner-cvs-src@FreeBSD.ORG Thu May 22 21:22:39 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3664F106564A for ; Thu, 22 May 2008 21:22:39 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 11D0E8FC16 for ; Thu, 22 May 2008 21:22:37 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id 550CBE506A7 for ; Thu, 22 May 2008 21:22:29 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id AF7D916FBE; Thu, 22 May 2008 23:21:53 +0200 (CEST) Date: Thu, 22 May 2008 23:21:53 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20080522212153.GB1274@britannica.bec.de> References: <200805222108.m4ML8b4K081341@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805222108.m4ML8b4K081341@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: cvs commit: src/usr.bin/tar bsdtar.h siginfo.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, 22 May 2008 21:22:39 -0000 On Thu, May 22, 2008 at 09:08:36PM +0000, Colin Percival wrote: > Log: > Improve portability via s/struct siginfo/struct siginfo_data/. This was > running into a namespace collision on an avian operating system. I used bsdtar_siginfo in Perforce. Can we decide on either? :-) Joerg From owner-cvs-src@FreeBSD.ORG Thu May 22 21:41:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11C9E1065685; Thu, 22 May 2008 21:41:20 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD5428FC1C; Thu, 22 May 2008 21:41:19 +0000 (UTC) (envelope-from gonzo@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 m4MLfJwg082610; Thu, 22 May 2008 21:41:19 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MLfJQI082609; Thu, 22 May 2008 21:41:19 GMT (envelope-from gonzo) Message-Id: <200805222141.m4MLfJQI082609@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Thu, 22 May 2008 21:41: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/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: Thu, 22 May 2008 21:41:20 -0000 gonzo 2008-05-22 21:41:19 UTC FreeBSD src repository Modified files: share/man/man9 taskqueue.9 Log: Clean out all mentions of struct proc* for it was removed from taskqueue(9) API more then two years ago. Approved by: cognet (mentor) Revision Changes Path 1.22 +1 -4 src/share/man/man9/taskqueue.9 From owner-cvs-src@FreeBSD.ORG Thu May 22 21:53:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 507A81065682; Thu, 22 May 2008 21:53:16 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26ECE8FC14; Thu, 22 May 2008 21:53:16 +0000 (UTC) (envelope-from sam@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 m4MLrG2x082983; Thu, 22 May 2008 21:53:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MLrGJZ082982; Thu, 22 May 2008 21:53:16 GMT (envelope-from sam) Message-Id: <200805222153.m4MLrGJZ082982@repoman.freebsd.org> From: Sam Leffler Date: Thu, 22 May 2008 21:53: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/modules/iwn 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: Thu, 22 May 2008 21:53:16 -0000 sam 2008-05-22 21:53:15 UTC FreeBSD src repository Modified files: sys/modules/iwn Makefile Log: clear out crud Submitted by: "Pawel Worach" Revision Changes Path 1.2 +2 -2 src/sys/modules/iwn/Makefile From owner-cvs-src@FreeBSD.ORG Thu May 22 21:53:46 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70157106568E; Thu, 22 May 2008 21:53:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3F31B8FC21; Thu, 22 May 2008 21:53:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m4MLrjam037514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 14:53:45 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4835EB69.5030209@freebsd.org> Date: Thu, 22 May 2008 14:53:45 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Pawel Worach References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn 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: Thu, 22 May 2008 21:53:46 -0000 Pawel Worach wrote: > On Tue, Apr 29, 2008 at 11:36 PM, Sam Leffler wrote: > >> sam 2008-04-29 21:36:17 UTC >> >> FreeBSD src repository >> >> > > >> Added files: >> sys/modules/iwn Makefile >> > > >> Log: >> Intel 4965 wireless driver (derived from openbsd driver of the same name) >> >> > > If using the module on a kernel without WITNESS the module doesn't > run-time link with: > link_elf_obj: symbol _mtx_assert undefined > > Other than that, thanks a lot, the driver works fine! > > Fix? > > --- /sys/modules/iwn/Makefile 2008-04-29 23:36:17.000000000 +0200 > +++ Makefile 2008-05-22 22:45:22.000000000 +0200 > @@ -4,5 +4,5 @@ > > KMOD = if_iwn > SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h > -CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../ > +CFLAGS += -g -I${.CURDIR}/../../ > .include > > Thanks, never noticed it was there. Sam From owner-cvs-src@FreeBSD.ORG Thu May 22 22:14:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24F3C106566C; Thu, 22 May 2008 22:14:59 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF7C88FC1A; Thu, 22 May 2008 22:14:58 +0000 (UTC) (envelope-from sam@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 m4MMEwkL084717; Thu, 22 May 2008 22:14:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MMEwMI084716; Thu, 22 May 2008 22:14:58 GMT (envelope-from sam) Message-Id: <200805222214.m4MMEwMI084716@repoman.freebsd.org> From: Sam Leffler Date: Thu, 22 May 2008 22:14: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/net80211 ieee80211_adhoc.c ieee80211_wds.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, 22 May 2008 22:14:59 -0000 sam 2008-05-22 22:14:58 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_adhoc.c ieee80211_wds.c Log: no need to stop the sw beacon miss timer; it's not used with adhoc or wds Revision Changes Path 1.2 +0 -2 src/sys/net80211/ieee80211_adhoc.c 1.2 +0 -2 src/sys/net80211/ieee80211_wds.c From owner-cvs-src@FreeBSD.ORG Thu May 22 22:17:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA0A106566B; Thu, 22 May 2008 22:17:27 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3A7A8FC13; Thu, 22 May 2008 22:17:27 +0000 (UTC) (envelope-from sam@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 m4MMHR1X084838; Thu, 22 May 2008 22:17:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MMHR3B084837; Thu, 22 May 2008 22:17:27 GMT (envelope-from sam) Message-Id: <200805222217.m4MMHR3B084837@repoman.freebsd.org> From: Sam Leffler Date: Thu, 22 May 2008 22:17: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/net80211 ieee80211_proto.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, 22 May 2008 22:17:28 -0000 sam 2008-05-22 22:17:27 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: ignore sw beacon miss while scanning, just reset the beacon count and timer Reviewed by: thompsa Revision Changes Path 1.47 +18 -1 src/sys/net80211/ieee80211_proto.c From owner-cvs-src@FreeBSD.ORG Thu May 22 22:18:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6A61065676; Thu, 22 May 2008 22:18:39 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 323888FC16; Thu, 22 May 2008 22:18:39 +0000 (UTC) (envelope-from mckusick@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 m4MMIdRs084886; Thu, 22 May 2008 22:18:39 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MMIdu8084885; Thu, 22 May 2008 22:18:39 GMT (envelope-from mckusick) Message-Id: <200805222218.m4MMIdu8084885@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 22 May 2008 22:18: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/sbin/restore tape.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, 22 May 2008 22:18:39 -0000 mckusick 2008-05-22 22:18:39 UTC FreeBSD src repository Modified files: sbin/restore tape.c Log: Follow on to fix 1.51 for "Header with wrong dumpdate" message. Must ensure that dump tapes from UFS1 filesystems properly copy old fields of dump headers to new locations. Move check of dumpdate to follow the code which ensures that the appropriate fields have been copied. PR: bin/118087 Help from: David Malone, Scott Lambert, Javier Martín Rueda MFC after: 2 weeks Revision Changes Path 1.52 +10 -16 src/sbin/restore/tape.c From owner-cvs-src@FreeBSD.ORG Thu May 22 22:19:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1CC1065671; Thu, 22 May 2008 22:19:33 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BEA28FC16; Thu, 22 May 2008 22:19:33 +0000 (UTC) (envelope-from mckusick@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 m4MMJXfp084946; Thu, 22 May 2008 22:19:33 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MMJXO7084945; Thu, 22 May 2008 22:19:33 GMT (envelope-from mckusick) Message-Id: <200805222219.m4MMJXO7084945@repoman.freebsd.org> From: Kirk McKusick Date: Thu, 22 May 2008 22:19: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/sbin/restore tape.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, 22 May 2008 22:19:33 -0000 mckusick 2008-05-22 22:19:33 UTC FreeBSD src repository Modified files: sbin/restore tape.c Log: This fixes the "getfile: lost data" panic when restoring dumps on a 7.0 or later system that were created on a pre-5.0 system. We must ensure that restore zeros out the previously undefined birthtime and external attribute size fields when reading dump tapes made by the UFS1 dump program. The problem is that UFS2 dump carefully zeros out the unused birthtime and external attribute size fields in the dump header when dumping UFS1 filesystems, but the UFS1 dump didn't know about those fields (they were spares) so just left whatever random junk was in them. So, when restoring one of these pre-UFS2 dumps, the new restore would eventually trip across a header that had a non-zero external attribute size and try to extract it. That consumed several tape blocks which left it totally out of sync and very unhappy (i.e., the panic). The fix is in the gethead() function which modernizes old headers by copying old fields to their new location (and with this fix) zeroing out previously undefined fields. PR: bin/120881 Review by: David Malone & Scott Lambert MFC after: 1 week Revision Changes Path 1.53 +3 -0 src/sbin/restore/tape.c From owner-cvs-src@FreeBSD.ORG Thu May 22 22:22:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 812E71065674; Thu, 22 May 2008 22:22:11 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5879F8FC16; Thu, 22 May 2008 22:22:11 +0000 (UTC) (envelope-from sam@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 m4MMMBIF085140; Thu, 22 May 2008 22:22:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MMMB6Z085139; Thu, 22 May 2008 22:22:11 GMT (envelope-from sam) Message-Id: <200805222222.m4MMMB6Z085139@repoman.freebsd.org> From: Sam Leffler Date: Thu, 22 May 2008 22:22: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/net80211 ieee80211_node.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, 22 May 2008 22:22:11 -0000 sam 2008-05-22 22:22:10 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: special-case broadcast probe request in ieee80211_find_rxnode; we need to spam all vaps and this won't happen if the frame comes from a station that is associated to an ap vap (and so has an entry in the table) Noticed by: Jared Go Reviewed by: thompsa Revision Changes Path 1.94 +30 -16 src/sys/net80211/ieee80211_node.c From owner-cvs-src@FreeBSD.ORG Thu May 22 23:06:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A219106566B; Thu, 22 May 2008 23:06:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D73A8FC15; Thu, 22 May 2008 23:06:20 +0000 (UTC) (envelope-from jb@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 m4MN6JLR087731; Thu, 22 May 2008 23:06:19 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4MN6JSt087730; Thu, 22 May 2008 23:06:19 GMT (envelope-from jb) Message-Id: <200805222306.m4MN6JSt087730@repoman.freebsd.org> From: John Birrell Date: Thu, 22 May 2008 23:06: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/cddl/usr.sbin Makefile src/cddl/usr.sbin/dtrace 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: Thu, 22 May 2008 23:06:20 -0000 jb 2008-05-22 23:06:19 UTC FreeBSD src repository Modified files: cddl/usr.sbin Makefile Added files: cddl/usr.sbin/dtrace Makefile Log: Add the dtrace client app to the build. Revision Changes Path 1.9 +2 -1 src/cddl/usr.sbin/Makefile 1.1 +37 -0 src/cddl/usr.sbin/dtrace/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri May 23 00:43:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A1501065679; Fri, 23 May 2008 00:43:37 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E78CE8FC1E; Fri, 23 May 2008 00:43:36 +0000 (UTC) (envelope-from jb@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 m4N0havp004758; Fri, 23 May 2008 00:43:36 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N0haud004757; Fri, 23 May 2008 00:43:36 GMT (envelope-from jb) Message-Id: <200805230043.m4N0haud004757@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 00:43:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.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, 23 May 2008 00:43:37 -0000 jb 2008-05-23 00:43:36 UTC FreeBSD src repository Modified files: sys/sys malloc.h sys/kern kern_malloc.c Log: Add support for the DTrace malloc provider which can enable probes on a per-malloc type basis. Revision Changes Path 1.165 +63 -0 src/sys/kern/kern_malloc.c 1.85 +15 -0 src/sys/sys/malloc.h From owner-cvs-src@FreeBSD.ORG Fri May 23 00:49:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17F7F106564A; Fri, 23 May 2008 00:49:40 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E546B8FC0C; Fri, 23 May 2008 00:49:39 +0000 (UTC) (envelope-from jb@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 m4N0ndAo014058; Fri, 23 May 2008 00:49:39 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N0nd38014057; Fri, 23 May 2008 00:49:39 GMT (envelope-from jb) Message-Id: <200805230049.m4N0nd38014057@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 00:49: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/sys linker.h src/sys/kern link_elf.c link_elf_obj.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, 23 May 2008 00:49:40 -0000 jb 2008-05-23 00:49:39 UTC FreeBSD src repository Modified files: sys/sys linker.h sys/kern link_elf.c link_elf_obj.c Log: Add hooks for the Compact C Type Format (CTF) data to be attached to the elf files. This is complicated by the fact that the actual CTF parsing has to be done in CDDL'd code, so the BSD licensed code only knows about the opaque data which it must be able to free. Revision Changes Path 1.97 +47 -0 src/sys/kern/link_elf.c 1.99 +53 -0 src/sys/kern/link_elf_obj.c 1.51 +17 -3 src/sys/sys/linker.h From owner-cvs-src@FreeBSD.ORG Fri May 23 03:04:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A2391065677; Fri, 23 May 2008 03:04:28 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9AD78FC13; Fri, 23 May 2008 03:04:27 +0000 (UTC) (envelope-from jb@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 m4N34RYH023999; Fri, 23 May 2008 03:04:27 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N34RxE023998; Fri, 23 May 2008 03:04:27 GMT (envelope-from jb) Message-Id: <200805230304.m4N34RxE023998@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 03:04: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/kern kern_ctf.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, 23 May 2008 03:04:28 -0000 jb 2008-05-23 03:04:27 UTC FreeBSD src repository Added files: sys/kern kern_ctf.c Log: Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c. Revision Changes Path 1.1 +325 -0 src/sys/kern/kern_ctf.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 23 03:52:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB3871065676; Fri, 23 May 2008 03:52:56 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 868E58FC2C; Fri, 23 May 2008 03:52:56 +0000 (UTC) (envelope-from jb@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 m4N3qu2B025637; Fri, 23 May 2008 03:52:56 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N3quoZ025636; Fri, 23 May 2008 03:52:56 GMT (envelope-from jb) Message-Id: <200805230352.m4N3quoZ025636@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 03:52:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf Makefile.amd64 options.amd64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 May 2008 03:52:56 -0000 jb 2008-05-23 03:52:55 UTC FreeBSD src repository Modified files: sys/conf Makefile.amd64 options.amd64 Log: Add a kernel option for amd64 to compile with the frame on the stack so that the DTrace Function Bounadry Trace (fbt) provider can get coverage of most functions in the kernel. Revision Changes Path 1.26 +2 -1 src/sys/conf/Makefile.amd64 1.32 +1 -0 src/sys/conf/options.amd64 From owner-cvs-src@FreeBSD.ORG Fri May 23 03:53:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C65106567B; Fri, 23 May 2008 03:53:50 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14B078FC15; Fri, 23 May 2008 03:53:50 +0000 (UTC) (envelope-from jb@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 m4N3rnOC025687; Fri, 23 May 2008 03:53:49 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N3rnsC025686; Fri, 23 May 2008 03:53:49 GMT (envelope-from jb) Message-Id: <200805230353.m4N3rnsC025686@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 03:53: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/conf kern.post.mk 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: Fri, 23 May 2008 03:53:50 -0000 jb 2008-05-23 03:53:49 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk kern.pre.mk Log: Add support for generating CTF data for the kernel. Revision Changes Path 1.102 +3 -0 src/sys/conf/kern.post.mk 1.98 +15 -0 src/sys/conf/kern.pre.mk From owner-cvs-src@FreeBSD.ORG Fri May 23 03:55:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1475106566B; Fri, 23 May 2008 03:55:26 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3A38FC17; Fri, 23 May 2008 03:55:26 +0000 (UTC) (envelope-from jb@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 m4N3tQt3025813; Fri, 23 May 2008 03:55:26 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N3tQsa025812; Fri, 23 May 2008 03:55:26 GMT (envelope-from jb) Message-Id: <200805230355.m4N3tQsa025812@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 03:55: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/usr.sbin/config mkmakefile.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, 23 May 2008 03:55:26 -0000 jb 2008-05-23 03:55:26 UTC FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: Add the CTF conversion to the generated makefile. In the case where NO_CTF or !WITH_CTF, the macro is empty. Revision Changes Path 1.92 +1 -1 src/usr.sbin/config/mkmakefile.c From owner-cvs-src@FreeBSD.ORG Fri May 23 04:00:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA323106567A; Fri, 23 May 2008 04:00:45 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB848FC27; Fri, 23 May 2008 04:00:45 +0000 (UTC) (envelope-from jb@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 m4N40jE9026068; Fri, 23 May 2008 04:00:45 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N40jFZ026067; Fri, 23 May 2008 04:00:45 GMT (envelope-from jb) Message-Id: <200805230400.m4N40jFZ026067@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 04:00: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/sys kdb.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, 23 May 2008 04:00:46 -0000 jb 2008-05-23 04:00:44 UTC FreeBSD src repository Modified files: sys/sys kdb.h Log: DTrace can enter the debugger from a probe. Add a WHY definition for this. Revision Changes Path 1.8 +1 -0 src/sys/sys/kdb.h From owner-cvs-src@FreeBSD.ORG Fri May 23 04:03:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 771391065674; Fri, 23 May 2008 04:03:54 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6980B8FC1A; Fri, 23 May 2008 04:03:54 +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 m4N43srs027620; Fri, 23 May 2008 04:03:54 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N43sEw027619; Fri, 23 May 2008 04:03:54 GMT (envelope-from alc) Message-Id: <200805230403.m4N43sEw027619@repoman.freebsd.org> From: Alan Cox Date: Fri, 23 May 2008 04:03: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/amd64/amd64 identcpu.c src/sys/arm/arm identcpu.c src/sys/i386/i386 identcpu.c src/sys/ia64/ia64 machdep.c src/sys/powerpc/aim machdep.c src/sys/powerpc/booke machdep.c src/sys/sparc64/sparc64 identcpu.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, 23 May 2008 04:03:54 -0000 alc 2008-05-23 04:03:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/arm/arm identcpu.c sys/i386/i386 identcpu.c sys/ia64/ia64 machdep.c sys/powerpc/aim machdep.c sys/powerpc/booke machdep.c sys/sparc64/sparc64 identcpu.c Log: The VM system no longer uses setPQL2(). Remove it and its helpers. Revision Changes Path 1.159 +0 -29 src/sys/amd64/amd64/identcpu.c 1.13 +0 -8 src/sys/arm/arm/identcpu.c 1.185 +0 -298 src/sys/i386/i386/identcpu.c 1.241 +0 -8 src/sys/ia64/ia64/machdep.c 1.116 +0 -8 src/sys/powerpc/aim/machdep.c 1.6 +0 -8 src/sys/powerpc/booke/machdep.c 1.18 +0 -13 src/sys/sparc64/sparc64/identcpu.c From owner-cvs-src@FreeBSD.ORG Fri May 23 04:05:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 575EE1065678; Fri, 23 May 2008 04:05:27 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 333188FC0A; Fri, 23 May 2008 04:05:27 +0000 (UTC) (envelope-from jb@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 m4N45Q0x027777; Fri, 23 May 2008 04:05:26 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N45Q7p027776; Fri, 23 May 2008 04:05:26 GMT (envelope-from jb) Message-Id: <200805230405.m4N45Q7p027776@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 04:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys smp.h src/sys/kern subr_smp.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, 23 May 2008 04:05:27 -0000 jb 2008-05-23 04:05:26 UTC FreeBSD src repository Modified files: sys/sys smp.h sys/kern subr_smp.c Log: Allow a rendezvous with just a specified CPU too. Make the API work in the non-smp case too so that a kernel module can work the same regardless of whether or not it is loaded on a SMP kernel or not. Revision Changes Path 1.207 +61 -19 src/sys/kern/subr_smp.c 1.88 +6 -1 src/sys/sys/smp.h From owner-cvs-src@FreeBSD.ORG Fri May 23 04:06:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422BB1065677; Fri, 23 May 2008 04:06:50 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E34B8FC1E; Fri, 23 May 2008 04:06:50 +0000 (UTC) (envelope-from jb@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 m4N46odP027874; Fri, 23 May 2008 04:06:50 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N46nJu027873; Fri, 23 May 2008 04:06:49 GMT (envelope-from jb) Message-Id: <200805230406.m4N46nJu027873@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 04:06: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/kern linker_if.m X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 23 May 2008 04:06:50 -0000 jb 2008-05-23 04:06:49 UTC FreeBSD src repository Modified files: sys/kern linker_if.m Log: Add the ctf_get method. Revision Changes Path 1.8 +9 -0 src/sys/kern/linker_if.m From owner-cvs-src@FreeBSD.ORG Fri May 23 04:20:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B60F2106564A; Fri, 23 May 2008 04:20:59 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92A578FC14; Fri, 23 May 2008 04:20:59 +0000 (UTC) (envelope-from jb@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 m4N4Kx6o028399; Fri, 23 May 2008 04:20:59 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N4Kx2p028398; Fri, 23 May 2008 04:20:59 GMT (envelope-from jb) Message-Id: <200805230420.m4N4Kx2p028398@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 04:20:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src 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, 23 May 2008 04:20:59 -0000 jb 2008-05-23 04:20:59 UTC FreeBSD src repository Modified files: . Makefile Log: Add a knob to allow just the kernels to be built during a 'make universe'. This is useful when wanting to retry a broken build using NOCLEAN and the buildworlds are known to have completed. Revision Changes Path 1.349 +2 -0 src/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 23 04:22:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C423E106566B; Fri, 23 May 2008 04:22:14 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0F798FC27; Fri, 23 May 2008 04:22:14 +0000 (UTC) (envelope-from jb@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 m4N4METj028467; Fri, 23 May 2008 04:22:14 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N4MEZv028466; Fri, 23 May 2008 04:22:14 GMT (envelope-from jb) Message-Id: <200805230422.m4N4MEZv028466@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 04:22: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 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: Fri, 23 May 2008 04:22:14 -0000 jb 2008-05-23 04:22:14 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add the DTrace build tools to the list of tools and pass NO_CTF to all the stages of the build which don't require CTF conversion. Revision Changes Path 1.605 +36 -8 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri May 23 04:57:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E71D31065679; Fri, 23 May 2008 04:57:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C365C8FC29; Fri, 23 May 2008 04:57:29 +0000 (UTC) (envelope-from cperciva@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 m4N4vTSF038621; Fri, 23 May 2008 04:57:29 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N4vTXp038620; Fri, 23 May 2008 04:57:29 GMT (envelope-from cperciva) Message-Id: <200805230457.m4N4vTXp038620@repoman.freebsd.org> From: Colin Percival Date: Fri, 23 May 2008 04:57: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 archive_entry_strmode.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, 23 May 2008 04:57:30 -0000 cperciva 2008-05-23 04:57:28 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry_strmode.c Log: We only use the string "?rwxrwxrwx " once, so inline it rather than declaring a variable which points to it. Aside from eliminating a line of code and one level of unnecessary indirection, this eliminates a false positive in Coverity. Revision Changes Path 1.3 +1 -2 src/lib/libarchive/archive_entry_strmode.c From owner-cvs-src@FreeBSD.ORG Fri May 23 05:01:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62B08106564A; Fri, 23 May 2008 05:01:29 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3EF0D8FC20; Fri, 23 May 2008 05:01:29 +0000 (UTC) (envelope-from cperciva@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 m4N51TrO038798; Fri, 23 May 2008 05:01:29 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N51Tc9038797; Fri, 23 May 2008 05:01:29 GMT (envelope-from cperciva) Message-Id: <200805230501.m4N51Tc9038797@repoman.freebsd.org> From: Colin Percival Date: Fri, 23 May 2008 05:01: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/libarchive archive_read_data_into_fd.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, 23 May 2008 05:01:29 -0000 cperciva 2008-05-23 05:01:29 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_data_into_fd.c Log: Check that lseek(2) succeeds and puts us where we expect. [1] While we're here, fix a long-standing bug in the handling of write(2) errors: The API changed from "return # of bytes written" to "return status code" almost 4 years ago, so instead of returning (-1) we need to return ARCHIVE_FATAL. Found by: Coverity Prevent [1] Revision Changes Path 1.16 +7 -3 src/lib/libarchive/archive_read_data_into_fd.c From owner-cvs-src@FreeBSD.ORG Fri May 23 05:07:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D09106567F; Fri, 23 May 2008 05:07:22 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B462E8FC1F; Fri, 23 May 2008 05:07:22 +0000 (UTC) (envelope-from cperciva@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 m4N57MHs040105; Fri, 23 May 2008 05:07:22 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N57MUH040104; Fri, 23 May 2008 05:07:22 GMT (envelope-from cperciva) Message-Id: <200805230507.m4N57MUH040104@repoman.freebsd.org> From: Colin Percival Date: Fri, 23 May 2008 05:07:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar write.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, 23 May 2008 05:07:22 -0000 cperciva 2008-05-23 05:07:22 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: The value le->name cannot be NULL when we're freeing an entry in the hardlink table for two reasons: 1. If le->name is set to NULL, the structure le won't be inserted into the table; 2. Even if le somehow did manage to get into the table with le->name equal to NULL, we would die when we dereferenced le->null before we could get to the point of freeing the entry. Remove the unnecessary "if (le->name != NULL)" test and just free the pointer. Found by: Coverity Prevent Revision Changes Path 1.69 +1 -2 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Fri May 23 05:59:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C55B51065677; Fri, 23 May 2008 05:59:42 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7F728FC14; Fri, 23 May 2008 05:59:42 +0000 (UTC) (envelope-from jb@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 m4N5xgPx042789; Fri, 23 May 2008 05:59:42 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N5xgKT042788; Fri, 23 May 2008 05:59:42 GMT (envelope-from jb) Message-Id: <200805230559.m4N5xgKT042788@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 05: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/sys/cddl/dev prototype.c src/sys/cddl/dev/dtmalloc dtmalloc.c src/sys/cddl/dev/dtrace dtrace_anon.c dtrace_cddl.h dtrace_clone.c dtrace_debug.c dtrace_hacks.c dtrace_ioctl.c dtrace_load.c dtrace_modevent.c dtrace_sysctl.c dtrace_test.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, 23 May 2008 05:59:43 -0000 jb 2008-05-23 05:59:42 UTC FreeBSD src repository Added files: sys/cddl/dev prototype.c sys/cddl/dev/dtmalloc dtmalloc.c sys/cddl/dev/dtrace dtrace_anon.c dtrace_cddl.h dtrace_clone.c dtrace_debug.c dtrace_hacks.c dtrace_ioctl.c dtrace_load.c dtrace_modevent.c dtrace_sysctl.c dtrace_test.c dtrace_unload.c dtrace_vtime.c sys/cddl/dev/dtrace/amd64 dis_tables.c dis_tables.h dtrace_asm.S dtrace_isa.c dtrace_subr.c instr_size.c sys/cddl/dev/dtrace/i386 dis_tables.c dis_tables.h dtrace_asm.S dtrace_isa.c dtrace_subr.c instr_size.c sys/cddl/dev/fbt fbt.c sys/cddl/dev/profile profile.c sys/cddl/dev/sdt sdt.c sys/cddl/dev/systrace systrace.c Log: Custom DTrace kernel module files plus FreeBSD-specific DTrace providers. Revision Changes Path 1.1 +220 -0 src/sys/cddl/dev/dtmalloc/dtmalloc.c (new) 1.1 +3193 -0 src/sys/cddl/dev/dtrace/amd64/dis_tables.c (new) 1.1 +112 -0 src/sys/cddl/dev/dtrace/amd64/dis_tables.h (new) 1.1 +573 -0 src/sys/cddl/dev/dtrace/amd64/dtrace_asm.S (new) 1.1 +612 -0 src/sys/cddl/dev/dtrace/amd64/dtrace_isa.c (new) 1.1 +507 -0 src/sys/cddl/dev/dtrace/amd64/dtrace_subr.c (new) 1.1 +132 -0 src/sys/cddl/dev/dtrace/amd64/instr_size.c (new) 1.1 +84 -0 src/sys/cddl/dev/dtrace/dtrace_anon.c (new) 1.1 +134 -0 src/sys/cddl/dev/dtrace/dtrace_cddl.h (new) 1.1 +61 -0 src/sys/cddl/dev/dtrace/dtrace_clone.c (new) 1.1 +596 -0 src/sys/cddl/dev/dtrace/dtrace_debug.c (new) 1.1 +13 -0 src/sys/cddl/dev/dtrace/dtrace_hacks.c (new) 1.1 +777 -0 src/sys/cddl/dev/dtrace/dtrace_ioctl.c (new) 1.1 +164 -0 src/sys/cddl/dev/dtrace/dtrace_load.c (new) 1.1 +47 -0 src/sys/cddl/dev/dtrace/dtrace_modevent.c (new) 1.1 +82 -0 src/sys/cddl/dev/dtrace/dtrace_sysctl.c (new) 1.1 +73 -0 src/sys/cddl/dev/dtrace/dtrace_test.c (new) 1.1 +138 -0 src/sys/cddl/dev/dtrace/dtrace_unload.c (new) 1.1 +101 -0 src/sys/cddl/dev/dtrace/dtrace_vtime.c (new) 1.1 +3193 -0 src/sys/cddl/dev/dtrace/i386/dis_tables.c (new) 1.1 +112 -0 src/sys/cddl/dev/dtrace/i386/dis_tables.h (new) 1.1 +527 -0 src/sys/cddl/dev/dtrace/i386/dtrace_asm.S (new) 1.1 +622 -0 src/sys/cddl/dev/dtrace/i386/dtrace_isa.c (new) 1.1 +503 -0 src/sys/cddl/dev/dtrace/i386/dtrace_subr.c (new) 1.1 +132 -0 src/sys/cddl/dev/dtrace/i386/instr_size.c (new) 1.1 +1411 -0 src/sys/cddl/dev/fbt/fbt.c (new) 1.1 +531 -0 src/sys/cddl/dev/profile/profile.c (new) 1.1 +144 -0 src/sys/cddl/dev/prototype.c (new) 1.1 +254 -0 src/sys/cddl/dev/sdt/sdt.c (new) 1.1 +292 -0 src/sys/cddl/dev/systrace/systrace.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 23 07:09:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0153D106567A; Fri, 23 May 2008 07:09:00 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2F258FC17; Fri, 23 May 2008 07:08:59 +0000 (UTC) (envelope-from jb@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 m4N78xDx047212; Fri, 23 May 2008 07:08:59 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N78xRl047211; Fri, 23 May 2008 07:08:59 GMT (envelope-from jb) Message-Id: <200805230708.m4N78xRl047211@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 07:08:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_linker.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, 23 May 2008 07:09:00 -0000 jb 2008-05-23 07:08:59 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Add the ctf_get function and update the args to linker_file_function_listall. Revision Changes Path 1.158 +7 -1 src/sys/kern/kern_linker.c From owner-cvs-src@FreeBSD.ORG Fri May 23 07:32:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50E65106566B; Fri, 23 May 2008 07:32:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC7A8FC17; Fri, 23 May 2008 07:32:20 +0000 (UTC) (envelope-from jb@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 m4N7WKwa048015; Fri, 23 May 2008 07:32:20 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N7WK2B048014; Fri, 23 May 2008 07:32:20 GMT (envelope-from jb) Message-Id: <200805230732.m4N7WK2B048014@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 07:32:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libelf libelf_data.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, 23 May 2008 07:32:20 -0000 jb 2008-05-23 07:32:19 UTC FreeBSD src repository Modified files: lib/libelf libelf_data.c Log: Add the case for SHT_AMD64_UNWIND. Revision Changes Path 1.4 +2 -0 src/lib/libelf/libelf_data.c From owner-cvs-src@FreeBSD.ORG Fri May 23 07:33:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2065B106566B; Fri, 23 May 2008 07:33:46 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F1F388FC1A; Fri, 23 May 2008 07:33:45 +0000 (UTC) (envelope-from jb@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 m4N7Xj0o048116; Fri, 23 May 2008 07:33:45 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N7Xjp2048115; Fri, 23 May 2008 07:33:45 GMT (envelope-from jb) Message-Id: <200805230733.m4N7Xjp2048115@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 07:33: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/lib/libelf libelf_align.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, 23 May 2008 07:33:46 -0000 jb 2008-05-23 07:33:45 UTC FreeBSD src repository Modified files: lib/libelf libelf_align.c Log: Change the alignment of the NOTE to match what gcc does. Revision Changes Path 1.3 +1 -1 src/lib/libelf/libelf_align.c From owner-cvs-src@FreeBSD.ORG Fri May 23 07:35:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65A52106567E; Fri, 23 May 2008 07:35:37 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 428A08FC24; Fri, 23 May 2008 07:35:37 +0000 (UTC) (envelope-from jb@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 m4N7ZaU5048238; Fri, 23 May 2008 07:35:36 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N7Za9O048237; Fri, 23 May 2008 07:35:36 GMT (envelope-from jb) Message-Id: <200805230735.m4N7Za9O048237@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 07:35:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libelf elf_strptr.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, 23 May 2008 07:35:37 -0000 jb 2008-05-23 07:35:36 UTC FreeBSD src repository Modified files: lib/libelf elf_strptr.c Log: Relax the strict type check because gcc as distributed doesn't create debug strtabs with type SHT_STRTAB. Although we could change FreeBSD's gcc, we really need to play nicely with gcc as distributed by the FSF. Revision Changes Path 1.2 +1 -1 src/lib/libelf/elf_strptr.c From owner-cvs-src@FreeBSD.ORG Fri May 23 11:09:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56718106564A; Fri, 23 May 2008 11:09:50 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48D628FC15; Fri, 23 May 2008 11:09:50 +0000 (UTC) (envelope-from kib@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 m4NB9o3f069862; Fri, 23 May 2008 11:09:50 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NB9osT069861; Fri, 23 May 2008 11:09:50 GMT (envelope-from kib) Message-Id: <200805231109.m4NB9osT069861@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 11:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sys_pipe.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, 23 May 2008 11:09:50 -0000 kib 2008-05-23 11:09:50 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Destruction of the pipe calls knlist_cleardel() to remove the knotes monitoring the pipe. The code sets pipe_present = 0 and enters knlist_cleardel(), where the PIPE_MTX might be dropped when knl->kl_list cannot be cleared due to influx knotes. If the following often encountered code fragment if (!(kn->kn_status & KN_DETACHED)) kn->kn_fop->f_detach(kn); knote_drop(kn, td); [1] is executed while the knlist lock is dropped, then the knote memory is freed by the knote_drop() without knote being removed from the knlist, since the filt_pipedetach() contains the following: if (kn->kn_filter == EVFILT_WRITE) { if (!cpipe->pipe_peer->pipe_present) { PIPE_UNLOCK(cpipe); return; Now, the memory may be reused in the zone, causing the access to the freed memory. I got the panics caused by the marker knote appearing on the knlist, that, I believe, manifestation of the issue. In the Peter Holm test scenarious, we got unkillable processes too. The pipe_peer that has the knote for write shall be present. Ignore the pipe_present value for EVFILT_WRITE in filt_pipedetach(). Debugging help and tested by: pho Discussed with: jmg MFC after: 2 weeks Revision Changes Path 1.197 +1 -6 src/sys/kern/sys_pipe.c From owner-cvs-src@FreeBSD.ORG Fri May 23 11:14:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 117661065679; Fri, 23 May 2008 11:14:04 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0410E8FC0C; Fri, 23 May 2008 11:14:04 +0000 (UTC) (envelope-from kib@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 m4NBE3gL070078; Fri, 23 May 2008 11:14:03 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NBE32n070077; Fri, 23 May 2008 11:14:03 GMT (envelope-from kib) Message-Id: <200805231114.m4NBE32n070077@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 11:14:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sys_pipe.c src/sys/sys pipe.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, 23 May 2008 11:14:04 -0000 kib 2008-05-23 11:14:03 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c sys/sys pipe.h Log: Another problem caused by the knlist_cleardel() potentially dropping PIPE_MTX(). Since the pipe_present is cleared before (potentially) sleeping, the second thread may enter the pipeclose() for the reciprocal pipe end. The test at the end of the pipeclose() for the pipe_present == 0 would succeed, allowing the second thread to free the pipe memory. First threads then accesses the freed memory after being woken up. Properly track the closing state of the pipe in the pipe_present. Introduce the intermediate state that marks the pipe as mostly dismantled but might be sleeping waiting for the knote list to be cleared. Free the pipe pair memory only when both ends pass that point. Debugging help and tested by: pho Discussed with: jmg MFC after: 2 weeks Revision Changes Path 1.198 +22 -11 src/sys/kern/sys_pipe.c 1.30 +7 -0 src/sys/sys/pipe.h From owner-cvs-src@FreeBSD.ORG Fri May 23 13:04:18 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2CE8106564A; Fri, 23 May 2008 13:04:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id AA3048FC0A; Fri, 23 May 2008 13:04:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (server.baldwin.cx [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 79BD51A4D7C; Fri, 23 May 2008 06:04:18 -0700 (PDT) From: John Baldwin To: Sam Leffler Date: Fri, 23 May 2008 08:17:29 -0400 User-Agent: KMail/1.9.7 References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> <4835EB69.5030209@freebsd.org> In-Reply-To: <4835EB69.5030209@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805230817.30326.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn 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, 23 May 2008 13:04:18 -0000 On Thursday 22 May 2008 05:53:45 pm Sam Leffler wrote: > Pawel Worach wrote: > > On Tue, Apr 29, 2008 at 11:36 PM, Sam Leffler wrote: > >> sam 2008-04-29 21:36:17 UTC > >> > >> FreeBSD src repository > >> > >> > >> > >> > >> Added files: > >> sys/modules/iwn Makefile > >> > >> > >> > >> Log: > >> Intel 4965 wireless driver (derived from openbsd driver of the same > >> name) > > > > If using the module on a kernel without WITNESS the module doesn't > > run-time link with: > > link_elf_obj: symbol _mtx_assert undefined > > > > Other than that, thanks a lot, the driver works fine! > > > > Fix? > > > > --- /sys/modules/iwn/Makefile 2008-04-29 23:36:17.000000000 +0200 > > +++ Makefile 2008-05-22 22:45:22.000000000 +0200 > > @@ -4,5 +4,5 @@ > > > > KMOD = if_iwn > > SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h > > -CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS > > -I${.CURDIR}/../../ +CFLAGS += -g -I${.CURDIR}/../../ > > .include > > Thanks, never noticed it was there. Probably the whole CFLAGS line should be gone. The include shouldn't be needed as the makefiles will find the kernel sources, and -g is better handled by doing 'make DEBUG_FLAGS=-g' as using DEBUG_FLAGS causes iwn.ko.symbols to be installed, etc. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri May 23 14:24:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA56F106566C; Fri, 23 May 2008 14:24:33 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE13C8FC16; Fri, 23 May 2008 14:24:33 +0000 (UTC) (envelope-from ed@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 m4NEOXC7088745; Fri, 23 May 2008 14:24:33 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NEOX62088744; Fri, 23 May 2008 14:24:33 GMT (envelope-from ed) Message-Id: <200805231424.m4NEOX62088744@repoman.freebsd.org> From: Ed Schouten Date: Fri, 23 May 2008 14:24: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/usr.sbin/sade termcap.c src/usr.sbin/sysinstall termcap.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, 23 May 2008 14:24:34 -0000 ed 2008-05-23 14:24:33 UTC FreeBSD src repository Modified files: usr.sbin/sade termcap.c usr.sbin/sysinstall termcap.c Log: Move sysinstall/sade away from TIOCGSIZE. Both sysinstall and sade still seem to use the TIOCGSIZE ioctl to obtain the terminal dimensions. We'd better use TIOCGWINSZ to do this. The TIOCGWINSZ interface is preferred, because it also allows sizes in pixels to be passed to the application (though this is not used here). Approved by: philip (mentor) Revision Changes Path 1.37 +4 -4 src/usr.sbin/sade/termcap.c 1.32 +4 -4 src/usr.sbin/sysinstall/termcap.c From owner-cvs-src@FreeBSD.ORG Fri May 23 15:38:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 695871065679; Fri, 23 May 2008 15:38:36 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3ADFF8FC18; Fri, 23 May 2008 15:38:36 +0000 (UTC) (envelope-from lulf@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 m4NFcaNb093140; Fri, 23 May 2008 15:38:36 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NFcaJU093139; Fri, 23 May 2008 15:38:36 GMT (envelope-from lulf) Message-Id: <200805231538.m4NFcaJU093139@repoman.freebsd.org> From: Ulf Lilleengen Date: Fri, 23 May 2008 15:38:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/geom/vinum geom_vinum_share.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, 23 May 2008 15:38:36 -0000 lulf 2008-05-23 15:38:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/geom/vinum geom_vinum_share.c Log: MFC revision 1.6 - Recognize the 'volume' parameter when creating a plex. Revision Changes Path 1.5.2.1 +2 -1 src/sys/geom/vinum/geom_vinum_share.c From owner-cvs-src@FreeBSD.ORG Fri May 23 15:39:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABCA91065674; Fri, 23 May 2008 15:39:27 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D2AD8FC1C; Fri, 23 May 2008 15:39:27 +0000 (UTC) (envelope-from lulf@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 m4NFdRcq093178; Fri, 23 May 2008 15:39:27 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NFdRgA093177; Fri, 23 May 2008 15:39:27 GMT (envelope-from lulf) Message-Id: <200805231539.m4NFdRgA093177@repoman.freebsd.org> From: Ulf Lilleengen Date: Fri, 23 May 2008 15:39:27 +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/geom/vinum geom_vinum_share.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, 23 May 2008 15:39:27 -0000 lulf 2008-05-23 15:39:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/vinum geom_vinum_share.c Log: MFC revision 1.6 - Recognize the 'volume' parameter when creating a plex. Revision Changes Path 1.4.2.1 +2 -1 src/sys/geom/vinum/geom_vinum_share.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:06:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCF1106567A; Fri, 23 May 2008 16:06:36 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8DD48FC23; Fri, 23 May 2008 16:06:35 +0000 (UTC) (envelope-from ed@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 m4NG6ZtJ098846; Fri, 23 May 2008 16:06:35 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NG6ZPm098845; Fri, 23 May 2008 16:06:35 GMT (envelope-from ed) Message-Id: <200805231606.m4NG6ZPm098845@repoman.freebsd.org> From: Ed Schouten Date: Fri, 23 May 2008 16:06:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty.c tty_cons.c tty_subr.c src/sys/sys clist.h cons.h tty.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, 23 May 2008 16:06:36 -0000 ed 2008-05-23 16:06:35 UTC FreeBSD src repository Modified files: sys/kern tty.c tty_cons.c tty_subr.c sys/sys clist.h cons.h tty.h Log: Move TTY unrelated bits out of . For some reason, the header file also contains routines of the clists and console that are used inside the TTY layer. Because the clists are not only used by the TTY layer (example: various input drivers), we'd better move the entire clist programming interface into . Also remove a declaration of nonexistent variable. The header also contains various definitions for the console code (tty_cons.c). Also move these to , because they are not implemented inside the TTY layer. While there, create separate malloc pools for the clist and console code. Approved by: philip (mentor) Revision Changes Path 1.277 +1 -0 src/sys/kern/tty.c 1.144 +4 -2 src/sys/kern/tty_cons.c 1.45 +5 -3 src/sys/kern/tty_subr.c 1.12 +24 -1 src/sys/sys/clist.h 1.41 +7 -0 src/sys/sys/cons.h 1.103 +1 -27 src/sys/sys/tty.h From owner-cvs-src@FreeBSD.ORG Fri May 23 16:36:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D4ED106566B; Fri, 23 May 2008 16:36:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29ADC8FC13; Fri, 23 May 2008 16:36:40 +0000 (UTC) (envelope-from kib@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 m4NGaeVT099986; Fri, 23 May 2008 16:36:40 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NGaeZ2099985; Fri, 23 May 2008 16:36:40 GMT (envelope-from kib) Message-Id: <200805231636.m4NGaeZ2099985@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 16:36:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/devfs devfs_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, 23 May 2008 16:36:40 -0000 kib 2008-05-23 16:36:40 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: When vget() fails (because the vnode has been reclaimed), there is no sense to loop trying to vget() the vnode again. PR: 122977 Submitted by: Arthur Hartwig Tested by: pho Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.159 +4 -3 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:38:30 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807B9106566C for ; Fri, 23 May 2008 16:38:30 +0000 (UTC) (envelope-from peter@wemm.org) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 373488FC1B for ; Fri, 23 May 2008 16:38:30 +0000 (UTC) (envelope-from peter@wemm.org) Received: by an-out-0708.google.com with SMTP id b33so171492ana.13 for ; Fri, 23 May 2008 09:38:29 -0700 (PDT) Received: by 10.100.190.15 with SMTP id n15mr2430445anf.107.1211560709073; Fri, 23 May 2008 09:38:29 -0700 (PDT) Received: by 10.100.8.6 with HTTP; Fri, 23 May 2008 09:38:28 -0700 (PDT) Message-ID: Date: Fri, 23 May 2008 09:38:28 -0700 From: "Peter Wemm" To: "M. Warner Losh" In-Reply-To: <20080521.211110.-749259186.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> <20080521.211110.-749259186.imp@bsdimp.com> Cc: cvs-src@freebsd.org, jb@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 23 May 2008 16:38:30 -0000 On Wed, May 21, 2008 at 8:11 PM, M. Warner Losh wrote: > In message: <200805220214.m4M2EYTM061847@repoman.freebsd.org> > John Birrell writes: > : The API for this library is deliberately different to the GPL'd > : libdwarf to avoid licensing problems. > > What licensing problems does it avoid? APIs can't be copyrighted, and > therefore can't be GPL'd. > > Warner Well.. the GNU and linux folk have an interesting spin on this. They seem to maintain that if an API is specific to a GPL'ed code blob, then programs that use that specific API are therefore derivatives. There was a case a few years ago about the gmp library. They maintained that a 3rd party consumer of libgmp was a GPL violation if it wasn't distributed under GPL compatible terms. I seem to recall that the 'fgmp' (free-gmp) library came out, and a new release of the 3rd party package was made with the references in the documentation changed to something like 'uses fgmp or a fgmp-compatible library like gmp' or some such. It was all a giant circus and waste of effort, especially since fgmp wasn't really a viable gmp replacement. The next point is that the Linux folks (including Linus) seem to consider that making calls to the linux kernel causes your driver to be a derivative, unless the API you're calling has been blessed as a public interface. (To be fair, I can see the point for their specific circumstances, but their interpretation of copyright seems to be quite a stretch to me). Back to this case. There are non-GPL implementations of libdwarf out there. I think the API is well and truly fair game at this point. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-cvs-src@FreeBSD.ORG Fri May 23 16:38:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA731065671; Fri, 23 May 2008 16:38:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD6A88FC12; Fri, 23 May 2008 16:38:38 +0000 (UTC) (envelope-from kib@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 m4NGccYN000144; Fri, 23 May 2008 16:38:38 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NGccQ2000143; Fri, 23 May 2008 16:38:38 GMT (envelope-from kib) Message-Id: <200805231638.m4NGccQ2000143@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 16:38: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/kern kern_conf.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, 23 May 2008 16:38:39 -0000 kib 2008-05-23 16:38:38 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Assert that si_threadcount > 0 before decrementing it. This helps catching the improper use of the dev_refthread/dev_relthread. Tested by: pho MFC after: 1 week Revision Changes Path 1.214 +2 -0 src/sys/kern/kern_conf.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:44:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E90C106564A; Fri, 23 May 2008 16:44:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC788FC17; Fri, 23 May 2008 16:44:00 +0000 (UTC) (envelope-from kib@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 m4NGi0lt000380; Fri, 23 May 2008 16:44:00 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NGi01T000375; Fri, 23 May 2008 16:44:00 GMT (envelope-from kib) Message-Id: <200805231644.m4NGi01T000375@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 16:43:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty.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, 23 May 2008 16:44:00 -0000 kib 2008-05-23 16:43:59 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Use the t_state for the TS_GONE test. Submitted by: jhb MFC after: 3 days Revision Changes Path 1.278 +1 -1 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:46:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C26351065670; Fri, 23 May 2008 16:46:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A79F58FC24; Fri, 23 May 2008 16:46:27 +0000 (UTC) (envelope-from kib@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 m4NGkRlI000568; Fri, 23 May 2008 16:46:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NGkRlG000567; Fri, 23 May 2008 16:46:27 GMT (envelope-from kib) Message-Id: <200805231646.m4NGkRlG000567@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 16:46:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty.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, 23 May 2008 16:46:27 -0000 kib 2008-05-23 16:46:27 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: The dev_refthread() in the tty_gettp() may fail, because Giant is taken in the giant_trick routines after the dev_refthread increments the si_threadcount. Remove assert, do not perform dev_relthread() for failed dev_refthread(), and handle failure in the tty_gettp() callers (cdevsw tty methods). Before kern_conf.c 1.210 and 1.211, the kernel usually paniced in the giant_trick routines dereferencing NULL cdevsw, not taking this fault. Reported by: Vince Hoffman Debugging help and tested by: pho Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.279 +6 -5 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:47:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 722491065672; Fri, 23 May 2008 16:47:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8D28FC26; Fri, 23 May 2008 16:47:55 +0000 (UTC) (envelope-from kib@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 m4NGltR1009813; Fri, 23 May 2008 16:47:55 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NGltnh009812; Fri, 23 May 2008 16:47:55 GMT (envelope-from kib) Message-Id: <200805231647.m4NGltnh009812@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 23 May 2008 16:47:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern tty.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, 23 May 2008 16:47:55 -0000 kib 2008-05-23 16:47:55 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Rev. 1.274 put the ttyrel() call before the destroy_dev() in the ttyfree(), freeing the tty. Since destroy_dev() may call d_purge() cdevsw method, that is the ttypurge() for the tty, the code ends up accessing freed tty structure. Put the ttyrel() after destroy_dev() in the ttyfree. To prevent the panic the rev. 1.274 provided fix for, check the TS_GONE in sysctl handler and refuse to provide information on such tty. Reported, debugging help and tested by: pho DIscussed with and reviewed by: jhb MFC after: 1 week Revision Changes Path 1.280 +5 -2 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Fri May 23 16:52:32 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D121B106566B; Fri, 23 May 2008 16:52:32 +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 8E3B18FC19; Fri, 23 May 2008 16:52:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 4FC0410C6E0; Fri, 23 May 2008 12:52:27 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 23 May 2008 12:52:27 -0400 X-Sasl-enc: fsRojsIYR+2neUqYUczy8tan955ebv3r7Fj3mTwYrcSS 1211561546 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 ESMTPSA id 4A04F8D70; Fri, 23 May 2008 12:52:26 -0400 (EDT) Message-ID: <4836F649.9050006@FreeBSD.org> Date: Fri, 23 May 2008 17:52:25 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Peter Wemm References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> <20080521.211110.-749259186.imp@bsdimp.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, jb@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 23 May 2008 16:52:32 -0000 Peter Wemm wrote: > The next point is that the Linux folks (including Linus) seem to > consider that making calls to the linux kernel causes your driver to > be a derivative, unless the API you're calling has been blessed as a > public interface. (To be fair, I can see the point for their specific > circumstances, but their interpretation of copyright seems to be quite > a stretch to me). > I wonder if the "netlink" API constitutes such a set of calls to the Linux kernel. I raise this matter because we've just grown multiple route table support, and it looks like we could use an API for that. If we can gain compatibility with other systems, that widens our appeal. Given that its developers had an informational RFC published, under the auspices of "an interface to IP service modules", I think that somewhat weakens the case that implementing an API constitutes a "derivative work". Such an interpretation of copyright seems equivocal, when one considers that the same group criticise Microsoft for not opening their APIs: "We want everyone to be able to play together, but only by our new set of rules". To which one can respond: surely curses came before ncurses? And surely routing sockets came before netlink? Etc ad nauseam. From owner-cvs-src@FreeBSD.ORG Fri May 23 16:58:22 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2F2106567A; Fri, 23 May 2008 16:58:22 +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 D48F48FC1B; Fri, 23 May 2008 16:58:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4NGunmO005533; Fri, 23 May 2008 10:56:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 23 May 2008 10:58:11 -0600 (MDT) Message-Id: <20080523.105811.-1253036434.imp@bsdimp.com> To: peter@wemm.org From: "M. Warner Losh" In-Reply-To: References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> <20080521.211110.-749259186.imp@bsdimp.com> 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 Cc: cvs-src@freebsd.org, jb@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 23 May 2008 16:58:22 -0000 In message: "Peter Wemm" writes: : On Wed, May 21, 2008 at 8:11 PM, M. Warner Losh wrote: : > In message: <200805220214.m4M2EYTM061847@repoman.freebsd.org> : > John Birrell writes: : > : The API for this library is deliberately different to the GPL'd : > : libdwarf to avoid licensing problems. : > : > What licensing problems does it avoid? APIs can't be copyrighted, and : > therefore can't be GPL'd. : > : > Warner : : Well.. the GNU and linux folk have an interesting spin on this. They : seem to maintain that if an API is specific to a GPL'ed code blob, : then programs that use that specific API are therefore derivatives. Yes, they do... : There was a case a few years ago about the gmp library. They : maintained that a 3rd party consumer of libgmp was a GPL violation if : it wasn't distributed under GPL compatible terms. I seem to recall : that the 'fgmp' (free-gmp) library came out, and a new release of the : 3rd party package was made with the references in the documentation : changed to something like 'uses fgmp or a fgmp-compatible library like : gmp' or some such. It was all a giant circus and waste of effort, : especially since fgmp wasn't really a viable gmp replacement. There have been several court cases that show just the opposite, especially when it comes to an established interface. However, the interface wasn't GPL'd, it was the contamination of the code calling it before there was a !GPL'd implementation that was at issue... : The next point is that the Linux folks (including Linus) seem to : consider that making calls to the linux kernel causes your driver to : be a derivative, unless the API you're calling has been blessed as a : public interface. (To be fair, I can see the point for their specific : circumstances, but their interpretation of copyright seems to be quite : a stretch to me). True, but in this case the interface isn't copyrighted, just its use. : Back to this case. There are non-GPL implementations of libdwarf out : there. I think the API is well and truly fair game at this point. Agreed. that was rather my point: why have a gratuitously different interface. Warner From owner-cvs-src@FreeBSD.ORG Fri May 23 17:04:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06C541065680; Fri, 23 May 2008 17:04:09 +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 8BA898FC16; Fri, 23 May 2008 17:04:08 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m4NH170V005579; Fri, 23 May 2008 11:01:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 23 May 2008 11:02:28 -0600 (MDT) Message-Id: <20080523.110228.480803659.imp@bsdimp.com> To: bms@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <4836F649.9050006@FreeBSD.org> References: <20080521.211110.-749259186.imp@bsdimp.com> <4836F649.9050006@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 Cc: cvs-src@FreeBSD.org, jb@FreeBSD.org, cvs-all@FreeBSD.org, peter@wemm.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.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, 23 May 2008 17:04:09 -0000 In message: <4836F649.9050006@FreeBSD.org> "Bruce M. Simpson" writes: : Peter Wemm wrote: : > The next point is that the Linux folks (including Linus) seem to : > consider that making calls to the linux kernel causes your driver to : > be a derivative, unless the API you're calling has been blessed as a : > public interface. (To be fair, I can see the point for their specific : > circumstances, but their interpretation of copyright seems to be quite : > a stretch to me). : > : : I wonder if the "netlink" API constitutes such a set of calls to the : Linux kernel. I raise this matter because we've just grown multiple : route table support, and it looks like we could use an API for that. If : we can gain compatibility with other systems, that widens our appeal. Again, API isn't comprightable. It is the use of code, distributed and linked into the Linux kernel that would cause the contamination. : Given that its developers had an informational RFC published, under the : auspices of "an interface to IP service modules", I think that somewhat : weakens the case that implementing an API constitutes a "derivative work". No, it isn't a derived work. Standard interfaces aren't copyrightable. The Linux folks themselves have used this arguments against the SCO Monster :-). Implementing them would be safe from a copyright perspective. : Such an interpretation of copyright seems equivocal, when one considers : that the same group criticise Microsoft for not opening their APIs: "We : want everyone to be able to play together, but only by our new set of : rules". Good thing such an interpretation doesn't square with copyright law. Nor have I seen them make such a direct argument. Let's keep in mind that the GNU folks and the Linux kernel folks have differing views on how aggressively to apply their license to others. There's also many side 'gentlemen's agreements' that don't have the force of law, but are practices that are tolerated (cf use of NDA to restrict gnu toolchain code, for example). Warner From owner-cvs-src@FreeBSD.ORG Fri May 23 18:08:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D9DA106566B; Fri, 23 May 2008 18:08:33 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 295628FC1E; Fri, 23 May 2008 18:08:33 +0000 (UTC) (envelope-from mckusick@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 m4NI8W9s014949; Fri, 23 May 2008 18:08:32 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NI8WfY014948; Fri, 23 May 2008 18:08:32 GMT (envelope-from mckusick) Message-Id: <200805231808.m4NI8WfY014948@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 23 May 2008 18:08:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include/protocols dumprestore.h src/sbin/dump dump.h traverse.c src/sbin/restore dirs.c extern.h restore.h tape.c src/share/man/man5 fs.5 src/sys/sys extattr.h src/sys/ufs/ufs extattr.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, 23 May 2008 18:08:33 -0000 mckusick 2008-05-23 18:08:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include/protocols dumprestore.h sbin/dump dump.h traverse.c sbin/restore dirs.c extern.h restore.h tape.c share/man/man5 fs.5 sys/sys extattr.h sys/ufs/ufs extattr.h Log: MFC of an update to the dump program to save extended attributes and an update to the restore program to restore all dumped extended attributes. The affected files and the version being MFC'ed: Revision Path 1.11 src/include/protocols/dumprestore.h 1.28 src/sbin/dump/dump.h 1.38 src/sbin/dump/traverse.c 1.31 src/sbin/restore/dirs.c 1.11 src/sbin/restore/extern.h 1.12 src/sbin/restore/restore.h 1.48 src/sbin/restore/tape.c 1.16 src/sys/sys/extattr.h 1.21 src/sys/ufs/ufs/extattr.h 1.24 src/share/man/man5/fs.5 Note that this code will not compile until these header files have been updated: and . This should happen in the course of doing a normal `buildworld'. This resolves PR 93085 which will be closed. PR: bin/93085 MFC request by: Robert Watson Revision Changes Path 1.10.14.1 +2 -1 src/include/protocols/dumprestore.h 1.27.2.1 +0 -2 src/sbin/dump/dump.h 1.36.2.3 +166 -18 src/sbin/dump/traverse.c 1.30.2.1 +54 -12 src/sbin/restore/dirs.c 1.10.8.1 +3 -1 src/sbin/restore/extern.h 1.10.2.1 +1 -0 src/sbin/restore/restore.h 1.44.2.2 +291 -13 src/sbin/restore/tape.c 1.22.2.1 +58 -1 src/share/man/man5/fs.5 1.12.10.1 +16 -0 src/sys/sys/extattr.h 1.20.2.1 +49 -0 src/sys/ufs/ufs/extattr.h From owner-cvs-src@FreeBSD.ORG Fri May 23 18:34:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88BA51065672; Fri, 23 May 2008 18:34:34 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC9E8FC0A; Fri, 23 May 2008 18:34:34 +0000 (UTC) (envelope-from ed@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 m4NIYXnt020284; Fri, 23 May 2008 18:34:33 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NIYXWI020283; Fri, 23 May 2008 18:34:33 GMT (envelope-from ed) Message-Id: <200805231834.m4NIYXWI020283@repoman.freebsd.org> From: Ed Schouten Date: Fri, 23 May 2008 18:34: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/sys clist.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, 23 May 2008 18:34:34 -0000 ed 2008-05-23 18:34:33 UTC FreeBSD src repository Modified files: sys/sys clist.h Log: Fix the build by including in . Of course I was silly enough to only check LINT for build failures, but not the userspace bits. In the mpsafetty branch I didn't notice this, because never got included in userspace. Approved by: philip (mentor) Pointy hat to: me :-( Revision Changes Path 1.13 +2 -0 src/sys/sys/clist.h From owner-cvs-src@FreeBSD.ORG Fri May 23 19:16:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89020106564A; Fri, 23 May 2008 19:16:25 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CEEE8FC12; Fri, 23 May 2008 19:16:25 +0000 (UTC) (envelope-from marcel@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 m4NJGPVd025408; Fri, 23 May 2008 19:16:25 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NJGPfV025407; Fri, 23 May 2008 19:16:25 GMT (envelope-from marcel) Message-Id: <200805231916.m4NJGPfV025407@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 May 2008 19:16:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim mmu_oea.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, 23 May 2008 19:16:25 -0000 marcel 2008-05-23 19:16:25 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happens on the APs. Revision Changes Path 1.122 +4 -1 src/sys/powerpc/aim/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Fri May 23 19:17:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 940C8106567F; Fri, 23 May 2008 19:17:08 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 585158FC26; Fri, 23 May 2008 19:17:08 +0000 (UTC) (envelope-from mckusick@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 m4NJH8ps025442; Fri, 23 May 2008 19:17:08 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NJH8ZQ025441; Fri, 23 May 2008 19:17:08 GMT (envelope-from mckusick) Message-Id: <200805231917.m4NJH8ZQ025441@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 23 May 2008 19:17: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/sbin/restore dirs.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, 23 May 2008 19:17:08 -0000 mckusick 2008-05-23 19:17:08 UTC FreeBSD src repository Modified files: sbin/restore dirs.c Log: Fix nits pointed out in PR bin/39905 that have not already been corrected since it was filed. With this change the PR will be closed. PR: bin/39905 Revision Changes Path 1.35 +3 -3 src/sbin/restore/dirs.c From owner-cvs-src@FreeBSD.ORG Fri May 23 19:53:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6717106567C; Fri, 23 May 2008 19:53:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 997428FC23; Fri, 23 May 2008 19:53:50 +0000 (UTC) (envelope-from marcel@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 m4NJroIr026621; Fri, 23 May 2008 19:53:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NJro8f026620; Fri, 23 May 2008 19:53:50 GMT (envelope-from marcel) Message-Id: <200805231953.m4NJro8f026620@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 23 May 2008 19:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 interrupt.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, 23 May 2008 19:53:51 -0000 marcel 2008-05-23 19:53:50 UTC FreeBSD src repository Modified files: sys/ia64/ia64 interrupt.c Log: Account for IPI_PREEMPT. We don't want to call sched_preempt() with interrupts disabled or with td_intr_nesting_level non-zero. Revision Changes Path 1.69 +10 -4 src/sys/ia64/ia64/interrupt.c From owner-cvs-src@FreeBSD.ORG Fri May 23 20:04:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79EFA1065676; Fri, 23 May 2008 20:04:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 550C28FC19; Fri, 23 May 2008 20:04:21 +0000 (UTC) (envelope-from jhb@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 m4NK4KFp028289; Fri, 23 May 2008 20:04:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NK4KtS028288; Fri, 23 May 2008 20:04:20 GMT (envelope-from jhb) Message-Id: <200805232004.m4NK4KtS028288@repoman.freebsd.org> From: John Baldwin Date: Fri, 23 May 2008 20:04:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/truss Makefile amd64-fbsd32.c amd64-linux32.c amd64linux32.conf extern.h fbsd32.conf 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, 23 May 2008 20:04:21 -0000 jhb 2008-05-23 20:04:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/truss Makefile extern.h main.c Added files: (Branch: RELENG_7) usr.bin/truss amd64-fbsd32.c amd64-linux32.c amd64linux32.conf fbsd32.conf Log: MFC: Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Revision Changes Path 1.22.2.1 +35 -12 src/usr.bin/truss/Makefile 1.30.2.1 +346 -0 src/usr.bin/truss/amd64-fbsd32.c (new) 1.28.2.1 +316 -0 src/usr.bin/truss/amd64-linux32.c (new) 1.1.2.1 +13 -0 src/usr.bin/truss/amd64linux32.conf (new) 1.12.2.1 +4 -0 src/usr.bin/truss/extern.h 1.1.2.1 +13 -0 src/usr.bin/truss/fbsd32.conf (new) 1.46.2.1 +2 -0 src/usr.bin/truss/main.c From owner-cvs-src@FreeBSD.ORG Fri May 23 20:04:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C56201065674; Fri, 23 May 2008 20:04:55 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0E6B8FC1D; Fri, 23 May 2008 20:04:55 +0000 (UTC) (envelope-from jhb@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 m4NK4tq7029532; Fri, 23 May 2008 20:04:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NK4tKU029531; Fri, 23 May 2008 20:04:55 GMT (envelope-from jhb) Message-Id: <200805232004.m4NK4tKU029531@repoman.freebsd.org> From: John Baldwin Date: Fri, 23 May 2008 20:04: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/usr.bin/truss Makefile amd64-fbsd32.c amd64-linux32.c amd64linux32.conf extern.h fbsd32.conf 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, 23 May 2008 20:04:55 -0000 jhb 2008-05-23 20:04:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/truss Makefile extern.h main.c Added files: (Branch: RELENG_6) usr.bin/truss amd64-fbsd32.c amd64-linux32.c amd64linux32.conf fbsd32.conf Log: MFC: Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Revision Changes Path 1.21.2.1 +35 -12 src/usr.bin/truss/Makefile 1.30.4.1 +364 -0 src/usr.bin/truss/amd64-fbsd32.c (new) 1.28.4.1 +336 -0 src/usr.bin/truss/amd64-linux32.c (new) 1.1.4.1 +13 -0 src/usr.bin/truss/amd64linux32.conf (new) 1.10.2.1 +4 -0 src/usr.bin/truss/extern.h 1.1.4.1 +13 -0 src/usr.bin/truss/fbsd32.conf (new) 1.40.2.3 +2 -0 src/usr.bin/truss/main.c From owner-cvs-src@FreeBSD.ORG Fri May 23 20:07:04 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A22B106566C; Fri, 23 May 2008 20:07:04 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3DCFC8FC1D; Fri, 23 May 2008 20:07:04 +0000 (UTC) (envelope-from jhb@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 m4NK745R029676; Fri, 23 May 2008 20:07:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NK73wF029671; Fri, 23 May 2008 20:07:03 GMT (envelope-from jhb) Message-Id: <200805232007.m4NK73wF029671@repoman.freebsd.org> From: John Baldwin Date: Fri, 23 May 2008 20:06:59 +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.bin/truss setup.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, 23 May 2008 20:07:04 -0000 jhb 2008-05-23 20:06:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/truss setup.c Log: - Close a small fd leak that can occur if we have to do more than one PIOCWAIT after forking a new child process. - Use NULL instead of 0 in one spot. This is a direct commit to RELENG_6 since it only applies to the procfs code and newer branches use ptrace() rather than procfs. Revision Changes Path 1.21.2.2 +2 -1 src/usr.bin/truss/setup.c From owner-cvs-src@FreeBSD.ORG Fri May 23 22:17:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4B81065671; Fri, 23 May 2008 22:17:29 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C121F8FC12; Fri, 23 May 2008 22:17:28 +0000 (UTC) (envelope-from jb@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 m4NMHSnE051913; Fri, 23 May 2008 22:17:28 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMHSFl051912; Fri, 23 May 2008 22:17:28 GMT (envelope-from jb) Message-Id: <200805232217.m4NMHSFl051912@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:17: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/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: Fri, 23 May 2008 22:17:29 -0000 jb 2008-05-23 22:17:28 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add the KDTRACE_HOOKS option for DTrace support. Revision Changes Path 1.1490 +6 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri May 23 22:21:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C59F1065679; Fri, 23 May 2008 22:21:59 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 167488FC0A; Fri, 23 May 2008 22:21:59 +0000 (UTC) (envelope-from jb@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 m4NMLw00052188; Fri, 23 May 2008 22:21:58 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMLw6c052187; Fri, 23 May 2008 22:21:58 GMT (envelope-from jb) Message-Id: <200805232221.m4NMLw6c052187@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:21: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/cddl/dev/cyclic cyclic.c cyclic_test.c src/sys/cddl/dev/cyclic/amd64 cyclic_machdep.c src/sys/cddl/dev/cyclic/i386 cyclic_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 22:21:59 -0000 jb 2008-05-23 22:21:58 UTC FreeBSD src repository Added files: sys/cddl/dev/cyclic cyclic.c cyclic_test.c sys/cddl/dev/cyclic/amd64 cyclic_machdep.c sys/cddl/dev/cyclic/i386 cyclic_machdep.c Log: The cyclic timer device. This is a cut down version of the one in OpenSolaris. We don't have the lock levels that they do, so this is just hooked into clock interrupts. Revision Changes Path 1.1 +133 -0 src/sys/cddl/dev/cyclic/amd64/cyclic_machdep.c (new) 1.1 +1421 -0 src/sys/cddl/dev/cyclic/cyclic.c (new) 1.1 +301 -0 src/sys/cddl/dev/cyclic/cyclic_test.c (new) 1.1 +133 -0 src/sys/cddl/dev/cyclic/i386/cyclic_machdep.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 23 22:23:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FFAB106567C; Fri, 23 May 2008 22:23:29 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C67368FC1A; Fri, 23 May 2008 22:23:28 +0000 (UTC) (envelope-from jb@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 m4NMNS7q052257; Fri, 23 May 2008 22:23:28 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMNSwb052256; Fri, 23 May 2008 22:23:28 GMT (envelope-from jb) Message-Id: <200805232223.m4NMNSwb052256@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 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/modules/cyclic 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, 23 May 2008 22:23:29 -0000 jb 2008-05-23 22:23:28 UTC FreeBSD src repository Modified files: sys/modules/cyclic Makefile Log: The cyclic code is in sys/cddl/dev/cyclic to be consistent with the other stuff. Revision Changes Path 1.2 +2 -2 src/sys/modules/cyclic/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 23 22:36:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D34B11065674; Fri, 23 May 2008 22:36:22 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 962128FC1F; Fri, 23 May 2008 22:36:22 +0000 (UTC) (envelope-from jb@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 m4NMaMiD052796; Fri, 23 May 2008 22:36:22 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMaMTr052795; Fri, 23 May 2008 22:36:22 GMT (envelope-from jb) Message-Id: <200805232236.m4NMaMTr052795@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:36: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/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: Fri, 23 May 2008 22:36:22 -0000 jb 2008-05-23 22:36:12 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Hook the DTrace kernel modules into the build. Revision Changes Path 1.568 +21 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri May 23 22:39:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CFEA106567E; Fri, 23 May 2008 22:39:29 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9708FC1E; Fri, 23 May 2008 22:39:29 +0000 (UTC) (envelope-from jb@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 m4NMdTdu052864; Fri, 23 May 2008 22:39:29 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMdTLE052863; Fri, 23 May 2008 22:39:29 GMT (envelope-from jb) Message-Id: <200805232239.m4NMdTLE052863@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:39: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/cddl/compat/opensolaris/kern opensolaris.c opensolaris_cmn_err.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, 23 May 2008 22:39:29 -0000 jb 2008-05-23 22:39:28 UTC FreeBSD src repository Added files: sys/cddl/compat/opensolaris/kern opensolaris.c opensolaris_cmn_err.c Log: OpenSolaris kernel module compatibility sources. Revision Changes Path 1.1 +101 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris.c (new) 1.1 +64 -0 src/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c (new) From owner-cvs-src@FreeBSD.ORG Fri May 23 22:40:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D39DB1065675; Fri, 23 May 2008 22:40:58 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9525A8FC15; Fri, 23 May 2008 22:40:58 +0000 (UTC) (envelope-from jb@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 m4NMewds052992; Fri, 23 May 2008 22:40:58 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMewik052991; Fri, 23 May 2008 22:40:58 GMT (envelope-from jb) Message-Id: <200805232240.m4NMewik052991@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:40: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/cddl/contrib/opensolaris/uts/common/sys sdt.h vmem.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, 23 May 2008 22:40:58 -0000 jb 2008-05-23 22:40:58 UTC FreeBSD src repository Removed files: sys/cddl/contrib/opensolaris/uts/common/sys sdt.h vmem.h Log: Delete a couple of OpenSolaris headers which get in the way of our implementation. Revision Changes Path 1.3 +0 -176 src/sys/cddl/contrib/opensolaris/uts/common/sys/sdt.h (dead) 1.4 +0 -142 src/sys/cddl/contrib/opensolaris/uts/common/sys/vmem.h (dead) From owner-cvs-src@FreeBSD.ORG Fri May 23 22:44:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CC9B106564A; Fri, 23 May 2008 22:44:47 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C34C88FC0A; Fri, 23 May 2008 22:44:46 +0000 (UTC) (envelope-from jb@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 m4NMikHJ053144; Fri, 23 May 2008 22:44:46 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NMik8f053143; Fri, 23 May 2008 22:44:46 GMT (envelope-from jb) Message-Id: <200805232244.m4NMik8f053143@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 22:44: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/cddl/contrib/opensolaris/lib/libzpool/common/sys zfs_context.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, 23 May 2008 22:44:47 -0000 jb 2008-05-23 22:44:46 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libzpool/common/sys zfs_context.h Log: Don't need to include vmem.h anymore. Revision Changes Path 1.10 +0 -1 src/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h From owner-cvs-src@FreeBSD.ORG Fri May 23 23:03:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48F01065672; Fri, 23 May 2008 23:03:17 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A66378FC0C; Fri, 23 May 2008 23:03:17 +0000 (UTC) (envelope-from jb@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 m4NN3H5C054806; Fri, 23 May 2008 23:03:17 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NN3HdF054805; Fri, 23 May 2008 23:03:17 GMT (envelope-from jb) Message-Id: <200805232303.m4NN3HdF054805@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 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/cddl/compat/opensolaris/machine endian.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, 23 May 2008 23:03:18 -0000 jb 2008-05-23 23:03:17 UTC FreeBSD src repository Removed files: sys/cddl/compat/opensolaris/machine endian.h Log: Messing with the endian defines breaks the use of other FreeBSD headers. Revision Changes Path 1.3 +0 -44 src/sys/cddl/compat/opensolaris/machine/endian.h (dead) From owner-cvs-src@FreeBSD.ORG Fri May 23 23:13:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F588106567A; Fri, 23 May 2008 23:13:15 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A4108FC18; Fri, 23 May 2008 23:13:15 +0000 (UTC) (envelope-from mckusick@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 m4NNDEqU055169; Fri, 23 May 2008 23:13:14 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NNDE6h055168; Fri, 23 May 2008 23:13:14 GMT (envelope-from mckusick) Message-Id: <200805232313.m4NNDE6h055168@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 23 May 2008 23:13: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/sbin/dump dump.8 dump.h main.c traverse.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, 23 May 2008 23:13:15 -0000 mckusick 2008-05-23 23:13:14 UTC FreeBSD src repository Modified files: sbin/dump dump.8 dump.h main.c traverse.c Log: When using dump to generate level 0 dumps which are then rsync'ed to a remote machine, the fact that the dump date is stored with each header (inode) record makes rsync significantly less efficient than necessary. This also applies to inode access times when they are not important data to retain. When implementing an offsite backup solution of this type, these dates in particular are not important, especially if it prevents effective offsite backups. PR: bin/91049 Submitted by: Forrest W Christian Revision Changes Path 1.76 +22 -1 src/sbin/dump/dump.8 1.29 +1 -0 src/sbin/dump/dump.h 1.66 +23 -3 src/sbin/dump/main.c 1.41 +5 -0 src/sbin/dump/traverse.c From owner-cvs-src@FreeBSD.ORG Fri May 23 23:33:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A6B01065689; Fri, 23 May 2008 23:33:08 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C38F8FC17; Fri, 23 May 2008 23:33: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 m4NNX747055749; Fri, 23 May 2008 23:33:07 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NNX7Jm055748; Fri, 23 May 2008 23:33:07 GMT (envelope-from rodrigc) Message-Id: <200805232333.m4NNX7Jm055748@repoman.freebsd.org> From: Craig Rodrigues Date: Fri, 23 May 2008 23:33: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/kern 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: Fri, 23 May 2008 23:33:08 -0000 rodrigc 2008-05-23 23:33:07 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Do not convert the "snapshot" string to the MNT_SNAPSHOT flag here, since we do it further down in ffs_vfsops.c MFC after: 1 month Revision Changes Path 1.282 +0 -2 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sat May 24 00:02:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEE331065677; Sat, 24 May 2008 00:02:13 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0C348FC12; Sat, 24 May 2008 00:02:13 +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 m4O02DD7056918; Sat, 24 May 2008 00:02:13 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O02DRB056917; Sat, 24 May 2008 00:02:13 GMT (envelope-from rodrigc) Message-Id: <200805240002.m4O02DRB056917@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 24 May 2008 00:02: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/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:02:14 -0000 rodrigc 2008-05-24 00:02:13 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: For the following mount options, do not perform the string to flag conversions here, because we already do them further up in vfs_donmount() in vfs_mount.c async -> MNT_ASYNC force -> MNT_FORCE multilabel -> MNT_MULTILABEL noatime -> MNT_NOATIME noclusterr -> MNT_NOCLUSTERR noclusterw -> MNT_NOCLUSTERW MFC after: 1 month Revision Changes Path 1.341 +0 -21 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat May 24 00:17:28 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43EEE106566C; Sat, 24 May 2008 00:17:28 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 09A998FC16; Sat, 24 May 2008 00:17:27 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m4O0HJmM015818; Fri, 23 May 2008 17:17:19 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m4O0HI9V015817; Fri, 23 May 2008 17:17:18 -0700 (PDT) (envelope-from obrien) Date: Fri, 23 May 2008 17:17:18 -0700 From: "David O'Brien" To: Peter Wemm Message-ID: <20080524001718.GB85398@dragon.NUXI.org> References: <200805220214.m4M2EYTM061847@repoman.freebsd.org> <20080521.211110.-749259186.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, jb@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/lib/libdwarf Makefile _libdwarf.h dwarf.h dwarf_abbrev.c dwarf_attr.c dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c dwarf_errmsg.c dwarf_errno.c dwarf_finish.c dwarf_form.c dwarf_init.c dwarf_loc.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:17:28 -0000 On Fri, May 23, 2008 at 09:38:28AM -0700, Peter Wemm wrote: > Back to this case. There are non-GPL implementations of libdwarf out > there. I think the API is well and truly fair game at this point. In fact SGI's first libdwarf library release was under a BSDL. So if API in the release is the one most common, we can use it without issue from anyone's interpretation of things. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Sat May 24 00:41:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C238106567C; Sat, 24 May 2008 00:41:33 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 398998FC12; Sat, 24 May 2008 00:41:33 +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 m4O0fX5d060731; Sat, 24 May 2008 00:41:33 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O0fWCc060730; Sat, 24 May 2008 00:41:32 GMT (envelope-from rodrigc) Message-Id: <200805240041.m4O0fWCc060730@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 24 May 2008 00:41:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:41:33 -0000 rodrigc 2008-05-24 00:41:32 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: After converting the "snapshot" mount option to the MNT_SNAPSHOT flag, delete "snapshot" from the persistent mount options list. This should fix problems with doing a mount -o snapshot of a file system, followed by an NFS export of the same file system. PR: 122833 Reported by: Leon Kos , Jaakko Heinonen MFC after: 1 month Revision Changes Path 1.342 +8 -1 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat May 24 00:42:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 539A11065670; Sat, 24 May 2008 00:42:20 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 158EE8FC19; Sat, 24 May 2008 00:42:20 +0000 (UTC) (envelope-from delphij@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 m4O0gJWs060785; Sat, 24 May 2008 00:42:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O0gJvJ060784; Sat, 24 May 2008 00:42:19 GMT (envelope-from delphij) Message-Id: <200805240042.m4O0gJvJ060784@repoman.freebsd.org> From: Xin LI Date: Sat, 24 May 2008 00:42:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:42:20 -0000 delphij 2008-05-24 00:42:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt_pci.c Log: MFC revision 1.52 date: 2008/05/10 01:27:23; author: delphij; state: Exp; lines: +6 -0 Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA Controller) Revision Changes Path 1.51.2.1 +6 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat May 24 00:42:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B89BA1065681; Sat, 24 May 2008 00:42:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A70D8FC17; Sat, 24 May 2008 00:42:33 +0000 (UTC) (envelope-from delphij@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 m4O0gXao060815; Sat, 24 May 2008 00:42:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O0gXjE060814; Sat, 24 May 2008 00:42:33 GMT (envelope-from delphij) Message-Id: <200805240042.m4O0gXjE060814@repoman.freebsd.org> From: Xin LI Date: Sat, 24 May 2008 00:42:33 +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/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:42:33 -0000 delphij 2008-05-24 00:42:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC revision 1.52 date: 2008/05/10 01:27:23; author: delphij; state: Exp; lines: +6 -0 Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA Controller) Revision Changes Path 1.20.2.10 +6 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat May 24 00:42:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF6491065674; Sat, 24 May 2008 00:42:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1A9A8FC1E; Sat, 24 May 2008 00:42:53 +0000 (UTC) (envelope-from delphij@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 m4O0grjY060847; Sat, 24 May 2008 00:42:53 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O0grFB060846; Sat, 24 May 2008 00:42:53 GMT (envelope-from delphij) Message-Id: <200805240042.m4O0grFB060846@repoman.freebsd.org> From: Xin LI Date: Sat, 24 May 2008 00:42:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 00:42:54 -0000 delphij 2008-05-24 00:42:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mpt mpt_pci.c Log: MFC revision 1.52 date: 2008/05/10 01:27:23; author: delphij; state: Exp; lines: +6 -0 Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA Controller) Revision Changes Path 1.16.2.7 +6 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat May 24 03:35:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0634B1065676; Sat, 24 May 2008 03:35:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDC0D8FC20; Sat, 24 May 2008 03:35:13 +0000 (UTC) (envelope-from kib@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 m4O3ZDlf089523; Sat, 24 May 2008 03:35:13 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O3ZDhr089522; Sat, 24 May 2008 03:35:13 GMT (envelope-from kib) Message-Id: <200805240335.m4O3ZDhr089522@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 24 May 2008 03:35:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 03:35:14 -0000 kib 2008-05-24 03:35:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_event.c Log: MFC rev. 1.119: The kqueue_close() encountering the KN_INFLUX knotes on the kq being closed is the legitimate situation. For instance, filedescriptor with registered events may be closed in parallel with closing the kqueue. Properly handle the case instead of asserting that this cannot happen. Revision Changes Path 1.113.2.1 +11 -4 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Sat May 24 03:36:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72593106567D; Sat, 24 May 2008 03:36:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 35AE18FC1C; Sat, 24 May 2008 03:36:20 +0000 (UTC) (envelope-from kib@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 m4O3aKD6089585; Sat, 24 May 2008 03:36:20 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O3aJeY089584; Sat, 24 May 2008 03:36:19 GMT (envelope-from kib) Message-Id: <200805240336.m4O3aJeY089584@repoman.freebsd.org> From: Konstantin Belousov Date: Sat, 24 May 2008 03:36:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 03:36:20 -0000 kib 2008-05-24 03:36:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_event.c Log: MFC rev. 1.120: Kqueue_scan() may sleep when encountered the influx knotes. On the other hand, it may cause other threads to sleep since kqueue_scan() may mark some knotes as infux. This could lead to the deadlock. Before kqueue_scan() sleeps, wakeup the threads that are waiting for the influx knotes produced by this thread. Revision Changes Path 1.113.2.2 +10 -1 src/sys/kern/kern_event.c From owner-cvs-src@FreeBSD.ORG Sat May 24 04:36:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D86C3106564A; Sat, 24 May 2008 04:36:07 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A83D88FC17; Sat, 24 May 2008 04:36:07 +0000 (UTC) (envelope-from jb@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 m4O4a7di093551; Sat, 24 May 2008 04:36:07 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O4a7pi093550; Sat, 24 May 2008 04:36:07 GMT (envelope-from jb) Message-Id: <200805240436.m4O4a7pi093550@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 04:36: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/modules/dtrace 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, 24 May 2008 04:36:08 -0000 jb 2008-05-24 04:36:07 UTC FreeBSD src repository Modified files: sys/modules/dtrace Makefile Log: Leave out a couple of DTrace modules for now. Revision Changes Path 1.2 +0 -2 src/sys/modules/dtrace/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 24 05:20:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64C8106564A; Sat, 24 May 2008 05:20:49 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E31C8FC1B; Sat, 24 May 2008 05:20:49 +0000 (UTC) (envelope-from mckusick@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 m4O5Kn3h005279; Sat, 24 May 2008 05:20:49 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O5KlD7005278; Sat, 24 May 2008 05:20:47 GMT (envelope-from mckusick) Message-Id: <200805240520.m4O5KlD7005278@repoman.freebsd.org> From: Kirk McKusick Date: Sat, 24 May 2008 05:20: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/include/protocols dumprestore.h src/sbin/dump dump.h itime.c main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 05:20:49 -0000 mckusick 2008-05-24 05:20:46 UTC FreeBSD src repository Modified files: include/protocols dumprestore.h sbin/dump dump.h itime.c main.c Log: Expand dump to allow MAX_INT dump levels. PR: bin/100732 Submitted by: Matthew Vincenz Revision Changes Path 1.12 +0 -9 src/include/protocols/dumprestore.h 1.30 +7 -3 src/sbin/dump/dump.h 1.17 +4 -4 src/sbin/dump/itime.c 1.67 +10 -7 src/sbin/dump/main.c From owner-cvs-src@FreeBSD.ORG Sat May 24 06:22:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60771106564A; Sat, 24 May 2008 06:22:17 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4348E8FC12; Sat, 24 May 2008 06:22:17 +0000 (UTC) (envelope-from jb@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 m4O6MGPg008662; Sat, 24 May 2008 06:22:16 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O6MGC2008661; Sat, 24 May 2008 06:22:16 GMT (envelope-from jb) Message-Id: <200805240622.m4O6MGC2008661@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 06:22:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exec.c kern_exit.c kern_fork.c kern_proc.c kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 06:22:17 -0000 jb 2008-05-24 06:22:16 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c kern_exit.c kern_fork.c kern_proc.c kern_sig.c Log: Add DTrace 'proc' provider probes using the Statically Defined Trace (sdt) mechanism. Revision Changes Path 1.318 +32 -0 src/sys/kern/kern_exec.c 1.311 +30 -0 src/sys/kern/kern_exit.c 1.293 +23 -0 src/sys/kern/kern_fork.c 1.264 +37 -0 src/sys/kern/kern_proc.c 1.361 +22 -0 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Sat May 24 06:27:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1363E1065672; Sat, 24 May 2008 06:27:03 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC0308FC18; Sat, 24 May 2008 06:27:02 +0000 (UTC) (envelope-from jb@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 m4O6R2hS008818; Sat, 24 May 2008 06:27:02 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O6R2oe008817; Sat, 24 May 2008 06:27:02 GMT (envelope-from jb) Message-Id: <200805240627.m4O6R2oe008817@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 06:27:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 exception.s local_apic.c trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 06:27:03 -0000 jb 2008-05-24 06:27:02 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s local_apic.c trap.c Log: Add the DTrace hooks for exception handling (Function boundary trace -fbt- provider), cyclic clock and syscalls. Revision Changes Path 1.119 +54 -2 src/sys/i386/i386/exception.s 1.46 +17 -0 src/sys/i386/i386/local_apic.c 1.314 +69 -0 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Sat May 24 06:27:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F07F106564A; Sat, 24 May 2008 06:27:56 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 741CE8FC23; Sat, 24 May 2008 06:27:56 +0000 (UTC) (envelope-from jb@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 m4O6Rugd008863; Sat, 24 May 2008 06:27:56 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O6RtPG008862; Sat, 24 May 2008 06:27:55 GMT (envelope-from jb) Message-Id: <200805240627.m4O6RtPG008862@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 06:27:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 06:27:56 -0000 jb 2008-05-24 06:27:54 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c Log: Add a cyclic hook for DTrace. Revision Changes Path 1.249 +17 -0 src/sys/i386/isa/clock.c From owner-cvs-src@FreeBSD.ORG Sat May 24 06:32:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B11AA106566C; Sat, 24 May 2008 06:32:26 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 964CB8FC16; Sat, 24 May 2008 06:32:26 +0000 (UTC) (envelope-from jb@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 m4O6WQ9q009091; Sat, 24 May 2008 06:32:26 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O6WQda009090; Sat, 24 May 2008 06:32:26 GMT (envelope-from jb) Message-Id: <200805240632.m4O6WQda009090@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 06:32:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 exception.S local_apic.c trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 06:32:26 -0000 jb 2008-05-24 06:32:26 UTC FreeBSD src repository Modified files: sys/amd64/amd64 exception.S local_apic.c trap.c Log: Add the DTrace hooks for exception handling (Function boundary trace -fbt- provider), cyclic clock and syscalls. Revision Changes Path 1.132 +40 -0 src/sys/amd64/amd64/exception.S 1.45 +17 -0 src/sys/amd64/amd64/local_apic.c 1.326 +68 -0 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Sat May 24 06:43:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F227E106564A; Sat, 24 May 2008 06:43:55 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D8AFA8FC14; Sat, 24 May 2008 06:43:55 +0000 (UTC) (envelope-from jb@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 m4O6htjG009669; Sat, 24 May 2008 06:43:55 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O6htqn009668; Sat, 24 May 2008 06:43:55 GMT (envelope-from jb) Message-Id: <200805240643.m4O6htqn009668@repoman.freebsd.org> From: John Birrell Date: Sat, 24 May 2008 06:43: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/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.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, 24 May 2008 06:43:56 -0000 jb 2008-05-24 06:43:55 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ioctl.c Log: Make the zfs module depend on the opensolaris module in preparation for it to shared stuff with the DTrace modules. Revision Changes Path 1.8 +1 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c From owner-cvs-src@FreeBSD.ORG Sat May 24 08:49:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ED381065670; Sat, 24 May 2008 08:49:56 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23A858FC16; Sat, 24 May 2008 08:49:56 +0000 (UTC) (envelope-from manolis@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 m4O8nuYd025657; Sat, 24 May 2008 08:49:56 GMT (envelope-from manolis@repoman.freebsd.org) Received: (from manolis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O8nu2g025656; Sat, 24 May 2008 08:49:56 GMT (envelope-from manolis) Message-Id: <200805240849.m4O8nu2g025656@repoman.freebsd.org> From: Manolis Kiagias Date: Sat, 24 May 2008 08:49: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/share/misc committers-doc.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 May 2008 08:49:56 -0000 manolis 2008-05-24 08:49:55 UTC FreeBSD src repository (doc committer) Modified files: share/misc committers-doc.dot Log: Add myself to commiters-doc.dot Approved by: gabor (mentor) Revision Changes Path 1.24 +2 -0 src/share/misc/committers-doc.dot From owner-cvs-src@FreeBSD.ORG Sat May 24 08:54:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E04E106566C; Sat, 24 May 2008 08:54:01 +0000 (UTC) (envelope-from manolis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 030148FC13; Sat, 24 May 2008 08:54:01 +0000 (UTC) (envelope-from manolis@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 m4O8s0t5025845; Sat, 24 May 2008 08:54:00 GMT (envelope-from manolis@repoman.freebsd.org) Received: (from manolis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O8s0gx025842; Sat, 24 May 2008 08:54:00 GMT (envelope-from manolis) Message-Id: <200805240854.m4O8s0gx025842@repoman.freebsd.org> From: Manolis Kiagias Date: Sat, 24 May 2008 08:54: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.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 May 2008 08:54:01 -0000 manolis 2008-05-24 08:54:00 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to calendar.freebsd This will also help me not forget my own birthday :) Approved by: gabor (mentor) Revision Changes Path 1.236 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sat May 24 09:07:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E925106566B; Sat, 24 May 2008 09:07:52 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 54FB38FC17; Sat, 24 May 2008 09:07:52 +0000 (UTC) (envelope-from nyan@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 m4O97qeL027426; Sat, 24 May 2008 09:07:52 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O97qa1027425; Sat, 24 May 2008 09:07:52 GMT (envelope-from nyan) Message-Id: <200805240907.m4O97qa1027425@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 24 May 2008 09:07: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/pc98/cbus clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 09:07:52 -0000 nyan 2008-05-24 09:07:52 UTC FreeBSD src repository Modified files: sys/pc98/cbus clock.c Log: MFi386: revision 1.249 Add a cyclic hook for DTrace. Revision Changes Path 1.170 +17 -0 src/sys/pc98/cbus/clock.c From owner-cvs-src@FreeBSD.ORG Sat May 24 10:13:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E0CA106564A; Sat, 24 May 2008 10:13:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4844A8FC14; Sat, 24 May 2008 10:13:07 +0000 (UTC) (envelope-from bz@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 m4OAD7kH030652; Sat, 24 May 2008 10:13:07 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OAD77t030651; Sat, 24 May 2008 10:13:07 GMT (envelope-from bz) Message-Id: <200805241013.m4OAD77t030651@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 10:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netipsec xform_tcp.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, 24 May 2008 10:13:07 -0000 bz 2008-05-24 10:13:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netipsec xform_tcp.c Log: MFC: rev. 1.6 Add ';' missed with the SYSINIT changes. Not noticed by tb as TCP_SIGNATURE is not in LINT. (this MFC ahead of the MFC of the other SYSINIT ';' chnages) Revision Changes Path 1.5.2.1 +1 -1 src/sys/netipsec/xform_tcp.c From owner-cvs-src@FreeBSD.ORG Sat May 24 10:15:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8B4C106566B; Sat, 24 May 2008 10:15:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A21D38FC1A; Sat, 24 May 2008 10:15:21 +0000 (UTC) (envelope-from bz@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 m4OAFLW8030745; Sat, 24 May 2008 10:15:21 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OAFLAc030744; Sat, 24 May 2008 10:15:21 GMT (envelope-from bz) Message-Id: <200805241015.m4OAFLAc030744@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 10:15:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/ata ata-all.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, 24 May 2008 10:15:21 -0000 bz 2008-05-24 10:15:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.c Log: MFC: rev. 1.287 ata-all.c devclass_get_maxunit() returns n+1 with n starting at 0. So if we have channel 0..3 devclass_get_maxunit is 4. It's never been a problem as devclass_get_device() has caught any possibly bad input. Revision Changes Path 1.280.2.2 +5 -4 src/sys/dev/ata/ata-all.c From owner-cvs-src@FreeBSD.ORG Sat May 24 10:23:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A95061065674; Sat, 24 May 2008 10:23:35 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB018FC1E; Sat, 24 May 2008 10:23:35 +0000 (UTC) (envelope-from bz@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 m4OANZIR031138; Sat, 24 May 2008 10:23:35 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OANZ2P031137; Sat, 24 May 2008 10:23:35 GMT (envelope-from bz) Message-Id: <200805241023.m4OANZ2P031137@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 10:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.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, 24 May 2008 10:23:35 -0000 bz 2008-05-24 10:23:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: if_bgereg.h rev. 1.79 if_bge.c rev. 1.205, 1.209, 1.210 Summary: In some situations we were not clearing pending link state attentions. Because of this we were not getting further interrupts for link state changes, thus never went into iface UP state and thus could not transmit. The only way out of this was an incoming packet generating an rx interrupt and making us call into bge_link_upd. What we do now is force an interrupt at the end of bge_ifmedia_upd_locked so we will call bge_link_upd, clear the link state attention and get further interrupts. While the initial version was not expected to work with all chips the later update in rev. 1.210 is. PR: kern/111804 Tested by: phk, scottl (initial version) Thanks for your help to: davidch, Broadcom Revision Changes Path 1.198.2.7 +34 -2 src/sys/dev/bge/if_bge.c 1.73.2.2 +4 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Sat May 24 11:10:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88A2A1065687; Sat, 24 May 2008 11:10:47 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 650968FC0A; Sat, 24 May 2008 11:10:47 +0000 (UTC) (envelope-from gonzo@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 m4OBAlSZ034008; Sat, 24 May 2008 11:10:47 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from gonzo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OBAl0k034007; Sat, 24 May 2008 11:10:47 GMT (envelope-from gonzo) Message-Id: <200805241110.m4OBAl0k034007@repoman.freebsd.org> From: Oleksandr Tymoshenko Date: Sat, 24 May 2008 11:10: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/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 24 May 2008 11:10:47 -0000 gonzo 2008-05-24 11:10:47 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to the calendar Approved by: cognet (mentor) Revision Changes Path 1.237 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sat May 24 14:51:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91BE6106567B; Sat, 24 May 2008 14:51:30 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 921918FC1B; Sat, 24 May 2008 14:51:30 +0000 (UTC) (envelope-from lulf@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 m4OEpUFe053112; Sat, 24 May 2008 14:51:30 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from lulf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OEpU1r053111; Sat, 24 May 2008 14:51:30 GMT (envelope-from lulf) Message-Id: <200805241451.m4OEpU1r053111@repoman.freebsd.org> From: Ulf Lilleengen Date: Sat, 24 May 2008 14:51:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_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: Sat, 24 May 2008 14:51:30 -0000 lulf 2008-05-24 14:51:30 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc.h fdesc_vfsops.c fdesc_vnops.c Log: - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. - Use proper synhronization primitives to protect the internal fdesc node cache used in fdescfs. - Properly initialize and uninitalize hash. - Remove unused functions. Since fdescfs might recurse on itself, adding proper locking to it needed some tricky workarounds in some parts to make it work. For instance, a descriptor in fdescfs could refer to an open descriptor to itself, thus forcing the thread to recurse on vnode locks. Because of this, other race conditions also had to be fixed. Tested by: pho Reviewed by: kib (mentor) Approved by: kib (mentor) Revision Changes Path 1.21 +7 -2 src/sys/fs/fdescfs/fdesc.h 1.59 +34 -10 src/sys/fs/fdescfs/fdesc_vfsops.c 1.109 +158 -72 src/sys/fs/fdescfs/fdesc_vnops.c From owner-cvs-src@FreeBSD.ORG Sat May 24 15:20:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0BA3106567D; Sat, 24 May 2008 15:20:48 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8CF88FC0C; Sat, 24 May 2008 15:20:48 +0000 (UTC) (envelope-from bz@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 m4OFKm2w055127; Sat, 24 May 2008 15:20:48 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OFKmxd055126; Sat, 24 May 2008 15:20:48 GMT (envelope-from bz) Message-Id: <200805241520.m4OFKmxd055126@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 15:20: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 udp_usrreq.c src/sys/netinet6 ip6_input.c ip6_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: Sat, 24 May 2008 15:20:48 -0000 bz 2008-05-24 15:20:48 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c sys/netinet6 ip6_input.c ip6_var.h Log: Factor out the v4-only vs. the v6-only inp_flags processing in ip6_savecontrol in preparation for udp_append() to no longer need an WLOCK as we will no longer be modifying socket options. Requested by: rwatson Reviewed by: gnn MFC after: 10 days Revision Changes Path 1.221 +3 -8 src/sys/netinet/udp_usrreq.c 1.98 +33 -16 src/sys/netinet6/ip6_input.c 1.42 +1 -0 src/sys/netinet6/ip6_var.h From owner-cvs-src@FreeBSD.ORG Sat May 24 15:32:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31450106566B; Sat, 24 May 2008 15:32:47 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3288D8FC2F; Sat, 24 May 2008 15:32:47 +0000 (UTC) (envelope-from bz@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 m4OFWl2g055553; Sat, 24 May 2008 15:32:47 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OFWlgD055552; Sat, 24 May 2008 15:32:47 GMT (envelope-from bz) Message-Id: <200805241532.m4OFWlgD055552@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 15:32: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/netipsec ipsec.c ipsec.h ipsec_input.c ipsec_output.c xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.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, 24 May 2008 15:32:47 -0000 bz 2008-05-24 15:32:47 UTC FreeBSD src repository Modified files: sys/netipsec ipsec.c ipsec.h ipsec_input.c ipsec_output.c xform_ah.c xform_esp.c xform_ipcomp.c xform_ipip.c Log: In addition to the ipsec_osdep.h removal a week ago, now also eliminate IPSEC_SPLASSERT_SOFTNET which has been 'unused' since FreeBSD 5.0. Revision Changes Path 1.28 +0 -4 src/sys/netipsec/ipsec.c 1.17 +0 -1 src/sys/netipsec/ipsec.h 1.21 +0 -2 src/sys/netipsec/ipsec_input.c 1.19 +0 -3 src/sys/netipsec/ipsec_output.c 1.16 +0 -4 src/sys/netipsec/xform_ah.c 1.21 +0 -4 src/sys/netipsec/xform_esp.c 1.12 +0 -4 src/sys/netipsec/xform_ipcomp.c 1.17 +0 -2 src/sys/netipsec/xform_ipip.c From owner-cvs-src@FreeBSD.ORG Sat May 24 16:18:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A3A21065670; Sat, 24 May 2008 16:18:23 +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 7FD858FC13; Sat, 24 May 2008 16:18:23 +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 192E146B23; Sat, 24 May 2008 12:18:23 -0400 (EDT) Date: Sat, 24 May 2008 17:18:23 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" In-Reply-To: <200805241520.m4OFKmxd055126@repoman.freebsd.org> Message-ID: <20080524171709.B9809@fledge.watson.org> References: <200805241520.m4OFKmxd055126@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/netinet udp_usrreq.c src/sys/netinet6 ip6_input.c ip6_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: Sat, 24 May 2008 16:18:23 -0000 On Sat, 24 May 2008, Bjoern A. Zeeb wrote: > Factor out the v4-only vs. the v6-only inp_flags processing in > ip6_savecontrol in preparation for udp_append() to no longer > need an WLOCK as we will no longer be modifying socket options. Much appreciated, thanks. There are some other similar cases in the stack, such as routing-related socket option handling, where rather than have two code paths of a stack-based argument, the authors went with modifying potentially global state. This is now coming back to bite us as it requires fundamentally local paths to acquire global scope locks exclusively to protect that state, so we should make sure to continue cleaning these things up as we find them. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat May 24 18:35:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B637106564A; Sat, 24 May 2008 18:35:56 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4886A8FC1B; Sat, 24 May 2008 18:35:56 +0000 (UTC) (envelope-from ed@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 m4OIZu7s075941; Sat, 24 May 2008 18:35:56 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OIZuMg075940; Sat, 24 May 2008 18:35:56 GMT (envelope-from ed) Message-Id: <200805241835.m4OIZuMg075940@repoman.freebsd.org> From: Ed Schouten Date: Sat, 24 May 2008 18:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uxb360gp_rdesc.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, 24 May 2008 18:35:56 -0000 ed 2008-05-24 18:35:55 UTC FreeBSD src repository Modified files: sys/dev/usb uxb360gp_rdesc.h Log: Change my email address to the one from the FreeBSD project. Approved by: philip (mentor) Revision Changes Path 1.3 +1 -1 src/sys/dev/usb/uxb360gp_rdesc.h From owner-cvs-src@FreeBSD.ORG Sat May 24 19:29:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1D6106567B; Sat, 24 May 2008 19:29:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 798E28FC1B; Sat, 24 May 2008 19:29:02 +0000 (UTC) (envelope-from bz@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 m4OJT2nl080367; Sat, 24 May 2008 19:29:02 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OJT2Rj080366; Sat, 24 May 2008 19:29:02 GMT (envelope-from bz) Message-Id: <200805241929.m4OJT2Rj080366@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 19:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 exception.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 19:29:02 -0000 bz 2008-05-24 19:29:02 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s Log: Restore buildable state. Style ignored. Leave IDTVEC(ill) where it was unless we compile with KDTRACE_HOOKS[1]. Hide the with DTRACE case case under #ifdef KDTRACE_HOOKS. Suggested by: attilio [1] Reviewed by: attilio Revision Changes Path 1.120 +6 -0 src/sys/i386/i386/exception.s From owner-cvs-src@FreeBSD.ORG Sat May 24 19:30:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 820BA106568C; Sat, 24 May 2008 19:30:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3648FC16; Sat, 24 May 2008 19:30:43 +0000 (UTC) (envelope-from bz@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 m4OJUcKW080489; Sat, 24 May 2008 19:30:43 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OJUcpt080488; Sat, 24 May 2008 19:30:38 GMT (envelope-from bz) Message-Id: <200805241930.m4OJUcpt080488@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 19:30: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/cddl/compat/opensolaris/kern opensolaris_kmem.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, 24 May 2008 19:30:43 -0000 bz 2008-05-24 19:30:38 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_kmem.c Log: Remove redundant redeclaration of 'zone_drain'. Revision Changes Path 1.5 +1 -2 src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c From owner-cvs-src@FreeBSD.ORG Sat May 24 19:52:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EEB31065684; Sat, 24 May 2008 19:52:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8948FC1C; Sat, 24 May 2008 19:52:21 +0000 (UTC) (envelope-from bz@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 m4OJqKGw082162; Sat, 24 May 2008 19:52:20 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OJqKxX082161; Sat, 24 May 2008 19:52:20 GMT (envelope-from bz) Message-Id: <200805241952.m4OJqKxX082161@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 19:52: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/modules/dtrace 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, 24 May 2008 19:52:21 -0000 bz 2008-05-24 19:52:19 UTC FreeBSD src repository Modified files: sys/modules/dtrace Makefile Log: Remove 'fasttrap' module for amd64 for now as the code is not there in sys/cddl/dev/fasttrap. Revision Changes Path 1.3 +1 -2 src/sys/modules/dtrace/Makefile From owner-cvs-src@FreeBSD.ORG Sat May 24 20:44:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A87D1065678; Sat, 24 May 2008 20:44:15 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 491288FC19; Sat, 24 May 2008 20:44:15 +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 m4OKiFJU084972; Sat, 24 May 2008 20:44:15 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OKiFut084971; Sat, 24 May 2008 20:44:15 GMT (envelope-from rodrigc) Message-Id: <200805242044.m4OKiFut084971@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 24 May 2008 20:44:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs fs.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, 24 May 2008 20:44:15 -0000 rodrigc 2008-05-24 20:44:14 UTC FreeBSD src repository Modified files: sys/ufs/ffs fs.h Log: Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE was renamed to SBLOCKSIZE in version 1.33 Reviewed by: mckusick Revision Changes Path 1.50 +2 -2 src/sys/ufs/ffs/fs.h From owner-cvs-src@FreeBSD.ORG Sat May 24 21:57:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 106E61065679; Sat, 24 May 2008 21:57:17 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3B288FC14; Sat, 24 May 2008 21:57:16 +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 m4OLvGjA001419; Sat, 24 May 2008 21:57:16 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OLvG4K001418; Sat, 24 May 2008 21:57:16 GMT (envelope-from alc) Message-Id: <200805242157.m4OLvG4K001418@repoman.freebsd.org> From: Alan Cox Date: Sat, 24 May 2008 21:57:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 21:57:17 -0000 alc 2008-05-24 21:57:16 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: To date, our implementation of munmap(2) has required that the entirety of the specified range be mapped. Specifically, it has returned EINVAL if the entire range is not mapped. There is not, however, any basis for this in either SuSv2 or our own man page. Moreover, neither Linux nor Solaris impose this requirement. This revision removes this requirement. Submitted by: Tijl Coosemans PR: 118510 MFC after: 6 weeks Revision Changes Path 1.221 +0 -7 src/sys/vm/vm_mmap.c