From owner-cvs-src@FreeBSD.ORG Sun Dec 12 00:28:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD52B16A4CE; Sun, 12 Dec 2004 00:28:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD2D43D5E; Sun, 12 Dec 2004 00:28:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC0Sf46095587; Sun, 12 Dec 2004 00:28:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC0SfaB095586; Sun, 12 Dec 2004 00:28:41 GMT (envelope-from sam) Message-Id: <200412120028.iBC0SfaB095586@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Dec 2004 00:28:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_wep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 00:28:42 -0000 sam 2004-12-12 00:28:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_wep.c Log: remove module dependency on rc4; it's not needed any more Revision Changes Path 1.3 +0 -1 src/sys/net80211/ieee80211_crypto_wep.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 00:32:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB8116A4CE; Sun, 12 Dec 2004 00:32:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E159543D58; Sun, 12 Dec 2004 00:32:51 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC0WpJN095750; Sun, 12 Dec 2004 00:32:51 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC0WpdO095749; Sun, 12 Dec 2004 00:32:51 GMT (envelope-from marius) Message-Id: <200412120032.iBC0WpdO095749@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 00:32:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hme if_hme_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 00:32:52 -0000 marius 2004-12-12 00:32:51 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme_pci.c Log: Some changes related to reading the MAC-address from the VPD on systems without Open Firmware: - The PCI data structure of some HME PROMs contains a non-zero interface revision in the class code. Thus remove the checks for matching class code and PCI data structure length and revsion. These were pretty much useless anyway as we only really need the pointer to the VPD which is located before the structure length and revision fields. - On Sun QFE (Quad FastEthernet) cards read the Nth MAC-address for the Nth HME controller instead of always the first one for all four HMEs. [1] - Improve the comment describing the used VPD format to better reflect reality. - Minor clean-up. Prodded by: joerg [1] Revision Changes Path 1.17 +18 -19 src/sys/dev/hme/if_hme_pci.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 01:43:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E24E16A4CE; Sun, 12 Dec 2004 01:43:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A95B43D41; Sun, 12 Dec 2004 01:43:40 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC1hePP004479; Sun, 12 Dec 2004 01:43:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC1he8C004478; Sun, 12 Dec 2004 01:43:40 GMT (envelope-from alc) Message-Id: <200412120143.iBC1he8C004478@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 01:43:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 01:43:40 -0000 alc 2004-12-12 01:43:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_fault.c Log: MFC revision 1.195 In vm_fault_unwire() eliminate the acquisition and release of Giant in the case of non-kernel pmaps. Revision Changes Path 1.192.2.2 +0 -4 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 02:19:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C216A4CE; Sun, 12 Dec 2004 02:19:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7777543D5C; Sun, 12 Dec 2004 02:19:58 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC2JwZj005619; Sun, 12 Dec 2004 02:19:58 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC2JwKY005618; Sun, 12 Dec 2004 02:19:58 GMT (envelope-from kensmith) Message-Id: <200412120219.iBC2JwKY005618@repoman.freebsd.org> From: Ken Smith Date: Sun, 12 Dec 2004 02:19:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/i386 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Dec 2004 02:19:58 -0000 kensmith 2004-12-12 02:19:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/i386 drivers.conf Log: Spell "filesystem" correctly both in the place I had copied it to and the place I had copied it from. Caught by: ru Revision Changes Path 1.3.2.15 +2 -2 src/release/i386/drivers.conf From owner-cvs-src@FreeBSD.ORG Sun Dec 12 02:27:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A305716A4CE; Sun, 12 Dec 2004 02:27:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8138943D41; Sun, 12 Dec 2004 02:27:30 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC2RUwn005870; Sun, 12 Dec 2004 02:27:30 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC2RUNt005869; Sun, 12 Dec 2004 02:27:30 GMT (envelope-from julian) Message-Id: <200412120227.iBC2RUNt005869@repoman.freebsd.org> From: Julian Elischer Date: Sun, 12 Dec 2004 02:27:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 02:27:30 -0000 julian 2004-12-12 02:27:30 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Changes to cache endpoint descriptors for all the interfaces. this information is not always available if we change interfaces. Submitted by: jamie at bishopston dot net (jamie jones) MFC after: 1 week Revision Changes Path 1.98 +114 -34 src/sys/dev/usb/ugen.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 03:42:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0EA16A4CE; Sun, 12 Dec 2004 03:42:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72A443D49; Sun, 12 Dec 2004 03:42:58 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC3gwwQ008269; Sun, 12 Dec 2004 03:42:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC3gwHD008268; Sun, 12 Dec 2004 03:42:58 GMT (envelope-from alc) Message-Id: <200412120342.iBC3gwHD008268@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 03:42:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 03:42:59 -0000 alc 2004-12-12 03:42:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_object.c Log: MFC revision 1.332 Move the acquisition and release of the lock on the object at the head of the shadow chain outside of the loop in vm_object_madvise(), reducing the number of times that this lock is acquired and released. MFC revision 1.336 Eliminate an unnecessary atomic operation. Articulate the rationale in a comment. Revision Changes Path 1.331.2.1 +23 -8 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 04:10:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D07316A4CF; Sun, 12 Dec 2004 04:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE3643D31; Sun, 12 Dec 2004 04:10:52 +0000 (GMT) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC4Aq0U009114; Sun, 12 Dec 2004 04:10:52 GMT (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC4Aqxd009113; Sun, 12 Dec 2004 04:10:52 GMT (envelope-from mckay) Message-Id: <200412120410.iBC4Aqxd009113@repoman.freebsd.org> From: Stephen McKay Date: Sun, 12 Dec 2004 04:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/vinum vinumrequest.c vinumvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 04:10:52 -0000 mckay 2004-12-12 04:10:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/vinum vinumrequest.c vinumvar.h Log: Merge from, um, oblivion: vinumvar.h 1.49, vinumrequest.c 1.73 When doing round-robin reads from a multi-plex volume, only switch to the next plex if the sector to be read isn't nearby the last read sector. Submitted by: Vsevolod Lobko via ru@ Not only does this boost multi-access performance, but surprisingly it helps single process sequential reads on my IDE disk mirror. My guess is that the read-a-block skip-a-block read-a-block effect of strict round-robin defeats some sort of on-disk caching, leading to poor performance. With this patch, longer contiguous reads from a single disk are more common. /sbin/vinum needs to be rebuilt as this patch changes the size of struct plex. OK'd by: grog Revision Changes Path 1.44.2.6 +12 -4 src/sys/dev/vinum/vinumrequest.c 1.32.2.5 +9 -1 src/sys/dev/vinum/vinumvar.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 04:32:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CBF16A4CF; Sun, 12 Dec 2004 04:32:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E6A343D54; Sun, 12 Dec 2004 04:32:44 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC4WieG009758; Sun, 12 Dec 2004 04:32:44 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC4WixM009757; Sun, 12 Dec 2004 04:32:44 GMT (envelope-from sam) Message-Id: <200412120432.iBC4WixM009757@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Dec 2004 04:32:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 04:32:44 -0000 sam 2004-12-12 04:32:44 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: always display the deftxkey for an 802.11 device if privacy is enabled Revision Changes Path 1.12 +5 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 04:40:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA37416A4CF; Sun, 12 Dec 2004 04:40:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B523843D4C; Sun, 12 Dec 2004 04:40:11 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC4eBA9009987; Sun, 12 Dec 2004 04:40:11 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC4eBEH009986; Sun, 12 Dec 2004 04:40:11 GMT (envelope-from silby) Message-Id: <200412120440.iBC4eBEH009986@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 12 Dec 2004 04:40:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 04:40:12 -0000 silby 2004-12-12 04:40:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c Log: Disable port randomization for now; it causes problems in some high speed proxying applications. Modified methods of randomization which should solve this problem are being worked on, and will hopefully make it in before 4.11-release. This commit simply changes the default sysctl setting, it does not remove or change the randomization feature in any way. Revision Changes Path 1.59.2.30 +1 -1 src/sys/netinet/in_pcb.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 05:00:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2594D16A4CE; Sun, 12 Dec 2004 05:00:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0262C43D1F; Sun, 12 Dec 2004 05:00:14 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC50DAY017159; Sun, 12 Dec 2004 05:00:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC50DkM017158; Sun, 12 Dec 2004 05:00:13 GMT (envelope-from sam) Message-Id: <200412120500.iBC50DkM017158@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Dec 2004 05:00:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:00:14 -0000 sam 2004-12-12 05:00:13 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: do not clear the global key cache when reaching the INIT state Revision Changes Path 1.11 +0 -1 src/sys/net80211/ieee80211_proto.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 05:34:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4930C16A4CE; Sun, 12 Dec 2004 05:34:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2363543D31; Sun, 12 Dec 2004 05:34:21 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC5YLC3018261; Sun, 12 Dec 2004 05:34:21 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC5YKTZ018260; Sun, 12 Dec 2004 05:34:20 GMT (envelope-from julian) Message-Id: <200412120534.iBC5YKTZ018260@repoman.freebsd.org> From: Julian Elischer Date: Sun, 12 Dec 2004 05:34:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:34:21 -0000 julian 2004-12-12 05:34:20 UTC FreeBSD src repository Modified files: sys/sys mouse.h sys/dev/usb ums.c usbhid.h Log: Add support for USB Microsoft Intellimouse PR: kern/70607 Submitted by: Matt Wright MFC after: 1 week Revision Changes Path 1.71 +50 -21 src/sys/dev/usb/ums.c 1.14 +1 -0 src/sys/dev/usb/usbhid.h 1.21 +1 -0 src/sys/sys/mouse.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 05:39:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF54A16A4CE; Sun, 12 Dec 2004 05:39:29 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923A643D1F; Sun, 12 Dec 2004 05:39:29 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBC5fvGP032901; Sat, 11 Dec 2004 22:41:57 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BBD97E.1020807@freebsd.org> Date: Sat, 11 Dec 2004 22:39:10 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200412120534.iBC5YKTZ018260@repoman.freebsd.org> In-Reply-To: <200412120534.iBC5YKTZ018260@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:39:30 -0000 Julian Elischer wrote: > julian 2004-12-12 05:34:20 UTC > > FreeBSD src repository > > Modified files: > sys/sys mouse.h > sys/dev/usb ums.c usbhid.h > Log: > Add support for USB Microsoft Intellimouse > > PR: kern/70607 > Submitted by: Matt Wright > MFC after: 1 week > > Revision Changes Path > 1.71 +50 -21 src/sys/dev/usb/ums.c > 1.14 +1 -0 src/sys/dev/usb/usbhid.h > 1.21 +1 -0 src/sys/sys/mouse.h What 'support' does this add? Scott From owner-cvs-src@FreeBSD.ORG Sun Dec 12 05:53:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 338FA16A4CE; Sun, 12 Dec 2004 05:53:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D9143D55; Sun, 12 Dec 2004 05:53:58 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC5rvDG018901; Sun, 12 Dec 2004 05:53:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC5rv0G018900; Sun, 12 Dec 2004 05:53:57 GMT (envelope-from njl) Message-Id: <200412120553.iBC5rv0G018900@repoman.freebsd.org> From: Nate Lawson Date: Sun, 12 Dec 2004 05:53:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 identcpu.c longrun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 05:53:58 -0000 njl 2004-12-12 05:53:57 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c longrun.c Log: Move the author's copyright notice to match the initial LongRun import now that we have split out this support into longrun.c Revision Changes Path 1.141 +0 -2 src/sys/i386/i386/identcpu.c 1.3 +1 -0 src/sys/i386/i386/longrun.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 06:23:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9CE516A4CE; Sun, 12 Dec 2004 06:23:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63CC43D45; Sun, 12 Dec 2004 06:23:03 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC6N3HE019800; Sun, 12 Dec 2004 06:23:03 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC6N332019799; Sun, 12 Dec 2004 06:23:03 GMT (envelope-from alc) Message-Id: <200412120623.iBC6N332019799@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 06:23:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:23:04 -0000 alc 2004-12-12 06:23:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_pageout.c Log: MFC revisions 1.262-1.264 and 1.266 During traversal of the active and inactive queues, try locking the page's containing object before accessing the page's flags or the object's reference count. Revision Changes Path 1.261.2.1 +32 -9 src/sys/vm/vm_pageout.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 06:54:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E011516A4CE; Sun, 12 Dec 2004 06:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5C143D2D; Sun, 12 Dec 2004 06:54:23 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC6sN99020672; Sun, 12 Dec 2004 06:54:23 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC6sN2H020671; Sun, 12 Dec 2004 06:54:23 GMT (envelope-from alc) Message-Id: <200412120654.iBC6sN2H020671@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 06:54:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:54:24 -0000 alc 2004-12-12 06:54:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC revision 1.39 Acquire the vm object lock before rather than after calling vm_page_sleep_if_busy(). (The motivation being to transition synchronization of the vm_page's PG_BUSY flag from the global page queues lock to the per-object lock.) Revision Changes Path 1.38.2.2 +5 -4 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 06:59:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E2316A4CE; Sun, 12 Dec 2004 06:59:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D811B43D55; Sun, 12 Dec 2004 06:59:14 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC6xElM020865; Sun, 12 Dec 2004 06:59:14 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC6xEis020864; Sun, 12 Dec 2004 06:59:14 GMT (envelope-from njl) Message-Id: <200412120659.iBC6xEis020864@repoman.freebsd.org> From: Nate Lawson Date: Sun, 12 Dec 2004 06:59:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica genwakecode.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 06:59:15 -0000 njl 2004-12-12 06:59:14 UTC FreeBSD src repository Modified files: sys/i386/acpica genwakecode.sh Log: Only export defined symbols. Note that I couldn't find any difference between object code generated without the flag but it makes sense and might make a difference in the future. PR: kern/53008 Submitted by: Jens Rehsack rehsack at liwing de Revision Changes Path 1.3 +1 -1 src/sys/i386/acpica/genwakecode.sh From owner-cvs-src@FreeBSD.ORG Sun Dec 12 07:22:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1882816A4CE; Sun, 12 Dec 2004 07:22:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E979F43D2F; Sun, 12 Dec 2004 07:22:16 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC7MGwd021653; Sun, 12 Dec 2004 07:22:16 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC7MGUo021652; Sun, 12 Dec 2004 07:22:16 GMT (envelope-from obrien) Message-Id: <200412120722.iBC7MGUo021652@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Dec 2004 07:22:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Dec 2004 07:22:17 -0000 obrien 2004-12-12 07:22:16 UTC FreeBSD src repository Modified files: . UPDATING Log: Slightly embelish the 20040710 entry about the requirement for 'hint.sio.0.flags="0x10"' on Alpha. Also move the sio name changes to chronological change order. Revision Changes Path 1.382 +13 -11 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sun Dec 12 07:35:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FE316A4CE; Sun, 12 Dec 2004 07:35:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838E143D5D; Sun, 12 Dec 2004 07:35:25 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC7ZPmr022188; Sun, 12 Dec 2004 07:35:25 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC7ZPrZ022186; Sun, 12 Dec 2004 07:35:25 GMT (envelope-from alc) Message-Id: <200412120735.iBC7ZPrZ022186@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 07:35:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 07:35:25 -0000 alc 2004-12-12 07:35:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm uma_int.h Log: MFC revision 1.26 Remove useless casts. Revision Changes Path 1.25.2.1 +2 -2 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 07:45:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676A016A4CE; Sun, 12 Dec 2004 07:45:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449D143D5E; Sun, 12 Dec 2004 07:45:43 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC7jhLe022583; Sun, 12 Dec 2004 07:45:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC7jgQR022582; Sun, 12 Dec 2004 07:45:42 GMT (envelope-from sam) Message-Id: <200412120745.iBC7jgQR022582@repoman.freebsd.org> From: Sam Leffler Date: Sun, 12 Dec 2004 07:45:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 07:45:43 -0000 sam 2004-12-12 07:45:42 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: record the bssid for an association Tested by: Daniel O'Connor Revision Changes Path 1.74 +1 -0 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 08:04:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD6D16A4CE; Sun, 12 Dec 2004 08:04:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F1D43D1F; Sun, 12 Dec 2004 08:04:27 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC84RKT023199; Sun, 12 Dec 2004 08:04:27 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC84Rp0023198; Sun, 12 Dec 2004 08:04:27 GMT (envelope-from obrien) Message-Id: <200412120804.iBC84Rp0023198@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 Dec 2004 08:04:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d initdiskless X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Dec 2004 08:04:27 -0000 obrien 2004-12-12 08:04:26 UTC FreeBSD src repository Modified files: etc/rc.d initdiskless Log: Use utils from /rescue vs. /stand. Also use pax rather than cpio & gzip. Revision Changes Path 1.41 +1 -1 src/etc/rc.d/initdiskless From owner-cvs-src@FreeBSD.ORG Sun Dec 12 08:26:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E57B16A4CE; Sun, 12 Dec 2004 08:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664F743D54; Sun, 12 Dec 2004 08:26:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC8Qo6h023893; Sun, 12 Dec 2004 08:26:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC8QoOx023892; Sun, 12 Dec 2004 08:26:50 GMT (envelope-from alc) Message-Id: <200412120826.iBC8QoOx023892@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 08:26:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:26:50 -0000 alc 2004-12-12 08:26:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vnode_pager.c Log: MFC revision 1.206 Almost nine years ago, when support for 1TB files was introduced in revision 1.55, the address parameter to vnode_pager_addr() was changed from an unsigned 32-bit quantity to a signed 64-bit quantity. However, an out-of-range check on the address was not updated. Consequently, memory-mapped I/O on files greater than 2GB could cause a kernel panic. Since the address is now a signed 64-bit quantity, the problem resolution is simply to remove a cast. Revision Changes Path 1.196.2.2 +1 -1 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 08:35:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EEAA16A4CE; Sun, 12 Dec 2004 08:35:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B93143D45; Sun, 12 Dec 2004 08:35:21 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBC8ZL4P024199; Sun, 12 Dec 2004 08:35:21 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBC8ZLDx024198; Sun, 12 Dec 2004 08:35:21 GMT (envelope-from julian) Message-Id: <200412120835.iBC8ZLDx024198@repoman.freebsd.org> From: Julian Elischer Date: Sun, 12 Dec 2004 08:35:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 08:35:21 -0000 julian 2004-12-12 08:35:21 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for Cannon LIDE 20 scanner PR: kern/74301 Submitted by: Vlad Manilici MFC after: 1 week Revision Changes Path 1.211 +1 -0 src/sys/dev/usb/usbdevs 1.60 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 10:09:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A57016A4CE; Sun, 12 Dec 2004 10:09:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662DA43D2D; Sun, 12 Dec 2004 10:09:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCA95rw033555; Sun, 12 Dec 2004 10:09:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCA958R033554; Sun, 12 Dec 2004 10:09:05 GMT (envelope-from phk) Message-Id: <200412121009.iBCA958R033554@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Dec 2004 10:09:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cd.c src/sys/dev/fdc fdc.c src/sys/geom geom.h geom_bsd.c geom_dev.c geom_disk.c geom_mbr.c geom_pc98.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 10:09:05 -0000 phk 2004-12-12 10:09:05 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c sys/dev/fdc fdc.c sys/geom geom.h geom_bsd.c geom_dev.c geom_disk.c geom_mbr.c geom_pc98.c Log: Pass the file->flags down to geom ioctl handlers. Reject certain ioctls if write permission is not indicated. Bump geom API version. Reported by: Ruben de Groot Revision Changes Path 1.172 +2 -2 src/sys/dev/ata/atapi-cd.c 1.304 +7 -1 src/sys/dev/fdc/fdc.c 1.89 +3 -2 src/sys/geom/geom.h 1.71 +6 -1 src/sys/geom/geom_bsd.c 1.87 +1 -1 src/sys/geom/geom_dev.c 1.92 +2 -2 src/sys/geom/geom_disk.c 1.63 +4 -1 src/sys/geom/geom_mbr.c 1.52 +4 -1 src/sys/geom/geom_pc98.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 10:38:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEA9816A4CE; Sun, 12 Dec 2004 10:38:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9823443D3F; Sun, 12 Dec 2004 10:38:52 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCAcqcI034496; Sun, 12 Dec 2004 10:38:52 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCAcqFc034495; Sun, 12 Dec 2004 10:38:52 GMT (envelope-from glebius) Message-Id: <200412121038.iBCAcqFc034495@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 12 Dec 2004 10:38:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph/netflow ng_netflow.c ng_netflow.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 10:38:52 -0000 glebius 2004-12-12 10:38:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph/netflow ng_netflow.c ng_netflow.h Log: MFC 1.3: - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. - Always check that index number passed from userland is <= NG_NETFLOW_MAXIFACES. [1] - Increase NG_NETFLOW_MAXIFACES up to 512. [2] Revision Changes Path 1.2.2.2 +10 -4 src/sys/netgraph/netflow/ng_netflow.c 1.2.2.2 +2 -2 src/sys/netgraph/netflow/ng_netflow.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 11:04:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2388316A4CE; Sun, 12 Dec 2004 11:04:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC9F43D54; Sun, 12 Dec 2004 11:04:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCB4qvx035287; Sun, 12 Dec 2004 11:04:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCB4qmC035286; Sun, 12 Dec 2004 11:04:52 GMT (envelope-from phk) Message-Id: <200412121104.iBCB4qmC035286@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Dec 2004 11:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fsck_ffs main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 11:04:53 -0000 phk 2004-12-12 11:04:52 UTC FreeBSD src repository Modified files: sbin/fsck_ffs main.c Log: Do not pass random bits as mount arguments. Revision Changes Path 1.43 +1 -0 src/sbin/fsck_ffs/main.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 11:38:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88D7F16A4CE; Sun, 12 Dec 2004 11:38:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E6543D5F; Sun, 12 Dec 2004 11:38:05 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCBc5hu036383; Sun, 12 Dec 2004 11:38:05 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCBc5j7036382; Sun, 12 Dec 2004 11:38:05 GMT (envelope-from rik) Message-Id: <200412121138.iBCBc5j7036382@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 11:38:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/cp cpddk.c cpddk.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 11:38:05 -0000 rik 2004-12-12 11:38:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/cp cpddk.c cpddk.h Log: MFC: Add support for Tau-PCI/E3 rev. B Add support for Tau-PCI-L. Revision Changes Path 1.1.2.2 +1169 -732 src/sys/dev/cp/cpddk.c 1.1.2.2 +5 -3 src/sys/dev/cp/cpddk.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 11:46:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E313516A4CE; Sun, 12 Dec 2004 11:46:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF5E43D55; Sun, 12 Dec 2004 11:46:34 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCBkYj4036695; Sun, 12 Dec 2004 11:46:34 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCBkY8j036694; Sun, 12 Dec 2004 11:46:34 GMT (envelope-from rik) Message-Id: <200412121146.iBCBkY8j036694@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 11:46:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 11:46:35 -0000 rik 2004-12-12 11:46:34 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 cp.4 Log: Add Tau-PCI-L(/R) to list of supported hardware. Revision Changes Path 1.7 +5 -1 src/share/man/man4/man4.i386/cp.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:02:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 697A616A4CE; Sun, 12 Dec 2004 12:02:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FEB43D31; Sun, 12 Dec 2004 12:02:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCC2Yhh037310; Sun, 12 Dec 2004 12:02:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCC2YuZ037309; Sun, 12 Dec 2004 12:02:34 GMT (envelope-from phk) Message-Id: <200412121202.iBCC2YuZ037309@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Dec 2004 12:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:02:34 -0000 phk 2004-12-12 12:02:34 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c Log: Don't deref NULL if no charset-conversion is specified. Return correct vnode in vop_bmap() Revision Changes Path 1.71 +4 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.47 +6 -1 src/sys/fs/ntfs/ntfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:21:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD5316A512; Sun, 12 Dec 2004 12:21:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B6743D3F; Sun, 12 Dec 2004 12:21:51 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCCLpvo037979; Sun, 12 Dec 2004 12:21:51 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCCLpXb037978; Sun, 12 Dec 2004 12:21:51 GMT (envelope-from rik) Message-Id: <200412121221.iBCCLpXb037978@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 12:21:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:21:52 -0000 rik 2004-12-12 12:21:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4/man4.i386 cp.4 Log: MFC: Add Tau-PCI-L(/R) model to list of supported hardware. Revision Changes Path 1.6.2.1 +5 -1 src/share/man/man4/man4.i386/cp.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:23:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE7216A4CE; Sun, 12 Dec 2004 12:23:07 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA92A43D54; Sun, 12 Dec 2004 12:23:06 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CdSkj-0000vo-Uz; Sun, 12 Dec 2004 12:23:05 +0000 Date: Sun, 12 Dec 2004 12:23:05 +0000 From: Ceri Davies To: Scott Long Message-ID: <20041212122305.GC70052@submonkey.net> Mail-Followup-To: Ceri Davies , Scott Long , Julian Elischer , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200412120534.iBC5YKTZ018260@repoman.freebsd.org> <41BBD97E.1020807@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qz2CZ664xQdCRdPu" Content-Disposition: inline In-Reply-To: <41BBD97E.1020807@freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Julian Elischer cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:23:07 -0000 --Qz2CZ664xQdCRdPu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: > Julian Elischer wrote: > >julian 2004-12-12 05:34:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys mouse.h=20 > > sys/dev/usb ums.c usbhid.h=20 > > Log: > > Add support for USB Microsoft Intellimouse > > =20 > > PR: kern/70607 > > Submitted by: Matt Wright > > MFC after: 1 week > > =20 > > Revision Changes Path > > 1.71 +50 -21 src/sys/dev/usb/ums.c > > 1.14 +1 -0 src/sys/dev/usb/usbhid.h > > 1.21 +1 -0 src/sys/sys/mouse.h >=20 > What 'support' does this add? They have another axis on the wheel: you can tilt it from left to right. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --Qz2CZ664xQdCRdPu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvDgpocfcwTS3JF8RAgUdAKC8P7+odJ6Gq7J577eNf1m3XvSbnwCfe3LS wW6ilHEMmKqPTfnv7oVw530= =Qc7i -----END PGP SIGNATURE----- --Qz2CZ664xQdCRdPu-- From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:29:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFC116A4CE; Sun, 12 Dec 2004 12:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A7443D41; Sun, 12 Dec 2004 12:29:40 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCCTeZR038275; Sun, 12 Dec 2004 12:29:40 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCCTe4G038274; Sun, 12 Dec 2004 12:29:40 GMT (envelope-from rik) Message-Id: <200412121229.iBCCTe4G038274@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 12:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:29:40 -0000 rik 2004-12-12 12:29:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 cp.4 Log: MFC: Add Tau-PCI-L(/R) to list of supported hardware. Revision Changes Path 1.3.2.2 +14 -10 src/share/man/man4/man4.i386/cp.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:32:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E81116A4CE; Sun, 12 Dec 2004 12:32:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A87F43D54; Sun, 12 Dec 2004 12:32:50 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCCWo7k038441; Sun, 12 Dec 2004 12:32:50 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCCWobQ038440; Sun, 12 Dec 2004 12:32:50 GMT (envelope-from rik) Message-Id: <200412121232.iBCCWobQ038440@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 12:32:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 cp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:32:50 -0000 rik 2004-12-12 12:32:50 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 cp.4 Log: Add information about 4.11 release. Revision Changes Path 1.8 +3 -1 src/share/man/man4/man4.i386/cp.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 12:57:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82E816A4CE; Sun, 12 Dec 2004 12:57:08 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B21643D2D; Sun, 12 Dec 2004 12:57:08 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id D71FD5335; Sun, 12 Dec 2004 13:57:06 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 21E2D5310; Sun, 12 Dec 2004 13:57:00 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id E277DB85E; Sun, 12 Dec 2004 13:56:59 +0100 (CET) To: Scott Long References: <200412060827.iB68RAmE058040@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 12 Dec 2004 13:56:59 +0100 In-Reply-To: <200412060827.iB68RAmE058040@repoman.freebsd.org> (Scott Long's message of "Mon, 6 Dec 2004 08:27:10 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 12:57:09 -0000 Scott Long writes: > Modified files: > sys/i386/pci pci_cfgreg.c=20 > Log: > Add support for the memory-mapped PCI Express configuration mechanism. What about amd64? Are these platforms really so different that the PCI configuration code can't be shared between them? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Sun Dec 12 13:26:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840DF16A4CE; Sun, 12 Dec 2004 13:26:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7FF43D5A; Sun, 12 Dec 2004 13:26:26 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCDQQGj046817; Sun, 12 Dec 2004 13:26:26 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCDQQiC046816; Sun, 12 Dec 2004 13:26:26 GMT (envelope-from rik) Message-Id: <200412121326.iBCDQQiC046816@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 13:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4/man4.i386 ctau.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 13:26:26 -0000 rik 2004-12-12 13:26:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 ctau.4 Log: MFC: ---------------------------- revision 1.5 date: 2004/09/05 22:09:53; author: simon; state: Exp; lines: +16 -1 Add a HARDWARE section which lists supported devices based on the Hardware Notes. MFC after: 3 days Revision Changes Path 1.2.2.4 +16 -1 src/share/man/man4/man4.i386/ctau.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 13:27:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E46816A4CE; Sun, 12 Dec 2004 13:27:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1844D43D1F; Sun, 12 Dec 2004 13:27:24 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCDRNcZ046867; Sun, 12 Dec 2004 13:27:23 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCDRN0n046866; Sun, 12 Dec 2004 13:27:23 GMT (envelope-from rik) Message-Id: <200412121327.iBCDRN0n046866@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 13:27:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4/man4.i386 cx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 13:27:24 -0000 rik 2004-12-12 13:27:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 cx.4 Log: MFC: ---------------------------- revision 1.25 date: 2004/07/07 19:36:12; author: simon; state: Exp; lines: +20 -1 Add a HARDWARE section. For cx(4) this was based on information from the Hardware Notes. OK'ed by: rik Revision Changes Path 1.7.2.11 +20 -1 src/share/man/man4/man4.i386/cx.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 12 13:36:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6316816A4CE; Sun, 12 Dec 2004 13:36:44 +0000 (GMT) Received: from mta13-winn.mailhost.ntl.com (mailhost.ntl.com [212.250.162.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E0043D4C; Sun, 12 Dec 2004 13:36:42 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from aamta05-winn.mailhost.ntl.com ([212.250.162.8]) by mta13-winn.mailhost.ntl.com with ESMTP <20041212133641.KDIA25703.mta13-winn.mailhost.ntl.com@aamta05-winn.mailhost.ntl.com>; Sun, 12 Dec 2004 13:36:41 +0000 Received: from llama.fishballoon.org ([82.4.146.133]) by aamta05-winn.mailhost.ntl.com with ESMTP <20041212133641.HSXM1092.aamta05-winn.mailhost.ntl.com@llama.fishballoon.org>; Sun, 12 Dec 2004 13:36:41 +0000 Received: from tuatara.fishballoon.org ([192.168.1.6]) by llama.fishballoon.org with esmtp (Exim 4.43 (FreeBSD)) id 1CdTu2-0008bs-Tn; Sun, 12 Dec 2004 13:36:46 +0000 Received: (from scott@localhost) by tuatara.fishballoon.org (8.13.1/8.13.1/Submit) id iBCDbqtM092797; Sun, 12 Dec 2004 13:37:52 GMT (envelope-from scott) Date: Sun, 12 Dec 2004 13:37:52 +0000 From: Scott Mitchell To: Ceri Davies , Scott Long , Julian Elischer , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20041212133752.GE68019@tuatara.fishballoon.org> References: <200412120534.iBC5YKTZ018260@repoman.freebsd.org> <41BBD97E.1020807@freebsd.org> <20041212122305.GC70052@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212122305.GC70052@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 13:36:44 -0000 On Sun, Dec 12, 2004 at 12:23:05PM +0000, Ceri Davies wrote: > On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: > > Julian Elischer wrote: > > >julian 2004-12-12 05:34:20 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/sys mouse.h > > > sys/dev/usb ums.c usbhid.h > > > Log: > > > Add support for USB Microsoft Intellimouse > > > > > > PR: kern/70607 > > > Submitted by: Matt Wright > > > MFC after: 1 week > > > > > > Revision Changes Path > > > 1.71 +50 -21 src/sys/dev/usb/ums.c > > > 1.14 +1 -0 src/sys/dev/usb/usbhid.h > > > 1.21 +1 -0 src/sys/sys/mouse.h > > > > What 'support' does this add? > > They have another axis on the wheel: you can tilt it from left to right. > > Ceri Apart from that, the device in question (wireless Intellimouse 2.0) didn't work as any kind of mouse without this patch. Scott From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:05:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA68D16A4F7; Sun, 12 Dec 2004 14:05:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AE843D48; Sun, 12 Dec 2004 14:05:29 +0000 (GMT) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCE5TJS048221; Sun, 12 Dec 2004 14:05:29 GMT (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCE5Tbi048220; Sun, 12 Dec 2004 14:05:29 GMT (envelope-from akiyama) Message-Id: <200412121405.iBCE5Tbi048220@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 12 Dec 2004 14:05:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:05:33 -0000 akiyama 2004-12-12 14:05:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile Log: Hook up bfe.4 man page. Revision Changes Path 1.83.2.81 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:11:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AEE16A4D4; Sun, 12 Dec 2004 14:11:28 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 28D4743D2F; Sun, 12 Dec 2004 14:11:27 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Dec 2004 14:11:26 +0000 (GMT) To: Scott Mitchell In-Reply-To: Your message of "Sun, 12 Dec 2004 13:37:52 GMT." <20041212133752.GE68019@tuatara.fishballoon.org> Date: Sun, 12 Dec 2004 14:11:22 +0000 From: Ian Dowse Message-ID: <200412121411.aa89799@salmon.maths.tcd.ie> cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:11:28 -0000 In message <20041212133752.GE68019@tuatara.fishballoon.org>, Scott Mitchell wri tes: >On Sun, Dec 12, 2004 at 12:23:05PM +0000, Ceri Davies wrote: >> On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: >> > Julian Elischer wrote: >> > > Add support for USB Microsoft Intellimouse >> > > >> > > PR: kern/70607 >> > > Submitted by: Matt Wright >> > > MFC after: 1 week >> > >> > What 'support' does this add? >> >> They have another axis on the wheel: you can tilt it from left to right. >> >> Ceri > >Apart from that, the device in question (wireless Intellimouse 2.0) didn't >work as any kind of mouse without this patch. > > Scott As pointed out in the PR though, it doesn't seem necessary to change struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make the device work. All other mouse drivers in the tree will need to be updated to initialise the new `dt' field. There's also one part of the patch that looks as if it could easily break other devices: ibuf = sc->sc_ibuf; if (sc->sc_iid) { - if (*ibuf++ != sc->sc_iid) - return; + ibuf++; } + /* The M$ Wireless Intellimouse 2.0 sends 1 extra leading byte of + * data compared to most USB mice. This byte frequently switches + * from 0x01 (usual state) to 0x02. I assume it is to allow + * extra, non-standard, reporting (say battery-life). However + * at the same time it generates a left-click message on the button + * byte which causes spurious left-click's where there shouldn't be. + * This should sort that. */ + if ((sc->sc_ibuf != ibuf) && (sc->sc_ibuf[0] == 0x02)) + return; + dx = hid_get_data(ibuf, &sc->sc_loc_x); dy = -hid_get_data(ibuf, &sc->sc_loc_y); dz = -hid_get_data(ibuf, &sc->sc_loc_z); BTW, Anish Mistry has been looking at porting a more recent version of NetBSD's HID fremework to FreeBSD, which I believe may fix the real bugs that the above code just tries to work around. Ian From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:19:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B77B916A4CE; Sun, 12 Dec 2004 14:19:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A947B43D54; Sun, 12 Dec 2004 14:19:11 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCEJBKb048789; Sun, 12 Dec 2004 14:19:11 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCEJBg4048788; Sun, 12 Dec 2004 14:19:11 GMT (envelope-from phk) Message-Id: <200412121419.iBCEJBg4048788@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Dec 2004 14:19:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:19:11 -0000 phk 2004-12-12 14:19:11 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: With the introduction of UFS2 we started looking for superblocks in four different locations on a prospective filesystem. If we found none, we forgot to invalidate the four buffers, thus the following sequence would fails: (md0 = blank disk) mount /dev/md0 /mnt (fails, no superblocks) newfs /dev/md0 (writes using physio which does not go through buffercache). mount /dev/md0 /mnt (still fails, the four cached buffers still contain no superblocks) Found by: ru Revision Changes Path 1.263 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:25:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5A516A4CE; Sun, 12 Dec 2004 14:25:32 +0000 (GMT) Received: from mta05-winn.mailhost.ntl.com (mailhost.ntl.com [212.250.162.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A2643D4C; Sun, 12 Dec 2004 14:25:31 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from aamta06-winn.mailhost.ntl.com ([212.250.162.8]) by mta05-winn.mailhost.ntl.com with ESMTP <20041212142530.MZTI7776.mta05-winn.mailhost.ntl.com@aamta06-winn.mailhost.ntl.com>; Sun, 12 Dec 2004 14:25:30 +0000 Received: from llama.fishballoon.org ([82.4.146.133]) by aamta06-winn.mailhost.ntl.com with ESMTP <20041212142530.IQMO1456.aamta06-winn.mailhost.ntl.com@llama.fishballoon.org>; Sun, 12 Dec 2004 14:25:30 +0000 Received: from tuatara.fishballoon.org ([192.168.1.6]) by llama.fishballoon.org with esmtp (Exim 4.43 (FreeBSD)) id 1CdUfH-0008ig-AK; Sun, 12 Dec 2004 14:25:35 +0000 Received: (from scott@localhost) by tuatara.fishballoon.org (8.13.1/8.13.1/Submit) id iBCEQeUN092921; Sun, 12 Dec 2004 14:26:40 GMT (envelope-from scott) Date: Sun, 12 Dec 2004 14:26:40 +0000 From: Scott Mitchell To: Ian Dowse Message-ID: <20041212142640.GF68019@tuatara.fishballoon.org> References: <20041212133752.GE68019@tuatara.fishballoon.org> <200412121411.aa89799@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412121411.aa89799@salmon.maths.tcd.ie> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:25:33 -0000 On Sun, Dec 12, 2004 at 02:11:22PM +0000, Ian Dowse wrote: > In message <20041212133752.GE68019@tuatara.fishballoon.org>, Scott Mitchell wri > tes: > >On Sun, Dec 12, 2004 at 12:23:05PM +0000, Ceri Davies wrote: > >> On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: > >> > Julian Elischer wrote: > >> > > Add support for USB Microsoft Intellimouse > >> > > > >> > > PR: kern/70607 > >> > > Submitted by: Matt Wright > >> > > MFC after: 1 week > >> > > >> > What 'support' does this add? > >> > >> They have another axis on the wheel: you can tilt it from left to right. > >> > >> Ceri > > > >Apart from that, the device in question (wireless Intellimouse 2.0) didn't > >work as any kind of mouse without this patch. > > > > Scott > > As pointed out in the PR though, it doesn't seem necessary to change > struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make > the device work. All other mouse drivers in the tree will need to > be updated to initialise the new `dt' field. There's also one part > of the patch that looks as if it could easily break other devices: Ahhh, my bad. I'd read the PR and thought it was the last version mentioned by marko@ (without the mousestatus change) that had been committed. Although now that I look a bit closer I can't actually find that version anywhere. I'll shut up now. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott at fishballoon.org | 0xAA775B8B | -- Anon From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:32:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F34416A4CE; Sun, 12 Dec 2004 14:32:16 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9103143D78; Sun, 12 Dec 2004 14:32:15 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBCEWEDB010777; Sun, 12 Dec 2004 09:32:14 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBCEWEda010771; Sun, 12 Dec 2004 09:32:14 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 12 Dec 2004 09:32:13 -0500 (EST) From: Jeff Roberson To: Poul-Henning Kamp In-Reply-To: <200412121419.iBCEJBg4048788@repoman.freebsd.org> Message-ID: <20041212093155.V9536@mail.chesapeake.net> References: <200412121419.iBCEJBg4048788@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:32:16 -0000 Probably should push this back into RELENG_5 at some point. On Sun, 12 Dec 2004, Poul-Henning Kamp wrote: > phk 2004-12-12 14:19:11 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > With the introduction of UFS2 we started looking for superblocks in > four different locations on a prospective filesystem. > > If we found none, we forgot to invalidate the four buffers, thus the > following sequence would fails: > > (md0 = blank disk) > mount /dev/md0 /mnt > (fails, no superblocks) > newfs /dev/md0 > (writes using physio which does not go through buffercache). > mount /dev/md0 /mnt > (still fails, the four cached buffers still contain no superblocks) > > Found by: ru > > Revision Changes Path > 1.263 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c > From owner-cvs-src@FreeBSD.ORG Sun Dec 12 14:54:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B5816A4CE; Sun, 12 Dec 2004 14:54:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E6BC43D2D; Sun, 12 Dec 2004 14:54:15 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCEsFY7050155; Sun, 12 Dec 2004 14:54:15 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCEsF1K050154; Sun, 12 Dec 2004 14:54:15 GMT (envelope-from rik) Message-Id: <200412121454.iBCEsF1K050154@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Dec 2004 14:54:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_sppp.h if_spppsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 14:54:15 -0000 rik 2004-12-12 14:54:15 UTC FreeBSD src repository Modified files: sys/net if_sppp.h if_spppsubr.c Log: Make sppp MPSAFE. MPSAFE could be turned off by IFF_NEEDSGIANT. Silence on: net@, current@, hackers@. No objections: joerg Revision Changes Path 1.25 +8 -2 src/sys/net/if_sppp.h 1.115 +229 -110 src/sys/net/if_spppsubr.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 15:25:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146BC16A4CE; Sun, 12 Dec 2004 15:25:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8636E43D2D; Sun, 12 Dec 2004 15:25:54 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBCFSMCG034712; Sun, 12 Dec 2004 08:28:23 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BC62ED.10700@freebsd.org> Date: Sun, 12 Dec 2004 08:25:33 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200412060827.iB68RAmE058040@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 15:25:55 -0000 Dag-Erling Smørgrav wrote: > Scott Long writes: > >> Modified files: >> sys/i386/pci pci_cfgreg.c >> Log: >> Add support for the memory-mapped PCI Express configuration mechanism. > > > What about amd64? Are these platforms really so different that the > PCI configuration code can't be shared between them? > > DES AMD64 will be done via a single direct-mapped window instead of a pool of temporary mappings. There also seems to be at least one amd64 chipset that requires information contained in ACPI in order to work, and it's something that I didn't consider until after I had done the i386 side. So once I have it figured out, I'll commit it. Scott From owner-cvs-src@FreeBSD.ORG Sun Dec 12 15:59:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0CF16A4CE; Sun, 12 Dec 2004 15:59:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15FCC43D3F; Sun, 12 Dec 2004 15:59:06 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCFx5Nn052186; Sun, 12 Dec 2004 15:59:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCFx5Fg052185; Sun, 12 Dec 2004 15:59:05 GMT (envelope-from phk) Message-Id: <200412121559.iBCFx5Fg052185@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 Dec 2004 15:59:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 15:59:06 -0000 phk 2004-12-12 15:59:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ufs/ffs ffs_vfsops.c Log: MFC: 1.263 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c vinvalbuf() when we fail to mount a prospective filesystem. Revision Changes Path 1.240.2.1 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 17:30:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C113316A4CE; Sun, 12 Dec 2004 17:30:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F6CE43D46; Sun, 12 Dec 2004 17:30:28 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCHUSQV061933; Sun, 12 Dec 2004 17:30:28 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCHUSW9061932; Sun, 12 Dec 2004 17:30:28 GMT (envelope-from yar) Message-Id: <200412121730.iBCHUSW9061932@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 12 Dec 2004 17:30:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 17:30:28 -0000 yar 2004-12-12 17:30:28 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Never emit a message to stderr: use syslog instead. When in inetd mode, this prevents bogus messages from appearing on the control channel. When running as a daemon, we shouldn't write to the terminal we used to have at all. PR: bin/74823 MFC after: 1 week Revision Changes Path 1.198 +15 -9 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 18:51:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED6F16A4CE; Sun, 12 Dec 2004 18:51:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB7443D1F; Sun, 12 Dec 2004 18:51:40 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCIpdUf064575; Sun, 12 Dec 2004 18:51:39 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCIpdus064574; Sun, 12 Dec 2004 18:51:39 GMT (envelope-from wilko) Message-Id: <200412121851.iBCIpdus064574@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 12 Dec 2004 18:51:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/alpha dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 18:51:40 -0000 wilko 2004-12-12 18:51:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/alpha dokern.sh Log: Alpha needs to get USB ethernet devices out of BOOTMFS, so the newly added axe(4) needs to be here as well. # USB support # (if you add any USB devices to this list, they must be added to the Alpha # section of src/release/scripts/dokern.sh) # USB Ethernet Forgotten by: rsm :-) Revision Changes Path 1.56.2.9 +1 -0 src/release/alpha/dokern.sh From owner-cvs-src@FreeBSD.ORG Sun Dec 12 18:59:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B08FE16A4CE; Sun, 12 Dec 2004 18:59:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E73E43D3F; Sun, 12 Dec 2004 18:59:05 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCIx55p064793; Sun, 12 Dec 2004 18:59:05 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCIx5eI064792; Sun, 12 Dec 2004 18:59:05 GMT (envelope-from gshapiro) Message-Id: <200412121859.iBCIx5eI064792@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 12 Dec 2004 18:59:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/sendmail Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 18:59:05 -0000 gshapiro 2004-12-12 18:59:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sendmail Makefile Log: MFC: Enable _FFR_DEAL_WITH_ERROR_SSL to deal with OpenSSL error returns of 0. PR: bin/73105 Revision Changes Path 1.48 +1 -1 src/usr.sbin/sendmail/Makefile Revision Changes Path 1.46.2.2 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-src@FreeBSD.ORG Sun Dec 12 18:59:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA7616A4CE; Sun, 12 Dec 2004 18:59:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3B543D3F; Sun, 12 Dec 2004 18:59:26 +0000 (GMT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCIxQu4064831; Sun, 12 Dec 2004 18:59:26 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCIxQZQ064830; Sun, 12 Dec 2004 18:59:26 GMT (envelope-from gshapiro) Message-Id: <200412121859.iBCIxQZQ064830@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 12 Dec 2004 18:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/sendmail Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 18:59:26 -0000 gshapiro 2004-12-12 18:59:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/sendmail Makefile Log: MFC: Enable _FFR_DEAL_WITH_ERROR_SSL to deal with OpenSSL error returns of 0. PR: bin/73105 Revision Changes Path 1.48 +1 -1 src/usr.sbin/sendmail/Makefile Revision Changes Path 1.15.2.16 +1 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:12:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34BB16A4CE; Sun, 12 Dec 2004 19:12:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754343D1F; Sun, 12 Dec 2004 19:12:35 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJCZ6k065277; Sun, 12 Dec 2004 19:12:35 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJCZWv065276; Sun, 12 Dec 2004 19:12:35 GMT (envelope-from mlaier) Message-Id: <200412121912.iBCJCZWv065276@repoman.freebsd.org> From: Max Laier Date: Sun, 12 Dec 2004 19:12:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet if_ether.c in.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:12:36 -0000 mlaier 2004-12-12 19:12:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet if_ether.c in.c Log: MFC: in.c, rev. 1.78-1.80 and if_ether.c, rev. 1.132 Change the way we automatically add prefix routes when adding a new address. This makes it possible to have more than one address with the same prefix. The first address added is used for the route. On deletion of an address with IFA_ROUTE set, we try to find a "fallback" address and hand over the route if possible. Obtained from: Open/NetBSD Discussed on: -net, -arch A lot of help: ru Revision Changes Path 1.128.2.3 +20 -2 src/sys/netinet/if_ether.c 1.77.2.1 +121 -28 src/sys/netinet/in.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:21:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99EA16A4CE; Sun, 12 Dec 2004 19:21:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD4743D5D; Sun, 12 Dec 2004 19:21:58 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJLwr9065627; Sun, 12 Dec 2004 19:21:58 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJLwWv065626; Sun, 12 Dec 2004 19:21:58 GMT (envelope-from cognet) Message-Id: <200412121921.iBCJLwWv065626@repoman.freebsd.org> From: Olivier Houchard Date: Sun, 12 Dec 2004 19:21:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm swtch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Dec 2004 19:21:58 -0000 cognet 2004-12-12 19:21:58 UTC FreeBSD src repository Modified files: sys/arm/arm swtch.S Log: Save a few more cycles in cpu_switch() and cpu_throw(). Revision Changes Path 1.9 +24 -29 src/sys/arm/arm/swtch.S From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:22:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390D116A4CE; Sun, 12 Dec 2004 19:22:45 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CA543D1D; Sun, 12 Dec 2004 19:22:44 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBCJMiIo004005; Sun, 12 Dec 2004 14:22:44 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBCJMiXa004004; Sun, 12 Dec 2004 14:22:44 -0500 (EST) Date: Sun, 12 Dec 2004 14:22:43 -0500 From: Ken Smith To: Wilko Bulte Message-ID: <20041212192243.GC3222@electra.cse.Buffalo.EDU> References: <200412121851.iBCIpdus064574@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412121851.iBCIpdus064574@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:22:45 -0000 On Sun, Dec 12, 2004 at 06:51:39PM +0000, Wilko Bulte wrote: > wilko 2004-12-12 18:51:39 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > release/alpha dokern.sh > Log: > Alpha needs to get USB ethernet devices out of BOOTMFS, so the newly > added axe(4) needs to be here as well. > > > # USB support > # (if you add any USB devices to this list, they must be added to the Alpha > > # section of src/release/scripts/dokern.sh) > # USB Ethernet > > > Forgotten by: rsm :-) > This was probably my fault - he asked about it but I told him we were actively mucking with dokern.sh because we knew the boot floppies were overflowing. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:27:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B812216A4CE; Sun, 12 Dec 2004 19:27:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABBC143D5D; Sun, 12 Dec 2004 19:27:58 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJRwgA065823; Sun, 12 Dec 2004 19:27:58 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJRwMH065822; Sun, 12 Dec 2004 19:27:58 GMT (envelope-from marcel) Message-Id: <200412121927.iBCJRwMH065822@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 Dec 2004 19:27:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:27:58 -0000 marcel 2004-12-12 19:27:58 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Fix the last of the instability and the cause of the annoying "vm_fault: fault on nofault entry, addr: %lx" panic. The problem was a stale PTE in the TLB that marked the page as not present, even though we had a good PTE in the VHPT. We typically don't yet insert PTEs in the TLB. We do that lazily. The CPU will look for the PTE in the VHPT when there's no PTE in the TLB. Unfortunately this doesn't handle the case of the stale PTE in the TLB. The quick fix is to invalidate the TLB (sloppily) when the VHPT doesn't contain a valid PTE. This is also the only case that may cause a PTE in the TLB that marks a page as non-present. Revision Changes Path 1.155 +6 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:36:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB1B116A4EE; Sun, 12 Dec 2004 19:36:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB35743D1F; Sun, 12 Dec 2004 19:36:17 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJaHBW066230; Sun, 12 Dec 2004 19:36:17 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJaHfU066229; Sun, 12 Dec 2004 19:36:17 GMT (envelope-from archie) Message-Id: <200412121936.iBCJaHfU066229@repoman.freebsd.org> From: Archie Cobbs Date: Sun, 12 Dec 2004 19:36:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:36:18 -0000 archie 2004-12-12 19:36:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph ng_ppp.c Log: MFC: (1.52) Disable protocol field compression on inner frame when compressing. Revision Changes Path 1.51.2.1 +1 -1 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:37:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 664CE16A4CE; Sun, 12 Dec 2004 19:37:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452E243D1D; Sun, 12 Dec 2004 19:37:52 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJbqOQ066306; Sun, 12 Dec 2004 19:37:52 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJbqsq066305; Sun, 12 Dec 2004 19:37:52 GMT (envelope-from archie) Message-Id: <200412121937.iBCJbqsq066305@repoman.freebsd.org> From: Archie Cobbs Date: Sun, 12 Dec 2004 19:37:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:37:52 -0000 archie 2004-12-12 19:37:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netgraph ng_ppp.c Log: MFC: (1.52) Disable protocol field compression on inner frame when compressing. Revision Changes Path 1.15.2.11 +1 -1 src/sys/netgraph/ng_ppp.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 19:41:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B2616A4CE; Sun, 12 Dec 2004 19:41:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A9343D39; Sun, 12 Dec 2004 19:41:20 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCJfKsq066445; Sun, 12 Dec 2004 19:41:20 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCJfKOX066444; Sun, 12 Dec 2004 19:41:20 GMT (envelope-from marcel) Message-Id: <200412121941.iBCJfKOX066444@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 Dec 2004 19:41:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 19:41:20 -0000 marcel 2004-12-12 19:41:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ia64/ia64 pmap.c Log: Insta-MFC rev. 1.155: Fix the last of the instability and the cause of the annoying "vm_fault: fault on nofault entry, addr: %lx" panic. Revision Changes Path 1.146.2.1 +6 -2 src/sys/ia64/ia64/pmap.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:05:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786A416A4CE; Sun, 12 Dec 2004 20:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633AB43D1D; Sun, 12 Dec 2004 20:05:50 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCK5o6h067731; Sun, 12 Dec 2004 20:05:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCK5oD7067730; Sun, 12 Dec 2004 20:05:50 GMT (envelope-from imp) Message-Id: <200412122005.iBCK5oD7067730@repoman.freebsd.org> From: Warner Losh Date: Sun, 12 Dec 2004 20:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/conf files.i386 files.pc98 src/sys/modules/mse Makefile src/sys/dev/mse mse.c mse_cbus.c mse_isa.c msevar.h src/sys/i386/isa mse.c src/sys/pc98/pc98 mse.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:05:50 -0000 imp 2004-12-12 20:05:50 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/conf files.i386 files.pc98 sys/dev/mse mse.c Added files: sys/modules/mse Makefile sys/dev/mse mse_cbus.c mse_isa.c msevar.h Removed files: sys/i386/isa mse.c sys/pc98/pc98 mse.c Log: Separate mse driver into a core driver and a bus attachments. Separate out the ISA and CBUS (called isa on pc98) attachments. Eliminate all PC98 ifdefs in the process (the driver in pc98/pc98/mse.c was a copy of the one in i386/isa/mse.c with PC98 ifdefs). Create a module for this driver. I've tested this my PC-9821RaS40 with moused. I've not tested this on i386 because I have no InPort cards, or similar such things. NEC standardized on bus mice very early, long before ps/2 mice ports apeared, so all PC-98 machines supported by FreeBSD/pc98 have bus mice, I believe. Reviewed by: nyan-san Revision Changes Path 1.511 +2 -1 src/sys/conf/files.i386 1.308 +2 -1 src/sys/conf/files.pc98 1.69 +37 -426 src/sys/dev/mse/mse.c 1.1 +344 -0 src/sys/dev/mse/mse_cbus.c (new) 1.1 +447 -0 src/sys/dev/mse/mse_isa.c (new) 1.1 +125 -0 src/sys/dev/mse/msevar.h (new) 1.69 +0 -917 src/sys/i386/isa/mse.c (dead) 1.412 +2 -0 src/sys/modules/Makefile 1.1 +14 -0 src/sys/modules/mse/Makefile (new) 1.47 +0 -1075 src/sys/pc98/pc98/mse.c (dead) From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:12:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229EC16A4CF; Sun, 12 Dec 2004 20:12:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93FA43D3F; Sun, 12 Dec 2004 20:12:50 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCKCoVM068021; Sun, 12 Dec 2004 20:12:50 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCKCou6068020; Sun, 12 Dec 2004 20:12:50 GMT (envelope-from brooks) Message-Id: <200412122012.iBCKCou6068020@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Dec 2004 20:12:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:12:51 -0000 brooks 2004-12-12 20:12:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c sys/net if.c if.h Log: MFC the addition of ifi_datalen to struct if_data and ifconfig support for it. The change to struct if_data differs slightly from the one in 5.3 in that a pad is added after ifi_xmitquota rather then adding ifi_link_state before ifi_recvquota. This is necessicary to maintain the 4.x ABI. Revision Changes Path 1.51.2.23 +4 -1 src/sbin/ifconfig/ifconfig.c 1.85.2.28 +2 -0 src/sys/net/if.c 1.58.2.12 +2 -0 src/sys/net/if.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:41:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 283D616A4CE; Sun, 12 Dec 2004 20:41:13 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B3043D2D; Sun, 12 Dec 2004 20:41:12 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBCKfCIo005825; Sun, 12 Dec 2004 15:41:12 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBCKfC7i005824; Sun, 12 Dec 2004 15:41:12 -0500 (EST) Date: Sun, 12 Dec 2004 15:41:11 -0500 From: Ken Smith To: Brooks Davis Message-ID: <20041212204111.GB5503@electra.cse.Buffalo.EDU> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412122012.iBCKCou6068020@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:41:13 -0000 On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > brooks 2004-12-12 20:12:50 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sbin/ifconfig ifconfig.c > sys/net if.c if.h > Log: > MFC the addition of ifi_datalen to struct if_data and ifconfig support > for it. The change to struct if_data differs slightly from the one in > 5.3 in that a pad is added after ifi_xmitquota rather then adding > ifi_link_state before ifi_recvquota. This is necessicary to maintain > the 4.x ABI. > > Revision Changes Path > 1.51.2.23 +4 -1 src/sbin/ifconfig/ifconfig.c > 1.85.2.28 +2 -0 src/sys/net/if.c > 1.58.2.12 +2 -0 src/sys/net/if.h In if.h you are adding new fields that didn't exist before: #ifndef _NET_IF_H_ @@ -97,6 +97,8 @@ struct if_data { u_char ifi_hdrlen; /* media header length */ u_char ifi_recvquota; /* polling quota for receive intrs */ u_char ifi_xmitquota; /* polling quota for xmit intrs */ + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ + u_char ifi_datalen; /* length of this data struct */ u_long ifi_mtu; /* maximum transmission unit */ u_long ifi_metric; /* routing metric (external only) */ u_long ifi_baudrate; /* linespeed */ So any already compiled executables that use the if_data structure would be looking for ifi_mtu/ifi_metric/ifi_baudrate in the wrong place after this change. Are you absolutely sure this is not breaking ABI? Thanks. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:45:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7713516A4CE; Sun, 12 Dec 2004 20:45:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687EC43D62; Sun, 12 Dec 2004 20:45:07 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCKj72f069127; Sun, 12 Dec 2004 20:45:07 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCKj7sl069126; Sun, 12 Dec 2004 20:45:07 GMT (envelope-from alc) Message-Id: <200412122045.iBCKj7sl069126@repoman.freebsd.org> From: Alan Cox Date: Sun, 12 Dec 2004 20:45:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_page.c vm_page.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:45:07 -0000 alc 2004-12-12 20:45:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_page.c vm_page.h Log: MFC vm_page.c's revision 1.294 and vm_page.h's revision 1.134 Introduce VM_ALLOC_NOBUSY, an option to vm_page_alloc() and vm_page_grab() that indicates that the caller does not want a page with its busy flag set. In many places, the global page queues lock is acquired and released just to clear the busy flag on a just allocated page. Both the allocation of the page and the clearing of the busy flag occur while the containing vm object is locked. So, the busy flag might as well never be set. MFC vm_page.c's revision 1.298 This change (1) eliminates the calls to vm_page_busy() that immediately precede a call to vm_page_remove() or functions, such as vm_page_free() and vm_page_rename(), that call it and (2) relaxes the requirement in vm_page_remove() that the vm page's PG_BUSY flag is set. Revision Changes Path 1.290.2.2 +8 -16 src/sys/vm/vm_page.c 1.132.2.1 +1 -0 src/sys/vm/vm_page.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:52:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D4016A4CE; Sun, 12 Dec 2004 20:52:59 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D5043D45; Sun, 12 Dec 2004 20:52:59 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iBCKrLX5029809; Sun, 12 Dec 2004 12:53:21 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iBCKrL09029808; Sun, 12 Dec 2004 12:53:21 -0800 Date: Sun, 12 Dec 2004 12:53:21 -0800 From: Brooks Davis To: Ken Smith Message-ID: <20041212205321.GA28802@odin.ac.hmc.edu> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20041212204111.GB5503@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: cvs-src@FreeBSD.org cc: Brooks Davis cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:52:59 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 03:41:11PM -0500, Ken Smith wrote: > On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > > brooks 2004-12-12 20:12:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_4) > > sbin/ifconfig ifconfig.c=20 > > sys/net if.c if.h=20 > > Log: > > MFC the addition of ifi_datalen to struct if_data and ifconfig support > > for it. The change to struct if_data differs slightly from the one in > > 5.3 in that a pad is added after ifi_xmitquota rather then adding > > ifi_link_state before ifi_recvquota. This is necessicary to maintain > > the 4.x ABI. > > =20 > > Revision Changes Path > > 1.51.2.23 +4 -1 src/sbin/ifconfig/ifconfig.c > > 1.85.2.28 +2 -0 src/sys/net/if.c > > 1.58.2.12 +2 -0 src/sys/net/if.h >=20 > In if.h you are adding new fields that didn't exist before: >=20 > #ifndef _NET_IF_H_ > @@ -97,6 +97,8 @@ struct if_data { > u_char ifi_hdrlen; /* media header length */ > u_char ifi_recvquota; /* polling quota for receive intrs */ > u_char ifi_xmitquota; /* polling quota for xmit intrs */ > + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ > + u_char ifi_datalen; /* length of this data struct */ > u_long ifi_mtu; /* maximum transmission unit */ > u_long ifi_metric; /* routing metric (external only) */ > u_long ifi_baudrate; /* linespeed */ >=20 > So any already compiled executables that use the if_data structure would > be looking for ifi_mtu/ifi_metric/ifi_baudrate in the wrong place after > this change. Are you absolutely sure this is not breaking ABI? ifi_mtu, etc remain in the same location because the two new variables fill in the hidden padding required to align ifi_mtu. I've verified that old and new ifconfigs work with old and new kernels. The change will allow 4.11 ifconfigs to work with 6.x if we add fields to struct if_data (fairly probable). -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBvK+/XY6L6fI4GtQRAiAGAJsEXvLVnqQAHhc80Bs0Qegot5pLuQCgmDjK W3wDYVxEy9AmmYUBBhMzV2A= =WdjF -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:02:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B81E16A4CE; Sun, 12 Dec 2004 21:02:48 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E06943D55; Sun, 12 Dec 2004 21:02:46 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBCL2jIo006411; Sun, 12 Dec 2004 16:02:45 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBCL2fLq006410; Sun, 12 Dec 2004 16:02:41 -0500 (EST) Date: Sun, 12 Dec 2004 16:02:40 -0500 From: Ken Smith To: Brooks Davis Message-ID: <20041212210240.GA5960@electra.cse.Buffalo.EDU> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212205321.GA28802@odin.ac.hmc.edu> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: Ken Smith cc: cvs-all@FreeBSD.org cc: Brooks Davis cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:02:48 -0000 On Sun, Dec 12, 2004 at 12:53:21PM -0800, Brooks Davis wrote: > ifi_mtu, etc remain in the same location because the two new variables > fill in the hidden padding required to align ifi_mtu. I've verified > that old and new ifconfigs work with old and new kernels. The change > will allow 4.11 ifconfigs to work with 6.x if we add fields to struct > if_data (fairly probable). Ok, thanks. Since you were relying on invisible padding you had me worried. ;-) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:03:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB87716A4CE; Sun, 12 Dec 2004 21:03:32 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 675A743D55; Sun, 12 Dec 2004 21:03:32 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CdasN-000HDg-7X; Sun, 12 Dec 2004 21:03:31 +0000 Date: Sun, 12 Dec 2004 21:03:31 +0000 From: Ceri Davies To: Brooks Davis Message-ID: <20041212210331.GN70052@submonkey.net> Mail-Followup-To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200412122012.iBCKCou6068020@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GYaKytDE8aa4+VVK" Content-Disposition: inline In-Reply-To: <200412122012.iBCKCou6068020@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:03:32 -0000 --GYaKytDE8aa4+VVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > brooks 2004-12-12 20:12:50 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > sbin/ifconfig ifconfig.c=20 > sys/net if.c if.h=20 > Log: > MFC the addition of ifi_datalen to struct if_data and ifconfig support > for it. The change to struct if_data differs slightly from the one in > 5.3 in that a pad is added after ifi_xmitquota rather then adding > ifi_link_state before ifi_recvquota. This is necessicary to maintain > the 4.x ABI. > | @@ -97,6 +97,8 @@ struct if_data { > | u_char ifi_hdrlen; /* media header length */ > | u_char ifi_recvquota; /* polling quota for receive intrs */ > | u_char ifi_xmitquota; /* polling quota for xmit intrs */ > | + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ Should this read ifi_do_not_use ? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --GYaKytDE8aa4+VVK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvLIjocfcwTS3JF8RAgE8AJ48xl5hk0jgPGWEyS2kfXvDn67fyQCdEmRY TdywMlZVPGbEdow/rrKc+Lc= =iQX0 -----END PGP SIGNATURE----- --GYaKytDE8aa4+VVK-- From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:07:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0F316A4CE; Sun, 12 Dec 2004 21:07:14 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49ED543D54; Sun, 12 Dec 2004 21:07:14 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id iBCL7ecr031544; Sun, 12 Dec 2004 13:07:40 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id iBCL7e6K031543; Sun, 12 Dec 2004 13:07:40 -0800 Date: Sun, 12 Dec 2004 13:07:40 -0800 From: Brooks Davis To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041212210740.GA31109@odin.ac.hmc.edu> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212210331.GN70052@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20041212210331.GN70052@submonkey.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:07:14 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 09:03:31PM +0000, Ceri Davies wrote: > On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > > brooks 2004-12-12 20:12:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_4) > > sbin/ifconfig ifconfig.c=20 > > sys/net if.c if.h=20 > > Log: > > MFC the addition of ifi_datalen to struct if_data and ifconfig support > > for it. The change to struct if_data differs slightly from the one in > > 5.3 in that a pad is added after ifi_xmitquota rather then adding > > ifi_link_state before ifi_recvquota. This is necessicary to maintain > > the 4.x ABI. >=20 > > | @@ -97,6 +97,8 @@ struct if_data { > > | u_char ifi_hdrlen; /* media header length */ > > | u_char ifi_recvquota; /* polling quota for receive intrs */ > > | u_char ifi_xmitquota; /* polling quota for xmit intrs */ > > | + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ >=20 > Should this read ifi_do_not_use ? Arg, yes. I'll fix that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBvLMbXY6L6fI4GtQRAjUPAKDJ5ztWlifYJHxHPrDXUEyGeOD+TQCaAytG CJH4QWzW0GPei0UbLdUYYXk= =YaH9 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:08:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF16B16A4CE; Sun, 12 Dec 2004 21:08:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E50043D1D; Sun, 12 Dec 2004 21:08:33 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCL8XC9076359; Sun, 12 Dec 2004 21:08:33 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCL8XfF076358; Sun, 12 Dec 2004 21:08:33 GMT (envelope-from brooks) Message-Id: <200412122108.iBCL8XfF076358@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Dec 2004 21:08:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/net if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:08:33 -0000 brooks 2004-12-12 21:08:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/net if.h Log: s/do_no_use/do_not_use/ Reported by: ceri Pointy hat to: brooks Revision Changes Path 1.58.2.13 +1 -1 src/sys/net/if.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:12:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A26816A4CE; Sun, 12 Dec 2004 21:12:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F3143D41; Sun, 12 Dec 2004 21:12:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCLCgIt076595; Sun, 12 Dec 2004 21:12:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCLCg63076594; Sun, 12 Dec 2004 21:12:42 GMT (envelope-from njl) Message-Id: <200412122112.iBCLCg63076594@repoman.freebsd.org> From: Nate Lawson Date: Sun, 12 Dec 2004 21:12:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:12:43 -0000 njl 2004-12-12 21:12:42 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that Mark Santcroos (marks) is now free of mentoring. Thanks for the work, Mark. Revision Changes Path 1.686 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:29:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F017B16A4CE; Sun, 12 Dec 2004 21:29:10 +0000 (GMT) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3237A43D48; Sun, 12 Dec 2004 21:29:10 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) iBCLSp6G030907; Sun, 12 Dec 2004 22:28:52 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id iBCLSplo001533; Sun, 12 Dec 2004 22:28:51 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id iBCLSoAn001532; Sun, 12 Dec 2004 22:28:50 +0100 (CET) (envelope-from wb) Date: Sun, 12 Dec 2004 22:28:50 +0100 From: Wilko Bulte To: Brooks Davis Message-ID: <20041212212850.GA1493@freebie.xs4all.nl> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20041212205321.GA28802@odin.ac.hmc.edu> X-OS: FreeBSD 4.11-PRERELEASE X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: Brooks Davis cc: Ken Smith cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:29:11 -0000 On Sun, Dec 12, 2004 at 12:53:21PM -0800, Brooks Davis wrote.. > On Sun, Dec 12, 2004 at 03:41:11PM -0500, Ken Smith wrote: > > On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > > > brooks 2004-12-12 20:12:50 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: (Branch: RELENG_4) > > > sbin/ifconfig ifconfig.c=20 > > > sys/net if.c if.h=20 > > > Log: > > > MFC the addition of ifi_datalen to struct if_data and ifconfig supp= ort > > > for it. The change to struct if_data differs slightly from the one= in > > > 5.3 in that a pad is added after ifi_xmitquota rather then adding > > > ifi_link_state before ifi_recvquota. This is necessicary to mainta= in > > > the 4.x ABI. > > > =20 > > > Revision Changes Path > > > 1.51.2.23 +4 -1 src/sbin/ifconfig/ifconfig.c > > > 1.85.2.28 +2 -0 src/sys/net/if.c > > > 1.58.2.12 +2 -0 src/sys/net/if.h > >=20 > > In if.h you are adding new fields that didn't exist before: > >=20 > > #ifndef _NET_IF_H_ > > @@ -97,6 +97,8 @@ struct if_data { > > u_char ifi_hdrlen; /* media header length */ > > u_char ifi_recvquota; /* polling quota for receive intrs */ > > u_char ifi_xmitquota; /* polling quota for xmit intrs */ > > + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ > > + u_char ifi_datalen; /* length of this data struct */ > > u_long ifi_mtu; /* maximum transmission unit */ > > u_long ifi_metric; /* routing metric (external only) */ > > u_long ifi_baudrate; /* linespeed */ > >=20 > > So any already compiled executables that use the if_data structure would > > be looking for ifi_mtu/ifi_metric/ifi_baudrate in the wrong place after > > this change. Are you absolutely sure this is not breaking ABI? >=20 > ifi_mtu, etc remain in the same location because the two new variables > fill in the hidden padding required to align ifi_mtu. I've verified > that old and new ifconfigs work with old and new kernels. The change Als on 64 bit machines? Just wondering.. > will allow 4.11 ifconfigs to work with 6.x if we add fields to struct > if_data (fairly probable). --=20 Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sun Dec 12 21:55:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2B316A4CE; Sun, 12 Dec 2004 21:55:43 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6DE43D58; Sun, 12 Dec 2004 21:55:43 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBCLteIo007595; Sun, 12 Dec 2004 16:55:40 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBCLtei8007594; Sun, 12 Dec 2004 16:55:40 -0500 (EST) Date: Sun, 12 Dec 2004 16:55:40 -0500 From: Ken Smith To: Wilko Bulte Message-ID: <20041212215540.GD5960@electra.cse.Buffalo.EDU> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> <20041212212850.GA1493@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212212850.GA1493@freebie.xs4all.nl> User-Agent: Mutt/1.4.1i cc: Brooks Davis cc: Brooks Davis cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Ken Smith Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 21:55:43 -0000 On Sun, Dec 12, 2004 at 10:28:50PM +0100, Wilko Bulte wrote: > On Sun, Dec 12, 2004 at 12:53:21PM -0800, Brooks Davis wrote.. > > ifi_mtu, etc remain in the same location because the two new variables > > fill in the hidden padding required to align ifi_mtu. I've verified > > that old and new ifconfigs work with old and new kernels. The change > > Als on 64 bit machines? Just wondering.. I didn't check as thoroughly as Brooks said he did but I whipped up a very crude little test and ran it on beast: #include #include #include "if.h" main() { struct if_data foo; u_char *addr1, *addr2; printf("sizeof if_data %d\n", sizeof(foo)); addr1 = (u_char *)&foo; addr2 = (u_char *)&foo.ifi_mtu; printf("offset ifi_mtu %d\n", (int)(addr2 - addr1)); } It reported no change in the structure size and said the ifi_mtu field began at the same spot using the old and new versions of if.h. So, that *should* indicate Alpha's compiler had been doing the same invisible padding that i386's had been. Brooks, sorry about all this. Just last-second jitters... :-) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Sun Dec 12 22:19:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4523E16A4CE; Sun, 12 Dec 2004 22:19:31 +0000 (GMT) Received: from mta08-winn.mailhost.ntl.com (mailhost.ntl.com [212.250.162.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2EE43D45; Sun, 12 Dec 2004 22:19:29 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from aamta07-winn.mailhost.ntl.com ([212.250.162.8]) by mta08-winn.mailhost.ntl.com with ESMTP <20041212221929.HEAI24423.mta08-winn.mailhost.ntl.com@aamta07-winn.mailhost.ntl.com>; Sun, 12 Dec 2004 22:19:29 +0000 Received: from llama.fishballoon.org ([82.4.146.133]) by aamta07-winn.mailhost.ntl.com with ESMTP <20041212221929.VMWA3407.aamta07-winn.mailhost.ntl.com@llama.fishballoon.org>; Sun, 12 Dec 2004 22:19:29 +0000 Received: from tuatara.fishballoon.org ([192.168.1.6]) by llama.fishballoon.org with esmtp (Exim 4.43 (FreeBSD)) id 1Cdc3y-0009S3-B2; Sun, 12 Dec 2004 22:19:34 +0000 Received: (from scott@localhost) by tuatara.fishballoon.org (8.13.1/8.13.1/Submit) id iBCMKf8H093539; Sun, 12 Dec 2004 22:20:41 GMT (envelope-from scott) Date: Sun, 12 Dec 2004 22:20:41 +0000 From: Scott Mitchell To: Ken Smith Message-ID: <20041212222041.GH68019@tuatara.fishballoon.org> References: <200412121851.iBCIpdus064574@repoman.freebsd.org> <20041212192243.GC3222@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212192243.GC3222@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/release/alpha dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 22:19:31 -0000 On Sun, Dec 12, 2004 at 02:22:43PM -0500, Ken Smith wrote: > On Sun, Dec 12, 2004 at 06:51:39PM +0000, Wilko Bulte wrote: > > wilko 2004-12-12 18:51:39 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > release/alpha dokern.sh > > Log: > > Alpha needs to get USB ethernet devices out of BOOTMFS, so the newly > > added axe(4) needs to be here as well. > > > > > > # USB support > > # (if you add any USB devices to this list, they must be added to the Alpha > > > > # section of src/release/scripts/dokern.sh) > > # USB Ethernet > > > > > > Forgotten by: rsm :-) > > > > This was probably my fault - he asked about it but I told him we were > actively mucking with dokern.sh because we knew the boot floppies were > overflowing. Mostly cluelessness on my part - I completely missed the very obvious warning in GENERIC about this :-( Apologies. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott at fishballoon.org | 0xAA775B8B | -- Anon From owner-cvs-src@FreeBSD.ORG Sun Dec 12 22:23:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 664B216A4E4; Sun, 12 Dec 2004 22:23:09 +0000 (GMT) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C651D43D5A; Sun, 12 Dec 2004 22:23:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr2.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBCMN4GQ083267; Sun, 12 Dec 2004 23:23:04 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id iBCMN3fJ002120; Sun, 12 Dec 2004 23:23:03 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id iBCMN37j002119; Sun, 12 Dec 2004 23:23:03 +0100 (CET) (envelope-from wb) Date: Sun, 12 Dec 2004 23:23:03 +0100 From: Wilko Bulte To: Scott Mitchell Message-ID: <20041212222303.GA2095@freebie.xs4all.nl> References: <200412121851.iBCIpdus064574@repoman.freebsd.org> <20041212192243.GC3222@electra.cse.Buffalo.EDU> <20041212222041.GH68019@tuatara.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212222041.GH68019@tuatara.fishballoon.org> X-OS: FreeBSD 4.11-PRERELEASE X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: Ken Smith cc: src-committers@FreeBSD.ORG cc: Wilko Bulte cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/alpha dokern.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 22:23:10 -0000 On Sun, Dec 12, 2004 at 10:20:41PM +0000, Scott Mitchell wrote.. > On Sun, Dec 12, 2004 at 02:22:43PM -0500, Ken Smith wrote: > > On Sun, Dec 12, 2004 at 06:51:39PM +0000, Wilko Bulte wrote: > > > wilko 2004-12-12 18:51:39 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_4) > > > release/alpha dokern.sh > > > Log: > > > Alpha needs to get USB ethernet devices out of BOOTMFS, so the newly > > > added axe(4) needs to be here as well. > > > > > > > > > # USB support > > > # (if you add any USB devices to this list, they must be added to the Alpha > > > > > > # section of src/release/scripts/dokern.sh) > > > # USB Ethernet > > > > > > > > > Forgotten by: rsm :-) > > > > > > > This was probably my fault - he asked about it but I told him we were > > actively mucking with dokern.sh because we knew the boot floppies were > > overflowing. > > Mostly cluelessness on my part - I completely missed the very obvious > warning in GENERIC about this :-( > > Apologies. No worries... It is just that I am preparing to start cranking out alpha RC's that made me catch this one. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Sun Dec 12 22:23:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0FD416A4E9; Sun, 12 Dec 2004 22:23:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6C543D2F; Sun, 12 Dec 2004 22:23:10 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCMNAWT079323; Sun, 12 Dec 2004 22:23:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCMNAMB079322; Sun, 12 Dec 2004 22:23:10 GMT (envelope-from marius) Message-Id: <200412122223.iBCMNAMB079322@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 22:23:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 22:23:11 -0000 marius 2004-12-12 22:23:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/asr asr.c Log: MFC: 1.64 - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMP in case of a CHECK CONDITION. - Make this driver return SCSI status information. - While here, factor out the clearing of the CAM status from every element of the switch statement to only once before the switch. MFC ok'ed by: scottl (some months ago) Revision Changes Path 1.3.2.3 +7 -11 src/sys/dev/asr/asr.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 22:42:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A22F16A4CE; Sun, 12 Dec 2004 22:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7968343D54; Sun, 12 Dec 2004 22:42:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCMgHCn080097; Sun, 12 Dec 2004 22:42:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCMgHph080096; Sun, 12 Dec 2004 22:42:17 GMT (envelope-from imp) Message-Id: <200412122242.iBCMgHph080096@repoman.freebsd.org> From: Warner Losh Date: Sun, 12 Dec 2004 22:42:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 22:42:17 -0000 imp 2004-12-12 22:42:17 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump revision of FreeBSD for 802.11 framework update. Revision Changes Path 1.219 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:02:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CCF16A4CE; Sun, 12 Dec 2004 23:02:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4058A43D2F; Sun, 12 Dec 2004 23:02:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCN2jw1081086; Sun, 12 Dec 2004 23:02:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCN2j0G081085; Sun, 12 Dec 2004 23:02:45 GMT (envelope-from marius) Message-Id: <200412122302.iBCN2j0G081085@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 23:02:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:02:45 -0000 marius 2004-12-12 23:02:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/whois whois.1 whois.c Log: MFC whois.c: 1.29: Mark a function as __printflike(). 1.30: Leave the `copyright' variable exposed, since the main purpose of it is to put a copyright in the object file. 1.35: Add support for identifying NORID (norwegian top level registry) handles. 1.38: Add whois.iana.org to the whois(1) utility, under the -I option. 1.39: Add whois.abuse.net to whois(1). 1.40: Add -b to usage. 1.41: Add special case for the german whois nameserver. MFC whois.1: 1.29: mdoc(7) police: markup polishing. 1.30: Add whois.iana.org to the whois(1) utility, under the -I option. 1.31: Date bump. 1.32: Add whois.abuse.net to whois(1). Revision Changes Path 1.15.2.10 +12 -4 src/usr.bin/whois/whois.1 1.15.2.12 +26 -6 src/usr.bin/whois/whois.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:46:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929F216A4CE; Sun, 12 Dec 2004 23:46:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE7943D46; Sun, 12 Dec 2004 23:46:25 +0000 (GMT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCNkP7H085348; Sun, 12 Dec 2004 23:46:25 GMT (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCNkPGm085347; Sun, 12 Dec 2004 23:46:25 GMT (envelope-from rsm) Message-Id: <200412122346.iBCNkPGm085347@repoman.freebsd.org> From: Scott Mitchell Date: Sun, 12 Dec 2004 23:46:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/defaults pccard.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 12 Dec 2004 23:46:25 -0000 rsm 2004-12-12 23:46:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: MFC: rest of r1.267 - Add Xircom CEM28 and CEM33 cards. Approved by: imp (mentor) Revision Changes Path 1.98.2.42 +15 -0 src/etc/defaults/pccard.conf From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:50:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF8416A4D1; Sun, 12 Dec 2004 23:50:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5915343D78; Sun, 12 Dec 2004 23:50:44 +0000 (GMT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCNoiI4086094; Sun, 12 Dec 2004 23:50:44 GMT (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCNoi2r086093; Sun, 12 Dec 2004 23:50:44 GMT (envelope-from rsm) Message-Id: <200412122350.iBCNoi2r086093@repoman.freebsd.org> From: Scott Mitchell Date: Sun, 12 Dec 2004 23:50:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 Makefile xe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:50:44 -0000 rsm 2004-12-12 23:50:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 xe.4 Log: MFC: Add xe(4) manpage to 4.x Approved by: imp (mentor) Revision Changes Path 1.83.2.82 +1 -0 src/share/man/man4/Makefile 1.8.2.1 +162 -0 src/share/man/man4/xe.4 (new) From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:52:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6372816A4CE; Sun, 12 Dec 2004 23:52:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EC843D45; Sun, 12 Dec 2004 23:52:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCNq0Z0086199; Sun, 12 Dec 2004 23:52:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCNq0Ts086198; Sun, 12 Dec 2004 23:52:00 GMT (envelope-from marius) Message-Id: <200412122352.iBCNq0Ts086198@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 23:52:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:52:00 -0000 marius 2004-12-12 23:52:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/whois whois.1 whois.c Log: MFC whois.c: 1.42: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. MFC whois.1: 1.33: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. 1.34: Bump document date. Short MFC interval to get this into RELENG_4 via RELENG_5 before the freeze for FreeBSD 4.11. MFC ok'ed by: ceri Revision Changes Path 1.32.2.1 +8 -2 src/usr.bin/whois/whois.1 1.40.2.2 +6 -2 src/usr.bin/whois/whois.c From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:53:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2743316A4CE; Sun, 12 Dec 2004 23:53:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F2643D2F; Sun, 12 Dec 2004 23:53:51 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCNroaP086299; Sun, 12 Dec 2004 23:53:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCNroVH086298; Sun, 12 Dec 2004 23:53:50 GMT (envelope-from marius) Message-Id: <200412122353.iBCNroVH086298@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 23:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:53:51 -0000 marius 2004-12-12 23:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/whois whois.1 whois.c Log: MFC whois.c: 1.42: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. MFC whois.1: 1.33: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. 1.34: Bump document date. Short MFC interval to get this into RELENG_4 before the freeze for FreeBSD 4.11. MFC ok'ed by: ceri Revision Changes Path 1.15.2.11 +8 -2 src/usr.bin/whois/whois.1 1.15.2.13 +6 -2 src/usr.bin/whois/whois.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:12:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E8F16A4CE for ; Mon, 13 Dec 2004 00:12:21 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C2E543D49 for ; Mon, 13 Dec 2004 00:12:21 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD0BwGr231240; Sun, 12 Dec 2004 19:12:03 -0500 Message-ID: <41BCDE4D.3020902@elischer.org> Date: Sun, 12 Dec 2004 16:11:57 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Ian Dowse References: <200412121411.aa89799@salmon.maths.tcd.ie> In-Reply-To: <200412121411.aa89799@salmon.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Mitchell cc: Scott Long cc: cvs-all@freebsd.org cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:12:21 -0000 Ian Dowse wrote: > In message <20041212133752.GE68019@tuatara.fishballoon.org>, Scott Mitchell wri > tes: > >>On Sun, Dec 12, 2004 at 12:23:05PM +0000, Ceri Davies wrote: >> >>>On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: >>> >>>>Julian Elischer wrote: >>>> >>>>> Add support for USB Microsoft Intellimouse >>>>> >>>>> PR: kern/70607 >>>>> Submitted by: Matt Wright >>>>> MFC after: 1 week >>>> >>>>What 'support' does this add? >>> >>>They have another axis on the wheel: you can tilt it from left to right. >>> >>>Ceri >> >>Apart from that, the device in question (wireless Intellimouse 2.0) didn't >>work as any kind of mouse without this patch. >> >> Scott > > > As pointed out in the PR though, it doesn't seem necessary to change > struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make > the device work. All other mouse drivers in the tree will need to > be updated to initialise the new `dt' field. There's also one part > of the patch that looks as if it could easily break other devices: > > ibuf = sc->sc_ibuf; > if (sc->sc_iid) { > - if (*ibuf++ != sc->sc_iid) > - return; > + ibuf++; > } > > + /* The M$ Wireless Intellimouse 2.0 sends 1 extra leading byte of > + * data compared to most USB mice. This byte frequently switches > + * from 0x01 (usual state) to 0x02. I assume it is to allow > + * extra, non-standard, reporting (say battery-life). However > + * at the same time it generates a left-click message on the button > + * byte which causes spurious left-click's where there shouldn't be. > + * This should sort that. */ > + if ((sc->sc_ibuf != ibuf) && (sc->sc_ibuf[0] == 0x02)) > + return; > + > dx = hid_get_data(ibuf, &sc->sc_loc_x); > dy = -hid_get_data(ibuf, &sc->sc_loc_y); > dz = -hid_get_data(ibuf, &sc->sc_loc_z); > > BTW, Anish Mistry has been looking at porting a more recent version > of NetBSD's HID fremework to FreeBSD, which I believe may fix the > real bugs that the above code just tries to work around. > > Ian Yeah I had a quick exchange with Anish. I'm trying to make a small dent on teh HUGE pile of USB PRs we've grown. if you have any thoughts about this, let me know and we can sort it out quickly. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:14:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6607316A57B for ; Mon, 13 Dec 2004 00:14:01 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0202A43D1D for ; Mon, 13 Dec 2004 00:14:01 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD0DsGr335858; Sun, 12 Dec 2004 19:13:54 -0500 Message-ID: <41BCDEC1.4000009@elischer.org> Date: Sun, 12 Dec 2004 16:13:53 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Scott Mitchell References: <20041212133752.GE68019@tuatara.fishballoon.org> <200412121411.aa89799@salmon.maths.tcd.ie> <20041212142640.GF68019@tuatara.fishballoon.org> In-Reply-To: <20041212142640.GF68019@tuatara.fishballoon.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Ian Dowse cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:14:01 -0000 Scott Mitchell wrote: > On Sun, Dec 12, 2004 at 02:11:22PM +0000, Ian Dowse wrote: > >>In message <20041212133752.GE68019@tuatara.fishballoon.org>, Scott Mitchell wri >>tes: >> >>>On Sun, Dec 12, 2004 at 12:23:05PM +0000, Ceri Davies wrote: >>> >>>>On Sat, Dec 11, 2004 at 10:39:10PM -0700, Scott Long wrote: >>>> >>>>>Julian Elischer wrote: >>>>> >>>>>> Add support for USB Microsoft Intellimouse >>>>>> >>>>>> PR: kern/70607 >>>>>> Submitted by: Matt Wright >>>>>> MFC after: 1 week >>>>> >>>>>What 'support' does this add? >>>> >>>>They have another axis on the wheel: you can tilt it from left to right. >>>> >>>>Ceri >>> >>>Apart from that, the device in question (wireless Intellimouse 2.0) didn't >>>work as any kind of mouse without this patch. >>> >>> Scott >> >>As pointed out in the PR though, it doesn't seem necessary to change >>struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make >>the device work. All other mouse drivers in the tree will need to >>be updated to initialise the new `dt' field. There's also one part >>of the patch that looks as if it could easily break other devices: > > > Ahhh, my bad. I'd read the PR and thought it was the last version > mentioned by marko@ (without the mousestatus change) that had been > committed. Although now that I look a bit closer I can't actually find > that version anywhere. > > I'll shut up now. > > Scott > uh my bad.. I THOUGHT I had committed the last version, as I got it from the URL he supplied as being the last one.. I'll look around to see if there is a newer one, or try fix this one.. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:25:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A8C916A4CE; Mon, 13 Dec 2004 00:25:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178D943D58; Mon, 13 Dec 2004 00:25:04 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0P3LO088105; Mon, 13 Dec 2004 00:25:03 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0P3U2088104; Mon, 13 Dec 2004 00:25:03 GMT (envelope-from julian) Message-Id: <200412130025.iBD0P3U2088104@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 00:25:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:25:04 -0000 julian 2004-12-13 00:25:03 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Revert addition of Lide scanner entry.. It's a duplicate of an already exisiting entry. (with another name). Revision Changes Path 1.212 +0 -1 src/sys/dev/usb/usbdevs 1.61 +0 -1 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:32:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1317716A4CE; Mon, 13 Dec 2004 00:32:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BDC43D41; Mon, 13 Dec 2004 00:32:49 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0Wnsp088614; Mon, 13 Dec 2004 00:32:49 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0WnG0088613; Mon, 13 Dec 2004 00:32:49 GMT (envelope-from marius) Message-Id: <200412130032.iBD0WnG0088613@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 00:32:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/patch COPYING ChangeLog FREEBSD-upgrade INSTALL Makefile.in NEWS README acconfig.h addext.c argmatch.c argmatch.h backupfile.c backupfile.h basename.c common.h config.hin configure configure.in getopt.c getopt.h getopt1.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:32:50 -0000 marius 2004-12-13 00:32:49 UTC FreeBSD src repository Removed files: (Branch: RELENG_4) contrib/patch COPYING ChangeLog FREEBSD-upgrade INSTALL Makefile.in NEWS README acconfig.h addext.c argmatch.c argmatch.h backupfile.c backupfile.h basename.c common.h config.hin configure configure.in getopt.c getopt.h getopt1.c inp.c inp.h install-sh maketime.c maketime.h partime.c partime.h patch.1 patch.c pch.c pch.h quotearg.c quotearg.h util.c util.h version.c version.h Log: MFC: Remove GNU patch(1) sources unused since FreeBSD moved back to the patch(1) sources in src/gnu/usr.bin/patch nearly seven years ago. Revision Changes Path 1.1.1.1.6.1 +0 -340 src/contrib/patch/COPYING (dead) 1.1.1.2.6.1 +0 -1704 src/contrib/patch/ChangeLog (dead) 1.3.6.1 +0 -34 src/contrib/patch/FREEBSD-upgrade (dead) 1.1.1.1.6.1 +0 -183 src/contrib/patch/INSTALL (dead) 1.1.1.1.6.1 +0 -158 src/contrib/patch/Makefile.in (dead) 1.1.1.2.6.1 +0 -173 src/contrib/patch/NEWS (dead) 1.1.1.1.6.1 +0 -52 src/contrib/patch/README (dead) 1.1.1.1.6.1 +0 -14 src/contrib/patch/acconfig.h (dead) 1.1.1.1.6.1 +0 -106 src/contrib/patch/addext.c (dead) 1.1.1.1.6.1 +0 -92 src/contrib/patch/argmatch.c (dead) 1.1.1.1.6.1 +0 -12 src/contrib/patch/argmatch.h (dead) 1.1.1.2.6.1 +0 -252 src/contrib/patch/backupfile.c (dead) 1.1.1.1.6.1 +0 -50 src/contrib/patch/backupfile.h (dead) 1.1.1.1.6.1 +0 -32 src/contrib/patch/basename.c (dead) 1.1.1.1.6.1 +0 -307 src/contrib/patch/common.h (dead) 1.1.1.1.6.1 +0 -124 src/contrib/patch/config.hin (dead) 1.1.1.1.6.1 +0 -2364 src/contrib/patch/configure (dead) 1.1.1.1.6.1 +0 -134 src/contrib/patch/configure.in (dead) 1.2.6.1 +0 -1054 src/contrib/patch/getopt.c (dead) 1.1.1.1.6.1 +0 -133 src/contrib/patch/getopt.h (dead) 1.1.1.1.6.1 +0 -189 src/contrib/patch/getopt1.c (dead) 1.1.1.2.6.1 +0 -462 src/contrib/patch/inp.c (dead) 1.1.1.1.6.1 +0 -10 src/contrib/patch/inp.h (dead) 1.1.1.1.6.1 +0 -250 src/contrib/patch/install-sh (dead) 1.1.1.1.6.1 +0 -391 src/contrib/patch/maketime.c (dead) 1.1.1.1.6.1 +0 -39 src/contrib/patch/maketime.h (dead) 1.1.1.1.6.1 +0 -742 src/contrib/patch/partime.c (dead) 1.1.1.1.6.1 +0 -67 src/contrib/patch/partime.h (dead) 1.1.1.2.6.1 +0 -1064 src/contrib/patch/patch.1 (dead) 1.1.1.2.6.1 +0 -1302 src/contrib/patch/patch.c (dead) 1.1.1.2.6.1 +0 -1865 src/contrib/patch/pch.c (dead) 1.1.1.1.6.1 +0 -25 src/contrib/patch/pch.h (dead) 1.1.1.1.6.1 +0 -125 src/contrib/patch/quotearg.c (dead) 1.1.1.1.6.1 +0 -9 src/contrib/patch/quotearg.h (dead) 1.1.1.2.6.1 +0 -1079 src/contrib/patch/util.c (dead) 1.1.1.2.6.1 +0 -32 src/contrib/patch/util.h (dead) 1.1.1.1.6.1 +0 -30 src/contrib/patch/version.c (dead) 1.1.1.1.6.1 +0 -5 src/contrib/patch/version.h (dead) From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:38:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435A216A4CE; Mon, 13 Dec 2004 00:38:51 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7DD243D2D; Mon, 13 Dec 2004 00:38:50 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD0cnGr205580; Sun, 12 Dec 2004 19:38:49 -0500 Message-ID: <41BCE498.6010208@elischer.org> Date: Sun, 12 Dec 2004 16:38:48 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Brooks Davis References: <200412122108.iBCL8XfF076358@repoman.freebsd.org> In-Reply-To: <200412122108.iBCL8XfF076358@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:38:51 -0000 Brooks Davis wrote: > brooks 2004-12-12 21:08:33 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/net if.h > Log: > s/do_no_use/do_not_use/ well it didn't matter really.. It's not used you know? :-) > > Reported by: ceri > Pointy hat to: brooks > > Revision Changes Path > 1.58.2.13 +1 -1 src/sys/net/if.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:42:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009BB16A4CE; Mon, 13 Dec 2004 00:42:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D087443D48; Mon, 13 Dec 2004 00:42:43 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0ghAq089006; Mon, 13 Dec 2004 00:42:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0ghHO089005; Mon, 13 Dec 2004 00:42:43 GMT (envelope-from marius) Message-Id: <200412130042.iBD0ghHO089005@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 00:42:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 00:42:44 -0000 marius 2004-12-13 00:42:43 UTC FreeBSD src repository Modified files: . modules Log: Remove entry for src/contrib/patch, now unused in RELENG_4, RELENG_5 and HEAD. Revision Changes Path 1.6856 +0 -1 CVSROOT/modules From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:49:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C6516A4CE; Mon, 13 Dec 2004 00:49:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3107443D31; Mon, 13 Dec 2004 00:49:52 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0nqnM095803; Mon, 13 Dec 2004 00:49:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0nq8o095802; Mon, 13 Dec 2004 00:49:52 GMT (envelope-from marcel) Message-Id: <200412130049.iBD0nq8o095802@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 13 Dec 2004 00:49:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:49:52 -0000 marcel 2004-12-13 00:49:52 UTC FreeBSD src repository Modified files: . Makefile Log: Unbreak the MAKEOBJDIRPREFIX variable check by avoiding bugs in make(1). When make flags are passed to make in the environment, the string is chopped up in an (argc,argv) vector. This happens in brk_string() and the chopped up string is stored in static buffer. When this includes something like "-V BINMAKE", then a pointer into the static buffer is put on the variables list for evaluation later. However, brk_string() is used for more than just chopping up the MAKEFLAGS env. variable, so it's very likely that the static buffer is clobbered. In fact, this is exactly what happens. The result is that _MAKEOBJDIRPREFIX gets assigned whatever garbage the child make happens to emit, causing the test to fail. Like this: pluto2% cd /usr/src pluto2% make -V BINMAKE "/q/6.x/src/Makefile", line 94: MAKEOBJDIRPREFIX can only be set in environment, not as a global (in /etc/make.conf) or command-line variable. pluto2% make -dv -V BINMAKE | & grep _MAKEOBJDIRPREFIX Global:_MAKEOBJDIRPREFIX = } The fix is to not use MAKEFLAGS for this, but simple pass the flags as arguments. Ideally make(1) should be fixed but that's beyond the scope of my attention span. This fixes release. Revision Changes Path 1.312 +1 -2 src/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:57:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91BB16A4CE; Mon, 13 Dec 2004 00:57:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C345843D53; Mon, 13 Dec 2004 00:57:10 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0vApb096142; Mon, 13 Dec 2004 00:57:10 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0vAiK096141; Mon, 13 Dec 2004 00:57:10 GMT (envelope-from sam) Message-Id: <200412130057.iBD0vAiK096141@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Dec 2004 00:57:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:57:11 -0000 sam 2004-12-13 00:57:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/hifn hifn7751.c hifn7751var.h Log: MFC: hifn7751.c 1.29, hifn7751var.h 1.5 Move session state from on-card memory to host memory so we no longer are constrained to a small number of sessions by the small on-card memories found in newer devices. This is really a stopgap solution as having session state in main memory incurs a (small but noticeable) performance penalty. The better solution is to manage session state so that it's cached on chip. Revision Changes Path 1.28.2.1 +43 -35 src/sys/dev/hifn/hifn7751.c 1.4.4.1 +3 -8 src/sys/dev/hifn/hifn7751var.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 00:59:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC0616A4F9 for ; Mon, 13 Dec 2004 00:59:40 +0000 (GMT) Received: from mail.meangrape.com (mail.meangrape.com [209.223.7.159]) by mx1.FreeBSD.org (Postfix) with SMTP id 8CF4343D48 for ; Mon, 13 Dec 2004 00:59:39 +0000 (GMT) (envelope-from jay@meangrape.com) Received: (qmail 61622 invoked by uid 1002); 13 Dec 2004 01:00:00 -0000 Date: Sun, 12 Dec 2004 19:00:00 -0600 From: Jay To: Jeff Roberson Message-ID: <20041213010000.GA60340@mail.meangrape.com> Mail-Followup-To: Jay , Jeff Roberson , Poul-Henning Kamp , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200412121419.iBCEJBg4048788@repoman.freebsd.org> <20041212093155.V9536@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212093155.V9536@mail.chesapeake.net> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jay List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:59:40 -0000 On Sun, Dec 12, 2004 at 09:32:13AM -0500, Jeff Roberson wrote: > Probably should push this back into RELENG_5 at some point. It seems to work right for me on RELENG_5. jay@cabernet$ uname -a FreeBSD cabernet.meangrape.com 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Sat Nov 20 18:39:41 CST 2004 jay@cabernet.meangrape.com:/usr/obj/usr/src/sys/CABERNET.pf i386 jay@cabernet$ dd if=/dev/zero of=/tmp/test bs=1k count=1440 1440+0 records in 1440+0 records out 1474560 bytes transferred in 0.162245 secs (9088475 bytes/sec) jay@cabernet$ mdconfig -a -t vnode -f /tmp/test -u 1 jay@cabernet$ mount /dev/md1 /mnt/mdtest mount: /dev/md1 on /mnt/mdtest: incorrect super block jay@cabernet$ newfs /dev/md1 /dev/md1: 1.4MB (2880 sectors) block size 16384, fragment size 2048 using 3 cylinder groups of 0.50MB, 32 blks, 64 inodes. super-block backups (for fsck -b #) at: 160, 1184, 2208 jay@cabernet$ mount /dev/md1 /mnt/mdtest jay@cabernet$ mount | grep md1 /dev/md1 on /mnt/mdtest (ufs, local) From owner-cvs-src@FreeBSD.ORG Mon Dec 13 01:13:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48E1016A4D0; Mon, 13 Dec 2004 01:13:48 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85B43D31; Mon, 13 Dec 2004 01:13:47 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD1DRGr344106; Sun, 12 Dec 2004 20:13:27 -0500 Message-ID: <41BCECB6.7010202@elischer.org> Date: Sun, 12 Dec 2004 17:13:26 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Julian Elischer References: <20041212133752.GE68019@tuatara.fishballoon.org> <200412121411.aa89799@salmon.maths.tcd.ie> <20041212142640.GF68019@tuatara.fishballoon.org> <41BCDEC1.4000009@elischer.org> In-Reply-To: <41BCDEC1.4000009@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Mitchell cc: Scott Long cc: cvs-all@freebsd.org cc: Ian Dowse cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 01:13:48 -0000 Julian Elischer wrote: >>> As pointed out in the PR though, it doesn't seem necessary to change >>> struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make >>> the device work. All other mouse drivers in the tree will need to >>> be updated to initialise the new `dt' field. There's also one part >>> of the patch that looks as if it could easily break other devices: >> >> >> >> Ahhh, my bad. I'd read the PR and thought it was the last version >> mentioned by marko@ (without the mousestatus change) that had been >> committed. Although now that I look a bit closer I can't actually find >> that version anywhere. >> >> I'll shut up now. >> >> Scott >> > > uh my bad.. I THOUGHT I had committed the last version, as I got it from > the URL he supplied as being the last one.. > I'll look around to see if there is a newer one, or try fix this one.. ok, so before I fix it.. all reference to sc->status.dt should go away right? meaning that nothing can use the extra axis... From owner-cvs-src@FreeBSD.ORG Mon Dec 13 01:23:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB25F16A4CE; Mon, 13 Dec 2004 01:23:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4B443D58; Mon, 13 Dec 2004 01:23:49 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD1Nno1097244; Mon, 13 Dec 2004 01:23:49 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD1Nnqw097243; Mon, 13 Dec 2004 01:23:49 GMT (envelope-from julian) Message-Id: <200412130123.iBD1Nnqw097243@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 01:23:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ums.c src/sys/sys mouse.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 01:23:49 -0000 julian 2004-12-13 01:23:49 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c sys/sys mouse.h Log: Don't export the 'dt' field as that would break the exisiting ABI. keep the code but comment it out so that if the ABI changes we can see easily what should be done. Submitted by: iedowse Revision Changes Path 1.72 +5 -4 src/sys/dev/usb/ums.c 1.22 +0 -1 src/sys/sys/mouse.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 01:27:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C974016A4CE; Mon, 13 Dec 2004 01:27:23 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFD743D49; Mon, 13 Dec 2004 01:27:23 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD1QnDa150338; Sun, 12 Dec 2004 20:26:50 -0500 Message-ID: <41BCEFD8.7050301@elischer.org> Date: Sun, 12 Dec 2004 17:26:48 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Julian Elischer References: <20041212133752.GE68019@tuatara.fishballoon.org> <200412121411.aa89799@salmon.maths.tcd.ie> <20041212142640.GF68019@tuatara.fishballoon.org> <41BCDEC1.4000009@elischer.org> In-Reply-To: <41BCDEC1.4000009@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Mitchell cc: Scott Long cc: cvs-all@freebsd.org cc: Ian Dowse cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 01:27:24 -0000 Julian Elischer wrote: >> >> Scott >> > > uh my bad.. I THOUGHT I had committed the last version, as I got it from > the URL he supplied as being the last one.. > I'll look around to see if there is a newer one, or try fix this one.. Ok the driver now knows about dt but doesn't export it. We should consider if the generic mouse status framework shouldn't have room for more axis' by default.. 3 dimensions is so... limiting. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 01:33:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A382616A4E2 for ; Mon, 13 Dec 2004 01:33:16 +0000 (GMT) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3842843D49 for ; Mon, 13 Dec 2004 01:33:16 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD1WvNb373240; Sun, 12 Dec 2004 20:33:04 -0500 Message-ID: <41BCF149.3090801@elischer.org> Date: Sun, 12 Dec 2004 17:32:57 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Ian Dowse References: <200412121411.aa89799@salmon.maths.tcd.ie> <41BCDE4D.3020902@elischer.org> In-Reply-To: <41BCDE4D.3020902@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Mitchell cc: Scott Long cc: cvs-all@FreeBSD.org cc: Ceri Davies cc: Julian Elischer Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/dev/usb ums.c usbhid.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 01:33:19 -0000 Julian Elischer wrote: > Ian Dowse wrote: >> >> As pointed out in the PR though, it doesn't seem necessary to change >> struct mousestatus and the MOUSE_GETSTATUS ioctl API just to make >> the device work. All other mouse drivers in the tree will need to >> be updated to initialise the new `dt' field. ok that is changed back. >> There's also one part >> of the patch that looks as if it could easily break other devices: >> >> ibuf = sc->sc_ibuf; >> if (sc->sc_iid) { >> - if (*ibuf++ != sc->sc_iid) >> - return; >> + ibuf++; >> } >> >> + /* The M$ Wireless Intellimouse 2.0 sends 1 extra leading byte of >> + * data compared to most USB mice. This byte frequently switches >> + * from 0x01 (usual state) to 0x02. I assume it is to allow >> + * extra, non-standard, reporting (say battery-life). However >> + * at the same time it generates a left-click message on the button >> + * byte which causes spurious left-click's where there shouldn't be. >> + * This should sort that. */ >> + if ((sc->sc_ibuf != ibuf) && (sc->sc_ibuf[0] == 0x02)) + >> return; >> + >> dx = hid_get_data(ibuf, &sc->sc_loc_x); >> dy = -hid_get_data(ibuf, &sc->sc_loc_y); >> dz = -hid_get_data(ibuf, &sc->sc_loc_z); I'm looking at this.. will treat it separatly from the ABI question. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 01:59:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B2516A4CE; Mon, 13 Dec 2004 01:59:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A34643D4C; Mon, 13 Dec 2004 01:59:28 +0000 (GMT) (envelope-from mckay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD1xST6098817; Mon, 13 Dec 2004 01:59:28 GMT (envelope-from mckay@repoman.freebsd.org) Received: (from mckay@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD1xS85098816; Mon, 13 Dec 2004 01:59:28 GMT (envelope-from mckay) Message-Id: <200412130159.iBD1xS85098816@repoman.freebsd.org> From: Stephen McKay Date: Mon, 13 Dec 2004 01:59:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/vinum vinumrequest.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 01:59:28 -0000 mckay 2004-12-13 01:59:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/vinum vinumrequest.c Log: Unfortunately, abs() is not always available, since in 4.x it is magically supplied by the compiler and LINT is compiled with -no-builtin. Fix this by defining abs() as a macro. Another pointy hat for my collection... Pointed out by: tinderbox, glebius, and ken. Revision Changes Path 1.44.2.7 +2 -0 src/sys/dev/vinum/vinumrequest.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 02:13:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E33A16A4CE; Mon, 13 Dec 2004 02:13:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B0143D5D; Mon, 13 Dec 2004 02:13:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD2D90b099321; Mon, 13 Dec 2004 02:13:09 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD2D9vT099320; Mon, 13 Dec 2004 02:13:09 GMT (envelope-from scottl) Message-Id: <200412130213.iBD2D9vT099320@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Dec 2004 02:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 02:13:09 -0000 scottl 2004-12-13 02:13:08 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi_asus Makefile Log: Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUG Revision Changes Path 1.6 +2 -1 src/sys/modules/acpi/acpi_asus/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 02:20:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2592316A4CE; Mon, 13 Dec 2004 02:20:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021FD43D60; Mon, 13 Dec 2004 02:20:49 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD2KmBs099667; Mon, 13 Dec 2004 02:20:48 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD2KmSE099666; Mon, 13 Dec 2004 02:20:48 GMT (envelope-from julian) Message-Id: <200412130220.iBD2KmSE099666@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 02:20:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 02:20:49 -0000 julian 2004-12-13 02:20:48 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Try make code for teh M$ Intellimouse less obtrusive when not using such a device. Revision Changes Path 1.73 +24 -11 src/sys/dev/usb/ums.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 03:22:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E28016A4CE; Mon, 13 Dec 2004 03:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC70743D41; Mon, 13 Dec 2004 03:22:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD3MBT9001997; Mon, 13 Dec 2004 03:22:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD3MBEo001996; Mon, 13 Dec 2004 03:22:11 GMT (envelope-from scottl) Message-Id: <200412130322.iBD3MBEo001996@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Dec 2004 03:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpi_support acpi_ibm.c src/sys/dev/acpica acpivar.h src/sys/modules/acpi/acpi_ibm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 03:22:12 -0000 scottl 2004-12-13 03:22:11 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_ibm.c sys/dev/acpica acpivar.h sys/modules/acpi/acpi_ibm Makefile Log: Allow the acpi_ibm module to be built with ACPI_DEBUG. Revision Changes Path 1.2 +5 -0 src/sys/dev/acpi_support/acpi_ibm.c 1.84 +1 -0 src/sys/dev/acpica/acpivar.h 1.2 +1 -0 src/sys/modules/acpi/acpi_ibm/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 03:23:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B61816A4CE; Mon, 13 Dec 2004 03:23:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2680943D54; Mon, 13 Dec 2004 03:23:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD3N9vI002039; Mon, 13 Dec 2004 03:23:09 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD3N9Tt002038; Mon, 13 Dec 2004 03:23:09 GMT (envelope-from scottl) Message-Id: <200412130323.iBD3N9Tt002038@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Dec 2004 03:23:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi_asus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 03:23:09 -0000 scottl 2004-12-13 03:23:09 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi_asus Makefile Log: Remove the addition of ACPI_DEBUG that was accidentally added in the last commit. Revision Changes Path 1.7 +1 -1 src/sys/modules/acpi/acpi_asus/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 04:09:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5747F16A4CE; Mon, 13 Dec 2004 04:09:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3212143D41; Mon, 13 Dec 2004 04:09:02 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD4920i003374; Mon, 13 Dec 2004 04:09:02 GMT (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD491rp003373; Mon, 13 Dec 2004 04:09:01 GMT (envelope-from kbyanc) Message-Id: <200412130409.iBD491rp003373@repoman.freebsd.org> From: Kelly Yancey Date: Mon, 13 Dec 2004 04:09:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 04:09:02 -0000 kbyanc 2004-12-13 04:09:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 vm_machdep.c Log: Merge revision 1.247: Clear trace bit on new processes unless the PROC_FORK flag was set on the parent. Revision Changes Path 1.241.2.1 +12 -0 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 04:26:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CCE216A4CE; Mon, 13 Dec 2004 04:26:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588EC43D31; Mon, 13 Dec 2004 04:26:36 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD4QakO003963; Mon, 13 Dec 2004 04:26:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD4QadW003962; Mon, 13 Dec 2004 04:26:36 GMT (envelope-from sam) Message-Id: <200412130426.iBD4QadW003962@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Dec 2004 04:26:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 04:26:36 -0000 sam 2004-12-13 04:26:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.c Log: cover up the landmine until there's a proper solution Revision Changes Path 1.3 +4 -0 src/sys/net80211/ieee80211_freebsd.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 04:59:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AC916A4CE; Mon, 13 Dec 2004 04:59:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A0143D4C; Mon, 13 Dec 2004 04:59:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD4xZHQ011674; Mon, 13 Dec 2004 04:59:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD4xZUV011673; Mon, 13 Dec 2004 04:59:35 GMT (envelope-from imp) Message-Id: <200412130459.iBD4xZUV011673@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 04:59:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi/acpi_ibm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 04:59:36 -0000 imp 2004-12-13 04:59:35 UTC FreeBSD src repository Modified files: sys/modules/acpi/acpi_ibm Makefile Log: Make this compile when you don't have /sys. Revision Changes Path 1.3 +1 -1 src/sys/modules/acpi/acpi_ibm/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 05:26:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E6016A4CE; Mon, 13 Dec 2004 05:26:06 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E1843D1D; Mon, 13 Dec 2004 05:26:05 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBD5Q3Io016675; Mon, 13 Dec 2004 00:26:03 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBD5Q26t016669; Mon, 13 Dec 2004 00:26:02 -0500 (EST) Date: Mon, 13 Dec 2004 00:26:01 -0500 From: Ken Smith To: Ken Smith Message-ID: <20041213052601.GB12611@electra.cse.Buffalo.EDU> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> <20041212212850.GA1493@freebie.xs4all.nl> <20041212215540.GD5960@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041212215540.GD5960@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.1i cc: Brooks Davis cc: Brooks Davis cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Wilko Bulte Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 05:26:06 -0000 On Sun, Dec 12, 2004 at 04:55:40PM -0500, Ken Smith wrote: > I didn't check as thoroughly as Brooks said he did but I whipped up > a very crude little test and ran it on beast: > > #include > #include > #include "if.h" > > main() > { > struct if_data foo; > u_char *addr1, *addr2; > > printf("sizeof if_data %d\n", sizeof(foo)); > addr1 = (u_char *)&foo; > addr2 = (u_char *)&foo.ifi_mtu; > printf("offset ifi_mtu %d\n", (int)(addr2 - addr1)); > } > As a community service... Don't write code like that... :-) I was having a little trouble finding the right combination of headers to get offsetof() working. This should be better: #include #include #include #include #include #include "if.h" main() { struct if_data foo; size_t distance; printf("sizeof if_data %d\n", sizeof(foo)); distance = offsetof(struct if_data, ifi_mtu); printf("offset ifi_mtu %lu\n", (unsigned long)distance); } -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Mon Dec 13 05:41:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735FF16A51D; Mon, 13 Dec 2004 05:41:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAF743D1D; Mon, 13 Dec 2004 05:41:33 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD5fXjr013594; Mon, 13 Dec 2004 05:41:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD5fXdW013593; Mon, 13 Dec 2004 05:41:33 GMT (envelope-from imp) Message-Id: <200412130541.iBD5fXdW013593@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 05:41:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 05:41:33 -0000 imp 2004-12-13 05:41:33 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Crank down the lame-o-matic a notch by moving the = inside the /* */ rather than outside to fix the build. Revision Changes Path 1.74 +1 -1 src/sys/dev/usb/ums.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 05:56:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88A8816A4CE; Mon, 13 Dec 2004 05:56:12 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96D643D46; Mon, 13 Dec 2004 05:56:11 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])iBD5uAGx004038; Mon, 13 Dec 2004 16:56:10 +1100 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) iBD5u8cH014354; Mon, 13 Dec 2004 16:56:09 +1100 Date: Mon, 13 Dec 2004 16:56:08 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Marius Strobl In-Reply-To: <200412130042.iBD0ghHO089005@repoman.freebsd.org> Message-ID: <20041213164911.P3732@epsplex.bde.org> References: <200412130042.iBD0ghHO089005@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 05:56:12 -0000 On Mon, 13 Dec 2004, Marius Strobl wrote: > marius 2004-12-13 00:42:43 UTC > > FreeBSD src repository > > Modified files: > . modules > Log: > Remove entry for src/contrib/patch, now unused in RELENG_4, RELENG_5 > and HEAD. > > Revision Changes Path > 1.6856 +0 -1 CVSROOT/modules Long ago, it was agreed to keep modules entries "forever" since they their use isn't restricted to particular branches. Bruce From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:11:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 174F416A4CE; Mon, 13 Dec 2004 06:11:42 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4FF43D2D; Mon, 13 Dec 2004 06:11:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD6BbDa166458; Mon, 13 Dec 2004 01:11:37 -0500 Message-ID: <41BD3298.7090607@elischer.org> Date: Sun, 12 Dec 2004 22:11:36 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Warner Losh References: <200412130541.iBD5fXdW013593@repoman.freebsd.org> In-Reply-To: <200412130541.iBD5fXdW013593@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:11:42 -0000 Warner Losh wrote: > imp 2004-12-13 05:41:33 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ums.c > Log: > Crank down the lame-o-matic a notch by moving the = inside the /* */ rather > than outside to fix the build. > > Revision Changes Path > 1.74 +1 -1 src/sys/dev/usb/ums.c so, where is my pointy hat? I DEMAND a pointy hat! I will hold my breath until my pointy hat arrives! From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:13:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 841E016A4CE; Mon, 13 Dec 2004 06:13:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD2943D2F; Mon, 13 Dec 2004 06:13:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD6Dqpn014907; Mon, 13 Dec 2004 06:13:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD6DqrY014906; Mon, 13 Dec 2004 06:13:52 GMT (envelope-from imp) Message-Id: <200412130613.iBD6DqrY014906@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 06:13:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools vnode_if.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 06:13:52 -0000 imp 2004-12-13 06:13:52 UTC FreeBSD src repository Modified files: sys/tools vnode_if.awk Log: Cast from the specific vop_*_args to vop_generic_args via a (void *) pointer to eliminate the hundreds of warnings that we have in tree at the moment. # Chances are good that all the struct vop_*_args should have, as its # first element, the struct vop_generic_args, and when necessary to # reference it, we just take its address rather than going through # this double case. Revision Changes Path 1.43 +1 -1 src/sys/tools/vnode_if.awk From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:15:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE7A16A4CE; Mon, 13 Dec 2004 06:15:19 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4BE43D49; Mon, 13 Dec 2004 06:15:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBD6EaOm056545; Sun, 12 Dec 2004 23:14:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 12 Dec 2004 23:14:55 -0700 (MST) Message-Id: <20041212.231455.42148509.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <41BD3298.7090607@elischer.org> References: <200412130541.iBD5fXdW013593@repoman.freebsd.org> <41BD3298.7090607@elischer.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:15:19 -0000 In message: <41BD3298.7090607@elischer.org> Julian Elischer writes: : Warner Losh wrote: : > imp 2004-12-13 05:41:33 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/usb ums.c : > Log: : > Crank down the lame-o-matic a notch by moving the = inside the /* */ rather : > than outside to fix the build. : > : > Revision Changes Path : > 1.74 +1 -1 src/sys/dev/usb/ums.c : : so, where is my pointy hat? : : I DEMAND a pointy hat! : I will hold my breath until my pointy hat arrives! You should know they are on back order this time of year. And even when they aren't shipping takes a little longer. Patience. Warner From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:24:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13FA916A4CE; Mon, 13 Dec 2004 06:24:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01ED743D31; Mon, 13 Dec 2004 06:24:15 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD6OElo015212; Mon, 13 Dec 2004 06:24:14 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD6OEL7015211; Mon, 13 Dec 2004 06:24:14 GMT (envelope-from alc) Message-Id: <200412130624.iBD6OEL7015211@repoman.freebsd.org> From: Alan Cox Date: Mon, 13 Dec 2004 06:24:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:24:15 -0000 alc 2004-12-13 06:24:14 UTC FreeBSD src repository Modified files: sys/kern kern_subr.c Log: Correct the handling of two unusual cases by the zero-copy receive path, specifically, vm_pgmoveco(): 1. If vm_pgmoveco() sleeps on a busy page, it must redo the look up because the page may have been freed. 2. If the receive buffer is copy-on-write due to, for example, a fork, then although the first vm object in the shadow chain may not contain a page there may still be one from a backing object that is mapped. Thus, a pmap_remove() is required for the new page rather than the backing object's page to been seen by the application. Also, add some comments to vm_pgmoveco() and update some assertions. Tested by: ken@ Revision Changes Path 1.95 +26 -16 src/sys/kern/kern_subr.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:26:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B14F416A4CE; Mon, 13 Dec 2004 06:26:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8836C43D53; Mon, 13 Dec 2004 06:26:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD6QNxN015388; Mon, 13 Dec 2004 06:26:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD6QNuH015387; Mon, 13 Dec 2004 06:26:23 GMT (envelope-from imp) Message-Id: <200412130626.iBD6QNuH015387@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 06:26:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:26:23 -0000 imp 2004-12-13 06:26:23 UTC FreeBSD src repository Modified files: sys/dev/usb uscanner.c Log: sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead. Revision Changes Path 1.62 +1 -1 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:38:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26DDD16A4CE; Mon, 13 Dec 2004 06:38:57 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8D243D31; Mon, 13 Dec 2004 06:38:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D859A5124E; Sun, 12 Dec 2004 22:38:55 -0800 (PST) Date: Sun, 12 Dec 2004 22:38:55 -0800 From: Kris Kennaway To: Julian Elischer Message-ID: <20041213063855.GA91675@xor.obsecurity.org> References: <200412130541.iBD5fXdW013593@repoman.freebsd.org> <41BD3298.7090607@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <41BD3298.7090607@elischer.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:38:57 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 10:11:36PM -0800, Julian Elischer wrote: > Warner Losh wrote: > >imp 2004-12-13 05:41:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb ums.c=20 > > Log: > > Crank down the lame-o-matic a notch by moving the =3D inside the /* */= =20 > > rather > > than outside to fix the build. > > =20 > > Revision Changes Path > > 1.74 +1 -1 src/sys/dev/usb/ums.c >=20 > so, where is my pointy hat? >=20 > I DEMAND a pointy hat! > I will hold my breath until my pointy hat arrives! You can download one here whenever you need one: http://www.cultdeadsheep.org/~clement/pictures/pointy_hat.png Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvTj/Wry0BWjoQKURAtRkAKCSSlKffDLBTqIpHTW9lt7C1pGE8QCgvoeL nRr2EC+bHjNwZpkz2aUrqSI= =sUMj -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:41:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D26916A4CE; Mon, 13 Dec 2004 06:41:29 +0000 (GMT) Received: from stella.fs.ei.tum.de (stella.fs.ei.tum.de [129.187.54.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3492143D2F; Mon, 13 Dec 2004 06:41:24 +0000 (GMT) (envelope-from corecode@fs.ei.tum.de) Received: from localhost (localhost [127.0.0.1]) by localhost.fs.ei.tum.de (Postfix) with ESMTP id 057294C2; Mon, 13 Dec 2004 07:41:23 +0100 (CET) Received: from [10.150.180.180] (r180180.olydorf.swh.mhn.de [10.150.180.180]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by stella.fs.ei.tum.de (Postfix) with ESMTP id 193684BE; Mon, 13 Dec 2004 07:41:19 +0100 (CET) From: Simon 'corecode' Schubert To: cvs-src@freebsd.org Date: Mon, 13 Dec 2004 07:41:13 +0100 User-Agent: KMail/1.7.1 References: <200412122302.iBCN2j0G081085@repoman.freebsd.org> In-Reply-To: <200412122302.iBCN2j0G081085@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart29081086.z80tLVuCaK"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412130741.18113.corecode@fs.ei.tum.de> X-Virus-Scanned: by AMaViS 0.3.12 cc: Marius Strobl cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:41:29 -0000 --nextPart29081086.z80tLVuCaK Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday, 13. December 2004 00:02, Marius Strobl wrote: > Modified files: (Branch: RELENG_4) > usr.bin/whois whois.1 whois.c > Log: > MFC whois.c: thanks! =2D-=20 /"\ \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --nextPart29081086.z80tLVuCaK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBvTmOr5S+dk6z85oRAiYyAJ9LP0mamP5CODFOo+1Q1IMZjZTy2QCghjfv 0GNiAHDEPX4HcZ+JG5kYkOM= =B2jc -----END PGP SIGNATURE----- --nextPart29081086.z80tLVuCaK-- From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:43:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120D416A4CE; Mon, 13 Dec 2004 06:43:40 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26CD43D49; Mon, 13 Dec 2004 06:43:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBD6hbDa070188; Mon, 13 Dec 2004 01:43:38 -0500 Message-ID: <41BD3A18.1070508@elischer.org> Date: Sun, 12 Dec 2004 22:43:36 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: Kris Kennaway References: <200412130541.iBD5fXdW013593@repoman.freebsd.org> <41BD3298.7090607@elischer.org> <20041213063855.GA91675@xor.obsecurity.org> In-Reply-To: <20041213063855.GA91675@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:43:40 -0000 Kris Kennaway wrote: > On Sun, Dec 12, 2004 at 10:11:36PM -0800, Julian Elischer wrote: >> >>so, where is my pointy hat? > > > You can download one here whenever you need one: > > http://www.cultdeadsheep.org/~clement/pictures/pointy_hat.png I don't want a USED pointy hat. That looks a bit batterred. I think I'll wait for the one Warner's shipping me.. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:56:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0320F16A4CE; Mon, 13 Dec 2004 06:56:37 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5658E43D58; Mon, 13 Dec 2004 06:56:36 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iBD6uSXu031020; Mon, 13 Dec 2004 07:56:29 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 12 Dec 2004 22:43:36 PST." <41BD3A18.1070508@elischer.org> Date: Mon, 13 Dec 2004 07:56:28 +0100 Message-ID: <31019.1102920988@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:56:37 -0000 In message <41BD3A18.1070508@elischer.org>, Julian Elischer writes: >Kris Kennaway wrote: >> On Sun, Dec 12, 2004 at 10:11:36PM -0800, Julian Elischer wrote: > >>> >>>so, where is my pointy hat? > >> >> >> You can download one here whenever you need one: >> >> http://www.cultdeadsheep.org/~clement/pictures/pointy_hat.png > >I don't want a USED pointy hat. That looks a bit batterred. >I think I'll wait for the one Warner's shipping me.. Trust me, the pointy hat is more than a bit battered. It has more frequent flier miles than Kissinger ever managed to grab. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 06:59:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA45B16A4CE; Mon, 13 Dec 2004 06:59:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B430043D5F; Mon, 13 Dec 2004 06:59:34 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD6xYSj016619; Mon, 13 Dec 2004 06:59:34 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD6xYsX016618; Mon, 13 Dec 2004 06:59:34 GMT (envelope-from njl) Message-Id: <200412130659.iBD6xYsX016618@repoman.freebsd.org> From: Nate Lawson Date: Mon, 13 Dec 2004 06:59:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 06:59:35 -0000 njl 2004-12-13 06:59:34 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Re-enable link programming on resume. It appears the previous bounds error had caused the hang and it has been corrected now. Revision Changes Path 1.41 +0 -2 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:07:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B3D16A4CE; Mon, 13 Dec 2004 07:07:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715C943D60; Mon, 13 Dec 2004 07:07:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD77paD016977; Mon, 13 Dec 2004 07:07:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD77p04016976; Mon, 13 Dec 2004 07:07:51 GMT (envelope-from phk) Message-Id: <200412130707.iBD77p04016976@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Dec 2004 07:07:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:07:51 -0000 phk 2004-12-13 07:07:51 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Explicitly panic vop_read/vop_write on fifos. Revision Changes Path 1.109 +2 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:08:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1A616A4CE; Mon, 13 Dec 2004 07:08:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A968843D69; Mon, 13 Dec 2004 07:08:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD78MiX017028; Mon, 13 Dec 2004 07:08:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD78MkW017027; Mon, 13 Dec 2004 07:08:22 GMT (envelope-from imp) Message-Id: <200412130708.iBD78MkW017027@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 07:08:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c uhid.c ums.c usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:08:23 -0000 imp 2004-12-13 07:08:22 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c uhid.c ums.c usb.c Log: Add sys/uio.h explicitly, and move sys/vnode.h include to be more alphabetical. # vnode.h should not be included here, but it is required for proper decoding # of the flags args. This may change in the future... Revision Changes Path 1.99 +2 -1 src/sys/dev/usb/ugen.c 1.75 +2 -1 src/sys/dev/usb/uhid.c 1.75 +2 -1 src/sys/dev/usb/ums.c 1.101 +2 -1 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:08:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AEC16A4CE; Mon, 13 Dec 2004 07:08:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E08343D31; Mon, 13 Dec 2004 07:08:44 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD78iLC017071; Mon, 13 Dec 2004 07:08:44 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD78iMw017070; Mon, 13 Dec 2004 07:08:44 GMT (envelope-from scottl) Message-Id: <200412130708.iBD78iMw017070@repoman.freebsd.org> From: Scott Long Date: Mon, 13 Dec 2004 07:08:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:08:44 -0000 scottl 2004-12-13 07:08:44 UTC FreeBSD src repository Modified files: sys/i386/pci pci_cfgreg.c Log: Remove a stray critical_exit(). Submitted by: johan Revision Changes Path 1.115 +0 -1 src/sys/i386/pci/pci_cfgreg.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:09:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0D516A4CE; Mon, 13 Dec 2004 07:09:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF0243D31; Mon, 13 Dec 2004 07:09:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD79s2l017151; Mon, 13 Dec 2004 07:09:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD79sac017150; Mon, 13 Dec 2004 07:09:54 GMT (envelope-from imp) Message-Id: <200412130709.iBD79sac017150@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 07:09:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ukbd.c umodem.c uplcom.c urio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:09:55 -0000 imp 2004-12-13 07:09:54 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c umodem.c uplcom.c urio.c Log: We don't need vnode.h, but do need uio.h in these files. vnode.h shouldn't be included in drivers, generally, so remove them. OK'd by: phk Revision Changes Path 1.50 +1 -1 src/sys/dev/usb/ukbd.c 1.55 +1 -1 src/sys/dev/usb/umodem.c 1.24 +1 -1 src/sys/dev/usb/uplcom.c 1.34 +1 -1 src/sys/dev/usb/urio.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:13:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2675016A4CE; Mon, 13 Dec 2004 07:13:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0181043D48; Mon, 13 Dec 2004 07:13:22 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7DLBw017363; Mon, 13 Dec 2004 07:13:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7DLV7017362; Mon, 13 Dec 2004 07:13:21 GMT (envelope-from phk) Message-Id: <200412130713.iBD7DLV7017362@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Dec 2004 07:13:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:13:22 -0000 phk 2004-12-13 07:13:21 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Explicit panic in vop_read/vop_write for devices Revision Changes Path 1.90 +2 -0 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:23:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A69716A4CE; Mon, 13 Dec 2004 07:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3401A43D54; Mon, 13 Dec 2004 07:23:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7NZst017828; Mon, 13 Dec 2004 07:23:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7NZNl017827; Mon, 13 Dec 2004 07:23:35 GMT (envelope-from imp) Message-Id: <200412130723.iBD7NZNl017827@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 07:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools vnode_if.awk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 07:23:35 -0000 imp 2004-12-13 07:23:34 UTC FreeBSD src repository Modified files: sys/tools vnode_if.awk Log: Rather than casting through a (void *) to avoid the aliasing warning, do things correctly from an aliasing perspective. Put the vop_generic_args element as the first element for all the vop_*_args and adjust the code to take the address of that instead of the structure. OK'd based on a vague description by: phk Revision Changes Path 1.44 +3 -3 src/sys/tools/vnode_if.awk From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:37:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A715E16A4CE; Mon, 13 Dec 2004 07:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A3F43D58; Mon, 13 Dec 2004 07:37:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7bTad018370; Mon, 13 Dec 2004 07:37:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7bTSu018369; Mon, 13 Dec 2004 07:37:29 GMT (envelope-from phk) Message-Id: <200412130737.iBD7bTSu018369@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Dec 2004 07:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:37:29 -0000 phk 2004-12-13 07:37:29 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Use O_NONBLOCK instead of FNONBLOCK alias. Revision Changes Path 1.91 +1 -1 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:41:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70BB16A4CE; Mon, 13 Dec 2004 07:41:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C159243D2D; Mon, 13 Dec 2004 07:41:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7fJqK018497; Mon, 13 Dec 2004 07:41:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7fJHb018496; Mon, 13 Dec 2004 07:41:19 GMT (envelope-from phk) Message-Id: <200412130741.iBD7fJHb018496@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Dec 2004 07:41:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:41:20 -0000 phk 2004-12-13 07:41:19 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Another FNONBLOCK -> O_NONBLOCK. Don't unconditionally set IO_UNIT to device drivers in write: nobody checks it, and since it was always set it did not carry information anyway. Revision Changes Path 1.92 +2 -2 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:45:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2B316A4CE; Mon, 13 Dec 2004 07:45:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C1943D39; Mon, 13 Dec 2004 07:45:03 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD7j2EL018695; Mon, 13 Dec 2004 07:45:02 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD7j22j018694; Mon, 13 Dec 2004 07:45:02 GMT (envelope-from julian) Message-Id: <200412130745.iBD7j22j018694@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 07:45:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:45:03 -0000 julian 2004-12-13 07:45:02 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: MFNetBSD Whitespace diff reduction, formatting fixes and one actual arithmetic error that NetBSD have fixed. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.100 +44 -43 src/sys/dev/usb/ugen.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 07:51:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE4516A4CE; Mon, 13 Dec 2004 07:51:44 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D87143D2D; Mon, 13 Dec 2004 07:51:43 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id DD3155316; Mon, 13 Dec 2004 08:51:41 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 2B1FB5319; Mon, 13 Dec 2004 08:51:35 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id EF7D8B874; Mon, 13 Dec 2004 08:51:34 +0100 (CET) To: Ken Smith References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> <20041212212850.GA1493@freebie.xs4all.nl> <20041212215540.GD5960@electra.cse.Buffalo.EDU> <20041213052601.GB12611@electra.cse.Buffalo.EDU> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 13 Dec 2004 08:51:34 +0100 In-Reply-To: <20041213052601.GB12611@electra.cse.Buffalo.EDU> (Ken Smith's message of "Mon, 13 Dec 2004 00:26:01 -0500") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: Brooks Davis cc: Brooks Davis cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Wilko Bulte Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 07:51:44 -0000 Ken Smith writes: > As a community service... Don't write code like that... :-) > [...] > main() as a community service... it's int main(void) :-P DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Dec 13 08:02:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F8116A4CE; Mon, 13 Dec 2004 08:02:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A71043D3F; Mon, 13 Dec 2004 08:02:37 +0000 (GMT) (envelope-from dhartmei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD82b2B019365; Mon, 13 Dec 2004 08:02:37 GMT (envelope-from dhartmei@repoman.freebsd.org) Received: (from dhartmei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD82bPj019364; Mon, 13 Dec 2004 08:02:37 GMT (envelope-from dhartmei) Message-Id: <200412130802.iBD82bPj019364@repoman.freebsd.org> From: Daniel Hartmeier Date: Mon, 13 Dec 2004 08:02:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 08:02:37 -0000 dhartmei 2004-12-13 08:02:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf.c Log: MFC: IPv6 packets can contain headers (like options) before the TCP/UDP/ ICMP6 header. pf finds the first TCP/UDP/ICMP6 header to filter by traversing the header chain. In the case where headers are skipped, the protocol checksum verification used the wrong length (included the skipped headers), leading to incorrectly mismatching checksums. Such IPv6 packets with headers were silently dropped. Revision Changes Path 1.18.2.5 +7 -4 src/sys/contrib/pf/net/pf.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 08:08:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46C316A4CE; Mon, 13 Dec 2004 08:08:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA3B43D1D; Mon, 13 Dec 2004 08:08:57 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD88vJH019616; Mon, 13 Dec 2004 08:08:57 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD88vkC019615; Mon, 13 Dec 2004 08:08:57 GMT (envelope-from julian) Message-Id: <200412130808.iBD88vkC019615@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 08:08:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdi.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 08:08:57 -0000 julian 2004-12-13 08:08:57 UTC FreeBSD src repository Modified files: sys/dev/usb usbdi.h Log: Diff reduction to NetBSD. Now only things that are different between us and NetBSD show up. Means that these files are more of NetBSD style in some places but since thay are NetBSD files, um, that's ok. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.51 +59 -67 src/sys/dev/usb/usbdi.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 08:12:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F06116A4CE; Mon, 13 Dec 2004 08:12:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE27943D64; Mon, 13 Dec 2004 08:12:06 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD8C6Fa019793; Mon, 13 Dec 2004 08:12:06 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD8C6p1019792; Mon, 13 Dec 2004 08:12:06 GMT (envelope-from julian) Message-Id: <200412130812.iBD8C6p1019792@repoman.freebsd.org> From: Julian Elischer Date: Mon, 13 Dec 2004 08:12:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdi.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 08:12:07 -0000 julian 2004-12-13 08:12:06 UTC FreeBSD src repository Modified files: sys/dev/usb usbdi.h Log: Might as well get the right $NetBSD$ string while we are at it. MFC after: 1 week Revision Changes Path 1.52 +1 -1 src/sys/dev/usb/usbdi.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 10:07:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB38D16A4CE; Mon, 13 Dec 2004 10:07:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C854843D5E; Mon, 13 Dec 2004 10:07:57 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDA7v1G030094; Mon, 13 Dec 2004 10:07:57 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDA7vUi030093; Mon, 13 Dec 2004 10:07:57 GMT (envelope-from phk) Message-Id: <200412131007.iBDA7vUi030093@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 Dec 2004 10:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 10:07:58 -0000 phk 2004-12-13 10:07:57 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Don't forget to bypass vnodes in corner cases. Found by: kkenn and ports/shell/zsh Thanks to: jeffr Revision Changes Path 1.110 +6 -8 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 11:12:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C686716A4CE; Mon, 13 Dec 2004 11:12:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFF343D41; Mon, 13 Dec 2004 11:12:50 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDBCoHS033183; Mon, 13 Dec 2004 11:12:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDBCoOE033182; Mon, 13 Dec 2004 11:12:50 GMT (envelope-from yongari) Message-Id: <200412131112.iBDBCoOE033182@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 13 Dec 2004 11:12:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/conf NOTES files.sparc64 src/sys/dev/sound/sbus apcdmareg.h cs4231.c cs4231.h src/sys/modules Makefile src/sys/modules/sound/driver Makefile... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 11:12:50 -0000 yongari 2004-12-13 11:12:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf NOTES files.sparc64 sys/modules Makefile sys/modules/sound/driver Makefile sys/sparc64/conf NOTES Added files: (Branch: RELENG_5) sys/dev/sound/sbus apcdmareg.h cs4231.c cs4231.h sys/modules/sound/driver/audiocs Makefile sys/sparc64/ebus ebusreg.h sys/sparc64/isa isa_dma.c Log: MFC snd_audiocs(4) to RELENG_5 Device driver for onboard CS4231 audio controller which is found on UltraSPARC workstations. The driver is based on OpenBSD's SBus cs4231 driver and heavily modified to incorporate into sound(4) infrastructure. Due to the lack of APCDMA documentation, the DMA code of SBus cs4231 came from OpenBSD's driver. The driver runs without Giant lock and supports both SBus and EBus based CS4231 audio controller. Special thanks to marius for providing feedbacks during the driver writing. His feedback made it possible to write hiccup free playback code under high system loads. Revision Changes Path 1.1261.2.9 +2 -0 src/sys/conf/NOTES 1.59.2.2 +3 -0 src/sys/conf/files.sparc64 1.1.2.1 +114 -0 src/sys/dev/sound/sbus/apcdmareg.h (new) 1.1.2.1 +1573 -0 src/sys/dev/sound/sbus/cs4231.c (new) 1.1.2.1 +248 -0 src/sys/dev/sound/sbus/cs4231.h (new) 1.393.2.5 +1 -0 src/sys/modules/Makefile 1.15.8.1 +4 -0 src/sys/modules/sound/driver/Makefile 1.1.2.1 +10 -0 src/sys/modules/sound/driver/audiocs/Makefile (new) 1.9.2.2 +0 -1 src/sys/sparc64/conf/NOTES 1.1.2.1 +91 -0 src/sys/sparc64/ebus/ebusreg.h (new) 1.1.2.1 +89 -0 src/sys/sparc64/isa/isa_dma.c (new) From owner-cvs-src@FreeBSD.ORG Mon Dec 13 11:33:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C2F16A4CE; Mon, 13 Dec 2004 11:33:11 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B01243D1F; Mon, 13 Dec 2004 11:33:11 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBDBX9VB006275; Mon, 13 Dec 2004 13:33:09 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 40427-10; Mon, 13 Dec 2004 13:33:09 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBDBX8h2006272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Dec 2004 13:33:08 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBDBXBJg051249; Mon, 13 Dec 2004 13:33:11 +0200 (EET) (envelope-from ru) Date: Mon, 13 Dec 2004 13:33:10 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041213113310.GB51149@ip.net.ua> References: <200412121419.iBCEJBg4048788@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <200412121419.iBCEJBg4048788@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 11:33:12 -0000 --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 02:19:11PM +0000, Poul-Henning Kamp wrote: > phk 2004-12-12 14:19:11 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/ufs/ffs ffs_vfsops.c=20 > Log: > With the introduction of UFS2 we started looking for superblocks in > four different locations on a prospective filesystem. > =20 > If we found none, we forgot to invalidate the four buffers, thus the > following sequence would fails: > =20 > (md0 =3D blank disk) > mount /dev/md0 /mnt > (fails, no superblocks) > newfs /dev/md0 > (writes using physio which does not go through buffercache). > mount /dev/md0 /mnt > (still fails, the four cached buffers still contain no superblo= cks) > =20 > Found by: ru > =20 > Revision Changes Path > 1.263 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c >=20 For some reason, this is only a problem on 6.0-CURRENT. RELENG_5, for example, doesn't exhibit this particular problem. But originally, I had my issue with floppies, attempting to write a newer BIOS on my amd64 box, I needed to create and fill an MS-DOS formatted diskette. Everything was done on i386. First issue: - boot with a blank (unformatted) diskette present in the drive (for testing purposes, "blank" =3D=3D all zeroes) - newfs_msdos it -- succeeds - mount_msdosfs it -- fails Another issue: - boot without a diskette in the drive - insert a diskette #1 into the drive - newfs_msdos it - mount_msdosfs it - copy some files onto it - unmount it - insert another (possibly unformatted) diskette #2 - mount_msdosfs it and find it somehow succeeds - list the contents of the diskette and find that it's identical to the contents of diskette #1, including MD5 checksums of all files This smells like a bufcache issue, but I may be wrong about it. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvX32qRfpzJluFF4RAmvFAJ9sp2gX9j6xAzBXSxA5x3fxTx3mCACfQyAx paZfhG/6MQ0FrSAaV1RLnr8= =ixvP -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX-- From owner-cvs-src@FreeBSD.ORG Mon Dec 13 12:22:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D8316A4CE; Mon, 13 Dec 2004 12:22:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE20C43D1D; Mon, 13 Dec 2004 12:22:28 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDCMSQu036775; Mon, 13 Dec 2004 12:22:28 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDCMSxe036774; Mon, 13 Dec 2004 12:22:28 GMT (envelope-from niels) Message-Id: <200412131222.iBDCMSxe036774@repoman.freebsd.org> From: Niels Heinen Date: Mon, 13 Dec 2004 12:22:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 12:22:29 -0000 niels 2004-12-13 12:22:28 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to the committers' birthday calendar Approved by nectar (mentor) Revision Changes Path 1.147 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Mon Dec 13 12:26:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD92116A4CE; Mon, 13 Dec 2004 12:26:26 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D70243D49; Mon, 13 Dec 2004 12:26:26 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) iBDCQOOY021379; Mon, 13 Dec 2004 13:26:24 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id iBDCQIuF021378; Mon, 13 Dec 2004 13:26:18 +0100 (CET) (envelope-from marius) Date: Mon, 13 Dec 2004 13:26:17 +0100 From: Marius Strobl To: Bruce Evans Message-ID: <20041213132617.B205@newtrinity.zeist.de> References: <200412130042.iBD0ghHO089005@repoman.freebsd.org> <20041213164911.P3732@epsplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20041213164911.P3732@epsplex.bde.org>; from bde@zeta.org.au on Mon, Dec 13, 2004 at 04:56:08PM +1100 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.4; VDF: 6.29.0.11; host: newtrinity.zeist.de) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 12:26:26 -0000 On Mon, Dec 13, 2004 at 04:56:08PM +1100, Bruce Evans wrote: > On Mon, 13 Dec 2004, Marius Strobl wrote: > > > marius 2004-12-13 00:42:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > . modules > > Log: > > Remove entry for src/contrib/patch, now unused in RELENG_4, RELENG_5 > > and HEAD. > > > > Revision Changes Path > > 1.6856 +0 -1 CVSROOT/modules > > Long ago, it was agreed to keep modules entries "forever" since they > their use isn't restricted to particular branches. > Well, when I asked about I was told that they can be removed once they are no longer used in the active branches, i.e. currently RELENG_4, RELENG_5 and HEAD. I don't mind putting the entry for src/contrib/patch back but it's not the first time that an entry no longer used in an active branch is removed. E.g. rev. 1.6842 removed 180 of them and in rev. 1.6851 even the entry for the doscmd(1) sources was removed despite they're still present and used in RELENG_4. Marius From owner-cvs-src@FreeBSD.ORG Mon Dec 13 12:51:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FB116A4CE; Mon, 13 Dec 2004 12:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7307243D62; Mon, 13 Dec 2004 12:51:20 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDCpKe3044510; Mon, 13 Dec 2004 12:51:20 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDCpKLG044509; Mon, 13 Dec 2004 12:51:20 GMT (envelope-from brian) Message-Id: <200412131251.iBDCpKLG044509@repoman.freebsd.org> From: Brian Somers Date: Mon, 13 Dec 2004 12:51:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp command.c lcp.c lcp.h lqr.c ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 12:51:20 -0000 brian 2004-12-13 12:51:20 UTC FreeBSD src repository Modified files: usr.sbin/ppp command.c lcp.c lcp.h lqr.c ppp.8.m4 Log: Implement an ``enable/disable echo'' option, defaults to off. This allows LCP ECHOs to be enabled independently of LQR reports. Note: This introduces a change in the default behaviour (search for lqr and echo in the man page). I'll update UPDATING to reflect this. PR: 74821 Revision Changes Path 1.304 +37 -15 src/usr.sbin/ppp/command.c 1.108 +3 -0 src/usr.sbin/ppp/lcp.c 1.31 +1 -0 src/usr.sbin/ppp/lcp.h 1.49 +15 -13 src/usr.sbin/ppp/lqr.c 1.315 +53 -7 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Mon Dec 13 12:57:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4398A16A4CE; Mon, 13 Dec 2004 12:57:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2007443D41; Mon, 13 Dec 2004 12:57:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDCvMpq044707; Mon, 13 Dec 2004 12:57:22 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDCvLuH044706; Mon, 13 Dec 2004 12:57:21 GMT (envelope-from pjd) Message-Id: <200412131257.iBDCvLuH044706@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Dec 2004 12:57:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_disk.c src/sys/sys bio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 12:57:22 -0000 pjd 2004-12-13 12:57:21 UTC FreeBSD src repository Modified files: sys/kern subr_disk.c sys/sys bio.h Log: Add bioq_insert_head() function. OK'd by: phk Revision Changes Path 1.82 +7 -0 src/sys/kern/subr_disk.c 1.142 +1 -0 src/sys/sys/bio.h From owner-cvs-src@FreeBSD.ORG Mon Dec 13 13:02:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85F616A4CE; Mon, 13 Dec 2004 13:02:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8470F43D5D; Mon, 13 Dec 2004 13:02:06 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDD26VP044938; Mon, 13 Dec 2004 13:02:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDD26KA044937; Mon, 13 Dec 2004 13:02:06 GMT (envelope-from pjd) Message-Id: <200412131302.iBDD26KA044937@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Dec 2004 13:02:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 13:02:06 -0000 pjd 2004-12-13 13:02:06 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: bioq_insert_head() function is already in subr_disk.c. Revision Changes Path 1.29 +0 -10 src/sys/geom/raid3/g_raid3.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 13:06:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 666B116A4CE; Mon, 13 Dec 2004 13:06:28 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD44443D62; Mon, 13 Dec 2004 13:06:27 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iBDD6Q4d037125; Mon, 13 Dec 2004 14:06:26 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 13 Dec 2004 13:33:10 +0200." <20041213113310.GB51149@ip.net.ua> Date: Mon, 13 Dec 2004 14:06:26 +0100 Message-ID: <37124.1102943186@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 13:06:28 -0000 In message <20041213113310.GB51149@ip.net.ua>, Ruslan Ermilov writes: >Another issue: > >- boot without a diskette in the drive >- insert a diskette #1 into the drive >- newfs_msdos it >- mount_msdosfs it >- copy some files onto it >- unmount it >- insert another (possibly unformatted) diskette #2 >- mount_msdosfs it and find it somehow succeeds >- list the contents of the diskette and find that it's identical > to the contents of diskette #1, including MD5 checksums of > all files > >This smells like a bufcache issue, but I may be wrong about it. Sounds like the same thing. Can you try this: ==== //depot/user/phk/phk_bufwork/sys/fs/msdosfs/msdosfs_vfsops.c#45 - /bang/p4/phk/phk_bufwork/sys/fs/msdosfs/msdosfs_vfsops.c ==== @@ -719,6 +719,7 @@ error_exit: if (bp) brelse(bp); + vinvalbuf(devvp, V_SAVE, NOCRED, td, 0, 0); if (cp != NULL) { DROP_GIANT(); g_topology_lock(); -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Mon Dec 13 13:09:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9C16A4CE; Mon, 13 Dec 2004 13:09:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E94C43D4C; Mon, 13 Dec 2004 13:09:34 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDD9X50045170; Mon, 13 Dec 2004 13:09:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDD9XXi045169; Mon, 13 Dec 2004 13:09:33 GMT (envelope-from jeff) Message-Id: <200412131309.iBDD9XXi045169@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Dec 2004 13:09:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 13:09:34 -0000 jeff 2004-12-13 13:09:33 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Take up a 'slot' while we're on the assigned queue, waiting to be posted to another processor. Otherwise, kern_switch() gets confused and tries to sched_add(NULL). Revision Changes Path 1.138 +16 -16 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 13:50:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EF716A4CE; Mon, 13 Dec 2004 13:50:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D88343D67; Mon, 13 Dec 2004 13:50:03 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDDo3wY047116; Mon, 13 Dec 2004 13:50:03 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDDo3AC047115; Mon, 13 Dec 2004 13:50:03 GMT (envelope-from marius) Message-Id: <200412131350.iBDDo3AC047115@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 13:50:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src Makefile.inc1 src/bin/ed Makefile src/etc/defaults make.conf src/lib Makefile src/lib/libcrypt Makefile src/lib/libfetch Makefile src/lib/libpam/modules/pam_kerberosIV... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 13:50:03 -0000 marius 2004-12-13 13:50:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) . Makefile.inc1 bin/ed Makefile etc/defaults make.conf lib Makefile lib/libcrypt Makefile lib/libfetch Makefile lib/libpam/modules/pam_kerberosIV Makefile libexec Makefile release/picobsd/dial crunch.conf release/picobsd/isp crunch.conf release/picobsd/net crunch.conf release/picobsd/router crunch.conf share/man/man5 make.conf.5 usr.bin Makefile usr.bin/fetch Makefile usr.sbin/pkg_install Makefile usr.sbin/pkg_install/add Makefile usr.sbin/pkg_install/info Makefile usr.sbin/pkg_install/version Makefile usr.sbin/ppp Makefile usr.sbin/pppd Makefile usr.sbin/sendmail Makefile usr.sbin/tcpdump/tcpdump Makefile Log: MFC: Makefile.inc1 1.361 bin/ed/Makefile 1.22 lib/Makefile 1.157 lib/libcrypt/Makefile 1.31 lib/libfetch/Makefile 1.41 lib/libpam/modules/modules.inc 1.17 libexec/Makefile 1.61 share/examples/etc/make.conf 1.215 share/man/man5/make.conf.5 1.73 usr.bin/Makefile 1.239 usr.bin/fetch/Makefile 1.14 usr.sbin/pkg_install/Makefile 1.14 usr.sbin/pkg_install/add/Makefile 1.17 usr.sbin/pkg_install/info/Makefile 1.17 usr.sbin/pkg_install/version/Makefile 1.12 usr.sbin/ppp/Makefile 1.95, 1.96 usr.sbin/pppd/Makefile 1.25 usr.sbin/sendmail/Makefile 1.40 usr.sbin/tcpdump/tcpdump/Makefile 1.36 Retire the useless NOSECURE knob. The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5 are meant to be buildable by various makefiles when NOSECURE is set but this was broken because Kerberos depends on e.g. des(3) from OpenSSL which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob however would have meant to make it do the same as the NOCRYPT knob. If you had been using the NOSECURE build knob please now use the NOCRYPT knob instead. Discussed with: ru (some months ago) Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago), kensmith (re) Revision Changes Path 1.141.2.69 +2 -3 src/Makefile.inc1 1.18.2.2 +1 -1 src/bin/ed/Makefile 1.97.2.85 +0 -1 src/etc/defaults/make.conf 1.107.2.17 +1 -1 src/lib/Makefile 1.24.2.5 +2 -2 src/lib/libcrypt/Makefile 1.14.2.6 +1 -1 src/lib/libfetch/Makefile 1.5.2.5 +0 -2 src/lib/libpam/modules/pam_kerberosIV/Makefile 1.42.2.6 +1 -1 src/libexec/Makefile 1.1.2.5 +2 -2 src/release/picobsd/dial/crunch.conf 1.1.2.5 +2 -2 src/release/picobsd/isp/crunch.conf 1.1.2.5 +2 -2 src/release/picobsd/net/crunch.conf 1.1.2.4 +2 -2 src/release/picobsd/router/crunch.conf 1.12.2.37 +0 -5 src/share/man/man5/make.conf.5 1.144.2.20 +1 -1 src/usr.bin/Makefile 1.3.6.5 +1 -1 src/usr.bin/fetch/Makefile 1.5.2.8 +1 -1 src/usr.sbin/pkg_install/Makefile 1.11.2.6 +1 -1 src/usr.sbin/pkg_install/add/Makefile 1.11.2.6 +1 -1 src/usr.sbin/pkg_install/info/Makefile 1.5.2.7 +1 -1 src/usr.sbin/pkg_install/version/Makefile 1.73.2.9 +2 -2 src/usr.sbin/ppp/Makefile 1.19.2.3 +2 -2 src/usr.sbin/pppd/Makefile 1.15.2.17 +2 -3 src/usr.sbin/sendmail/Makefile 1.25.2.7 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 13:58:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C0316A4CE; Mon, 13 Dec 2004 13:58:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5EA43D1D; Mon, 13 Dec 2004 13:58:43 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDDwhYr047548; Mon, 13 Dec 2004 13:58:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDDwhOg047547; Mon, 13 Dec 2004 13:58:43 GMT (envelope-from marius) Message-Id: <200412131358.iBDDwhOg047547@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 13:58:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 13:58:43 -0000 marius 2004-12-13 13:58:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: 1.362 Unbreak world build if NO_OPENSSL is defined but MAKE_KERBEROS4 or MAKE_KERBEROS5 are. Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago) Revision Changes Path 1.141.2.70 +4 -4 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Dec 13 14:03:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA52116A4CE; Mon, 13 Dec 2004 14:03:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC3743D58; Mon, 13 Dec 2004 14:03:52 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDE3qGf047778; Mon, 13 Dec 2004 14:03:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDE3qlN047777; Mon, 13 Dec 2004 14:03:52 GMT (envelope-from marius) Message-Id: <200412131403.iBDE3qlN047777@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 14:03:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/defaults make.conf src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 14:03:53 -0000 marius 2004-12-13 14:03:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/defaults make.conf share/man/man5 make.conf.5 Log: Add a note that MAKE_KERBEROS4 and MAKE_KERBEROS5 depend on OpenSSL (and therefore must not be used together with NOCRYPT or NO_OPENSSL). Corresponds to: share/man/man5/make.conf.5 1.73 share/examples/etc/make.conf 1.216 Reviewed by: ru (some months ago) Revision Changes Path 1.97.2.86 +2 -2 src/etc/defaults/make.conf 1.12.2.38 +2 -2 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Dec 13 14:10:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC4116A4CE; Mon, 13 Dec 2004 14:10:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCFE43D1D; Mon, 13 Dec 2004 14:10:30 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDEAUvY048049; Mon, 13 Dec 2004 14:10:30 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDEAUSS048048; Mon, 13 Dec 2004 14:10:30 GMT (envelope-from marius) Message-Id: <200412131410.iBDEAUSS048048@repoman.freebsd.org> From: Marius Strobl Date: Mon, 13 Dec 2004 14:10:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib Makefile src/libexec Makefile src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 14:10:31 -0000 marius 2004-12-13 14:10:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib Makefile libexec Makefile usr.bin Makefile Log: - MFC: lib/Makefile 1.155 libexec/Makefile 1.57 usr.bin/Makefile 1.234 (partly), 1.235 Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined. - Replace the check for the non-existence of src/secure and src/kerberosIV with a check for the non-existence of src/crypto only. This is to bring these checks in line with the demise of the NOSECURE knob and because if src/crypto doesn't exist we won't build any crypto stuff including not Kerberos IV (and also not Kerberos 5 for that matter). Note: On HEAD all these checks for the existence of crypto sources even have been completely removed. Discussed with: ru (some months ago) Reviewed by: ru (some months ago) Approved by: markm (telnet and secure bits, some months ago) Revision Changes Path 1.107.2.18 +1 -2 src/lib/Makefile 1.42.2.7 +1 -2 src/libexec/Makefile 1.144.2.21 +2 -3 src/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 14:50:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B3216A4CE; Mon, 13 Dec 2004 14:50:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F90943D5A; Mon, 13 Dec 2004 14:50:13 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDEoDL2049192; Mon, 13 Dec 2004 14:50:13 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDEoDNp049191; Mon, 13 Dec 2004 14:50:13 GMT (envelope-from brian) Message-Id: <200412131450.iBDEoDNp049191@repoman.freebsd.org> From: Brian Somers Date: Mon, 13 Dec 2004 14:50:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pppctl pppctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 14:50:13 -0000 brian 2004-12-13 14:50:13 UTC FreeBSD src repository Modified files: usr.sbin/pppctl pppctl.c Log: Handle select() returning -1/EINTR - fairly common in these KSE days. PR: 74972 MFC after: 3 days Revision Changes Path 1.33 +5 -1 src/usr.sbin/pppctl/pppctl.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 15:42:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AABC16A4CE; Mon, 13 Dec 2004 15:42:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2672F43D31; Mon, 13 Dec 2004 15:42:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDFglZX050808; Mon, 13 Dec 2004 15:42:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDFgle1050807; Mon, 13 Dec 2004 15:42:47 GMT (envelope-from obrien) Message-Id: <200412131542.iBDFgle1050807@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 Dec 2004 15:42:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 15:42:47 -0000 obrien 2004-12-13 15:42:47 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig Makefile Log: Back the warnings down from 9 to 6, since that is the highest we have. If we added a WARNS 7 level, it shouldn't be assumed this code will pass it. Revision Changes Path 1.7 +1 -1 src/sbin/atm/atmconfig/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 16:04:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C87A16A4D0; Mon, 13 Dec 2004 16:04:30 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE59043D53; Mon, 13 Dec 2004 16:04:29 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBDG4MIo002063; Mon, 13 Dec 2004 11:04:22 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBDG4Ism002061; Mon, 13 Dec 2004 11:04:18 -0500 (EST) Date: Mon, 13 Dec 2004 11:04:18 -0500 From: Ken Smith To: Dag-Erling =?unknown-8bit?Q?Sm=F8rgrav?= Message-ID: <20041213160418.GB1528@electra.cse.Buffalo.EDU> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212204111.GB5503@electra.cse.Buffalo.EDU> <20041212205321.GA28802@odin.ac.hmc.edu> <20041212212850.GA1493@freebie.xs4all.nl> <20041212215540.GD5960@electra.cse.Buffalo.EDU> <20041213052601.GB12611@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.ORG cc: Brooks Davis cc: cvs-src@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: Brooks Davis cc: Wilko Bulte cc: Ken Smith Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 16:04:30 -0000 On Mon, Dec 13, 2004 at 08:51:34AM +0100, Dag-Erling Smrgrav wrote: > Ken Smith writes: > > As a community service... Don't write code like that... :-) > > [...] > > main() > > as a community service... it's int main(void) :-P > I did say it was a CRUDE test program... :-)) And hey, isn't that int main(void) -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Mon Dec 13 16:12:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1718416A4CF; Mon, 13 Dec 2004 16:12:40 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9843243D58; Mon, 13 Dec 2004 16:12:39 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBDGAVMR064997; Mon, 13 Dec 2004 09:10:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Dec 2004 09:10:49 -0700 (MST) Message-Id: <20041213.091049.19644100.imp@bsdimp.com> To: kensmith@cse.Buffalo.EDU From: "M. Warner Losh" In-Reply-To: <20041213160418.GB1528@electra.cse.Buffalo.EDU> References: <20041213052601.GB12611@electra.cse.Buffalo.EDU> <20041213160418.GB1528@electra.cse.Buffalo.EDU> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: brooks@FreeBSD.org cc: brooks@one-eyed-alien.net cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: wb@freebie.xs4all.nl cc: des@des.no Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 16:12:40 -0000 In message: <20041213160418.GB1528@electra.cse.Buffalo.EDU> Ken Smith writes: : And hey, isn't that : : int : main(void) int main(int argc, char *argv[]) Warner From owner-cvs-src@FreeBSD.ORG Mon Dec 13 16:21:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BF616A4CE; Mon, 13 Dec 2004 16:21:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E7143D4C; Mon, 13 Dec 2004 16:21:48 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDGLmeF051983; Mon, 13 Dec 2004 16:21:48 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDGLm7h051982; Mon, 13 Dec 2004 16:21:48 GMT (envelope-from ssouhlal) Message-Id: <200412131621.iBDGLm7h051982@repoman.freebsd.org> From: Suleiman Souhlal Date: Mon, 13 Dec 2004 16:21:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 16:21:49 -0000 ssouhlal 2004-12-13 16:21:48 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Exporting of NTFS filesystem broke in rev 1.70. Fix it. Approved by: phk, grehan (mentor) Revision Changes Path 1.72 +4 -7 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 16:45:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 075F416A4CE; Mon, 13 Dec 2004 16:45:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D701843D46; Mon, 13 Dec 2004 16:45:57 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDGjvw3052829; Mon, 13 Dec 2004 16:45:57 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDGjv46052828; Mon, 13 Dec 2004 16:45:57 GMT (envelope-from jeff) Message-Id: <200412131645.iBDGjv46052828@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Dec 2004 16:45:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 16:45:58 -0000 jeff 2004-12-13 16:45:57 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: - If delivering a signal will result in killing a process that has a nice value above 0, set it to 0 so that it may proceed with haste. This is especially important on ULE, where adjusting the priority does not guarantee that a thread will be granted a greater time slice. Revision Changes Path 1.297 +2 -0 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 16:50:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D35FB16A4CE; Mon, 13 Dec 2004 16:50:15 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3D343D62; Mon, 13 Dec 2004 16:50:15 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id EAFA25312; Mon, 13 Dec 2004 17:50:10 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id F31065310; Mon, 13 Dec 2004 17:50:01 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id BB573B874; Mon, 13 Dec 2004 17:50:01 +0100 (CET) To: "M. Warner Losh" References: <20041213052601.GB12611@electra.cse.Buffalo.EDU> <20041213160418.GB1528@electra.cse.Buffalo.EDU> <20041213.091049.19644100.imp@bsdimp.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 13 Dec 2004 17:50:01 +0100 In-Reply-To: <20041213.091049.19644100.imp@bsdimp.com> (M. Warner Losh's message of "Mon, 13 Dec 2004 09:10:49 -0700 (MST)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: brooks@FreeBSD.org cc: brooks@one-eyed-alien.net cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: wb@freebie.xs4all.nl cc: kensmith@cse.Buffalo.EDU Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 16:50:16 -0000 "M. Warner Losh" writes: > Ken Smith writes: > > int main(void) > int main(int argc, char *argv[]) Both are correct according to the standard. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:21:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0241816A4D7; Mon, 13 Dec 2004 17:21:41 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA6D43D45; Mon, 13 Dec 2004 17:21:40 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBDHJWbs065854; Mon, 13 Dec 2004 10:19:32 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Mon, 13 Dec 2004 10:19:32 -0700 (MST) Message-Id: <20041213.101932.41697633.imp@harmony.village.org> To: des@des.no From: Warner Losh In-Reply-To: References: <20041213160418.GB1528@electra.cse.Buffalo.EDU> <20041213.091049.19644100.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: brooks@freebsd.org cc: brooks@one-eyed-alien.net cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: wb@freebie.xs4all.nl cc: kensmith@cse.Buffalo.EDU cc: imp@bsdimp.com Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 17:21:41 -0000 From: des@des.no (Dag-Erling Sm=F8rgrav) Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c = if.h Date: Mon, 13 Dec 2004 17:50:01 +0100 > "M. Warner Losh" writes: > > Ken Smith writes: > > > int main(void) > > int main(int argc, char *argv[]) > = > Both are correct according to the standard. The latter is what style(9) implies is the right one for FreeBSD. Warner From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:35:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7598916A4CE; Mon, 13 Dec 2004 17:35:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B9D43D49; Mon, 13 Dec 2004 17:35:06 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDHZ6AO060949; Mon, 13 Dec 2004 17:35:06 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDHZ6BH060948; Mon, 13 Dec 2004 17:35:06 GMT (envelope-from emax) Message-Id: <200412131735.iBDHZ6BH060948@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 13 Dec 2004 17:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libsdp search.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 17:35:06 -0000 emax 2004-12-13 17:35:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libsdp search.c Log: MFC: Add workaround for {not so|too} smart phones that cannot handle SDP attribute ID ranges that consist of exactly one attribute ID. libsdp(3) will check start and end of the attribute ID range and if they are the same the range will be collapsed to one atribute ID. The problem was observed on Audiovox SMT5600 and Palm Treo 650. Reviewed by: re (kensmith, scottl) Revision Changes Path 1.6.2.1 +43 -12 src/lib/libsdp/search.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:52:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7905C16A4CE; Mon, 13 Dec 2004 17:52:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5586843D48; Mon, 13 Dec 2004 17:52:11 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDHqBCP061719; Mon, 13 Dec 2004 17:52:11 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDHqBGJ061718; Mon, 13 Dec 2004 17:52:11 GMT (envelope-from brian) Message-Id: <200412131752.iBDHqBGJ061718@repoman.freebsd.org> From: Brian Somers Date: Mon, 13 Dec 2004 17:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 17:52:11 -0000 brian 2004-12-13 17:52:10 UTC FreeBSD src repository Modified files: . UPDATING Log: Mention the necessity for ``enable echo'' in ppp(8). Revision Changes Path 1.383 +7 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:53:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3509816A4D0; Mon, 13 Dec 2004 17:53:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD6B43D31; Mon, 13 Dec 2004 17:53:21 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDHrKJa061816; Mon, 13 Dec 2004 17:53:20 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDHrKEt061815; Mon, 13 Dec 2004 17:53:20 GMT (envelope-from imp) Message-Id: <200412131753.iBDHrKEt061815@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 17:53:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 17:53:21 -0000 imp 2004-12-13 17:53:20 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_extattr.c Log: LINT defines things which compile in code that as referring to the old a_desc element. change this to the new a_gen.a_desc to reflect changes to vnode_if.h generation. Noticed by: tinderbox, phk Revision Changes Path 1.74 +2 -2 src/sys/ufs/ufs/ufs_extattr.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:54:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD58116A4CE; Mon, 13 Dec 2004 17:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5FD43D5F; Mon, 13 Dec 2004 17:54:30 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDHsUEJ062011; Mon, 13 Dec 2004 17:54:30 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDHsUHS062010; Mon, 13 Dec 2004 17:54:30 GMT (envelope-from brian) Message-Id: <200412131754.iBDHsUHS062010@repoman.freebsd.org> From: Brian Somers Date: Mon, 13 Dec 2004 17:54:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/ppp ppp.conf.isdn ppp.conf.sample ppp.conf.span-isp ppp.conf.span-isp.working X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 17:54:31 -0000 brian 2004-12-13 17:54:30 UTC FreeBSD src repository Modified files: share/examples/ppp ppp.conf.isdn ppp.conf.sample ppp.conf.span-isp ppp.conf.span-isp.working Log: Add ``enable echo''. Revision Changes Path 1.12 +1 -1 src/share/examples/ppp/ppp.conf.isdn 1.35 +5 -5 src/share/examples/ppp/ppp.conf.sample 1.7 +1 -1 src/share/examples/ppp/ppp.conf.span-isp 1.7 +1 -1 src/share/examples/ppp/ppp.conf.span-isp.working From owner-cvs-src@FreeBSD.ORG Mon Dec 13 18:00:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B62216A4CE; Mon, 13 Dec 2004 18:00:05 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C9C43D53; Mon, 13 Dec 2004 18:00:04 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBDI2gkq041957; Mon, 13 Dec 2004 11:02:42 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BDD891.7080504@freebsd.org> Date: Mon, 13 Dec 2004 10:59:45 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200412131753.iBDHrKEt061815@repoman.freebsd.org> In-Reply-To: <200412131753.iBDHrKEt061815@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:00:05 -0000 Warner Losh wrote: > imp 2004-12-13 17:53:20 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ufs ufs_extattr.c > Log: > LINT defines things which compile in code that as referring to the old > a_desc element. change this to the new a_gen.a_desc to reflect > changes to vnode_if.h generation. > > Noticed by: tinderbox, phk > > Revision Changes Path > 1.74 +2 -2 src/sys/ufs/ufs/ufs_extattr.c Thanks! Scott From owner-cvs-src@FreeBSD.ORG Mon Dec 13 18:12:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129C716A4CE; Mon, 13 Dec 2004 18:12:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E160B43D39; Mon, 13 Dec 2004 18:12:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDICQtq062824; Mon, 13 Dec 2004 18:12:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDICQHQ062823; Mon, 13 Dec 2004 18:12:26 GMT (envelope-from sam) Message-Id: <200412131812.iBDICQHQ062823@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Dec 2004 18:12:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_tkip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:12:27 -0000 sam 2004-12-13 18:12:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_tkip.c Log: correct module dependency Revision Changes Path 1.3 +1 -1 src/sys/net80211/ieee80211_crypto_tkip.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 18:26:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4754716A4CE; Mon, 13 Dec 2004 18:26:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232A043D1F; Mon, 13 Dec 2004 18:26:14 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDIQELv063720; Mon, 13 Dec 2004 18:26:14 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDIQENF063719; Mon, 13 Dec 2004 18:26:14 GMT (envelope-from sam) Message-Id: <200412131826.iBDIQENF063719@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Dec 2004 18:26:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:26:14 -0000 sam 2004-12-13 18:26:13 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_ccmp.c Log: correct module dependency Revision Changes Path 1.2 +1 -1 src/sys/net80211/ieee80211_crypto_ccmp.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 18:48:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE4C16A4CF for ; Mon, 13 Dec 2004 18:48:29 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F5943D49 for ; Mon, 13 Dec 2004 18:48:28 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBDIkCXY082869 for cvs-src@FreeBSD.org.checked; Mon, 13 Dec 2004 21:46:12 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBDIgbsU082826; Mon, 13 Dec 2004 21:42:38 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41BDE076.10300@cronyx.ru> Date: Mon, 13 Dec 2004 21:33:26 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Warner Losh References: <200412130459.iBD4xZUV011673@repoman.freebsd.org> In-Reply-To: <200412130459.iBD4xZUV011673@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/acpi/acpi_ibm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:48:29 -0000 Warner Losh: >imp 2004-12-13 04:59:35 UTC > > FreeBSD src repository > > Modified files: > sys/modules/acpi/acpi_ibm Makefile > Log: > Make this compile when you don't have /sys. > > Revision Changes Path > 1.3 +1 -1 src/sys/modules/acpi/acpi_ibm/Makefile > > Thanks for fixing that. rik From owner-cvs-src@FreeBSD.ORG Mon Dec 13 18:57:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5729916A4CE; Mon, 13 Dec 2004 18:57:56 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508643D1D; Mon, 13 Dec 2004 18:57:56 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.0.35.106] (ob.icann.org[192.0.35.106]) by comcast.net (rwcrmhc12) with ESMTP id <2004121318575501400df88ce>; Mon, 13 Dec 2004 18:57:55 +0000 Message-ID: <41BDE62F.90800@DougBarton.net> Date: Mon, 13 Dec 2004 10:57:51 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200412130220.iBD2KmSE099666@repoman.freebsd.org> In-Reply-To: <200412130220.iBD2KmSE099666@repoman.freebsd.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:57:56 -0000 Julian Elischer wrote: > julian 2004-12-13 02:20:48 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ums.c > Log: > Try make code for teh M$ Intellimouse less obtrusive > when not using such a device. > > Revision Changes Path > 1.73 +24 -11 src/sys/dev/usb/ums.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/usb/ums.c.diff?&r1=1.72&r2=1.73&f=h > Apparently the recent changes to mouse stuff have broken my Dell docking station. I get this on boot: Starting ums0 moused:moused: unable to open /dev/ums0: No such file or directory . Starting ums1 moused:usb3: *** WARNING: opening low/full speed device, this does not work yet. moused: unable to open /dev/ums1: Input/output error Plugging the same mouse directly into the machine works fine. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:12:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C346916A4CE; Mon, 13 Dec 2004 19:12:46 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7552643D55; Mon, 13 Dec 2004 19:12:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBDJCdPv021302; Mon, 13 Dec 2004 11:12:39 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBDJCdPX021301; Mon, 13 Dec 2004 11:12:39 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 2004 11:12:39 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20041213191239.GB19680@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:12:46 -0000 On Sun, Dec 12, 2004 at 01:56:59PM +0100, Dag-Erling Sm?rgrav wrote: > Scott Long writes: > > Modified files: > > sys/i386/pci pci_cfgreg.c > > Log: > > Add support for the memory-mapped PCI Express configuration mechanism. > > What about amd64? Are these platforms really so different that the > PCI configuration code can't be shared between them? At the moment I don't know of anyone with an AMD64 PCI Express motherboard. I've certainly been unable to get scottl one for testing. Expecting him to support something he can't get test hardware for shouldn't be expected. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:19:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1016A4D9; Mon, 13 Dec 2004 19:19:54 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4770A43D39; Mon, 13 Dec 2004 19:19:53 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBDJJq6K039345; Mon, 13 Dec 2004 21:19:52 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 88277-14; Mon, 13 Dec 2004 21:19:51 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBDJJo0U039342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Dec 2004 21:19:51 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBDJJqJd054404; Mon, 13 Dec 2004 21:19:52 +0200 (EET) (envelope-from ru) Date: Mon, 13 Dec 2004 21:19:51 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041213191951.GA54360@ip.net.ua> References: <20041213113310.GB51149@ip.net.ua> <37124.1102943186@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <37124.1102943186@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 19:19:54 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 13, 2004 at 02:06:26PM +0100, Poul-Henning Kamp wrote: > In message <20041213113310.GB51149@ip.net.ua>, Ruslan Ermilov writes: >=20 > >Another issue: > > > >- boot without a diskette in the drive > >- insert a diskette #1 into the drive > >- newfs_msdos it > >- mount_msdosfs it > >- copy some files onto it > >- unmount it > >- insert another (possibly unformatted) diskette #2 > >- mount_msdosfs it and find it somehow succeeds > >- list the contents of the diskette and find that it's identical > > to the contents of diskette #1, including MD5 checksums of > > all files > > > >This smells like a bufcache issue, but I may be wrong about it. >=20 > Sounds like the same thing. >=20 > Can you try this: >=20 > =3D=3D=3D=3D //depot/user/phk/phk_bufwork/sys/fs/msdosfs/msdosfs_vfsops.c= #45 - /bang/p4/phk/phk_bufwork/sys/fs/msdosfs/msdosfs_vfsops.c =3D=3D=3D=3D > @@ -719,6 +719,7 @@ > error_exit: > if (bp) > brelse(bp); > + vinvalbuf(devvp, V_SAVE, NOCRED, td, 0, 0); > if (cp !=3D NULL) { > DROP_GIANT(); > g_topology_lock(); >=20 Doesn't help. Boot with an MS-DOS formatted floppy, mount and unmount it, then: Script started on Mon Dec 13 21:15:42 2004 hammer# dd if=3D/dev/fd0 |hd 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |..............= =2E.| * 2880+0 records in 2880+0 records out 1474560 bytes transferred in 47.905143 secs (30781 bytes/sec) 00168000 hammer# mount_msdosfs /dev/fd0 /mnt hammer# ll /mnt total 0 -rwxr-xr-x 1 root wheel 0 Dec 13 21:02 foo hammer# umount /mnt Script done on Mon Dec 13 21:17:08 2004 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvetXqRfpzJluFF4RAouhAJ9JDEm+6DiDF8a0ctsSQ4vQfOMtFgCbB82q rvkb0IB6OUVpyrGQLHKW+PM= =M+fr -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:20:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1553116A4D2; Mon, 13 Dec 2004 19:20:27 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12D943D46; Mon, 13 Dec 2004 19:20:26 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id CC7F17A403; Mon, 13 Dec 2004 11:20:26 -0800 (PST) Message-ID: <41BDEB7A.9020900@elischer.org> Date: Mon, 13 Dec 2004 11:20:26 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Doug Barton References: <200412130220.iBD2KmSE099666@repoman.freebsd.org> <41BDE62F.90800@DougBarton.net> In-Reply-To: <41BDE62F.90800@DougBarton.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:20:27 -0000 >Apparently the recent changes to mouse stuff have broken my Dell docking >station. I get this on boot: > >Starting ums0 moused:moused: unable to open /dev/ums0: No such file or directory > >. >Starting ums1 moused:usb3: *** WARNING: opening low/full speed device, this >does not work yet. > >moused: unable to open /dev/ums1: Input/output error > >Plugging the same mouse directly into the machine works fine. > which mose do yuo use? ums1 or ums0? looks like the inteface is ehci? what does usbdevs say? thanks > >Doug > > > From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:25:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C7716A4CE; Mon, 13 Dec 2004 19:25:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C5843D2F; Mon, 13 Dec 2004 19:25:30 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDJPUcN065875; Mon, 13 Dec 2004 19:25:30 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDJPUBN065874; Mon, 13 Dec 2004 19:25:30 GMT (envelope-from trhodes) Message-Id: <200412131925.iBDJPUBN065874@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Dec 2004 19:25:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 kernel_mount.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:25:30 -0000 trhodes 2004-12-13 19:25:30 UTC FreeBSD src repository Added files: share/man/man9 kernel_mount.9 Log: Add a manual page to document phk's mount work. Reviewed by: phk (content), brueffer (grammar and markup) Revision Changes Path 1.1 +208 -0 src/share/man/man9/kernel_mount.9 (new) From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:29:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E8D316A4CE; Mon, 13 Dec 2004 19:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A6E243D5D; Mon, 13 Dec 2004 19:29:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDJTeIF066050; Mon, 13 Dec 2004 19:29:40 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDJTe6C066049; Mon, 13 Dec 2004 19:29:40 GMT (envelope-from trhodes) Message-Id: <200412131929.iBDJTe6C066049@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 13 Dec 2004 19:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:29:40 -0000 trhodes 2004-12-13 19:29:40 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: Add kernel_mount.9 and appropriate MLINKS to the build. Revision Changes Path 1.250 +3 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:43:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98A816A4CE; Mon, 13 Dec 2004 19:43:42 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4172543D53; Mon, 13 Dec 2004 19:43:42 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.0.35.106] (ob.icann.org[192.0.35.106]) by comcast.net (sccrmhc11) with ESMTP id <2004121319434001100e2naie>; Mon, 13 Dec 2004 19:43:41 +0000 Message-ID: <41BDF0E8.60707@DougBarton.net> Date: Mon, 13 Dec 2004 11:43:36 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200412130220.iBD2KmSE099666@repoman.freebsd.org> <41BDE62F.90800@DougBarton.net> <41BDEB7A.9020900@elischer.org> In-Reply-To: <41BDEB7A.9020900@elischer.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:43:43 -0000 Julian Elischer wrote: > >> Apparently the recent changes to mouse stuff have broken my Dell docking >> station. I get this on boot: >> >> Starting ums0 moused:moused: unable to open /dev/ums0: No such file or >> directory >> >> . >> Starting ums1 moused:usb3: *** WARNING: opening low/full speed device, >> this >> does not work yet. >> >> moused: unable to open /dev/ums1: Input/output error >> >> Plugging the same mouse directly into the machine works fine. >> > > which mose do yuo use? > ums1 or ums0? It used to be ums0 only. I only have one USB mouse plugged in at any one time (although depending on location it can be different mice). Interestingly, when I unplugged it from the docking station and plugged it into the laptop, I got this: ums1: at uhub5 port 1 (addr 3) disconnected ums1: detached ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. The last two entries are pretty normal, but apparently it was seen as ums1 on boot anyway. > looks like the inteface is ehci? Oh bugger. I was messing with my kernel config file yesterday adding wlan stuff, and consolidating a few old config files I had laying around, and "somehow" this must have gotten uncommented. Sorry about the noise, this docking station has never worked with ehci enabled. I will try nuking that and building a new kernel. Actually that reminds me ... if anyone is interested in working on USB2/ehci stuff, I have an interesting collection of USB 1 and 2 devices, including a USB 2 device that works, and a couple that don't (including this docking station). I'd be happy to test some patches and/or give more detail if someone is interested. > what does usbdevs say? For completeness sake: addr 1: UHCI root hub, Intel addr 2: BC02 Bluetooth USB Adapter, Dell addr 1: UHCI root hub, Intel addr 2: Trackball, Logitech addr 1: UHCI root hub, Intel addr 1: EHCI root hub, Intel addr 2: Port Replicator, Dell I'll go try a non-ehci kernel just to be sure, but I'm 99% sure that will solve the problem. Once again, sorry for the noise/time wasting. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Mon Dec 13 19:55:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABD716A4CE; Mon, 13 Dec 2004 19:55:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A17A443D41; Mon, 13 Dec 2004 19:55:06 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDJt6aA067778; Mon, 13 Dec 2004 19:55:06 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDJt6Wc067777; Mon, 13 Dec 2004 19:55:06 GMT (envelope-from rik) Message-Id: <200412131955.iBDJt6Wc067777@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 13 Dec 2004 19:55:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 19:55:07 -0000 rik 2004-12-13 19:55:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add Tau-PCI-L(/R) entry to the list of supported hardware by cp(4). Revision Changes Path 1.13.2.95 +16 -13 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Mon Dec 13 20:30:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028C416A4CF; Mon, 13 Dec 2004 20:30:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D411D43D58; Mon, 13 Dec 2004 20:30:25 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDKUP9A074077; Mon, 13 Dec 2004 20:30:25 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDKUPZ1074076; Mon, 13 Dec 2004 20:30:25 GMT (envelope-from hrs) Message-Id: <200412132030.iBDKUPZ1074076@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 13 Dec 2004 20:30:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 20:30:26 -0000 hrs 2004-12-13 20:30:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/share/sgml release.ent Log: Update &release.manpath.*;. Pointed out by: rik Revision Changes Path 1.1.2.27 +4 -3 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Mon Dec 13 20:39:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F0016A4CE for ; Mon, 13 Dec 2004 20:39:29 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BCA43D3F for ; Mon, 13 Dec 2004 20:39:28 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBDKaQMX084015 for cvs-src@FreeBSD.org.checked; Mon, 13 Dec 2004 23:36:26 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBDKYDsm083992; Mon, 13 Dec 2004 23:34:14 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41BDFA9F.40401@cronyx.ru> Date: Mon, 13 Dec 2004 23:25:03 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Hiroki Sato References: <200412132030.iBDKUPZ1074076@repoman.freebsd.org> In-Reply-To: <200412132030.iBDKUPZ1074076@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 20:39:29 -0000 Hiroki Sato: >hrs 2004-12-13 20:30:25 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > release/doc/share/sgml release.ent > Log: > Update &release.manpath.*;. > > Pointed out by: rik > > Revision Changes Path > 1.1.2.27 +4 -3 src/release/doc/share/sgml/release.ent > > Thanks! From owner-cvs-src@FreeBSD.ORG Mon Dec 13 20:40:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF3016A4CE; Mon, 13 Dec 2004 20:40:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F36743D5F; Mon, 13 Dec 2004 20:40:16 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDKeGa5074501; Mon, 13 Dec 2004 20:40:16 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDKeGCR074500; Mon, 13 Dec 2004 20:40:16 GMT (envelope-from gallatin) Message-Id: <200412132040.iBDKeGCR074500@repoman.freebsd.org> From: Andrew Gallatin Date: Mon, 13 Dec 2004 20:40:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/kttcp kttcp.c src/tools/tools/kttcp/sys kttcp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 20:40:16 -0000 gallatin 2004-12-13 20:40:16 UTC FreeBSD src repository Modified files: tools/tools/kttcp kttcp.c tools/tools/kttcp/sys kttcp.c Log: Make kttcp work in -stable (and -current) - Removed kttcp_sosend() and kttcp_soreceive() in favor of using sosend() / soreceive() with UIO_NOCOPY. The locking changes in the socket layer make merging the kttcp_so* and the so* routines a real pain. It was a lot easier to just use the integrated routines. - Eliminated KTTCP_MAX_XMIT restrictions on send and receive sizes because I encountered no problems with streams larger than MAX_INT. MAX_INT bytes is only good for a few seconds at 4Gb/sec ;) - Removed Giant from send / recv routines. - Fixed character device protos, cdevsw init, etc, to work in 5.x / 6.x Reviewed by: sam MFC after: 1 week Revision Changes Path 1.3 +0 -2 src/tools/tools/kttcp/kttcp.c 1.4 +37 -535 src/tools/tools/kttcp/sys/kttcp.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 21:29:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C5916A4CE; Mon, 13 Dec 2004 21:29:37 +0000 (GMT) Received: from mail.wolves.k12.mo.us (duey.wolves.k12.mo.us [207.160.214.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AFB43D54; Mon, 13 Dec 2004 21:29:36 +0000 (GMT) (envelope-from cdillon@wolves.k12.mo.us) Received: from localhost (localhost [127.0.0.1]) by mail.wolves.k12.mo.us (Postfix) with ESMTP id 6291F1FE1E; Mon, 13 Dec 2004 15:29:36 -0600 (CST) Received: from mail.wolves.k12.mo.us ([127.0.0.1]) by localhost (mail.wolves.k12.mo.us [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05077-02-9; Mon, 13 Dec 2004 15:29:34 -0600 (CST) Received: by mail.wolves.k12.mo.us (Postfix, from userid 1001) id 25C391FE22; Mon, 13 Dec 2004 15:29:34 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by mail.wolves.k12.mo.us (Postfix) with ESMTP id 23D821A902; Mon, 13 Dec 2004 15:29:34 -0600 (CST) Date: Mon, 13 Dec 2004 15:29:34 -0600 (CST) From: Chris Dillon To: David O'Brien In-Reply-To: <20041213191239.GB19680@dragon.nuxi.com> Message-ID: <20041213151618.O5635@duey.wolves.k12.mo.us> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at wolves.k12.mo.us cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 21:29:37 -0000 On Mon, 13 Dec 2004, David O'Brien wrote: > At the moment I don't know of anyone with an AMD64 PCI Express > motherboard. I've certainly been unable to get scottl one for > testing. Expecting him to support something he can't get test > hardware for shouldn't be expected. Near the end of this month there will be boards available with the nVidia nForce4 chipset which provides PCI Express for Socket 939 and 940. Examples will be the Abit AN8, Gigabyte K8NXP, Asus A8N, and MSI K8N. I imagine these boards will be hard to get your hands on until early next year, though. VIA also has a similar chipset, and boards using it will probably be available around the same time as nVidia's. -- Chris Dillon - cdillon(at)wolves.k12.mo.us FreeBSD: The fastest, most open, and most stable OS on the planet - Available for IA32, IA64, AMD64, PC98, Alpha, and UltraSPARC architectures - PowerPC, ARM, MIPS, and S/390 under development - http://www.freebsd.org Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon? From owner-cvs-src@FreeBSD.ORG Mon Dec 13 21:38:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EB516A4CE; Mon, 13 Dec 2004 21:38:22 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D60F43D1D; Mon, 13 Dec 2004 21:38:22 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBDLcAug004804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Dec 2004 13:38:13 -0800 Message-ID: <41BE0BC0.5040506@root.org> Date: Mon, 13 Dec 2004 13:38:08 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Dillon References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <20041213151618.O5635@duey.wolves.k12.mo.us> In-Reply-To: <20041213151618.O5635@duey.wolves.k12.mo.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: David O'Brien cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 21:38:22 -0000 Chris Dillon wrote: > On Mon, 13 Dec 2004, David O'Brien wrote: > >> At the moment I don't know of anyone with an AMD64 PCI Express >> motherboard. I've certainly been unable to get scottl one for >> testing. Expecting him to support something he can't get test hardware >> for shouldn't be expected. > > > Near the end of this month there will be boards available with the > nVidia nForce4 chipset which provides PCI Express for Socket 939 and > 940. Examples will be the Abit AN8, Gigabyte K8NXP, Asus A8N, and MSI > K8N. I imagine these boards will be hard to get your hands on until > early next year, though. > > VIA also has a similar chipset, and boards using it will probably be > available around the same time as nVidia's. BTW, I have a standing offer to accept donations of an amd64 laptop. :) -- Nate From owner-cvs-src@FreeBSD.ORG Mon Dec 13 21:48:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09FB16A4CF; Mon, 13 Dec 2004 21:48:00 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2257143D49; Mon, 13 Dec 2004 21:48:00 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 7A15B5312; Mon, 13 Dec 2004 22:47:58 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id BAD095310; Mon, 13 Dec 2004 22:47:51 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 303F7B874; Mon, 13 Dec 2004 22:47:51 +0100 (CET) To: obrien@FreeBSD.org References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 13 Dec 2004 22:47:51 +0100 In-Reply-To: <20041213191239.GB19680@dragon.nuxi.com> (David O'Brien's message of "Mon, 13 Dec 2004 11:12:39 -0800") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 21:48:01 -0000 "David O'Brien" writes: > At the moment I don't know of anyone with an AMD64 PCI Express > motherboard. The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X slots. Surely someone in the project should be able to get their hands on one? I for one would love to have one for the tinderbox... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Mon Dec 13 22:07:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123DE16A4CE; Mon, 13 Dec 2004 22:07:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05A543D5C; Mon, 13 Dec 2004 22:07:23 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDM7NEj084075; Mon, 13 Dec 2004 22:07:23 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDM7NJO084074; Mon, 13 Dec 2004 22:07:23 GMT (envelope-from rik) Message-Id: <200412132207.iBDM7NJO084074@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 13 Dec 2004 22:07:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/cx if_cx.c src/sys/dev/ctau if_ct.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 22:07:24 -0000 rik 2004-12-13 22:07:23 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c sys/dev/cx if_cx.c sys/dev/ctau if_ct.c Log: Make code MPSAFE. You could turn this off by debug.mpsafenet=0 for full network stack or via debug.{cp|cx|ctau}.mpsafenet for cp(4), cx(4) and ctau(4) accordingly. MFC after: 10 days Revision Changes Path 1.16 +259 -68 src/sys/dev/cp/if_cp.c 1.19 +213 -47 src/sys/dev/ctau/if_ct.c 1.37 +296 -66 src/sys/dev/cx/if_cx.c From owner-cvs-src@FreeBSD.ORG Mon Dec 13 22:16:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D39F16A4CE; Mon, 13 Dec 2004 22:16:54 +0000 (GMT) Received: from daintree.corp.yahoo.com (daintree.corp.yahoo.com [216.145.52.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E7A43D5A; Mon, 13 Dec 2004 22:16:54 +0000 (GMT) (envelope-from peter@wemm.org) Received: by daintree.corp.yahoo.com (Postfix, from userid 2154) id 6D9C0197AD; Mon, 13 Dec 2004 14:16:54 -0800 (PST) From: Peter Wemm To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= Date: Mon, 13 Dec 2004 14:16:53 -0800 User-Agent: KMail/1.7.1 References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200412131416.54087.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 22:16:54 -0000 On Monday 13 December 2004 01:47 pm, Dag-Erling Sm=F8rgrav wrote: > "David O'Brien" writes: > > At the moment I don't know of anyone with an AMD64 PCI Express > > motherboard. > > The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X slots. > Surely someone in the project should be able to get their hands on > one? I for one would love to have one for the tinderbox... > > DES Just for clarity, we were talking about PCI-Express, not PCI-X. BTW, I think it is amusing that the only machines readily available that=20 have PCI-Express to run FreeBSD/amd64 on are Intel systems... =2D-=20 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 From owner-cvs-src@FreeBSD.ORG Mon Dec 13 22:34:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3ACB16A4CF; Mon, 13 Dec 2004 22:34:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B071F43D4C; Mon, 13 Dec 2004 22:34:57 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDMYvot084893; Mon, 13 Dec 2004 22:34:57 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDMYvrE084892; Mon, 13 Dec 2004 22:34:57 GMT (envelope-from kensmith) Message-Id: <200412132234.iBDMYvrE084892@repoman.freebsd.org> From: Ken Smith Date: Mon, 13 Dec 2004 22:34:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 13 Dec 2004 22:34:58 -0000 kensmith 2004-12-13 22:34:57 UTC FreeBSD src repository Modified files: . approvers Log: Begin code freeze for 4.11 release - require re@ approval for RELENG_4 commits. Revision Changes Path 1.12 +1 -0 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Mon Dec 13 23:09:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8FF16A4CE; Mon, 13 Dec 2004 23:09:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB09B43D2F; Mon, 13 Dec 2004 23:09:19 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDN9J8A086169; Mon, 13 Dec 2004 23:09:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDN9JVl086168; Mon, 13 Dec 2004 23:09:19 GMT (envelope-from imp) Message-Id: <200412132309.iBDN9JVl086168@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Dec 2004 23:09:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:09:20 -0000 imp 2004-12-13 23:09:19 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: The format of the MLINKS entries is pairwise, not MLINKS += wise. So list kernel_mount.9 the required number of times to allow make installworld to complete. Revision Changes Path 1.251 +6 -2 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 13 23:23:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1130016A4CE; Mon, 13 Dec 2004 23:23:39 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45DDE43D68; Mon, 13 Dec 2004 23:23:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-100-2-61.dc.dc.cox.net [68.100.2.61]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBDNNaag056431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Dec 2004 18:23:37 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 13 Dec 2004 18:23:43 -0500 From: Tom Rhodes To: Warner Losh Message-ID: <20041213182343.5a1c4c63@localhost> In-Reply-To: <200412132309.iBDN9JVl086168@repoman.freebsd.org> References: <200412132309.iBDN9JVl086168@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:23:39 -0000 On Mon, 13 Dec 2004 23:09:19 +0000 (UTC) Warner Losh wrote: > imp 2004-12-13 23:09:19 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 Makefile > Log: > The format of the MLINKS entries is pairwise, not MLINKS += wise. So > list kernel_mount.9 the required number of times to allow make > installworld to complete. Yea, my bad. I 'had' a patch for it. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Mon Dec 13 23:31:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8682116A4CE; Mon, 13 Dec 2004 23:31:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7389E43D31; Mon, 13 Dec 2004 23:31:46 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDNVktJ086985; Mon, 13 Dec 2004 23:31:46 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDNVkVE086984; Mon, 13 Dec 2004 23:31:46 GMT (envelope-from njl) Message-Id: <200412132331.iBDNVkVE086984@repoman.freebsd.org> From: Nate Lawson Date: Mon, 13 Dec 2004 23:31:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/dev/acpi_support acpi_asus.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 23:31:46 -0000 njl 2004-12-13 23:31:46 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h sys/dev/acpi_support acpi_asus.c acpi_ibm.c acpi_panasonic.c acpi_sony.c acpi_toshiba.c share/man/man4 acpi.4 Log: Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than one will never be supported on the same platform, this does not hurt debugging. MFC after: 3 days Revision Changes Path 1.42 +2 -0 src/share/man/man4/acpi.4 1.18 +1 -1 src/sys/dev/acpi_support/acpi_asus.c 1.3 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c 1.7 +3 -0 src/sys/dev/acpi_support/acpi_panasonic.c 1.7 +5 -0 src/sys/dev/acpi_support/acpi_sony.c 1.15 +3 -0 src/sys/dev/acpi_support/acpi_toshiba.c 1.85 +1 -2 src/sys/dev/acpica/acpivar.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 00:42:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A0C16A4CE; Tue, 14 Dec 2004 00:42:26 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AFE43D46; Tue, 14 Dec 2004 00:42:26 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBE0j2Vt043374; Mon, 13 Dec 2004 17:45:03 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BE36DB.6090401@freebsd.org> Date: Mon, 13 Dec 2004 17:42:03 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 00:42:26 -0000 Dag-Erling Smørgrav wrote: > "David O'Brien" writes: > >>At the moment I don't know of anyone with an AMD64 PCI Express >>motherboard. > > > The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X slots. > Surely someone in the project should be able to get their hands on > one? I for one would love to have one for the tinderbox... > > DES PCI-Express is about as similar to PCI-X as a serial port is to a parallel one. Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:07:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF3416A4CE; Tue, 14 Dec 2004 01:07:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD9F43D5C; Tue, 14 Dec 2004 01:07:45 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE17j7K096747; Tue, 14 Dec 2004 01:07:45 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE17jSt096746; Tue, 14 Dec 2004 01:07:45 GMT (envelope-from njl) Message-Id: <200412140107.iBE17jSt096746@repoman.freebsd.org> From: Nate Lawson Date: Tue, 14 Dec 2004 01:07:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:07:45 -0000 njl 2004-12-14 01:07:45 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Checkpoint reworking the man page to be more useful to non-developers, document some debug output variables, etc. Mdoc assistance welcome. Revision Changes Path 1.43 +197 -230 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:31:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505C216A4CE; Tue, 14 Dec 2004 01:31:47 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1926143D64; Tue, 14 Dec 2004 01:31:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBE1ViCA006640; Mon, 13 Dec 2004 17:31:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBE1VhK7006639; Mon, 13 Dec 2004 17:31:43 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 2004 17:31:43 -0800 From: "David O'Brien" To: Chris Dillon Message-ID: <20041214013143.GA3352@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <20041213151618.O5635@duey.wolves.k12.mo.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041213151618.O5635@duey.wolves.k12.mo.us> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:31:47 -0000 On Mon, Dec 13, 2004 at 03:29:34PM -0600, Chris Dillon wrote: > On Mon, 13 Dec 2004, David O'Brien wrote: > > >At the moment I don't know of anyone with an AMD64 PCI Express > >motherboard. I've certainly been unable to get scottl one for > >testing. Expecting him to support something he can't get test > >hardware for shouldn't be expected. > > Near the end of this month there will be boards available with the > nVidia nForce4 chipset which provides PCI Express for Socket 939 and > 940. Examples will be the Abit AN8, Gigabyte K8NXP, Asus A8N, and MSI > K8N. I know that. > I imagine these boards will be hard to get your hands on until > early next year, though. Yes, this is the issue -- they're of no use until we can get one. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:33:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA85916A4CE; Tue, 14 Dec 2004 01:33:10 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C1A43D1F; Tue, 14 Dec 2004 01:33:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBE1X6e8006691; Mon, 13 Dec 2004 17:33:06 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBE1X4pG006690; Mon, 13 Dec 2004 17:33:04 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 2004 17:33:04 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20041214013304.GB3352@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <200412131416.54087.peter@wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412131416.54087.peter@wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:33:11 -0000 On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: > On Monday 13 December 2004 01:47 pm, Dag-Erling Sm?rgrav wrote: > > "David O'Brien" writes: > > > At the moment I don't know of anyone with an AMD64 PCI Express > > > motherboard. > > > > The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X slots. > > Surely someone in the project should be able to get their hands on > > one? I for one would love to have one for the tinderbox... > > > > DES > > Just for clarity, we were talking about PCI-Express, not PCI-X. > > BTW, I think it is amusing that the only machines readily available that > have PCI-Express to run FreeBSD/amd64 on are Intel systems... Why? Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X 133mhz. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:49:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98BC616A4CE; Tue, 14 Dec 2004 01:49:27 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3988343D2F; Tue, 14 Dec 2004 01:49:27 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBE1q4Dh043585; Mon, 13 Dec 2004 18:52:04 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BE4691.9080104@freebsd.org> Date: Mon, 13 Dec 2004 18:49:05 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> In-Reply-To: <20041214013304.GB3352@dragon.nuxi.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:49:27 -0000 David O'Brien wrote: > On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: > >>On Monday 13 December 2004 01:47 pm, Dag-Erling Sm?rgrav wrote: >> >>>"David O'Brien" writes: >>> >>>>At the moment I don't know of anyone with an AMD64 PCI Express >>>>motherboard. >>> >>>The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X slots. >>>Surely someone in the project should be able to get their hands on >>>one? I for one would love to have one for the tinderbox... >>> >>>DES >> >>Just for clarity, we were talking about PCI-Express, not PCI-X. >> >>BTW, I think it is amusing that the only machines readily available that >>have PCI-Express to run FreeBSD/amd64 on are Intel systems... > > > Why? > Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X 133mhz. > There is a benefit from the new generation of devices that are coming out for only PCI-Express and have features and performance that will not be matched in their PCI-X counterparts. While it's always fun for FreeBSD to be chronically behind the curve in device support, I'd like to experiment with breaking that feature and seeing if anyone has a heart attack when their bleeding edge NIC or storage card works the day that they buy it, instead of months/years later. Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:55:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC0A16A4CE; Tue, 14 Dec 2004 01:55:40 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F9943D41; Tue, 14 Dec 2004 01:55:40 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [192.0.35.106] (ob.icann.org[192.0.35.106]) by comcast.net (rwcrmhc12) with ESMTP id <2004121401553701400df5qme>; Tue, 14 Dec 2004 01:55:37 +0000 Message-ID: <41BE4818.70800@DougBarton.net> Date: Mon, 13 Dec 2004 17:55:36 -0800 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <41BE4691.9080104@freebsd.org> In-Reply-To: <41BE4691.9080104@freebsd.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: obrien@freebsd.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:55:40 -0000 Scott Long wrote: > There is a benefit from the new generation of devices that are coming > out for only PCI-Express and have features and performance that will not > be matched in their PCI-X counterparts. While it's always fun for > FreeBSD to be chronically behind the curve in device support, I'd like > to experiment with breaking that feature and seeing if anyone has a > heart attack when their bleeding edge NIC or storage card works the day > that they buy it, instead of months/years later. This would be funny if it weren't so sad. Or vice versa. -- If you're never wrong, you're not trying hard enough From owner-cvs-src@FreeBSD.ORG Tue Dec 14 01:57:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB3816A4CE; Tue, 14 Dec 2004 01:57:00 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418EB43D41; Tue, 14 Dec 2004 01:57:00 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBE1utSj007397; Mon, 13 Dec 2004 17:56:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBE1usFQ007396; Mon, 13 Dec 2004 17:56:54 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 2004 17:56:54 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20041214015654.GA6711@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <41BE4691.9080104@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BE4691.9080104@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 01:57:00 -0000 On Mon, Dec 13, 2004 at 06:49:05PM -0700, Scott Long wrote: > David O'Brien wrote: > >On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: > >>BTW, I think it is amusing that the only machines readily available that > >>have PCI-Express to run FreeBSD/amd64 on are Intel systems... > > > >Why? > >Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X 133mhz. > > There is a benefit from the new generation of devices that are coming > out for only PCI-Express and have features and performance that will not > be matched in their PCI-X counterparts. While it's always fun for > FreeBSD to be chronically behind the curve in device support, I'd like > to experiment with breaking that feature and seeing if anyone has a > heart attack when their bleeding edge NIC or storage card works the day I didn't question your interest in PCI-Express. I was responding to Peter's observation that today one cannot buy an AMD64 PCI-Express motherboard. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 02:15:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390EC16A4CE; Tue, 14 Dec 2004 02:15:17 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E8E43D2D; Tue, 14 Dec 2004 02:15:16 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBE2FFug012311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Dec 2004 18:15:16 -0800 Message-ID: <41BE4CB2.9050307@root.org> Date: Mon, 13 Dec 2004 18:15:14 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <20041213191239.GB19680@dragon.nuxi.com> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <41BE4691.9080104@freebsd.org> In-Reply-To: <41BE4691.9080104@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 02:15:17 -0000 Scott Long wrote: > > There is a benefit from the new generation of devices that are coming > out for only PCI-Express and have features and performance that will not > be matched in their PCI-X counterparts. While it's always fun for > FreeBSD to be chronically behind the curve in device support, I'd like > to experiment with breaking that feature and seeing if anyone has a > heart attack when their bleeding edge NIC or storage card works the day > that they buy it, instead of months/years later. > > Scott I'm sorry, that does violate several of our founding principles: FreeBSD supports an extremely wide range of PC hardware, as long as it was obtained at less than cost. and FreeBSD supports every peripheral available for the IBM PC except the ones you have. BTW, wpaul is one of the worst violators of this philosophy, making every possible PCI ethernet chipset work out of the box. http://worldserver.oleane.com/rsn/extrait-FAQ.html -- Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 14 03:39:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3838316A4CE; Tue, 14 Dec 2004 03:39:47 +0000 (GMT) Received: from daintree.corp.yahoo.com (daintree.corp.yahoo.com [216.145.52.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1999143D58; Tue, 14 Dec 2004 03:39:47 +0000 (GMT) (envelope-from peter@wemm.org) Received: by daintree.corp.yahoo.com (Postfix, from userid 2154) id 03C36197AD; Mon, 13 Dec 2004 19:39:47 -0800 (PST) From: Peter Wemm To: obrien@freebsd.org Date: Mon, 13 Dec 2004 19:39:46 -0800 User-Agent: KMail/1.7.1 References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> In-Reply-To: <20041214013304.GB3352@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412131939.46695.peter@wemm.org> cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 03:39:47 -0000 On Monday 13 December 2004 05:33 pm, David O'Brien wrote: > On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: > > On Monday 13 December 2004 01:47 pm, Dag-Erling Sm?rgrav wrote: > > > "David O'Brien" writes: > > > > At the moment I don't know of anyone with an AMD64 PCI Express > > > > motherboard. > > > > > > The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X > > > slots. Surely someone in the project should be able to get their > > > hands on one? I for one would love to have one for the > > > tinderbox... > > > > > > DES > > > > Just for clarity, we were talking about PCI-Express, not PCI-X. > > > > BTW, I think it is amusing that the only machines readily available > > that have PCI-Express to run FreeBSD/amd64 on are Intel systems... > > Why? > Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X > 133mhz. Just like there was zero benefit to having a prototype amd64 machine to do porting work on before they started coming out in retail? At the time, there was zero benefit compared to a 32 bit Athlon-XP system. It's going to suck when they do reach the stores and our answer to support questions is "no", while Linux and windows do. On that note, we still barely support anything more from AMD's platform than the basic instruction set due to lack of documentation.. That's why FreeBSD/amd64 ran so quickly on the Intel hardware. We only used the most basic features of the generic instruction set in an otherwise PC platform. We don't take advantage of the IOMMU, the timers, etc. (Still no documentation). I'd have expected AMD to push as hard as they can to get every advantage while Intel is still trying to recover their balance. -- 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 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 03:43:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 202AB16A4CE; Tue, 14 Dec 2004 03:43:57 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9783B43D39; Tue, 14 Dec 2004 03:43:56 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBE3kXFs044108; Mon, 13 Dec 2004 20:46:33 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BE6165.7070306@freebsd.org> Date: Mon, 13 Dec 2004 20:43:33 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <200412131939.46695.peter@wemm.org> In-Reply-To: <200412131939.46695.peter@wemm.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: obrien@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 03:43:57 -0000 Peter Wemm wrote: > On Monday 13 December 2004 05:33 pm, David O'Brien wrote: > >>On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: >> >>>On Monday 13 December 2004 01:47 pm, Dag-Erling Sm?rgrav wrote: >>> >>>>"David O'Brien" writes: >>>> >>>>>At the moment I don't know of anyone with an AMD64 PCI Express >>>>>motherboard. >>>> >>>>The Celestica A8440 has dual onboard PCI-X NICs and two PCI-X >>>>slots. Surely someone in the project should be able to get their >>>>hands on one? I for one would love to have one for the >>>>tinderbox... >>>> >>>>DES >>> >>>Just for clarity, we were talking about PCI-Express, not PCI-X. >>> >>>BTW, I think it is amusing that the only machines readily available >>>that have PCI-Express to run FreeBSD/amd64 on are Intel systems... >> >>Why? >>Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X >>133mhz. > > > Just like there was zero benefit to having a prototype amd64 machine to > do porting work on before they started coming out in retail? At the > time, there was zero benefit compared to a 32 bit Athlon-XP system. > > It's going to suck when they do reach the stores and our answer to > support questions is "no", while Linux and windows do. > > On that note, we still barely support anything more from AMD's platform > than the basic instruction set due to lack of documentation.. That's > why FreeBSD/amd64 ran so quickly on the Intel hardware. We only used > the most basic features of the generic instruction set in an otherwise > PC platform. We don't take advantage of the IOMMU, the timers, etc. > (Still no documentation). I'd have expected AMD to push as hard as > they can to get every advantage while Intel is still trying to recover > their balance. Having IOMMU docs could have a very positive benefit for things like ATA on amd64. However, I can't even begin to evaluate what that benefit might be until docs become available. Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 14 03:54:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4766516A4CE; Tue, 14 Dec 2004 03:54:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222B443D5F; Tue, 14 Dec 2004 03:54:09 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE3s8Zw002902; Tue, 14 Dec 2004 03:54:09 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE3s8Mu002901; Tue, 14 Dec 2004 03:54:08 GMT (envelope-from julian) Message-Id: <200412140354.iBE3s8Mu002901@repoman.freebsd.org> From: Julian Elischer Date: Tue, 14 Dec 2004 03:54:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 03:54:09 -0000 julian 2004-12-14 03:54:08 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Small formatting change.. Move a declaration to the same place as in NetBSD. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.21 +1 -1 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 03:59:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E3316A4CE; Tue, 14 Dec 2004 03:59:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9D543D49; Tue, 14 Dec 2004 03:59:24 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE3xOx5003133; Tue, 14 Dec 2004 03:59:24 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE3xO7l003132; Tue, 14 Dec 2004 03:59:24 GMT (envelope-from julian) Message-Id: <200412140359.iBE3xO7l003132@repoman.freebsd.org> From: Julian Elischer Date: Tue, 14 Dec 2004 03:59:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 03:59:24 -0000 julian 2004-12-14 03:59:24 UTC FreeBSD src repository Modified files: sys/dev/usb ohci.c Log: Slightly reorganise part of the ohci_softintr() function to better keep track of the total amoutn transferred during a transfer. Seems similar to some code in the NetBSD version. I notice they have incorporated matches from him so I don't know which direction it went. Submitted by: damien.bergamini@free.fr Obtained from: patches to make the ueagle driver work MFC after: 1 week Revision Changes Path 1.148 +26 -15 src/sys/dev/usb/ohci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 04:05:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98ECC16A4CE; Tue, 14 Dec 2004 04:05:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DFF43D48; Tue, 14 Dec 2004 04:05:10 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE45Ap7003341; Tue, 14 Dec 2004 04:05:10 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE45A6f003340; Tue, 14 Dec 2004 04:05:10 GMT (envelope-from julian) Message-Id: <200412140405.iBE45A6f003340@repoman.freebsd.org> From: Julian Elischer Date: Tue, 14 Dec 2004 04:05:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 04:05:10 -0000 julian 2004-12-14 04:05:10 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Don't abandon ship just because the number of companions doesn't seem correct. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.22 +6 -3 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 04:06:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5781416A4CE; Tue, 14 Dec 2004 04:06:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3109643D1D; Tue, 14 Dec 2004 04:06:05 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE465kn003476; Tue, 14 Dec 2004 04:06:05 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE465I7003475; Tue, 14 Dec 2004 04:06:05 GMT (envelope-from yongari) Message-Id: <200412140406.iBE465I7003475@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 14 Dec 2004 04:06:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.sparc64 Makefile snd_audiocs.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 04:06:05 -0000 yongari 2004-12-14 04:06:05 UTC FreeBSD src repository Modified files: share/man/man4/man4.sparc64 Makefile Added files: share/man/man4/man4.sparc64 snd_audiocs.4 Log: Add manual page for snd_audiocs(4). Reminded by: trhodes MFC after: 1 week Revision Changes Path 1.2 +1 -1 src/share/man/man4/man4.sparc64/Makefile 1.1 +76 -0 src/share/man/man4/man4.sparc64/snd_audiocs.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 04:18:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8693B16A4CE; Tue, 14 Dec 2004 04:18:42 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A7D43D2F; Tue, 14 Dec 2004 04:18:42 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-100-2-61.dc.dc.cox.net [68.100.2.61]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBE4Ieag058103 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 13 Dec 2004 23:18:41 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Mon, 13 Dec 2004 23:18:46 -0500 From: Tom Rhodes To: Pyun YongHyeon Message-ID: <20041213231846.140f2f6d@localhost> In-Reply-To: <200412140406.iBE465I7003475@repoman.freebsd.org> References: <200412140406.iBE465I7003475@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4/man4.sparc64 Makefile snd_audiocs.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 04:18:42 -0000 On Tue, 14 Dec 2004 04:06:05 +0000 (UTC) Pyun YongHyeon wrote: > yongari 2004-12-14 04:06:05 UTC > > FreeBSD src repository > > Modified files: > share/man/man4/man4.sparc64 Makefile > Added files: > share/man/man4/man4.sparc64 snd_audiocs.4 > Log: > Add manual page for snd_audiocs(4). Wow! Thanks! -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Dec 14 04:31:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AFD16A4CE; Tue, 14 Dec 2004 04:31:30 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 654A443D5C; Tue, 14 Dec 2004 04:31:29 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])iBE4VKGx011486; Tue, 14 Dec 2004 15:31:20 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iBE4VHcH011475; Tue, 14 Dec 2004 15:31:18 +1100 Date: Tue, 14 Dec 2004 15:31:17 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Marius Strobl In-Reply-To: <20041213132617.B205@newtrinity.zeist.de> Message-ID: <20041214152152.Y42485@delplex.bde.org> References: <200412130042.iBD0ghHO089005@repoman.freebsd.org> <20041213132617.B205@newtrinity.zeist.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 04:31:30 -0000 On Mon, 13 Dec 2004, Marius Strobl wrote: > On Mon, Dec 13, 2004 at 04:56:08PM +1100, Bruce Evans wrote: > > On Mon, 13 Dec 2004, Marius Strobl wrote: > > > > > marius 2004-12-13 00:42:43 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . modules > > > Log: > > > Remove entry for src/contrib/patch, now unused in RELENG_4, RELENG_5 > > > and HEAD. > > > > > > Revision Changes Path > > > 1.6856 +0 -1 CVSROOT/modules > > > > Long ago, it was agreed to keep modules entries "forever" since they > > their use isn't restricted to particular branches. > > Well, when I asked about I was told that they can be removed once > they are no longer used in the active branches, i.e. currently > RELENG_4, RELENG_5 and HEAD. I don't mind putting the entry for > src/contrib/patch back but it's not the first time that an entry > no longer used in an active branch is removed. E.g. rev. 1.6842 > removed 180 of them and in rev. 1.6851 even the entry for the > doscmd(1) sources was removed despite they're still present and > used in RELENG_4. There are lots of other wrong commits to this file :-). It has also become very incomplete with the growth of directory trees like /sys/dev. Bruce From owner-cvs-src@FreeBSD.ORG Tue Dec 14 04:47:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B4816A4CE; Tue, 14 Dec 2004 04:47:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1DD43D3F; Tue, 14 Dec 2004 04:47:24 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE4lOP2011404; Tue, 14 Dec 2004 04:47:24 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE4lO6k011403; Tue, 14 Dec 2004 04:47:24 GMT (envelope-from julian) Message-Id: <200412140447.iBE4lO6k011403@repoman.freebsd.org> From: Julian Elischer Date: Tue, 14 Dec 2004 04:47:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 04:47:25 -0000 julian 2004-12-14 04:47:24 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: A bunch more whitespace and formatting diff reductions for NetBSD. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.23 +19 -17 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 06:11:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9DEB16A4CE for ; Tue, 14 Dec 2004 06:11:10 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0FA43D64 for ; Tue, 14 Dec 2004 06:11:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12295 invoked from network); 14 Dec 2004 06:11:09 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 06:11:09 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBE6B1XD091443; Tue, 14 Dec 2004 01:11:06 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Mon, 13 Dec 2004 16:45:36 -0500 User-Agent: KMail/1.6.2 References: <200412130659.iBD6xYsX016618@repoman.freebsd.org> In-Reply-To: <200412130659.iBD6xYsX016618@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412131645.36749.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 06:11:11 -0000 On Monday 13 December 2004 01:59 am, Nate Lawson wrote: > njl 2004-12-13 06:59:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Re-enable link programming on resume. It appears the previous bounds > error had caused the hang and it has been corrected now. Cool! Glad it is working better now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 06:11:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A48216A52F for ; Tue, 14 Dec 2004 06:11:13 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3111243D66 for ; Tue, 14 Dec 2004 06:11:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29054 invoked from network); 14 Dec 2004 06:11:13 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 06:11:12 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBE6B1XE091443; Tue, 14 Dec 2004 01:11:08 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "Simon L. Nielsen" Date: Mon, 13 Dec 2004 18:00:46 -0500 User-Agent: KMail/1.6.2 References: <200412051248.iB5Cm8Ql082239@repoman.freebsd.org> In-Reply-To: <200412051248.iB5Cm8Ql082239@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412131800.46840.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 06:11:16 -0000 On Sunday 05 December 2004 07:48 am, Simon L. Nielsen wrote: > simon 2004-12-05 12:48:08 UTC > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 ddb.4 > Log: > DDB_UNATTENDED is now called KDB_UNATTENDED. > > MFC after: 3 days It probably belongs in kdb.4 rather than ddb.4 then. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 06:11:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E6716A556 for ; Tue, 14 Dec 2004 06:11:15 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369CD43D5C for ; Tue, 14 Dec 2004 06:11:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12421 invoked from network); 14 Dec 2004 06:11:15 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 06:11:14 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBE6B1XF091443; Tue, 14 Dec 2004 01:11:11 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Marcel Moolenaar Date: Mon, 13 Dec 2004 18:09:55 -0500 User-Agent: KMail/1.6.2 References: <200412130049.iBD0nq8o095802@repoman.freebsd.org> In-Reply-To: <200412130049.iBD0nq8o095802@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412131809.55580.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 06:11:16 -0000 On Sunday 12 December 2004 07:49 pm, Marcel Moolenaar wrote: > marcel 2004-12-13 00:49:52 UTC > > FreeBSD src repository > > Modified files: > . Makefile > Log: > Unbreak the MAKEOBJDIRPREFIX variable check by avoiding bugs in make(1). > When make flags are passed to make in the environment, the string is > chopped up in an (argc,argv) vector. This happens in brk_string() and > the chopped up string is stored in static buffer. When this includes > something like "-V BINMAKE", then a pointer into the static buffer is > put on the variables list for evaluation later. However, brk_string() > is used for more than just chopping up the MAKEFLAGS env. variable, so > it's very likely that the static buffer is clobbered. In fact, this is > exactly what happens. > The result is that _MAKEOBJDIRPREFIX gets assigned whatever garbage > the child make happens to emit, causing the test to fail. Like this: > > pluto2% cd /usr/src > pluto2% make -V BINMAKE > "/q/6.x/src/Makefile", line 94: MAKEOBJDIRPREFIX can only be set in > environment, not as a global (in /etc/make.conf) or command-line variable. > pluto2% make -dv -V BINMAKE | & grep _MAKEOBJDIRPREFIX > Global:_MAKEOBJDIRPREFIX = } > > The fix is to not use MAKEFLAGS for this, but simple pass the flags > as arguments. Ideally make(1) should be fixed but that's beyond the > scope of my attention span. > > This fixes release. Thanks! This should also fix anyone upgrading their sparc to 64-bit time_t using the installworld_newk script. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 06:11:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7FE16A689 for ; Tue, 14 Dec 2004 06:11:22 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66CFA43D5C for ; Tue, 14 Dec 2004 06:11:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21096 invoked from network); 14 Dec 2004 06:11:22 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 06:11:21 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBE6B1XI091443; Tue, 14 Dec 2004 01:11:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Wilko Bulte Date: Tue, 14 Dec 2004 00:16:43 -0500 User-Agent: KMail/1.6.2 References: <200412071752.iB7Hqs2i095852@repoman.freebsd.org> In-Reply-To: <200412071752.iB7Hqs2i095852@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412140016.43009.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 06:11:23 -0000 On Tuesday 07 December 2004 12:52 pm, Wilko Bulte wrote: > wilko 2004-12-07 17:52:54 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/alpha/conf GENERIC > Log: > Nice idea, but no cigar: bge(4) makes the bootfloppy overflow, so loose > it from GENERIC again :-( We should MFC the bits to make the release use splitfs instead. I gave ken some rough patches to do that, but I'm not sure how well that worked out. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 07:20:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6705C16A4D1; Tue, 14 Dec 2004 07:20:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE5843D2F; Tue, 14 Dec 2004 07:20:05 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE7K4mQ016296; Tue, 14 Dec 2004 07:20:05 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE7K4nt016295; Tue, 14 Dec 2004 07:20:04 GMT (envelope-from phk) Message-Id: <200412140720.iBE7K4nt016295@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 07:20:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c kern_exec.c kern_fork.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 07:20:05 -0000 phk 2004-12-14 07:20:03 UTC FreeBSD src repository Modified files: sys/sys filedesc.h sys/kern kern_descrip.c kern_exec.c kern_fork.c Log: Add new function fdunshare() which encapsulates the necessary light magic for ensuring that a process' filedesc is not shared with anybody. Use it in the two places which previously had private implmentations. This collects all fd_refcnt handling in kern_descrip.c Revision Changes Path 1.266 +19 -0 src/sys/kern/kern_descrip.c 1.260 +1 -10 src/sys/kern/kern_exec.c 1.248 +2 -12 src/sys/kern/kern_fork.c 1.67 +1 -0 src/sys/sys/filedesc.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 07:46:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 525A916A4CE; Tue, 14 Dec 2004 07:46:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA4B43D31; Tue, 14 Dec 2004 07:46:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE7kT8R017217; Tue, 14 Dec 2004 07:46:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE7kT1h017216; Tue, 14 Dec 2004 07:46:29 GMT (envelope-from phk) Message-Id: <200412140746.iBE7kT1h017216@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 07:46:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 07:46:29 -0000 phk 2004-12-14 07:46:28 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Make LINT compile. When leaving functions for ddb use don't make them static: it makes gcc think they are unused. Shouldn't this be in #ifdef DDB anyway ? Revision Changes Path 1.24 +1 -1 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 08:05:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DB7116A4CE; Tue, 14 Dec 2004 08:05:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1939643D48; Tue, 14 Dec 2004 08:05:30 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE85TDK018045; Tue, 14 Dec 2004 08:05:29 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE85TfH018044; Tue, 14 Dec 2004 08:05:29 GMT (envelope-from glebius) Message-Id: <200412140805.iBE85TfH018044@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 14 Dec 2004 08:05:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 08:05:30 -0000 glebius 2004-12-14 08:05:29 UTC FreeBSD src repository Modified files: sys/netgraph ng_bridge.c Log: - Use ng_callout() instead of timeout. - Schedule next timeout *after* finishing job of the current one. - Remove spl(9) calls. Tested by: ru Reviewed by: julian Revision Changes Path 1.29 +7 -13 src/sys/netgraph/ng_bridge.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 08:23:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF51316A4CE; Tue, 14 Dec 2004 08:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B817243D3F; Tue, 14 Dec 2004 08:23:18 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE8NIk8018723; Tue, 14 Dec 2004 08:23:18 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE8NIdd018722; Tue, 14 Dec 2004 08:23:18 GMT (envelope-from phk) Message-Id: <200412140823.iBE8NIdd018722@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 08:23:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c vfs_mount.c src/sys/sys filedesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 08:23:19 -0000 phk 2004-12-14 08:23:18 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c vfs_mount.c sys/sys filedesc.h Log: Move the checkdirs() function from vfs_mount.c to kern_descrip.c and call it mountcheckdirs(). Revision Changes Path 1.267 +48 -0 src/sys/kern/kern_descrip.c 1.172 +3 -52 src/sys/kern/vfs_mount.c 1.68 +1 -0 src/sys/sys/filedesc.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 08:44:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E218B16A4CE; Tue, 14 Dec 2004 08:44:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB3443D45; Tue, 14 Dec 2004 08:44:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE8ipLY019420; Tue, 14 Dec 2004 08:44:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE8ip1p019419; Tue, 14 Dec 2004 08:44:51 GMT (envelope-from phk) Message-Id: <200412140844.iBE8ip1p019419@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 08:44:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 08:44:52 -0000 phk 2004-12-14 08:44:51 UTC FreeBSD src repository Modified files: sys/sys filedesc.h sys/kern kern_descrip.c Log: Make fdesc_mtx private to kern_descrip.c now that the flock has come home. Revision Changes Path 1.268 +1 -1 src/sys/kern/kern_descrip.c 1.69 +0 -2 src/sys/sys/filedesc.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:06:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79EDC16A4CE; Tue, 14 Dec 2004 09:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5724E43D4C; Tue, 14 Dec 2004 09:06:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE96ifQ026693; Tue, 14 Dec 2004 09:06:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE96i37026692; Tue, 14 Dec 2004 09:06:44 GMT (envelope-from ru) Message-Id: <200412140906.iBE96i37026692@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Dec 2004 09:06:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.sparc64 snd_audiocs.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:06:44 -0000 ru 2004-12-14 09:06:44 UTC FreeBSD src repository Modified files: share/man/man4/man4.sparc64 snd_audiocs.4 Log: mdoc(7) nit: Removed redundant .Pp call. Revision Changes Path 1.2 +0 -1 src/share/man/man4/man4.sparc64/snd_audiocs.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:09:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A781716A4CE; Tue, 14 Dec 2004 09:09:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9543D55; Tue, 14 Dec 2004 09:09:51 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE99pnf026774; Tue, 14 Dec 2004 09:09:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE99phM026773; Tue, 14 Dec 2004 09:09:51 GMT (envelope-from phk) Message-Id: <200412140909.iBE99phM026773@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 09:09:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:09:51 -0000 phk 2004-12-14 09:09:51 UTC FreeBSD src repository Modified files: sys/sys filedesc.h sys/kern kern_descrip.c Log: Add a new kind of reference count (fd_holdcnt) to struct filedesc which holds on to just the data structure and the mutex. (The existing refcount (fd_refcnt) holds onto the open files in the descriptor.) The fd_holdcnt is protected by fdesc_mtx, fd_refcnt by FILEDESC_LOCK. Add fdhold(struct proc *) which gets a hold on the filedescriptors of the specified proc.. Add fddrop(struct filedesc *) which drops the fd_holdcnt and if zero destroys the mutex and frees the memory. Initialize the fd_holdcnt to one in fdinit(). Normal operations on the filedesc structure will not change it. In fdfree() use fddrop() to dispose of the mutex and structure. Hold the FILEDESC_LOCK() until we have cleaned out the contents and carefully set the fields to null values during cleanup. Use fdhold()/fddrop() in mountcheckdirs() and sysctl_kern_file(). Revision Changes Path 1.269 +45 -16 src/sys/kern/kern_descrip.c 1.70 +2 -1 src/sys/sys/filedesc.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:13:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB89316A4CE; Tue, 14 Dec 2004 09:13:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7DE43D5C; Tue, 14 Dec 2004 09:13:56 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE9DuZN026995; Tue, 14 Dec 2004 09:13:56 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE9DuQL026994; Tue, 14 Dec 2004 09:13:56 GMT (envelope-from bz) Message-Id: <200412140913.iBE9DuQL026994@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 14 Dec 2004 09:13:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:13:56 -0000 bz 2004-12-14 09:13:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_sk.c if_skreg.h Log: MFC: if_sk.c rev. 1.87 (partly) date: 2004/11/01 17:21:04; author: obrien * Correct an off-by-one reading vpd ro data. if_sk.c rev. 1.90 date: 2004/11/15 19:37:21; author: jmg if_skreg.h rev. 1.24 date: 2004/11/15 19:37:21; author: jmg fix the missing lock in sk_jfree (verified w/ an assert) also fix up handling and proding of the tx, _OACTIVE is now handled better... if_sk.c rev. 1.91 date: 2004/11/15 22:24:32; author: jmg move the lock after the NULL check so we don't have a hard(er) to diagnose panic... if_sk.c rev. 1.92 date: 2004/11/17 21:35:22; author: jmg only clear the IFF_OACTIVE flag when we have a chance of being able to queue a packet to the hardware... instead of when the hardware queue is empty.. don't initalize cur_tx now that it doesn't need to be... Approved by: pjd (mentor) Revision Changes Path 1.83.2.4 +25 -13 src/sys/pci/if_sk.c 1.20.2.3 +1 -0 src/sys/pci/if_skreg.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:24:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE52016A4CE; Tue, 14 Dec 2004 09:24:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3A843D58; Tue, 14 Dec 2004 09:24:48 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE9Omrd027425; Tue, 14 Dec 2004 09:24:48 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE9Om18027424; Tue, 14 Dec 2004 09:24:48 GMT (envelope-from ru) Message-Id: <200412140924.iBE9Om18027424@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 Dec 2004 09:24:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:24:49 -0000 ru 2004-12-14 09:24:48 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Minor mdoc(7) tweaks, excellent work Nate! Revision Changes Path 1.44 +18 -14 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:32:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 210D916A4CE; Tue, 14 Dec 2004 09:32:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F365143D41; Tue, 14 Dec 2004 09:32:18 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE9WIfg027705; Tue, 14 Dec 2004 09:32:18 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE9WIv9027704; Tue, 14 Dec 2004 09:32:18 GMT (envelope-from phk) Message-Id: <200412140932.iBE9WIv9027704@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 09:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:32:19 -0000 phk 2004-12-14 09:32:18 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: Be a bit more assertive about vnode bypass. Revision Changes Path 1.93 +17 -16 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 10:34:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0F316A4CE; Tue, 14 Dec 2004 10:34:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F02C43D58; Tue, 14 Dec 2004 10:34:27 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEAYR8t029499; Tue, 14 Dec 2004 10:34:27 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEAYRPu029498; Tue, 14 Dec 2004 10:34:27 GMT (envelope-from jeff) Message-Id: <200412141034.iBEAYRPu029498@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 14 Dec 2004 10:34:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 10:34:27 -0000 jeff 2004-12-14 10:34:27 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - In kseq_choose(), don't recalculate slice values for processes with a nice of 0. Doing so can cause an infinite loop because they should be running, but a nice -20 process could prevent them from doing so. - Add a new flag KEF_PRIOELEV to flag a thread that has had its priority elevated due to priority propagation. If a thread has had its priority elevated, we assume that it must go on the current queue and it must get a slice. - In sched_userret() if our priority was elevated and we shouldn't have a timeslice, yield here until we should. Found/Tested by: glebius Revision Changes Path 1.139 +25 -11 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 10:53:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5532E16A4CE; Tue, 14 Dec 2004 10:53:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302D843D31; Tue, 14 Dec 2004 10:53:56 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEAruBY031091; Tue, 14 Dec 2004 10:53:56 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEArubR031090; Tue, 14 Dec 2004 10:53:56 GMT (envelope-from jeff) Message-Id: <200412141053.iBEArubR031090@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 14 Dec 2004 10:53:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c kern_thread.c sched_4bsd.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 10:53:56 -0000 jeff 2004-12-14 10:53:55 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_switch.c kern_thread.c sched_4bsd.c sched_ule.c Log: - Garbage collect several unused members of struct kse and struce ksegrp. As best as I can tell, some of these were never used. Revision Changes Path 1.105 +0 -6 src/sys/kern/kern_switch.c 1.209 +0 -2 src/sys/kern/kern_thread.c 1.69 +0 -9 src/sys/kern/sched_4bsd.c 1.140 +0 -9 src/sys/kern/sched_ule.c 1.413 +0 -2 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 12:07:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C36B416A4CE; Tue, 14 Dec 2004 12:07:57 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EAF43D1D; Tue, 14 Dec 2004 12:07:57 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id DB05311CEE; Tue, 14 Dec 2004 12:31:32 +0100 (CET) Date: Tue, 14 Dec 2004 12:31:32 +0100 From: "Simon L. Nielsen" To: John Baldwin Message-ID: <20041214113132.GA782@zaphod.nitro.dk> References: <200412051248.iB5Cm8Ql082239@repoman.freebsd.org> <200412131800.46840.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200412131800.46840.jhb@FreeBSD.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 12:07:57 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.12.13 18:00:46 -0500, John Baldwin wrote: > On Sunday 05 December 2004 07:48 am, Simon L. Nielsen wrote: > > simon 2004-12-05 12:48:08 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > share/man/man4 ddb.4 > > Log: > > DDB_UNATTENDED is now called KDB_UNATTENDED. > > > > MFC after: 3 days >=20 > It probably belongs in kdb.4 rather than ddb.4 then. :) I would agree, except for one detail... : [simon@zaphod:~] man kdb No manual entry for kdb :-) But yes, there probably should be a kdb(4) manual page... --=20 Simon L. Nielsen --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBvs8Th9pcDSc1mlERApI/AKCCzqmONKGgtA4k7LxSVJdwbojdLACgsWoK TValtNz6C5K8EAekFv1fDsg= =2Tim -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-cvs-src@FreeBSD.ORG Tue Dec 14 12:30:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B94116A4CE; Tue, 14 Dec 2004 12:30:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1992E43D54; Tue, 14 Dec 2004 12:30:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBECUhLK034469; Tue, 14 Dec 2004 12:30:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBECUhGF034468; Tue, 14 Dec 2004 12:30:43 GMT (envelope-from maxim) Message-Id: <200412141230.iBECUhGF034468@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 14 Dec 2004 12:30:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 12:30:44 -0000 maxim 2004-12-14 12:30:43 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: Add NetBSD 2.0. Revision Changes Path 1.87 +2 -1 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:37:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E787916A4CE; Mon, 13 Dec 2004 17:37:12 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7900943D46; Mon, 13 Dec 2004 17:37:12 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBDHb5Io004827; Mon, 13 Dec 2004 12:37:05 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBDHb5ph004826; Mon, 13 Dec 2004 12:37:05 -0500 (EST) Date: Mon, 13 Dec 2004 12:37:05 -0500 From: Ken Smith To: Warner Losh Message-ID: <20041213173705.GH1528@electra.cse.Buffalo.EDU> References: <20041213160418.GB1528@electra.cse.Buffalo.EDU> <20041213.091049.19644100.imp@bsdimp.com> <20041213.101932.41697633.imp@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20041213.101932.41697633.imp@harmony.village.org> User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Tue, 14 Dec 2004 12:39:35 +0000 cc: brooks@freebsd.org cc: brooks@one-eyed-alien.net cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: wb@freebie.xs4all.nl cc: des@des.no cc: kensmith@cse.Buffalo.EDU cc: imp@bsdimp.com Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 17:37:13 -0000 On Mon, Dec 13, 2004 at 10:19:32AM -0700, Warner Losh wrote: > From: des@des.no (Dag-Erling Smørgrav) > Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h > Date: Mon, 13 Dec 2004 17:50:01 +0100 > > > "M. Warner Losh" writes: > > > Ken Smith writes: > > > > int main(void) > > > int main(int argc, char *argv[]) > > > > Both are correct according to the standard. > > The latter is what style(9) implies is the right one for FreeBSD. > Ok, two revisions (and at least two pointy hats) later, modulo above comment about what style(9) suggests (this is just a quick little test program so since we've got no intention of using the command line arguments one could argue less typing is better :-) we have this. Thanks to a few other people who have contributed substantially off-list. :-) #include #include #include #include #include #include "if.h" int main(void) { printf("sizeof if_data %zd\n", sizeof(struct if_data)); printf("offset ifi_mtu %zd\n", offsetof(struct if_data, ifi_mtu)); } -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Tue Dec 14 13:07:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F3C16A4CE; Tue, 14 Dec 2004 13:07:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD25A43D31; Tue, 14 Dec 2004 13:07:58 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBED7wFf042132; Tue, 14 Dec 2004 13:07:58 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBED7wKG042131; Tue, 14 Dec 2004 13:07:58 GMT (envelope-from simon) Message-Id: <200412141307.iBED7wKG042131@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 13:07:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 13:07:59 -0000 simon 2004-12-14 13:07:58 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc man2hwnotes.pl Log: - Update usage to reflect the current reality. - Fix a bug where manual pages which had a "_" in their name did not get proper architecture setting. MFC after: 1 week Revision Changes Path 1.11 +6 -4 src/release/doc/share/misc/man2hwnotes.pl From owner-cvs-src@FreeBSD.ORG Tue Dec 14 13:12:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD39616A4CE; Tue, 14 Dec 2004 13:12:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8812243D1F; Tue, 14 Dec 2004 13:12:29 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEDCT93042343; Tue, 14 Dec 2004 13:12:29 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEDCT1V042342; Tue, 14 Dec 2004 13:12:29 GMT (envelope-from simon) Message-Id: <200412141312.iBEDCT1V042342@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 13:12:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 13:12:29 -0000 simon 2004-12-14 13:12:29 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Add snd_audiocs(4). Revision Changes Path 1.264 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.47 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Tue Dec 14 14:36:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4216A4CE; Tue, 14 Dec 2004 14:36:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A7243D53; Tue, 14 Dec 2004 14:36:36 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEEaZ7g050477; Tue, 14 Dec 2004 14:36:35 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEEaZ66050476; Tue, 14 Dec 2004 14:36:35 GMT (envelope-from rse) Message-Id: <200412141436.iBEEaZ66050476@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 14 Dec 2004 14:36:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail src/etc rc.shutdown X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 14:36:36 -0000 rse 2004-12-14 14:36:35 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d jail etc rc.shutdown Log: Improve the RC framework for the clean booting/shutdown of Jails: 1. Feature: for flexibility reasons and as a prerequisite to clean shutdowns, allow the configuration of a stop/shutdown command via rc.conf variable "jail__exec_stop" in addition to the start/boot command (rc.conf variable "jail__exec_start"). For backward compatibility reasons, rc.conf variable "jail__exec" is still supported, too. 2. Debug: Add the used boot/shutdown commands to the debug output of the /etc/rc.d/jail script, too. 3. Security: Run the Jail start/boot command in a cleaned environment to not leak information from the host to the Jail during startup. 4. Feature: Run the Jail stop/shutdown command "jail__exec_stop" on "/etc/rc.d/jail stop " to allow a graceful shutdown of the Jail before its processes are just killed. 5. Bugfix: When killing the remaining Jail processes give the processes time to actually perform their termination sequence. Without this the subsequent umount(8) operations usually fail because the resources are still in use. Additionally, if after trying to TERM-inate the processes there are still processes hanging around, finally just KILL them. 6. Bugfix: In rc.shutdown, if running inside a Jail, skip the /etc/rc.d/* scripts which are flagged with the KEYWORD "nojail" to allow the correct operation of rc.shutdown under jail__exec_stop="/bin/sh /etc/rc.shutdown". This is analogous to what /etc/rc does inside a Jail. Now the following typical host-configuration for two Jails works as expected and correctly boots and shutdowns the Jails: ----------------------------------------------------------- # /etc/rc.conf: jail_enable="YES" jail_list="foo bar" jail_foo_rootdir="/j/foo" jail_foo_hostname="foo.example.com" jail_foo_ip="192.168.0.1" jail_foo_devfs_enable="YES" jail_foo_mount_enable="YES" jail_foo_exec_start="/bin/sh /etc/rc" jail_foo_exec_stop="/bin/sh /etc/rc.shutdown" jail_bar_rootdir="/j/bar" jail_bar_hostname="bar.example.com" jail_bar_ip="192.168.0.2" jail_bar_devfs_enable="YES" jail_bar_mount_enable="YES" jail_bar_exec_start="/path/to/kjailer -v" jail_bar_exec_stop="/bin/sh -c 'killall kjailer && sleep 60'" ----------------------------------------------------------- # /etc/fstab.foo /v/foo /j/foo/v/foo nullfs rw 0 0 ----------------------------------------------------------- # /etc/fstab.bar /v/bar /j/bar/v/bar nullfs rw 0 0 ----------------------------------------------------------- Reviewed by: freebsd-hackers MFC after: 2 weeks Revision Changes Path 1.234 +2 -1 src/etc/defaults/rc.conf 1.20 +25 -3 src/etc/rc.d/jail 1.30 +3 -1 src/etc/rc.shutdown From owner-cvs-src@FreeBSD.ORG Tue Dec 14 16:11:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C971716A4CE; Tue, 14 Dec 2004 16:11:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9997E43D2D; Tue, 14 Dec 2004 16:11:14 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEGBE6N054348; Tue, 14 Dec 2004 16:11:14 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEGBE1I054347; Tue, 14 Dec 2004 16:11:14 GMT (envelope-from simon) Message-Id: <200412141611.iBEGBE1I054347@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 16:11:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile snd_maestro.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 16:11:14 -0000 simon 2004-12-14 16:11:14 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Added files: share/man/man4 snd_maestro.4 Log: Add manual page for snd_maestro(4). Submitted by: Jorge Mario G. Mazo (original version) PR: docs/74546 MFC after: 1 week Revision Changes Path 1.298 +1 -0 src/share/man/man4/Makefile 1.1 +67 -0 src/share/man/man4/snd_maestro.4 (new) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 16:17:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B70C16A4CE; Tue, 14 Dec 2004 16:17:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452E043D2D; Tue, 14 Dec 2004 16:17:12 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEGHCuN054601; Tue, 14 Dec 2004 16:17:12 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEGHCol054600; Tue, 14 Dec 2004 16:17:12 GMT (envelope-from simon) Message-Id: <200412141617.iBEGHCol054600@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 16:17:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 snd_maestro3.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 16:17:12 -0000 simon 2004-12-14 16:17:12 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_maestro3.4 Log: - Add a HARDWARE section which lists supported devices. - "device sound" does not pull in sound device drivers (like "device pcm" used to do), so do not mention that option. - Make the document title more like the title in the other sound device drivers. MFC after: 1 week Revision Changes Path 1.5 +14 -5 src/share/man/man4/snd_maestro3.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 16:23:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB91516A4CE; Tue, 14 Dec 2004 16:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27B843D5A; Tue, 14 Dec 2004 16:23:38 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEGNcRf054805; Tue, 14 Dec 2004 16:23:38 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEGNcN2054804; Tue, 14 Dec 2004 16:23:38 GMT (envelope-from simon) Message-Id: <200412141623.iBEGNcN2054804@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 16:23:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 16:23:39 -0000 simon 2004-12-14 16:23:38 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Auto generate device listings for the snd_maestro(4) and snd_maestro4(4) device drivers. MFC after: 1 week Revision Changes Path 1.265 +4 -14 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.48 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Tue Dec 14 16:32:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58D3F16A4CE; Tue, 14 Dec 2004 16:32:06 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9DD43D2F; Tue, 14 Dec 2004 16:32:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBEGW1KH013138; Tue, 14 Dec 2004 08:32:01 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBEGVxo7013135; Tue, 14 Dec 2004 08:31:59 -0800 (PST) (envelope-from obrien) Date: Tue, 14 Dec 2004 08:31:59 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20041214163159.GB12788@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <200412131939.46695.peter@wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412131939.46695.peter@wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 16:32:06 -0000 On Mon, Dec 13, 2004 at 07:39:46PM -0800, Peter Wemm wrote: > On Monday 13 December 2004 05:33 pm, David O'Brien wrote: > > On Mon, Dec 13, 2004 at 02:16:53PM -0800, Peter Wemm wrote: > > > On Monday 13 December 2004 01:47 pm, Dag-Erling Sm?rgrav wrote: > > > > "David O'Brien" writes: > > > BTW, I think it is amusing that the only machines readily available > > > that have PCI-Express to run FreeBSD/amd64 on are Intel systems... > > > > Why? > > Today there is zero benefit to PCI-Express vs. AGP 8x or PCI-X > > 133mhz. > > Just like there was zero benefit to having a prototype amd64 machine to > do porting work on before they started coming out in retail? At the > time, there was zero benefit compared to a 32 bit Athlon-XP system. I don't think you're reading a word I said. I told you why you don't see AMD64 PCI-Express motherboards right now. What is being said about FreeBSD supporting them has nothing to do with that. To address what you said anyway; engineering sample prototype systems were available to FreeBSD people pre-launch. :-) This isn't the case for AMD64 PCI-Express. I didn't even come near saying that Scott should not work on code supporting AMD64 PCI-Express if he had a prototype mobo. I've struck out so far using my contacts to get early access to an AMD64 PCI-Express motherboard. If Scott can support AMD64 PCI-Express w/o having a mobo I'm thrilled. Personally I think he really needs a mobo in hand to do this. Right after first of the year I think I can obtain something. If you have Asus, or other contacts better than mine, then by all means please get Scott a motherboard. I've simply been unable to. > On that note, we still barely support anything more from AMD's platform > than the basic instruction set due to lack of documentation.. What documentation are you missing? You personally are covered by an AMD NDA that gives you access to AMD NDA platform documents -- the same documentation that Suse and Red Hat have access to. > That's > why FreeBSD/amd64 ran so quickly on the Intel hardware. We only used > the most basic features of the generic instruction set in an otherwise > PC platform. We don't take advantage of the IOMMU, the timers, etc. > (Still no documentation). Have you ever visited your AMD NDA website? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 17:23:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DC916A4CE; Tue, 14 Dec 2004 17:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E49843D5A; Tue, 14 Dec 2004 17:23:02 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEHN2Qe063248; Tue, 14 Dec 2004 17:23:02 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEHN2Yq063247; Tue, 14 Dec 2004 17:23:02 GMT (envelope-from mdodd) Message-Id: <200412141723.iBEHN2Yq063247@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Dec 2004 17:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ida ida.c ida_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 17:23:02 -0000 mdodd 2004-12-14 17:23:01 UTC FreeBSD src repository Modified files: sys/dev/ida ida.c ida_pci.c Log: Reformat arguments bus_dma_tag_create(). Revision Changes Path 1.37 +30 -15 src/sys/dev/ida/ida.c 1.30 +15 -6 src/sys/dev/ida/ida_pci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 17:23:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5874B16A4CE; Tue, 14 Dec 2004 17:23:51 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A88C43D46; Tue, 14 Dec 2004 17:23:51 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBEHNW1x001674; Tue, 14 Dec 2004 09:23:32 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBEHNVPZ001673; Tue, 14 Dec 2004 09:23:31 -0800 (PST) (envelope-from obrien) Date: Tue, 14 Dec 2004 09:23:31 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20041214172331.GA1581@dragon.nuxi.com> References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <200412131939.46695.peter@wemm.org> <41BE6165.7070306@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BE6165.7070306@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 17:23:51 -0000 On Mon, Dec 13, 2004 at 08:43:33PM -0700, Scott Long wrote: > Peter Wemm wrote: > >On that note, we still barely support anything more from AMD's platform > >than the basic instruction set due to lack of documentation.. That's > >why FreeBSD/amd64 ran so quickly on the Intel hardware. We only used > >the most basic features of the generic instruction set in an otherwise > >PC platform. We don't take advantage of the IOMMU, the timers, etc. > >(Still no documentation). I'd have expected AMD to push as hard as > >they can to get every advantage while Intel is still trying to recover > >their balance. > > Having IOMMU docs could have a very positive benefit for things like ATA > on amd64. However, I can't even begin to evaluate what that benefit > might be until docs become available. Beyond http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_9004,00.html http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_9003,00.html http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_7044,00.html what docs do you want? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 14 17:41:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA64D16A4CE; Tue, 14 Dec 2004 17:41:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AC443D1F; Tue, 14 Dec 2004 17:41:51 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEHfpxx063839; Tue, 14 Dec 2004 17:41:51 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEHfp7u063838; Tue, 14 Dec 2004 17:41:51 GMT (envelope-from mdodd) Message-Id: <200412141741.iBEHfp7u063838@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Dec 2004 17:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ida ida_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 17:41:51 -0000 mdodd 2004-12-14 17:41:51 UTC FreeBSD src repository Modified files: sys/dev/ida ida_pci.c Log: Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0). This is what ida_v4_done() does and seems to be necessary with some firmware versions on v3 devices. Revision Changes Path 1.31 +7 -1 src/sys/dev/ida/ida_pci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 17:45:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A9DC16A4CE; Tue, 14 Dec 2004 17:45:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028AA43D5D; Tue, 14 Dec 2004 17:45:31 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEHjURH064067; Tue, 14 Dec 2004 17:45:30 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEHjUua064066; Tue, 14 Dec 2004 17:45:30 GMT (envelope-from mdodd) Message-Id: <200412141745.iBEHjUua064066@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 14 Dec 2004 17:45:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ida ida.c idavar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 17:45:31 -0000 mdodd 2004-12-14 17:45:30 UTC FreeBSD src repository Modified files: sys/dev/ida ida.c idavar.h Log: Add a callout to dump card status on command queue timeouts. Revision Changes Path 1.38 +44 -1 src/sys/dev/ida/ida.c 1.16 +4 -0 src/sys/dev/ida/idavar.h From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:07:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8ED16A4CE; Tue, 14 Dec 2004 18:07:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549C043D5A; Tue, 14 Dec 2004 18:07:46 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEI7kfR064875; Tue, 14 Dec 2004 18:07:46 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEI7kRo064874; Tue, 14 Dec 2004 18:07:46 GMT (envelope-from trhodes) Message-Id: <200412141807.iBEI7kRo064874@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 14 Dec 2004 18:07:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 kernel_mount.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:07:46 -0000 trhodes 2004-12-14 18:07:46 UTC FreeBSD src repository Modified files: share/man/man9 kernel_mount.9 Log: Some formatting, whitespace and mdoc(7) fixes. Submitted by: A manual page, ru of course. Revision Changes Path 1.2 +64 -60 src/share/man/man9/kernel_mount.9 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:18:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF5DB16A4CE; Tue, 14 Dec 2004 18:18:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9923843D48; Tue, 14 Dec 2004 18:18:54 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEIIs7W065235; Tue, 14 Dec 2004 18:18:54 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEIIsFo065234; Tue, 14 Dec 2004 18:18:54 GMT (envelope-from rik) Message-Id: <200412141818.iBEIIsFo065234@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 14 Dec 2004 18:18:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_spppsubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:18:54 -0000 rik 2004-12-14 18:18:54 UTC FreeBSD src repository Modified files: sys/net if_spppsubr.c Log: Kill double inclusion for and . Revision Changes Path 1.116 +0 -2 src/sys/net/if_spppsubr.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:30:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F1E16A4CF for ; Tue, 14 Dec 2004 18:30:36 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3788B43D5D for ; Tue, 14 Dec 2004 18:30:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 15724 invoked from network); 14 Dec 2004 18:30:36 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 18:30:35 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBEIUOY0095334; Tue, 14 Dec 2004 13:30:25 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Jeff Roberson Date: Tue, 14 Dec 2004 13:29:23 -0500 User-Agent: KMail/1.6.2 References: <200412141034.iBEAYRPu029498@repoman.freebsd.org> In-Reply-To: <200412141034.iBEAYRPu029498@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412141329.24069.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:30:37 -0000 On Tuesday 14 December 2004 05:34 am, Jeff Roberson wrote: > jeff 2004-12-14 10:34:27 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_ule.c > Log: > - In kseq_choose(), don't recalculate slice values for processes with a > nice of 0. Doing so can cause an infinite loop because they should be > running, but a nice -20 process could prevent them from doing so. > - Add a new flag KEF_PRIOELEV to flag a thread that has had its priority > elevated due to priority propagation. If a thread has had its > priority elevated, we assume that it must go on the current queue and it > must get a slice. > - In sched_userret() if our priority was elevated and we shouldn't have > a timeslice, yield here until we should. > > Found/Tested by: glebius _Please_ look at my priority inversions patch that I sent you a month ago! I already have a flag for noting that a thread has bumped its priority and would appreciate it if you would review this before making more conflicts. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:32:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE32016A4D1 for ; Tue, 14 Dec 2004 18:32:42 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEC743D5E for ; Tue, 14 Dec 2004 18:32:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5492 invoked from network); 14 Dec 2004 18:32:42 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 18:32:41 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBEIWbQJ095347; Tue, 14 Dec 2004 13:32:38 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 14 Dec 2004 13:33:06 -0500 User-Agent: KMail/1.6.2 References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> In-Reply-To: <200411300618.iAU6IkQX065609@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412141333.06213.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:32:43 -0000 On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: > njl 2004-11-30 06:18:46 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 vm_machdep.c > Log: > MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on > cpu 0. Also, restructure cpu_reset to be cleaner (no functional change.) FYI, this breaks the 'reset' command from ddb if you panic on a cpu other than the BSP. boot() isn't the only function that calls cpu_reset(), so perhaps this should be reverted (same for amd64) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:36:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93CB516A4CE; Tue, 14 Dec 2004 18:36:12 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCDD43D46; Tue, 14 Dec 2004 18:36:11 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBEIa8DB016282; Tue, 14 Dec 2004 13:36:09 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBEIa8ad016259; Tue, 14 Dec 2004 13:36:08 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Tue, 14 Dec 2004 13:36:07 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: <200412141329.24069.jhb@FreeBSD.org> Message-ID: <20041214133539.T60504@mail.chesapeake.net> References: <200412141034.iBEAYRPu029498@repoman.freebsd.org> <200412141329.24069.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:36:12 -0000 On Tue, 14 Dec 2004, John Baldwin wrote: > On Tuesday 14 December 2004 05:34 am, Jeff Roberson wrote: > > jeff 2004-12-14 10:34:27 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern sched_ule.c > > Log: > > - In kseq_choose(), don't recalculate slice values for processes with a > > nice of 0. Doing so can cause an infinite loop because they should be > > running, but a nice -20 process could prevent them from doing so. > > - Add a new flag KEF_PRIOELEV to flag a thread that has had its priority > > elevated due to priority propagation. If a thread has had its > > priority elevated, we assume that it must go on the current queue and it > > must get a slice. > > - In sched_userret() if our priority was elevated and we shouldn't have > > a timeslice, yield here until we should. > > > > Found/Tested by: glebius > > _Please_ look at my priority inversions patch that I sent you a month ago! I > already have a flag for noting that a thread has bumped its priority and > would appreciate it if you would review this before making more conflicts. Resend please? I'm not sure I've seen it. > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:45:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4516A4CE; Tue, 14 Dec 2004 18:45:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A1043D5E; Tue, 14 Dec 2004 18:45:05 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEIj5jL066188; Tue, 14 Dec 2004 18:45:05 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEIj5wr066187; Tue, 14 Dec 2004 18:45:05 GMT (envelope-from cognet) Message-Id: <200412141845.iBEIj5wr066187@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 14 Dec 2004 18:45:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm swtch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 18:45:05 -0000 cognet 2004-12-14 18:45:05 UTC FreeBSD src repository Modified files: sys/arm/arm swtch.S Log: Update the sp after popping the regs. This is a good candidate for the golden pointy hat awards. Revision Changes Path 1.10 +1 -1 src/sys/arm/arm/swtch.S From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:47:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322B616A4CE; Tue, 14 Dec 2004 18:47:21 +0000 (GMT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1034643D41; Tue, 14 Dec 2004 18:47:21 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id EBF3B2A90B; Tue, 14 Dec 2004 10:47:20 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 8B09EE2B5; Tue, 14 Dec 2004 10:47:20 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.13.1/8.13.1) with ESMTP id iBEIlJcV024007; Tue, 14 Dec 2004 10:47:19 -0800 (PST) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.13.1/8.13.1/Submit) id iBEIlEcs024006; Tue, 14 Dec 2004 10:47:14 -0800 (PST) (envelope-from peter@wemm.org) X-Authentication-Warning: overcee.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: obrien@freebsd.org Date: Tue, 14 Dec 2004 10:47:13 -0800 User-Agent: KMail/1.7.1 References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131939.46695.peter@wemm.org> <20041214163159.GB12788@dragon.nuxi.com> In-Reply-To: <20041214163159.GB12788@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412141047.13884.peter@wemm.org> cc: Dag-Erling Sm?rgrav cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:47:21 -0000 On Tuesday 14 December 2004 08:31 am, David O'Brien wrote: > On Mon, Dec 13, 2004 at 07:39:46PM -0800, Peter Wemm wrote: [..] > > On that note, we still barely support anything more from AMD's > > platform than the basic instruction set due to lack of > > documentation.. > > What documentation are you missing? You personally are covered by an > AMD NDA that gives you access to AMD NDA platform documents -- the > same documentation that Suse and Red Hat have access to. > > > That's > > why FreeBSD/amd64 ran so quickly on the Intel hardware. We only > > used the most basic features of the generic instruction set in an > > otherwise PC platform. We don't take advantage of the IOMMU, the > > timers, etc. (Still no documentation). > > Have you ever visited your AMD NDA website? Nope, never been told how or where. -- 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 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 18:57:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B726416A4CE; Tue, 14 Dec 2004 18:57:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9075C43D39; Tue, 14 Dec 2004 18:57:21 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEIvLo2066612; Tue, 14 Dec 2004 18:57:21 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEIvLIC066610; Tue, 14 Dec 2004 18:57:21 GMT (envelope-from cognet) Message-Id: <200412141857.iBEIvLIC066610@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 14 Dec 2004 18:57:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:57:21 -0000 cognet 2004-12-14 18:57:21 UTC FreeBSD src repository Modified files: sys/arm/arm intr.c Log: Enable interrupts once the active ones have been masked. Revision Changes Path 1.6 +2 -3 src/sys/arm/arm/intr.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:27:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E8A16A51E; Tue, 14 Dec 2004 19:27:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B94943D6E; Tue, 14 Dec 2004 19:27:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJRGoM067922; Tue, 14 Dec 2004 19:27:16 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJRG7S067921; Tue, 14 Dec 2004 19:27:16 GMT (envelope-from brueffer) Message-Id: <200412141927.iBEJRG7S067921@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 19:27:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:27:17 -0000 brueffer 2004-12-14 19:27:16 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 polling.4 Log: fwip(4) supports polling. MFC after: 3 days Revision Changes Path 1.16 +2 -1 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:43:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9956116A4CE; Tue, 14 Dec 2004 19:43:58 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD5543D48; Tue, 14 Dec 2004 19:43:56 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBEJhtIo014191; Tue, 14 Dec 2004 14:43:55 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBEJhtg8014190; Tue, 14 Dec 2004 14:43:55 -0500 (EST) Date: Tue, 14 Dec 2004 14:43:55 -0500 From: Ken Smith To: John Baldwin Message-ID: <20041214194354.GA13448@electra.cse.Buffalo.EDU> References: <200412071752.iB7Hqs2i095852@repoman.freebsd.org> <200412140016.43009.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412140016.43009.jhb@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:43:59 -0000 On Tue, Dec 14, 2004 at 12:16:43AM -0500, John Baldwin wrote: > On Tuesday 07 December 2004 12:52 pm, Wilko Bulte wrote: > > wilko 2004-12-07 17:52:54 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_4) > > sys/alpha/conf GENERIC > > Log: > > Nice idea, but no cigar: bge(4) makes the bootfloppy overflow, so loose > > it from GENERIC again :-( > > We should MFC the bits to make the release use splitfs instead. I gave ken > some rough patches to do that, but I'm not sure how well that worked out. > I cleaned them up a bit and got them to work for as far as they had been worked on but it's not complete. At this point it seems to split the kernel up just fine and the resulting floppies read in the kernel OK. But when the kernel boots it goes looking for its root filesystem on the floppy that it was last reading from (last kern.flp floppy) and panic's. So, it's started but needs a bit more work. That said we might need to do the work. My test release builds last week were with NODOC= and I didn't realize we try to put docs into the mfsroot floppy. A full release build overflows mfsroot now. At this point it might be either get splitfs to work or ditch the docs on mfsroot. Opinions? I can't picture someone doing a floppy based install needing access to docs from inside the install at this point but ... -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:53:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499BF16A4CE; Tue, 14 Dec 2004 19:53:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2158243D31; Tue, 14 Dec 2004 19:53:31 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJrV32068728; Tue, 14 Dec 2004 19:53:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJrUYs068727; Tue, 14 Dec 2004 19:53:30 GMT (envelope-from brueffer) Message-Id: <200412141953.iBEJrUYs068727@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 19:53:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 firewire.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:53:31 -0000 brueffer 2004-12-14 19:53:30 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 firewire.4 Log: - Xref fwip(4) and eui64(5) - correct a grammar nit - bump .Dd MFC after: 3 days Revision Changes Path 1.11 +4 -2 src/share/man/man4/firewire.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:55:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1A816A4CE; Tue, 14 Dec 2004 19:55:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5696C43D45; Tue, 14 Dec 2004 19:55:39 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJtdxO068838; Tue, 14 Dec 2004 19:55:39 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJtdbY068837; Tue, 14 Dec 2004 19:55:39 GMT (envelope-from brueffer) Message-Id: <200412141955.iBEJtdbY068837@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 19:55:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:55:39 -0000 brueffer 2004-12-14 19:55:39 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 fwe.4 Log: - remove nonexistant "device fwohci" - sort SYNOPSIS devices - capitalize Ethernet - Xref fwip(4) - bump .Dd MFC after: 3 days Revision Changes Path 1.6 +5 -5 src/share/man/man4/fwe.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:55:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214AF16A4CE; Tue, 14 Dec 2004 19:55:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE18F43D39; Tue, 14 Dec 2004 19:55:54 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJtsqd068885; Tue, 14 Dec 2004 19:55:54 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJtsOQ068884; Tue, 14 Dec 2004 19:55:54 GMT (envelope-from njl) Message-Id: <200412141955.iBEJtsOQ068884@repoman.freebsd.org> From: Nate Lawson Date: Tue, 14 Dec 2004 19:55:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:55:55 -0000 njl 2004-12-14 19:55:54 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Add more information about debugging output. Revision Changes Path 1.45 +39 -5 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:56:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD2F16A4CE; Tue, 14 Dec 2004 19:56:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7611643D1D; Tue, 14 Dec 2004 19:56:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJusEH068928; Tue, 14 Dec 2004 19:56:54 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJuslt068927; Tue, 14 Dec 2004 19:56:54 GMT (envelope-from brueffer) Message-Id: <200412141956.iBEJuslt068927@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 19:56:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:56:54 -0000 brueffer 2004-12-14 19:56:54 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 fwip.4 Log: - remove nonexistant "device fwohci" - sort SYNOPSIS devices - Xref fwe(4) - bump .Dd MFC after: 3 days Revision Changes Path 1.4 +3 -3 src/share/man/man4/fwip.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 19:57:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEEF16A4CE; Tue, 14 Dec 2004 19:57:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7632843D49; Tue, 14 Dec 2004 19:57:42 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEJvgOa068972; Tue, 14 Dec 2004 19:57:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEJvgVJ068971; Tue, 14 Dec 2004 19:57:42 GMT (envelope-from brueffer) Message-Id: <200412141957.iBEJvgVJ068971@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 19:57:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwohci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 19:57:42 -0000 brueffer 2004-12-14 19:57:42 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 fwohci.4 Log: - Xref fwip(4) - bump .Dd MFC after: 3 days Revision Changes Path 1.10 +2 -1 src/share/man/man4/fwohci.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:11:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1068916A4CE; Tue, 14 Dec 2004 20:11:04 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB7A43D7F; Tue, 14 Dec 2004 20:11:03 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iBEKAw1s020792; Tue, 14 Dec 2004 15:10:58 -0500 Message-ID: <41BF48D4.8080305@root.org> Date: Tue, 14 Dec 2004 12:11:00 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> In-Reply-To: <200412141333.06213.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:11:04 -0000 John Baldwin wrote: > On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: > >>njl 2004-11-30 06:18:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/i386 vm_machdep.c >> Log: >> MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on >> cpu 0. Also, restructure cpu_reset to be cleaner (no functional change.) > > > FYI, this breaks the 'reset' command from ddb if you panic on a cpu other than > the BSP. boot() isn't the only function that calls cpu_reset(), so perhaps > this should be reverted (same for amd64) No, I think we should move forward instead of backward. Entering the debugger should happen on the BSP and possibly other cpus need to be stopped by panic(). -- Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:14:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA3A16A4CE; Tue, 14 Dec 2004 20:14:15 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D9743D53; Tue, 14 Dec 2004 20:14:15 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBEKEDIo015072; Tue, 14 Dec 2004 15:14:13 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBEKEDqk015070; Tue, 14 Dec 2004 15:14:13 -0500 (EST) Date: Tue, 14 Dec 2004 15:14:12 -0500 From: Ken Smith To: Ken Smith Message-ID: <20041214201412.GA14511@electra.cse.Buffalo.EDU> References: <200412071752.iB7Hqs2i095852@repoman.freebsd.org> <200412140016.43009.jhb@FreeBSD.org> <20041214194354.GA13448@electra.cse.Buffalo.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041214194354.GA13448@electra.cse.Buffalo.EDU> User-Agent: Mutt/1.4.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Wilko Bulte cc: John Baldwin Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:14:15 -0000 On Tue, Dec 14, 2004 at 02:43:55PM -0500, Ken Smith wrote: > That said we might need to do the work. My test release builds last > week were with NODOC= and I didn't realize we try to put docs into > the mfsroot floppy. A full release build overflows mfsroot now. At > this point it might be either get splitfs to work or ditch the docs > on mfsroot. Opinions? I can't picture someone doing a floppy based > install needing access to docs from inside the install at this point > but ... Never mind... Bad combination of me having used NODOC= last week and reading the output of 'make release' instead of the Makefile... :-/ -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:16:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BC516A4CE; Tue, 14 Dec 2004 20:16:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8CB43D41; Tue, 14 Dec 2004 20:16:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEKGv9K069607; Tue, 14 Dec 2004 20:16:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEKGvP1069606; Tue, 14 Dec 2004 20:16:57 GMT (envelope-from brueffer) Message-Id: <200412142016.iBEKGvP1069606@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 20:16:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 ath.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:16:58 -0000 brueffer 2004-12-14 20:16:57 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 ath.4 Log: MFC: rev. 1.25 Various language tweaks. Revision Changes Path 1.19.2.3 +5 -5 src/share/man/man4/ath.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:20:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA7F16A4D0; Tue, 14 Dec 2004 20:20:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53ADF43D2F; Tue, 14 Dec 2004 20:20:24 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEKKOfb069738; Tue, 14 Dec 2004 20:20:24 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEKKO6x069737; Tue, 14 Dec 2004 20:20:24 GMT (envelope-from brueffer) Message-Id: <200412142020.iBEKKO6x069737@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 20:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 udav.4 src/sys/dev/usb if_udav.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:20:24 -0000 brueffer 2004-12-14 20:20:23 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 udav.4 sys/dev/usb if_udav.c Log: MFC: URL of the data sheet has changed. Revision Changes Path 1.2.2.1 +2 -2 src/share/man/man4/udav.4 1.8.2.1 +1 -1 src/sys/dev/usb/if_udav.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:44:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4846016A4CE; Tue, 14 Dec 2004 20:44:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2255343D49; Tue, 14 Dec 2004 20:44:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEKicKo070515; Tue, 14 Dec 2004 20:44:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEKicgg070514; Tue, 14 Dec 2004 20:44:38 GMT (envelope-from brueffer) Message-Id: <200412142044.iBEKicgg070514@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 14 Dec 2004 20:44:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:44:38 -0000 brueffer 2004-12-14 20:44:37 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/fwcontrol fwcontrol.8 Log: - Xref fwip(4) - bump .Dd MFC after: 3 days Revision Changes Path 1.14 +2 -1 src/usr.sbin/fwcontrol/fwcontrol.8 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 20:48:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B331016A4CE; Tue, 14 Dec 2004 20:48:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB7B43D41; Tue, 14 Dec 2004 20:48:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEKmeob077180; Tue, 14 Dec 2004 20:48:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEKmeGg077179; Tue, 14 Dec 2004 20:48:40 GMT (envelope-from phk) Message-Id: <200412142048.iBEKmeGg077179@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 20:48:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 20:48:40 -0000 phk 2004-12-14 20:48:40 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Fix a deadlock I introduced this morning. Mostly from: tegge Revision Changes Path 1.270 +7 -6 src/sys/kern/kern_descrip.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 21:24:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F3A16A4CE; Tue, 14 Dec 2004 21:24:23 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4017443D54; Tue, 14 Dec 2004 21:24:23 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 26B2A7A403; Tue, 14 Dec 2004 13:24:23 -0800 (PST) Message-ID: <41BF5A06.2030207@elischer.org> Date: Tue, 14 Dec 2004 13:24:22 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Jeff Roberson References: <200412141053.iBEArubR031090@repoman.freebsd.org> In-Reply-To: <200412141053.iBEArubR031090@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c kern_thread.c sched_4bsd.c sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 21:24:23 -0000 Some of these fields were used heavily in debugging during the 5.3 release runnup and I didn't want to remove them until after the release. Others were as I mentionned to you before, now certainly ripe for removal. Jeff Roberson wrote: >jeff 2004-12-14 10:53:55 UTC > > FreeBSD src repository > > Modified files: > sys/sys proc.h > sys/kern kern_switch.c kern_thread.c sched_4bsd.c > sched_ule.c > Log: > - Garbage collect several unused members of struct kse and struce ksegrp. > As best as I can tell, some of these were never used. > > Revision Changes Path > 1.105 +0 -6 src/sys/kern/kern_switch.c > 1.209 +0 -2 src/sys/kern/kern_thread.c > 1.69 +0 -9 src/sys/kern/sched_4bsd.c > 1.140 +0 -9 src/sys/kern/sched_ule.c > 1.413 +0 -2 src/sys/sys/proc.h > > From owner-cvs-src@FreeBSD.ORG Tue Dec 14 21:30:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF7C16A4CE; Tue, 14 Dec 2004 21:30:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778ED43D5C; Tue, 14 Dec 2004 21:30:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBELUTbW078714; Tue, 14 Dec 2004 21:30:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBELUTOF078713; Tue, 14 Dec 2004 21:30:29 GMT (envelope-from phk) Message-Id: <200412142130.iBELUTOF078713@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 21:30:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 21:30:29 -0000 phk 2004-12-14 21:30:29 UTC FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Implement simpler panics for VOP_{read,write} on fifos. Revision Changes Path 1.95 +2 -55 src/sys/gnu/ext2fs/ext2_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 21:30:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB9216A4CE; Tue, 14 Dec 2004 21:30:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDDF43D55; Tue, 14 Dec 2004 21:30:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBELUjKC078786; Tue, 14 Dec 2004 21:30:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBELUjvA078785; Tue, 14 Dec 2004 21:30:45 GMT (envelope-from phk) Message-Id: <200412142130.iBELUjvA078785@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 21:30:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 21:30:46 -0000 phk 2004-12-14 21:30:45 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: Implement simpler panics for VOP_{read,write} on fifos. Revision Changes Path 1.255 +8 -61 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 21:35:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7716416A4CE; Tue, 14 Dec 2004 21:35:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5045343D6D; Tue, 14 Dec 2004 21:35:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBELZ0ba078893; Tue, 14 Dec 2004 21:35:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBELZ05h078892; Tue, 14 Dec 2004 21:35:00 GMT (envelope-from phk) Message-Id: <200412142135.iBELZ05h078892@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Dec 2004 21:35:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 21:35:00 -0000 phk 2004-12-14 21:35:00 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vnops.c Log: white space Revision Changes Path 1.145 +4 -4 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:07:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311BC16A4CE; Tue, 14 Dec 2004 22:07:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BBA443D58; Tue, 14 Dec 2004 22:07:07 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEM76Km080022; Tue, 14 Dec 2004 22:07:06 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEM76CW080021; Tue, 14 Dec 2004 22:07:06 GMT (envelope-from simon) Message-Id: <200412142207.iBEM76CW080021@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 22:07:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 vpo.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:07:07 -0000 simon 2004-12-14 22:07:06 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 vpo.4 Log: - Add a HARDWARE section which lists supported devices. MFC after: 1 week Revision Changes Path 1.21 +16 -8 src/share/man/man4/vpo.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:20:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF22E16A4CE; Tue, 14 Dec 2004 22:20:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA71A43D2D; Tue, 14 Dec 2004 22:20:41 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEMKfPg080542; Tue, 14 Dec 2004 22:20:41 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEMKfYu080541; Tue, 14 Dec 2004 22:20:41 GMT (envelope-from simon) Message-Id: <200412142220.iBEMKfYu080541@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 22:20:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 pst.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:20:42 -0000 simon 2004-12-14 22:20:41 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 pst.4 Log: - Add a HARDWARE section which lists supported devices. MFC after: 1 week Revision Changes Path 1.4 +6 -1 src/share/man/man4/pst.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:21:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E0116A4CE; Tue, 14 Dec 2004 22:21:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EF743D1F; Tue, 14 Dec 2004 22:21:51 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEMLprw080635; Tue, 14 Dec 2004 22:21:51 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEMLpYi080634; Tue, 14 Dec 2004 22:21:51 GMT (envelope-from simon) Message-Id: <200412142221.iBEMLpYi080634@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 14 Dec 2004 22:21:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 14 Dec 2004 22:21:52 -0000 simon 2004-12-14 22:21:51 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: - Auto generate device listings for the pst(4) and vpo(4) device drivers. MFC after: 1 week Revision Changes Path 1.266 +2 -5 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.49 +2 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:38:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8737416A4D1 for ; Tue, 14 Dec 2004 22:38:14 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D84FC43D45 for ; Tue, 14 Dec 2004 22:38:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 9841 invoked from network); 14 Dec 2004 22:38:13 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 22:38:13 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBEMc411096984; Tue, 14 Dec 2004 17:38:10 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Ken Smith Date: Tue, 14 Dec 2004 17:17:38 -0500 User-Agent: KMail/1.6.2 References: <200412071752.iB7Hqs2i095852@repoman.freebsd.org> <200412140016.43009.jhb@FreeBSD.org> <20041214194354.GA13448@electra.cse.Buffalo.EDU> In-Reply-To: <20041214194354.GA13448@electra.cse.Buffalo.EDU> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412141717.38869.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:38:14 -0000 On Tuesday 14 December 2004 02:43 pm, Ken Smith wrote: > On Tue, Dec 14, 2004 at 12:16:43AM -0500, John Baldwin wrote: > > On Tuesday 07 December 2004 12:52 pm, Wilko Bulte wrote: > > > wilko 2004-12-07 17:52:54 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_4) > > > sys/alpha/conf GENERIC > > > Log: > > > Nice idea, but no cigar: bge(4) makes the bootfloppy overflow, so > > > loose it from GENERIC again :-( > > > > We should MFC the bits to make the release use splitfs instead. I gave > > ken some rough patches to do that, but I'm not sure how well that worked > > out. > > I cleaned them up a bit and got them to work for as far as they had > been worked on but it's not complete. At this point it seems to split > the kernel up just fine and the resulting floppies read in the kernel > OK. But when the kernel boots it goes looking for its root filesystem > on the floppy that it was last reading from (last kern.flp floppy) and > panic's. So, it's started but needs a bit more work. > > That said we might need to do the work. My test release builds last > week were with NODOC= and I didn't realize we try to put docs into > the mfsroot floppy. A full release build overflows mfsroot now. At > this point it might be either get splitfs to work or ditch the docs > on mfsroot. Opinions? I can't picture someone doing a floppy based > install needing access to docs from inside the install at this point > but ... I'd really like to get splitfs to work actually. Do you have the diff you are using? I can try to hack on it some locally if that will help. Also, if you have the floppy images from your most recent test I might be able to figure out what needs to be fixed on them. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:38:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5754A16A4EE for ; Tue, 14 Dec 2004 22:38:16 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA08E43D55 for ; Tue, 14 Dec 2004 22:38:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 7938 invoked from network); 14 Dec 2004 22:38:15 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 14 Dec 2004 22:38:15 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBEMc412096984; Tue, 14 Dec 2004 17:38:12 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 14 Dec 2004 17:19:10 -0500 User-Agent: KMail/1.6.2 References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> In-Reply-To: <41BF48D4.8080305@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412141719.10701.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:38:18 -0000 On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: > >>njl 2004-11-30 06:18:46 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/i386/i386 vm_machdep.c > >> Log: > >> MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on > >> cpu 0. Also, restructure cpu_reset to be cleaner (no functional > >> change.) > > > > FYI, this breaks the 'reset' command from ddb if you panic on a cpu other > > than the BSP. boot() isn't the only function that calls cpu_reset(), so > > perhaps this should be reverted (same for amd64) > > No, I think we should move forward instead of backward. Entering the > debugger should happen on the BSP and possibly other cpus need to be > stopped by panic(). Erm, well, that's not always easy since sometimes when you panic you can't talk to the other CPUs for whatever reason. Putting back the proxy reset doesn't hurt for now but does restore functionality in at least some cases. I'd rather have that then certain hard panics not get into ddb because we couldn't get onto the BSP to run ddb. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 14 22:55:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D908616A4CE; Tue, 14 Dec 2004 22:55:11 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788F143D5E; Tue, 14 Dec 2004 22:55:11 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBEMt1ug008304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Dec 2004 14:55:08 -0800 Message-ID: <41BF6F44.2090407@root.org> Date: Tue, 14 Dec 2004 14:55:00 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> In-Reply-To: <200412141719.10701.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:55:12 -0000 John Baldwin wrote: > On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: > >>John Baldwin wrote: >> >>>On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: >>> >>>>njl 2004-11-30 06:18:46 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/i386/i386 vm_machdep.c >>>> Log: >>>> MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on >>>> cpu 0. Also, restructure cpu_reset to be cleaner (no functional >>>>change.) >>> >>>FYI, this breaks the 'reset' command from ddb if you panic on a cpu other >>>than the BSP. boot() isn't the only function that calls cpu_reset(), so >>>perhaps this should be reverted (same for amd64) >> >>No, I think we should move forward instead of backward. Entering the >>debugger should happen on the BSP and possibly other cpus need to be >>stopped by panic(). > > Erm, well, that's not always easy since sometimes when you panic you can't > talk to the other CPUs for whatever reason. Putting back the proxy reset > doesn't hurt for now but does restore functionality in at least some cases. > I'd rather have that then certain hard panics not get into ddb because we > couldn't get onto the BSP to run ddb. Perhaps you could give me some pointers on what is counted on to be working when panic() is called? I can't come up with a situation where the proxy code couldn't be used upon entry to ddb. If there were any cases like this, the proxy code wouldn't work for cpu_reset() either. Also, in such a case, it's hard to see how ddb could be usable since it tries to stop other processors, which requires similar code to the proxy. Or in other words, if you have enough capability to call panic() or break to ddb, then you have enough resources to do an IPI and get onto the BSP. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 14 23:13:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F0E16A4CE; Tue, 14 Dec 2004 23:13:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A266843D54; Tue, 14 Dec 2004 23:13:09 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEND9QF082175; Tue, 14 Dec 2004 23:13:09 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBEND9fP082174; Tue, 14 Dec 2004 23:13:09 GMT (envelope-from rik) Message-Id: <200412142313.iBEND9fP082174@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 14 Dec 2004 23:13:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 23:13:10 -0000 rik 2004-12-14 23:13:08 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c Log: Bring back ability to use FR support with sppp from Cronyx. Revision Changes Path 1.17 +1 -1 src/sys/dev/cp/if_cp.c From owner-cvs-src@FreeBSD.ORG Tue Dec 14 23:51:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6416A16A4CF; Tue, 14 Dec 2004 23:51:00 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CEE43D60; Tue, 14 Dec 2004 23:50:59 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBENrjYG048291; Tue, 14 Dec 2004 16:53:45 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BF7C4C.8020500@freebsd.org> Date: Tue, 14 Dec 2004 16:50:36 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> In-Reply-To: <41BF6F44.2090407@root.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 23:51:01 -0000 Nate Lawson wrote: > John Baldwin wrote: > >> On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: >> >>> John Baldwin wrote: >>> >>>> On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: >>>> >>>>> njl 2004-11-30 06:18:46 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/i386/i386 vm_machdep.c >>>>> Log: >>>>> MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on >>>>> cpu 0. Also, restructure cpu_reset to be cleaner (no functional >>>>> change.) >>>> >>>> >>>> FYI, this breaks the 'reset' command from ddb if you panic on a cpu >>>> other >>>> than the BSP. boot() isn't the only function that calls >>>> cpu_reset(), so >>>> perhaps this should be reverted (same for amd64) >>> >>> >>> No, I think we should move forward instead of backward. Entering the >>> debugger should happen on the BSP and possibly other cpus need to be >>> stopped by panic(). >> >> >> Erm, well, that's not always easy since sometimes when you panic you >> can't talk to the other CPUs for whatever reason. Putting back the >> proxy reset doesn't hurt for now but does restore functionality in at >> least some cases. I'd rather have that then certain hard panics not >> get into ddb because we couldn't get onto the BSP to run ddb. > > > Perhaps you could give me some pointers on what is counted on to be > working when panic() is called? I can't come up with a situation where > the proxy code couldn't be used upon entry to ddb. If there were any > cases like this, the proxy code wouldn't work for cpu_reset() either. > Also, in such a case, it's hard to see how ddb could be usable since it > tries to stop other processors, which requires similar code to the proxy. > > Or in other words, if you have enough capability to call panic() or > break to ddb, then you have enough resources to do an IPI and get onto > the BSP. > Doing an IPI is useless if interrupts are disabled on the BSP for whatever reason. Now, if you want to send an NMI, that might be interesting. Scott From owner-cvs-src@FreeBSD.ORG Wed Dec 15 00:10:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646AD16A4CE; Wed, 15 Dec 2004 00:10:35 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3134543D2F; Wed, 15 Dec 2004 00:10:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 403CE51199; Tue, 14 Dec 2004 16:10:34 -0800 (PST) Date: Tue, 14 Dec 2004 16:10:34 -0800 From: Kris Kennaway To: Nate Lawson Message-ID: <20041215001034.GA60875@xor.obsecurity.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <41BF6F44.2090407@root.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 00:10:35 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 14, 2004 at 02:55:00PM -0800, Nate Lawson wrote: > >Erm, well, that's not always easy since sometimes when you panic you can= 't=20 > >talk to the other CPUs for whatever reason. Putting back the proxy rese= t=20 > >doesn't hurt for now but does restore functionality in at least some=20 > >cases. I'd rather have that then certain hard panics not get into ddb= =20 > >because we couldn't get onto the BSP to run ddb. >=20 > Perhaps you could give me some pointers on what is counted on to be=20 > working when panic() is called? I can't come up with a situation where= =20 > the proxy code couldn't be used upon entry to ddb. If there were any=20 > cases like this, the proxy code wouldn't work for cpu_reset() either.=20 > Also, in such a case, it's hard to see how ddb could be usable since it= =20 > tries to stop other processors, which requires similar code to the proxy. >=20 > Or in other words, if you have enough capability to call panic() or=20 > break to ddb, then you have enough resources to do an IPI and get onto=20 > the BSP. NB: DDB often isn't usable on SMP machines thesedays, and will hang when a panic tries to enter it. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBv4D5Wry0BWjoQKURAp+3AJ4wzQwBNTueOPfkIP2Y0kiN+aRbhgCfW4tH qEj3YbkTMzKmLsY4W8EcEEI= =gU6p -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 01:30:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C9516A4CE; Wed, 15 Dec 2004 01:30:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C445743D41; Wed, 15 Dec 2004 01:30:38 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF1UcDR093056; Wed, 15 Dec 2004 01:30:38 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF1UcQj093055; Wed, 15 Dec 2004 01:30:38 GMT (envelope-from sam) Message-Id: <200412150130.iBF1UcQj093055@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Dec 2004 01:30:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/wlan_ccmp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 01:30:39 -0000 sam 2004-12-15 01:30:38 UTC FreeBSD src repository Modified files: sys/modules/wlan_ccmp Makefile Log: bring in rijndael crypto code to satisfy dependency: should break rijndael out into a separate module a la rc4 but several other cases need to be fixed also so for now do as others do Revision Changes Path 1.2 +2 -0 src/sys/modules/wlan_ccmp/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 15 01:36:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C285616A4CE; Wed, 15 Dec 2004 01:36:43 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2070443D53; Wed, 15 Dec 2004 01:36:43 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])iBF1afGx012333; Wed, 15 Dec 2004 12:36:41 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iBF1ac7M029925; Wed, 15 Dec 2004 12:36:39 +1100 Date: Wed, 15 Dec 2004 12:36:38 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Nate Lawson In-Reply-To: <41BF6F44.2090407@root.org> Message-ID: <20041215115843.E45301@delplex.bde.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 01:36:44 -0000 On Tue, 14 Dec 2004, Nate Lawson wrote: > John Baldwin wrote: > > On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: > > > >>John Baldwin wrote: > >>... > >>>FYI, this breaks the 'reset' command from ddb if you panic on a cpu other > >>>than the BSP. boot() isn't the only function that calls cpu_reset(), so > >>>perhaps this should be reverted (same for amd64) > >> > >>No, I think we should move forward instead of backward. Entering the > >>debugger should happen on the BSP and possibly other cpus need to be > >>stopped by panic(). > > > > Erm, well, that's not always easy since sometimes when you panic you can't > > talk to the other CPUs for whatever reason. Putting back the proxy reset The most common reason is that at least one other CPU is looping with interrupts disabled. Then it won't see IPIs and stop_cpus() will loop forever. > > doesn't hurt for now but does restore functionality in at least some cases. > > I'd rather have that then certain hard panics not get into ddb because we > > couldn't get onto the BSP to run ddb. However, when another CPU doesn't stop, you can't get into ddb anyway since ddb always (at least in old versions) waits for all CPUs to stop. Excpet when DIAGNOSTIC is configured -- then stop_cpus() has a hack which makes it break out of the loop after a machine-dependent (but often far too short -- 100000 memory accesses doesn't take long even for locked accesses) number of iterations. I use a larger hack to make the breakout unconditional, increase the number of iterations, and print messages about stop/start activity. See old mail. This is not nearly enough for ddb. E.g., multiple CPUs may hit the same breakpoint (this is very likely if the breakpoint is at a core function like mtx_lock()). Then they race trying to enter ddb and stop each other. Since interrupts are disabled on hitting a breakpoint the CPUs can't possibly deliver IPIs to each other. I use larger hacks to add a some ddb-specific locking and not try so hard to stop the other CPUs. See old mail. This works if all the CPUs are trying to enter ddb -- then they can rendezvous on the lock there -- but not if the are looping with interrupts disabled elsewhere. > Perhaps you could give me some pointers on what is counted on to be > working when panic() is called? Nothing can or should be counted on. ddb might work if you are lucky. This doesn't take much more than having no bugs in console i/o or ddb. > I can't come up with a situation where > the proxy code couldn't be used upon entry to ddb. If there were any > cases like this, the proxy code wouldn't work for cpu_reset() either. > Also, in such a case, it's hard to see how ddb could be usable since it > tries to stop other processors, which requires similar code to the proxy. This might work in emergency but would complicate ddb and thus increase the chance of bugs in it. ddb must (appear to) have no state and (appear to) run on the CPU that it was entered on. Fully virtualizing it wouldn't be easy. > Or in other words, if you have enough capability to call panic() or > break to ddb, then you have enough resources to do an IPI and get onto > the BSP. You usually have enough resource to send an IPI but not so usually enough to make it have an effect. For panic(), it's better to do any waiting for other CPUs before calling ddb. Both panic() and ddb should be callable/enterable from any context, but panic() doesn't need to be transparent or return like ddb so handling errors in it is simpler. Bruce From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:10:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9080F16A4D8; Wed, 15 Dec 2004 02:10:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64FC943D31; Wed, 15 Dec 2004 02:10:50 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2Ao5R094281; Wed, 15 Dec 2004 02:10:50 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2AodY094280; Wed, 15 Dec 2004 02:10:50 GMT (envelope-from trhodes) Message-Id: <200412150210.iBF2AodY094280@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 15 Dec 2004 02:10:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 02:10:51 -0000 trhodes 2004-12-15 02:10:50 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: Add a few options with regards to ppp(8) and traceroute. Sort the list, please keep this list sorted. PR: 48569 Revision Changes Path 1.241 +17 -11 src/share/examples/etc/make.conf From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:19:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D61A016A4CE; Wed, 15 Dec 2004 02:19:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B013743D1D; Wed, 15 Dec 2004 02:19:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2JikI094566; Wed, 15 Dec 2004 02:19:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2Jiet094565; Wed, 15 Dec 2004 02:19:44 GMT (envelope-from brueffer) Message-Id: <200412150219.iBF2Jiet094565@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 02:19:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 txp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 02:19:45 -0000 brueffer 2004-12-15 02:19:44 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 txp.4 Log: Remove clauses 3 and 4 of the license. Approved by: Jason L. Wright (original author) Reviewed by: imp Obtained from: OpenBSD MFC after: 3 days Revision Changes Path 1.6 +0 -5 src/share/man/man4/txp.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:21:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A2E316A4CE; Wed, 15 Dec 2004 02:21:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3669A43D2F; Wed, 15 Dec 2004 02:21:24 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2LO5L094774; Wed, 15 Dec 2004 02:21:24 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2LOjv094773; Wed, 15 Dec 2004 02:21:24 GMT (envelope-from peter) Message-Id: <200412150221.iBF2LOjv094773@repoman.freebsd.org> From: Peter Wemm Date: Wed, 15 Dec 2004 02:21:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.amd64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 02:21:24 -0000 peter 2004-12-15 02:21:24 UTC FreeBSD src repository Modified files: sys/conf files.amd64 Log: Add config hooks for amd64 atheros hal modules Revision Changes Path 1.52 +10 -0 src/sys/conf/files.amd64 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:25:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B6616A4CF; Wed, 15 Dec 2004 02:25:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FC043D1F; Wed, 15 Dec 2004 02:25:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2PLXm094929; Wed, 15 Dec 2004 02:25:21 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2PLd9094928; Wed, 15 Dec 2004 02:25:21 GMT (envelope-from peter) Message-Id: <200412150225.iBF2PLd9094928@repoman.freebsd.org> From: Peter Wemm Date: Wed, 15 Dec 2004 02:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ath/ath_rate/onoe onoe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 02:25:21 -0000 peter 2004-12-15 02:25:21 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c sys/dev/ath/ath_rate/onoe onoe.c Log: Make this amd64-clean. sizeof is long on amd64, so things that do a printf of a sizeof, need to use %z to get the correct type on all our platforms. Also, convert integers<->pointers via uintptr_t. (I think Sam's instructions were for me to commit this. If I misunderstood, then I apologize in advance.) Revision Changes Path 1.2 +1 -1 src/sys/dev/ath/ath_rate/onoe/onoe.c 1.59 +7 -4 src/sys/dev/ath/if_ath.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:32:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805FB16A4CE; Wed, 15 Dec 2004 02:32:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A55543D49; Wed, 15 Dec 2004 02:32:27 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2WRNA095200; Wed, 15 Dec 2004 02:32:27 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2WRGK095199; Wed, 15 Dec 2004 02:32:27 GMT (envelope-from peter) Message-Id: <200412150232.iBF2WRGK095199@repoman.freebsd.org> From: Peter Wemm Date: Wed, 15 Dec 2004 02:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_rate/amrr amrr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 02:32:27 -0000 peter 2004-12-15 02:32:27 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/amrr amrr.c Log: Like on the ath_rate_onoe component, make this compile on amd64. Convert pointers to an integer via uintptr_t. Fix an apparent bug that caused a compile failure. ieee80211_iterate_nodes() takes ic->ic_sta as its first argument on the onoe module. It had just 'ic' here in the same context, which was a mismatched argument. Revision Changes Path 1.2 +2 -2 src/sys/dev/ath/ath_rate/amrr/amrr.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 02:40:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D8B16A4CE; Wed, 15 Dec 2004 02:40:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C60943D5E; Wed, 15 Dec 2004 02:40:43 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF2ehY8095485; Wed, 15 Dec 2004 02:40:43 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF2ehIf095484; Wed, 15 Dec 2004 02:40:43 GMT (envelope-from trhodes) Message-Id: <200412150240.iBF2ehIf095484@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 15 Dec 2004 02:40:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 02:40:43 -0000 trhodes 2004-12-15 02:40:43 UTC FreeBSD src repository Modified files: share/man/man5 make.conf.5 Log: Add options recently added to make.conf. Revision Changes Path 1.102 +29 -1 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 03:38:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0296D16A4CE; Wed, 15 Dec 2004 03:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DDC43D45; Wed, 15 Dec 2004 03:38:06 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF3c6m3098110; Wed, 15 Dec 2004 03:38:06 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF3c6IH098109; Wed, 15 Dec 2004 03:38:06 GMT (envelope-from ps) Message-Id: <200412150338.iBF3c6IH098109@repoman.freebsd.org> From: Paul Saab Date: Wed, 15 Dec 2004 03:38:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 03:38:07 -0000 ps 2004-12-15 03:38:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mii brgphy.c miidevs Log: MFC: Forgot to update this when merging support for the 5750/5751. Revision Changes Path 1.31.2.1 +33 -0 src/sys/dev/mii/brgphy.c 1.27.4.2 +1 -0 src/sys/dev/mii/miidevs From owner-cvs-src@FreeBSD.ORG Wed Dec 15 06:22:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD06416A4CE; Wed, 15 Dec 2004 06:22:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9849C43D39; Wed, 15 Dec 2004 06:22:33 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF6MXC9016639; Wed, 15 Dec 2004 06:22:33 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF6MXw9016638; Wed, 15 Dec 2004 06:22:33 GMT (envelope-from ssouhlal) Message-Id: <200412150622.iBF6MXw9016638@repoman.freebsd.org> From: Suleiman Souhlal Date: Wed, 15 Dec 2004 06:22:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_sysctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 06:22:33 -0000 ssouhlal 2004-12-15 06:22:33 UTC FreeBSD src repository Modified files: sys/dev/drm drm_sysctl.h Log: Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). Approved by: anholt, grehan (mentor) Revision Changes Path 1.8 +1 -1 src/sys/dev/drm/drm_sysctl.h From owner-cvs-src@FreeBSD.ORG Wed Dec 15 06:24:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A824016A4CE; Wed, 15 Dec 2004 06:24:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8264043D49; Wed, 15 Dec 2004 06:24:57 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF6OvGM016708; Wed, 15 Dec 2004 06:24:57 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF6Ov1u016707; Wed, 15 Dec 2004 06:24:57 GMT (envelope-from ssouhlal) Message-Id: <200412150624.iBF6Ov1u016707@repoman.freebsd.org> From: Suleiman Souhlal Date: Wed, 15 Dec 2004 06:24:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/rev rev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 06:24:57 -0000 ssouhlal 2004-12-15 06:24:57 UTC FreeBSD src repository Modified files: usr.bin/rev rev.c Log: If ferror is true, we must reset the error indicator. Submitted by: Liam J. Foy Approved by: grehan (mentor) Revision Changes Path 1.8 +1 -0 src/usr.bin/rev/rev.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 07:03:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B45F16A4CE; Wed, 15 Dec 2004 07:03:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1580C43D39; Wed, 15 Dec 2004 07:03:22 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF73LMY018442; Wed, 15 Dec 2004 07:03:21 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF73L9M018441; Wed, 15 Dec 2004 07:03:21 GMT (envelope-from scottl) Message-Id: <200412150703.iBF73L9M018441@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Dec 2004 07:03:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 07:03:22 -0000 scottl 2004-12-15 07:03:21 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Add the PCI ID for the Adaptec 2230SLP card. Submitted by: Ray Gilstrap Revision Changes Path 1.51 +2 -0 src/sys/dev/aac/aac_pci.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 07:23:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB8CB16A4CE; Wed, 15 Dec 2004 07:23:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C6E43D3F; Wed, 15 Dec 2004 07:23:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF7NkOT019438; Wed, 15 Dec 2004 07:23:46 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF7Nk7V019437; Wed, 15 Dec 2004 07:23:46 GMT (envelope-from kensmith) Message-Id: <200412150723.iBF7Nk7V019437@repoman.freebsd.org> From: Ken Smith Date: Wed, 15 Dec 2004 07:23:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/i386 dokern.sh drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 07:23:47 -0000 kensmith 2004-12-15 07:23:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/i386 dokern.sh drivers.conf Log: Attempt #2 at fixing boot floppies. Move NFS back into kernel to solve current problem of mfsroot.flp overflowing (note to self: can't speed up test release builds for boot floppy sizes by using NODOC=). Address original problem by removing sa (SCSI tape) and pass (SCSI passthrough) devices. Approved by: re (scottl) Pointy hat: kensmith Revision Changes Path 1.58.2.9 +2 -0 src/release/i386/dokern.sh 1.3.2.16 +0 -1 src/release/i386/drivers.conf From owner-cvs-src@FreeBSD.ORG Wed Dec 15 08:00:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1122716A4CE; Wed, 15 Dec 2004 08:00:09 +0000 (GMT) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2741E43D54; Wed, 15 Dec 2004 08:00:08 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBF8063D048570; Wed, 15 Dec 2004 09:00:06 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id iBF806Go004349; Wed, 15 Dec 2004 09:00:06 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id iBF806UH004348; Wed, 15 Dec 2004 09:00:06 +0100 (CET) (envelope-from wb) Date: Wed, 15 Dec 2004 09:00:06 +0100 From: Wilko Bulte To: Paul Saab Message-ID: <20041215080006.GA4325@freebie.xs4all.nl> References: <200412150338.iBF3c6IH098109@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412150338.iBF3c6IH098109@repoman.freebsd.org> X-OS: FreeBSD 4.11-PRERELEASE X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 08:00:09 -0000 On Wed, Dec 15, 2004 at 03:38:06AM +0000, Paul Saab wrote.. > ps 2004-12-15 03:38:06 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/dev/mii brgphy.c miidevs > Log: > MFC: Forgot to update this when merging support for the 5750/5751. Paul, Could this have anything to do with me just getting watchdog resets on this one when installed in an Alpha machine with 5.3-stable? bge0: mem 0x1090000-0x109f fff irq 43 at device 16.0 on pci0 miibus2: on bge0 brgphy0: on miibus2 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseT X-FDX, auto bge0: Ethernet address: 00:0b:cd:52:e0:5a Wilko -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Dec 15 08:04:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7445816A4CE; Wed, 15 Dec 2004 08:04:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D13143D41; Wed, 15 Dec 2004 08:04:15 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF84FXY021039; Wed, 15 Dec 2004 08:04:15 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF84Fdj021038; Wed, 15 Dec 2004 08:04:15 GMT (envelope-from scottl) Message-Id: <200412150804.iBF84Fdj021038@repoman.freebsd.org> From: Scott Long Date: Wed, 15 Dec 2004 08:04:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 08:04:15 -0000 scottl 2004-12-15 08:04:15 UTC FreeBSD src repository Modified files: . access Log: Welcome Sam Hopkins (sah) to the family. Sam will be working on integrating his ATA-over-Ethernet driver and whatever other evil he sees fit. I will be his mentor. Approved by: core Revision Changes Path 1.687 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Wed Dec 15 08:49:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B9BC16A4CE; Wed, 15 Dec 2004 08:49:00 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A0B43D46; Wed, 15 Dec 2004 08:48:59 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF8mwfY091384; Wed, 15 Dec 2004 10:48:58 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 45450-07; Wed, 15 Dec 2004 10:48:58 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF8mvAK091381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 10:48:58 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBF8n1NR026078; Wed, 15 Dec 2004 10:49:01 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 10:49:01 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215084901.GC25967@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline In-Reply-To: <200412150210.iBF2AodY094280@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 08:49:00 -0000 --JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > trhodes 2004-12-15 02:10:50 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/examples/etc make.conf=20 > Log: > Add a few options with regards to ppp(8) and traceroute. > Sort the list, please keep this list sorted. > =20 > PR: 48569 > =20 > Revision Changes Path > 1.241 +17 -11 src/share/examples/etc/make.conf >=20 You unsorted the list, please fix. The correct sorting order here is in "dictinary order", please see sort(1). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBv/p8qRfpzJluFF4RAgdWAKCbhuPsSkpqFI6SrRjz1wkmbSA61QCggLts EWrb7rV9hNB++t0JFN95jSA= =MxLe -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 08:58:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F87B16A4CE; Wed, 15 Dec 2004 08:58:50 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4DF43D3F; Wed, 15 Dec 2004 08:58:49 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF8wmvf092207; Wed, 15 Dec 2004 10:58:48 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 48103-04; Wed, 15 Dec 2004 10:58:47 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF8wl27092204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 10:58:47 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBF8wo2Y026201; Wed, 15 Dec 2004 10:58:50 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 10:58:49 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215085849.GD25967@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hxkXGo8AKqTJ+9QI" Content-Disposition: inline In-Reply-To: <20041215084901.GC25967@ip.net.ua> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 08:58:50 -0000 --hxkXGo8AKqTJ+9QI Content-Type: multipart/mixed; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Tom, On Wed, Dec 15, 2004 at 10:49:01AM +0200, Ruslan Ermilov wrote: > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > trhodes 2004-12-15 02:10:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > share/examples/etc make.conf=20 > > Log: > > Add a few options with regards to ppp(8) and traceroute. > > Sort the list, please keep this list sorted. > > =20 > > PR: 48569 > > =20 > > Revision Changes Path > > 1.241 +17 -11 src/share/examples/etc/make.conf > >=20 > You unsorted the list, please fix. The correct sorting > order here is in "dictinary order", please see sort(1). >=20 OK, I've saved you a minute and prepared a patch myself. Here's what it does: 1. Fix the sorting using the dictionary order (sort -d). 2. Group ppp(8) related build options together. NB: The NO* ppp(8) options should be renamed to PPP_NO*. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: make.conf =================================================================== RCS file: /home/ncvs/src/share/examples/etc/make.conf,v retrieving revision 1.241 diff -u -r1.241 make.conf --- make.conf 15 Dec 2004 02:10:50 -0000 1.241 +++ make.conf 15 Dec 2004 08:56:59 -0000 @@ -97,9 +97,6 @@ # Mtree will follow symlinks #MTREE_FOLLOWS_SYMLINKS= -L # -# To build ppp with normal permissions -#PPP_NOSUID= -# # To enable installing ssh(1) with the setuid bit turned on #ENABLE_SUID_SSH= # @@ -108,49 +105,52 @@ #ENABLE_SUID_NEWGRP= # # To avoid building various parts of the base system: -#NOALIAS= # do not build ppp(8) with NAT support (see make.conf(5)) -#NOATM= # do not build ATM related programs and libraries -#NOCRYPT= # do not build any crypto code -#NOGAMES= # do not build games (games/ subdir) -#NOINET6= # do not build IPv6 related programs and libraries -#NOINFO= # do not make or install info files -#NOIPSEC= # do not build traceroute(8) with IPSEC support -#NOLIBC_R= # do not build libc_r (re-entrant version of libc) -#NOLIBPTHREAD= # do not build libpthread (M:N threading library) -#NOLIBTHR= # do not build libthr (1:1 threading library) -#NOMAN= # do not build manual pages -#NONAT= # do not build ppp(8) with NAT support (see make.conf(5)) -#NONETGRAPH= # do not build ppp(8) with NETGRAPH support -#NOPROFILE= # Avoid compiling profiled libraries -#NORADUIS= # do not build ppp(8) with RADUIS support -#NOSHARE= # do not go into the share subdir -#NOSHARED= # build /bin and /sbin dynamically linked (bad idea #NO_ACPI= # do not build acpiconf(8) and related programs +#NOATM= # do not build ATM related programs and libraries #NO_AUTHPF= # do not build and install authpf (setuid/gid) #NO_BLUETOOTH= # do not build Bluetooth related stuff #NO_BOOT= # do not build boot blocks and loader +#NOCRYPT= # do not build any crypto code #NO_CVS= # do not build CVS #NO_CXX= # do not build C++ and friends #NO_DYNAMICROOT= # do not link /bin and /sbin dynamically #NO_FORTRAN= # do not build g77 and related libraries +#NOGAMES= # do not build games (games/ subdir) #NO_GDB= # do not build GDB #NO_I4B= # do not build isdn4bsd package +#NOINET6= # do not build IPv6 related programs and libraries +#NOINFO= # do not make or install info files #NO_IPFILTER= # do not build IP Filter package +#NOIPSEC= # do not build traceroute(8) with IPSEC support #NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal) +#NOLIBC_R= # do not build libc_r (re-entrant version of libc) +#NOLIBPTHREAD= # do not build libpthread (M:N threading library) +#NOLIBTHR= # do not build libthr (1:1 threading library) #NO_LPR= # do not build lpr and related programs #NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector +#NOMAN= # do not build manual pages #NO_MODULES= # do not build modules with the kernel #NO_NIS= # do not build NIS support and related programs #NO_OBJC= # do not build Objective C support #NO_OPENSSH= # do not build OpenSSH #NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH) #NO_PF= # do not build PF firewall package +#NOPROFILE= # Avoid compiling profiled libraries #NO_SENDMAIL= # do not build sendmail and related programs +#NOSHARE= # do not go into the share subdir +#NOSHARED= # build /bin and /sbin dynamically linked (bad idea #NO_SHAREDOCS= # do not build the 4.4BSD legacy docs #NO_TCSH= # do not build and install /bin/csh (which is tcsh) #NO_TOOLCHAIN= # do not build programs for program development #NO_USB= # do not build usbd(8) and related programs # +# Variables that control how ppp(8) is built. +#NOALIAS= # do not build with NAT support (see make.conf(5)) +#NONAT= # do not build with NAT support (see make.conf(5)) +#NONETGRAPH= # do not build with NETGRAPH support +#NORADUIS= # do not build with RADUIS support +#PPP_NOSUID= # build with normal permissions +# # Variables to control whether parts of the base BIND are built. # Defining NO_BIND makes all of the following BIND variables obsolete. # Please see the more detailed descriptions in make.conf(5). --Bu8it7iiRSEf40bY-- --hxkXGo8AKqTJ+9QI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBv/zJqRfpzJluFF4RAj/HAJ9a1QSfzkkiyuUbPjrIdLvF4NSBOQCdGyzN 3lyNaPmSYT/nm5dKUYc0anA= =CqPE -----END PGP SIGNATURE----- --hxkXGo8AKqTJ+9QI-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 09:02:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE04316A4D0; Wed, 15 Dec 2004 09:02:19 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E5343D31; Wed, 15 Dec 2004 09:02:19 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF92IuN092473; Wed, 15 Dec 2004 11:02:18 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 47997-19; Wed, 15 Dec 2004 11:02:17 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBF92HmI092470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 11:02:17 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBF92KVD026279; Wed, 15 Dec 2004 11:02:20 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 11:02:20 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215090220.GE25967@ip.net.ua> References: <200412150240.iBF2ehIf095484@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q8BnQc91gJZX4vDc" Content-Disposition: inline In-Reply-To: <200412150240.iBF2ehIf095484@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 09:02:20 -0000 --Q8BnQc91gJZX4vDc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Tom, On Wed, Dec 15, 2004 at 02:40:43AM +0000, Tom Rhodes wrote: > trhodes 2004-12-15 02:40:43 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man5 make.conf.5=20 > Log: > Add options recently added to make.conf. > =20 > Revision Changes Path > 1.102 +29 -1 src/share/man/man5/make.conf.5 >=20 The NOSHARED knob is not boolean. If it's set to "no" or "NO", the binary will be built dynamically. If set to anything else (including an empty value), the binary will be built statically. This needs to be properly documented. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Q8BnQc91gJZX4vDc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBv/2bqRfpzJluFF4RAnU2AKCZPe3C/74RTRBEvTttAq1UNtt6eACeNBZ/ lWj/aTf8KINB387UJbHqmmA= =21EG -----END PGP SIGNATURE----- --Q8BnQc91gJZX4vDc-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 09:29:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E5F516A4CE; Wed, 15 Dec 2004 09:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47AD943D49; Wed, 15 Dec 2004 09:29:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF9Tlse033361; Wed, 15 Dec 2004 09:29:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF9TlhQ033360; Wed, 15 Dec 2004 09:29:47 GMT (envelope-from brueffer) Message-Id: <200412150929.iBF9TlhQ033360@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 09:29:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 aac.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 09:29:47 -0000 brueffer 2004-12-15 09:29:47 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 aac.4 Log: List the Adaptec SCSI RAID 2230SLP. Revision Changes Path 1.27 +2 -0 src/share/man/man4/aac.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 09:32:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D89C16A4CE; Wed, 15 Dec 2004 09:32:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565AB43D55; Wed, 15 Dec 2004 09:32:12 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBF9WCN5033496; Wed, 15 Dec 2004 09:32:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBF9WCED033495; Wed, 15 Dec 2004 09:32:12 GMT (envelope-from brueffer) Message-Id: <200412150932.iBF9WCED033495@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 09:32:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 aac.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 09:32:12 -0000 brueffer 2004-12-15 09:32:12 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 aac.4 Log: Bump .Dd before anyone notices. Revision Changes Path 1.28 +1 -1 src/share/man/man4/aac.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 11:46:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4096F16A4CE; Wed, 15 Dec 2004 11:46:01 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2484A43D5D; Wed, 15 Dec 2004 11:46:01 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 1AF7F5CA33; Wed, 15 Dec 2004 03:46:01 -0800 (PST) Date: Wed, 15 Dec 2004 03:46:01 -0800 From: Alfred Perlstein To: Suleiman Souhlal Message-ID: <20041215114601.GP15799@elvis.mu.org> References: <200412150624.iBF6Ov1u016707@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412150624.iBF6Ov1u016707@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/rev rev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 11:46:01 -0000 * Suleiman Souhlal [041214 22:24] wrote: > ssouhlal 2004-12-15 06:24:57 UTC > > FreeBSD src repository > > Modified files: > usr.bin/rev rev.c > Log: > If ferror is true, we must reset the error indicator. There's another possible bug here. Note that the code seems to unconditionally emit an EOL marker even if the last character of the line is not a newline. If that is a bug then here is a possible fix: something like this may work: (untested) Index: rev.c =================================================================== RCS file: /home/ncvs/src/usr.bin/rev/rev.c,v retrieving revision 1.8 diff -u -r1.8 rev.c --- rev.c 15 Dec 2004 06:24:57 -0000 1.8 +++ rev.c 15 Dec 2004 11:44:48 -0000 @@ -66,7 +66,7 @@ wchar_t *p, *t; FILE *fp; size_t len; - int ch, rval; + int ch, rval, newline; setlocale(LC_ALL, ""); @@ -94,12 +94,17 @@ filename = *argv++; } while ((p = fgetwln(fp, &len)) != NULL) { - if (p[len - 1] == '\n') + if (p[len - 1] == '\n') { + newline = 1; --len; + } else { + newline = 0; + } t = p + len - 1; for (t = p + len - 1; t >= p; --t) putwchar(*t); - putwchar('\n'); + if (newline) + putwchar('\n'); } if (ferror(fp)) { warn("%s", filename); -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 12:18:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AABB16A4CE; Wed, 15 Dec 2004 12:18:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6382F43D3F; Wed, 15 Dec 2004 12:18:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFCIfhp039129; Wed, 15 Dec 2004 12:18:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFCIf54039128; Wed, 15 Dec 2004 12:18:41 GMT (envelope-from brueffer) Message-Id: <200412151218.iBFCIf54039128@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 12:18:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/bde g_bde_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 12:18:41 -0000 brueffer 2004-12-15 12:18:41 UTC FreeBSD src repository (doc committer) Modified files: sys/geom/bde g_bde_lock.c Log: Fix typo in a comment. MFC after: 3 days Revision Changes Path 1.14 +1 -1 src/sys/geom/bde/g_bde_lock.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 12:39:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D7116A4CF; Wed, 15 Dec 2004 12:39:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3FF43D48; Wed, 15 Dec 2004 12:39:29 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFCdTSE040449; Wed, 15 Dec 2004 12:39:29 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFCdSsS040448; Wed, 15 Dec 2004 12:39:28 GMT (envelope-from brian) Message-Id: <200412151239.iBFCdSsS040448@repoman.freebsd.org> From: Brian Somers Date: Wed, 15 Dec 2004 12:39:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d ppp-user X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 12:39:29 -0000 brian 2004-12-15 12:39:28 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d ppp-user Log: Use rc.subr PR: 72505 Submitted by: Amir Shalem Revision Changes Path 1.235 +1 -0 src/etc/defaults/rc.conf 1.7 +10 -10 src/etc/rc.d/ppp-user From owner-cvs-src@FreeBSD.ORG Wed Dec 15 12:39:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C72C16A629; Wed, 15 Dec 2004 12:39:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89F043D41; Wed, 15 Dec 2004 12:39:52 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFCdqQv040496; Wed, 15 Dec 2004 12:39:52 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFCdqHM040495; Wed, 15 Dec 2004 12:39:52 GMT (envelope-from yar) Message-Id: <200412151239.iBFCdqHM040495@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 15 Dec 2004 12:39:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/gen popen.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 12:39:53 -0000 yar 2004-12-15 12:39:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/gen popen.c Log: MFC: Make popen(3) thread-safe for libc_r. Submitted by: marck Approved by: re (kensmith) Revision Changes Path 1.14.2.1 +31 -9 src/lib/libc/gen/popen.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 12:42:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C6016A4CE; Wed, 15 Dec 2004 12:42:06 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDFE43D2F; Wed, 15 Dec 2004 12:42:05 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 3E81C5310; Wed, 15 Dec 2004 13:42:04 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6A565530A; Wed, 15 Dec 2004 13:41:57 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 3CD26B874; Wed, 15 Dec 2004 13:41:57 +0100 (CET) To: Ceri Davies References: <200412111314.iBBDE79b055814@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 15 Dec 2004 13:41:57 +0100 In-Reply-To: <200412111314.iBBDE79b055814@repoman.freebsd.org> (Ceri Davies's message of "Sat, 11 Dec 2004 13:14:07 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 12:42:06 -0000 Ceri Davies writes: > Log: > Add a -k flag for querying whois.krnic.net (the National Internet > Development Agency of Korea) which hold details of IP address > allocations within Korea. What's wrong with '-c kr'? Are we going to allocate separate option letters for every single country code? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Dec 15 13:35:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9257516A4CE; Wed, 15 Dec 2004 13:35:43 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id D297543D3F; Wed, 15 Dec 2004 13:35:42 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFDZfag070889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 08:35:41 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 08:35:48 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215083548.5455ea2c@localhost> In-Reply-To: <20041215084901.GC25967@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 13:35:43 -0000 On Wed, 15 Dec 2004 10:49:01 +0200 Ruslan Ermilov wrote: > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > trhodes 2004-12-15 02:10:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/examples/etc make.conf > > Log: > > Add a few options with regards to ppp(8) and traceroute. > > Sort the list, please keep this list sorted. > > > > PR: 48569 > > > > Revision Changes Path > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > You unsorted the list, please fix. The correct sorting > order here is in "dictinary order", please see sort(1). Hold on a minute. A good while ago someone (bde? you? other?) told me that these options should be sorted by dictionary order only after the separation of "NOFOO" and "NO_FOO." Am I lost or something? -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 13:49:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7CB16A4CE; Wed, 15 Dec 2004 13:49:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6393543D49; Wed, 15 Dec 2004 13:49:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFDnPqj049511; Wed, 15 Dec 2004 13:49:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFDnP6a049510; Wed, 15 Dec 2004 13:49:25 GMT (envelope-from ru) Message-Id: <200412151349.iBFDnP6a049510@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Dec 2004 13:49:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fb vga.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 13:49:25 -0000 ru 2004-12-15 13:49:25 UTC FreeBSD src repository Modified files: sys/dev/fb vga.c Log: Fixed compilation warnings with option VGA_NO_MODE_CHANGE. PR: kern/71130 Revision Changes Path 1.33 +3 -1 src/sys/dev/fb/vga.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 13:52:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0189D16A4CE; Wed, 15 Dec 2004 13:52:34 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06DB43D45; Wed, 15 Dec 2004 13:52:32 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFDqUoe017377; Wed, 15 Dec 2004 15:52:30 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 37292-15; Wed, 15 Dec 2004 15:52:28 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFDqR4h017374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 15:52:28 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBFDqVRN012376; Wed, 15 Dec 2004 15:52:31 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 15:52:30 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215135230.GA2319@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20041215083548.5455ea2c@localhost> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 13:52:34 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 08:35:48AM -0500, Tom Rhodes wrote: > On Wed, 15 Dec 2004 10:49:01 +0200 > Ruslan Ermilov wrote: >=20 > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > trhodes 2004-12-15 02:10:50 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > share/examples/etc make.conf=20 > > > Log: > > > Add a few options with regards to ppp(8) and traceroute. > > > Sort the list, please keep this list sorted. > > > =20 > > > PR: 48569 > > > =20 > > > Revision Changes Path > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > >=20 > > You unsorted the list, please fix. The correct sorting > > order here is in "dictinary order", please see sort(1). >=20 > Hold on a minute. A good while ago someone (bde? you? other?) > told me that these options should be sorted by dictionary order > only after the separation of "NOFOO" and "NO_FOO." Am I lost > or something? >=20 You're lost. I fixed this some time ago (in my latest commit to this file), and now you disordered it again. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwEGeqRfpzJluFF4RAh7iAKCVHHakScgANWW7SMHhjunxLtVF9gCgmlCA UiNmQoPzVWtfvwFuJQl4iCc= =I03D -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 13:55:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544D216A4CE; Wed, 15 Dec 2004 13:55:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E22543D5C; Wed, 15 Dec 2004 13:55:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFDt1VW049714; Wed, 15 Dec 2004 13:55:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFDt0Ug049703; Wed, 15 Dec 2004 13:55:00 GMT (envelope-from ru) Message-Id: <200412151355.iBFDt0Ug049703@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Dec 2004 13:55:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fb vga.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 13:55:01 -0000 ru 2004-12-15 13:55:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fb vga.c Log: MFC: 1.33: Fixed compilation warnings with option VGA_NO_MODE_CHANGE. Revision Changes Path 1.31.2.1 +3 -1 src/sys/dev/fb/vga.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 13:58:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D461416A4CE; Wed, 15 Dec 2004 13:58:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDBC43D1F; Wed, 15 Dec 2004 13:58:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFDwSaG049888; Wed, 15 Dec 2004 13:58:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFDwSH2049887; Wed, 15 Dec 2004 13:58:28 GMT (envelope-from pjd) Message-Id: <200412151358.iBFDwSH2049887@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 15 Dec 2004 13:58:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.include.dist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 13:58:29 -0000 pjd 2004-12-15 13:58:28 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist Log: Remove autofs entry from here. Revision Changes Path 1.94 +0 -2 src/etc/mtree/BSD.include.dist From owner-cvs-src@FreeBSD.ORG Wed Dec 15 14:01:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A74A16A4CE; Wed, 15 Dec 2004 14:01:35 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120AA43D31; Wed, 15 Dec 2004 14:01:35 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFE1Xag071030 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 09:01:34 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 09:01:39 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215090139.53a90960@localhost> In-Reply-To: <20041215135230.GA2319@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 14:01:35 -0000 On Wed, 15 Dec 2004 15:52:30 +0200 Ruslan Ermilov wrote: > On Wed, Dec 15, 2004 at 08:35:48AM -0500, Tom Rhodes wrote: > > On Wed, 15 Dec 2004 10:49:01 +0200 > > Ruslan Ermilov wrote: > > > > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > > trhodes 2004-12-15 02:10:50 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > share/examples/etc make.conf > > > > Log: > > > > Add a few options with regards to ppp(8) and traceroute. > > > > Sort the list, please keep this list sorted. > > > > > > > > PR: 48569 > > > > > > > > Revision Changes Path > > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > > > > > You unsorted the list, please fix. The correct sorting > > > order here is in "dictinary order", please see sort(1). > > > > Hold on a minute. A good while ago someone (bde? you? other?) > > told me that these options should be sorted by dictionary order > > only after the separation of "NOFOO" and "NO_FOO." Am I lost > > or something? > > > You're lost. I fixed this some time ago (in my latest commit > to this file), and now you disordered it again. ;) cvs log make.conf | grep -A 10 'trhodes' ------------------------------------------- date: 2003/02/14 20:04:44; author: trhodes; state: Exp; lines: +1 -1 Move NOMAN down the section without underscore characters. Add a forgotten `=' sign. Thanks to: ru, bde ------------------------------------------ Remember that thread? Something about bad sorting of NOMAN (dictionary format correct but should not be in with the underscored variables). -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 14:21:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D2416A4CE; Wed, 15 Dec 2004 14:21:21 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2757643D31; Wed, 15 Dec 2004 14:21:20 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFELIOx020778; Wed, 15 Dec 2004 16:21:18 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 47218-18; Wed, 15 Dec 2004 16:21:13 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFELBLt020761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 16:21:12 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBFELExn029317; Wed, 15 Dec 2004 16:21:14 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 16:21:14 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215142114.GA24846@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20041215090139.53a90960@localhost> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 14:21:21 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 09:01:39AM -0500, Tom Rhodes wrote: > On Wed, 15 Dec 2004 15:52:30 +0200 > Ruslan Ermilov wrote: >=20 > > On Wed, Dec 15, 2004 at 08:35:48AM -0500, Tom Rhodes wrote: > > > On Wed, 15 Dec 2004 10:49:01 +0200 > > > Ruslan Ermilov wrote: > > >=20 > > > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > > > trhodes 2004-12-15 02:10:50 UTC > > > > >=20 > > > > > FreeBSD src repository > > > > >=20 > > > > > Modified files: > > > > > share/examples/etc make.conf=20 > > > > > Log: > > > > > Add a few options with regards to ppp(8) and traceroute. > > > > > Sort the list, please keep this list sorted. > > > > > =20 > > > > > PR: 48569 > > > > > =20 > > > > > Revision Changes Path > > > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > > >=20 > > > > You unsorted the list, please fix. The correct sorting > > > > order here is in "dictinary order", please see sort(1). > > >=20 > > > Hold on a minute. A good while ago someone (bde? you? other?) > > > told me that these options should be sorted by dictionary order > > > only after the separation of "NOFOO" and "NO_FOO." Am I lost > > > or something? > > >=20 > > You're lost. I fixed this some time ago (in my latest commit > > to this file), and now you disordered it again. ;) >=20 > cvs log make.conf | grep -A 10 'trhodes' > ------------------------------------------- > date: 2003/02/14 20:04:44; author: trhodes; state: Exp; lines: +1 -1 > Move NOMAN down the section without underscore characters. > Add a forgotten `=3D' sign. >=20 > Thanks to: ru, bde > ------------------------------------------ >=20 > Remember that thread? Something about bad sorting of NOMAN > (dictionary format correct but should not be in with the > underscored variables). >=20 In the time of that commit (rev. 1.209), the underscored versions were separated from non-underscored ones. This time (rev. 1.240), they were merged and sorted in dictionary order (for easier human search). You should have preserved the existing style. I don't see any controversy between these two revisions (rev. 1.211 and the upcoming revision when you commit my patch ;), both use the rule "don't break an existing style". Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwEhaqRfpzJluFF4RAls/AKCVPWnOVVF1B8f7c83LnA0sbVEmtQCffZDq hzjEK0zyQbG4SM6Vhqs+5l8= =MPhb -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 14:38:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBE416A4D0 for ; Wed, 15 Dec 2004 14:38:31 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D1C43D5D for ; Wed, 15 Dec 2004 14:38:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21243 invoked from network); 15 Dec 2004 14:38:31 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Dec 2004 14:38:30 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBFEcMVc002503; Wed, 15 Dec 2004 09:38:27 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 14 Dec 2004 21:46:44 -0500 User-Agent: KMail/1.6.2 References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> In-Reply-To: <41BF6F44.2090407@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412142146.44653.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 14:38:32 -0000 On Tuesday 14 December 2004 05:55 pm, Nate Lawson wrote: > John Baldwin wrote: > > On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: > >>John Baldwin wrote: > >>>On Tuesday 30 November 2004 01:18 am, Nate Lawson wrote: > >>>>njl 2004-11-30 06:18:46 UTC > >>>> > >>>> FreeBSD src repository > >>>> > >>>> Modified files: > >>>> sys/i386/i386 vm_machdep.c > >>>> Log: > >>>> MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on > >>>> cpu 0. Also, restructure cpu_reset to be cleaner (no functional > >>>>change.) > >>> > >>>FYI, this breaks the 'reset' command from ddb if you panic on a cpu > >>> other than the BSP. boot() isn't the only function that calls > >>> cpu_reset(), so perhaps this should be reverted (same for amd64) > >> > >>No, I think we should move forward instead of backward. Entering the > >>debugger should happen on the BSP and possibly other cpus need to be > >>stopped by panic(). > > > > Erm, well, that's not always easy since sometimes when you panic you > > can't talk to the other CPUs for whatever reason. Putting back the proxy > > reset doesn't hurt for now but does restore functionality in at least > > some cases. I'd rather have that then certain hard panics not get into > > ddb because we couldn't get onto the BSP to run ddb. > > Perhaps you could give me some pointers on what is counted on to be > working when panic() is called? I can't come up with a situation where > the proxy code couldn't be used upon entry to ddb. If there were any > cases like this, the proxy code wouldn't work for cpu_reset() either. > Also, in such a case, it's hard to see how ddb could be usable since it > tries to stop other processors, which requires similar code to the proxy. > > Or in other words, if you have enough capability to call panic() or > break to ddb, then you have enough resources to do an IPI and get onto > the BSP. You can assume nothing once you do a panic(). I'd just like reset to have a chance of working and don't want to add anything extra to the path to get into ddb. If I had to choose, I'd rather people be able to get into ddb but not reboot remotely so that they can do debugging than to have reset always work. However, it doesn't hurt to add the extra proxy stuff back in to maximize the number of cases that work. Basically, I don't want to risk losing the ability for people to get into ddb when a panic happens because of IPI problems, but if someone does get into ddb, it would be nice if reset at least had some chance of working when called from an AP. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Dec 15 14:38:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50FDD16A58B for ; Wed, 15 Dec 2004 14:38:37 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAAEA43D46 for ; Wed, 15 Dec 2004 14:38:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 21366 invoked from network); 15 Dec 2004 14:38:36 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Dec 2004 14:38:36 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBFEcMVd002503; Wed, 15 Dec 2004 09:38:33 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Kris Kennaway Date: Tue, 14 Dec 2004 21:48:48 -0500 User-Agent: KMail/1.6.2 References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <41BF6F44.2090407@root.org> <20041215001034.GA60875@xor.obsecurity.org> In-Reply-To: <20041215001034.GA60875@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412142148.48019.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 14:38:37 -0000 On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: > On Tue, Dec 14, 2004 at 02:55:00PM -0800, Nate Lawson wrote: > > >Erm, well, that's not always easy since sometimes when you panic you > > > can't talk to the other CPUs for whatever reason. Putting back the > > > proxy reset doesn't hurt for now but does restore functionality in at > > > least some cases. I'd rather have that then certain hard panics not > > > get into ddb because we couldn't get onto the BSP to run ddb. > > > > Perhaps you could give me some pointers on what is counted on to be > > working when panic() is called? I can't come up with a situation where > > the proxy code couldn't be used upon entry to ddb. If there were any > > cases like this, the proxy code wouldn't work for cpu_reset() either. > > Also, in such a case, it's hard to see how ddb could be usable since it > > tries to stop other processors, which requires similar code to the proxy. > > > > Or in other words, if you have enough capability to call panic() or > > break to ddb, then you have enough resources to do an IPI and get onto > > the BSP. > > NB: DDB often isn't usable on SMP machines thesedays, and will hang > when a panic tries to enter it. Try debug.kdb.stop_cpus=0 (sysctl and tunable) to prevent KDB from trying to stop the other CPUs. Another possible fix that ups@ has talked about is changing IPI_STOP to use an NMI rather than a vector (you can send NMI IPIs via the local APIC) so that IPI_STOP is more reliable. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Dec 15 14:58:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744F016A4CE; Wed, 15 Dec 2004 14:58:49 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25FA43D49; Wed, 15 Dec 2004 14:58:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFEwlag071288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 09:58:47 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 09:58:48 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215095848.658d4cc6@localhost> In-Reply-To: <20041215142114.GA24846@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> <20041215142114.GA24846@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 14:58:49 -0000 On Wed, 15 Dec 2004 16:21:14 +0200 Ruslan Ermilov wrote: > On Wed, Dec 15, 2004 at 09:01:39AM -0500, Tom Rhodes wrote: > > On Wed, 15 Dec 2004 15:52:30 +0200 > > Ruslan Ermilov wrote: > > > > > On Wed, Dec 15, 2004 at 08:35:48AM -0500, Tom Rhodes wrote: > > > > On Wed, 15 Dec 2004 10:49:01 +0200 > > > > Ruslan Ermilov wrote: > > > > > > > > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > > > > trhodes 2004-12-15 02:10:50 UTC > > > > > > > > > > > > FreeBSD src repository > > > > > > > > > > > > Modified files: > > > > > > share/examples/etc make.conf > > > > > > Log: > > > > > > Add a few options with regards to ppp(8) and traceroute. > > > > > > Sort the list, please keep this list sorted. > > > > > > > > > > > > PR: 48569 > > > > > > > > > > > > Revision Changes Path > > > > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > > > > > > > > > You unsorted the list, please fix. The correct sorting > > > > > order here is in "dictinary order", please see sort(1). > > > > > > > > Hold on a minute. A good while ago someone (bde? you? other?) > > > > told me that these options should be sorted by dictionary order > > > > only after the separation of "NOFOO" and "NO_FOO." Am I lost > > > > or something? > > > > > > > You're lost. I fixed this some time ago (in my latest commit > > > to this file), and now you disordered it again. ;) > > > > cvs log make.conf | grep -A 10 'trhodes' > > ------------------------------------------- > > date: 2003/02/14 20:04:44; author: trhodes; state: Exp; lines: +1 -1 > > Move NOMAN down the section without underscore characters. > > Add a forgotten `=' sign. > > > > Thanks to: ru, bde > > ------------------------------------------ > > > > Remember that thread? Something about bad sorting of NOMAN > > (dictionary format correct but should not be in with the > > underscored variables). > > > In the time of that commit (rev. 1.209), the underscored versions > were separated from non-underscored ones. This time (rev. 1.240), > they were merged and sorted in dictionary order (for easier human > search). You should have preserved the existing style. I don't So, your saying that in revision 1.238 it was "ok" for you to "break existing style" without documenting it in the commit log: "For variables that are only checked with defined(), don't provide any fake value." But not ok for me to "break existing sytle" in revision 1.241 which returned the style back to what we had for at least 2-3 years? (Note, my time of 2-3 years may be off, it's just a guess from since I've had my commit bit). > see any controversy between these two revisions (rev. 1.211 and > the upcoming revision when you commit my patch ;), both use the > rule "don't break an existing style". There is no real "controversy" over revisions. I just don't particularly fancy being told to do something on one commit and then get told I did almost the same thing wrong in another commit. I agree with you that variables for ppp(8) should be placed in their own specific area; however, the style thing I'm a bit leary on. Also, please take note that if I'm coming off as an asshole, I don't mean to be. I'm just concerned about how this may play out. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 15:15:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B56A516A4CF; Wed, 15 Dec 2004 15:15:27 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACAB43D49; Wed, 15 Dec 2004 15:15:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B3AD7511AE; Wed, 15 Dec 2004 07:15:26 -0800 (PST) Date: Wed, 15 Dec 2004 07:15:26 -0800 From: Kris Kennaway To: John Baldwin Message-ID: <20041215151526.GA3462@xor.obsecurity.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <41BF6F44.2090407@root.org> <20041215001034.GA60875@xor.obsecurity.org> <200412142148.48019.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <200412142148.48019.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 15:15:27 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 14, 2004 at 09:48:48PM -0500, John Baldwin wrote: > On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: > > On Tue, Dec 14, 2004 at 02:55:00PM -0800, Nate Lawson wrote: > > > >Erm, well, that's not always easy since sometimes when you panic you > > > > can't talk to the other CPUs for whatever reason. Putting back the > > > > proxy reset doesn't hurt for now but does restore functionality in = at > > > > least some cases. I'd rather have that then certain hard panics not > > > > get into ddb because we couldn't get onto the BSP to run ddb. > > > > > > Perhaps you could give me some pointers on what is counted on to be > > > working when panic() is called? I can't come up with a situation whe= re > > > the proxy code couldn't be used upon entry to ddb. If there were any > > > cases like this, the proxy code wouldn't work for cpu_reset() either. > > > Also, in such a case, it's hard to see how ddb could be usable since = it > > > tries to stop other processors, which requires similar code to the pr= oxy. > > > > > > Or in other words, if you have enough capability to call panic() or > > > break to ddb, then you have enough resources to do an IPI and get onto > > > the BSP. > > > > NB: DDB often isn't usable on SMP machines thesedays, and will hang > > when a panic tries to enter it. >=20 > Try debug.kdb.stop_cpus=3D0 (sysctl and tunable) to prevent KDB from tryi= ng to=20 > stop the other CPUs. Another possible fix that ups@ has talked about is= =20 > changing IPI_STOP to use an NMI rather than a vector (you can send NMI IP= Is=20 > via the local APIC) so that IPI_STOP is more reliable. This is already set, and it doesn't always fix the problem. I often get overlapping panics from the other CPUs on this machine, and it often locks up when trying to enter DDB, or while printing the panic string (the other day it only got as far as 'p' before hanging). Kris --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwFUOWry0BWjoQKURAptkAJ9Cx6tNlFHoB7I1li/+JqZvoGOmBwCgsidA jhTA21WX70K+c7ty06mnFzM= =9sKl -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 15:47:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F5716A4CE; Wed, 15 Dec 2004 15:47:34 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A86D43D46; Wed, 15 Dec 2004 15:47:33 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFFlVii027136; Wed, 15 Dec 2004 17:47:31 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 70449-01; Wed, 15 Dec 2004 17:47:30 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBFFlUvi027133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2004 17:47:30 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBFFlXgh096022; Wed, 15 Dec 2004 17:47:33 +0200 (EET) (envelope-from ru) Date: Wed, 15 Dec 2004 17:47:33 +0200 From: Ruslan Ermilov To: Tom Rhodes Message-ID: <20041215154733.GB85290@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> <20041215142114.GA24846@ip.net.ua> <20041215095848.658d4cc6@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: <20041215095848.658d4cc6@localhost> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 15:47:34 -0000 --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Tom, On Wed, Dec 15, 2004 at 09:58:48AM -0500, Tom Rhodes wrote: > So, your saying that in revision 1.238 it was "ok" for you to > "break existing style" without documenting it in the commit > log: >=20 > "For variables that are only checked with defined(), don't provide > any fake value." >=20 > But not ok for me to "break existing sytle" in revision 1.241 > which returned the style back to what we had for at least 2-3 > years? (Note, my time of 2-3 years may be off, it's just a > guess from since I've had my commit bit). >=20 My bad that I didn't put it into the commit log. I even remember thinking about splitting the style/change thing between two commits, but then given up on the idea and just went ahead and committed it in a single revision. My excuse for that being: this commit covered a zillion of other files (see commitlogs/share.20041201.gz). > > see any controversy between these two revisions (rev. 1.211 and > > the upcoming revision when you commit my patch ;), both use the > > rule "don't break an existing style". >=20 > There is no real "controversy" over revisions. I just don't > particularly fancy being told to do something on one commit > and then get told I did almost the same thing wrong in another > commit. >=20 Sorry about that, but some facts just don't hold forever. ;) > I agree with you that variables for ppp(8) should be placed in > their own specific area; >=20 Also because that "NO" area is for documenting knobs that affect *not* building some parts of the world. In case of ppp(8), the knobs only tell how to *not* build parts of ppp(8). If there were NO_PPP, it would belong to this section indeed. > however, the style thing I'm a bit > leary on. Also, please take note that if I'm coming off as an > asshole, I don't mean to be. I'm just concerned about how this > may play out. >=20 OK, how about just committing my patch, now that you have all explanations in hands. Feel free to attribute your confusion to me. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwFyVqRfpzJluFF4RAtLvAJ9LQza2WYKouhPh+aFy9YS4Ys6b7QCfbhzD ZtYpETUWP2/ziDps9pTNXXU= =4dta -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 16:16:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDE316A4CE; Wed, 15 Dec 2004 16:16:27 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415FB43D1D; Wed, 15 Dec 2004 16:16:25 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from [192.168.1.199] (adsl-64-142-76-135.sonic.net [64.142.76.135]) by elvis.mu.org (Postfix) with ESMTP id 1E8285CA46; Wed, 15 Dec 2004 08:16:25 -0800 (PST) Message-ID: <41C06357.40306@freebsd.org> Date: Wed, 15 Dec 2004 08:16:23 -0800 From: Paul Saab User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200412150338.iBF3c6IH098109@repoman.freebsd.org> <20041215080006.GA4325@freebie.xs4all.nl> In-Reply-To: <20041215080006.GA4325@freebie.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 16:16:27 -0000 Wilko Bulte wrote: >On Wed, Dec 15, 2004 at 03:38:06AM +0000, Paul Saab wrote.. > > >>ps 2004-12-15 03:38:06 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/dev/mii brgphy.c miidevs >> Log: >> MFC: Forgot to update this when merging support for the 5750/5751. >> >> > >Paul, > >Could this have anything to do with me just getting watchdog resets >on this one when installed in an Alpha machine with 5.3-stable? > >bge0: mem 0x1090000-0x109f >fff irq 43 at device 16.0 on pci0 >miibus2: on bge0 >brgphy0: on miibus2 >brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseT >X-FDX, auto >bge0: Ethernet address: 00:0b:cd:52:e0:5a > > No. Dont know why that's happening. From owner-cvs-src@FreeBSD.ORG Wed Dec 15 17:14:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A0016A4D5; Wed, 15 Dec 2004 17:14:49 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DAE43D49; Wed, 15 Dec 2004 17:14:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFHEkag072036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 12:14:47 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 12:14:53 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215121453.78849773@localhost> In-Reply-To: <20041215154733.GB85290@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> <20041215142114.GA24846@ip.net.ua> <20041215095848.658d4cc6@localhost> <20041215154733.GB85290@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 17:14:49 -0000 On Wed, 15 Dec 2004 17:47:33 +0200 Ruslan Ermilov wrote: > Hi Tom, > > On Wed, Dec 15, 2004 at 09:58:48AM -0500, Tom Rhodes wrote: > > So, your saying that in revision 1.238 it was "ok" for you to > > "break existing style" without documenting it in the commit > > log: > > > > "For variables that are only checked with defined(), don't provide > > any fake value." > > > > But not ok for me to "break existing sytle" in revision 1.241 > > which returned the style back to what we had for at least 2-3 > > years? (Note, my time of 2-3 years may be off, it's just a > > guess from since I've had my commit bit). > > > My bad that I didn't put it into the commit log. I even > remember thinking about splitting the style/change thing > between two commits, but then given up on the idea and > just went ahead and committed it in a single revision. > My excuse for that being: this commit covered a zillion > of other files (see commitlogs/share.20041201.gz). Ok, that is a good excuse. :) > > > > see any controversy between these two revisions (rev. 1.211 and > > > the upcoming revision when you commit my patch ;), both use the > > > rule "don't break an existing style". > > > > There is no real "controversy" over revisions. I just don't > > particularly fancy being told to do something on one commit > > and then get told I did almost the same thing wrong in another > > commit. > > > Sorry about that, but some facts just don't hold forever. ;) True, but I am of the opinion that this one should stay around. :) > > > I agree with you that variables for ppp(8) should be placed in > > their own specific area; > > > Also because that "NO" area is for documenting knobs that affect > *not* building some parts of the world. In case of ppp(8), the > knobs only tell how to *not* build parts of ppp(8). If there > were NO_PPP, it would belong to this section indeed. Is this a prod to commit my old (very old?) NO_PPP build knob? :) > > > however, the style thing I'm a bit > > leary on. Also, please take note that if I'm coming off as an > > asshole, I don't mean to be. I'm just concerned about how this > > may play out. > > > OK, how about just committing my patch, now that you have all > explanations in hands. Feel free to attribute your confusion > to me. I broke style, this is readily apparent; however so did you. I liked the old style, it looked nicer and was easier to work with. There is this burning feeling in my gut that keeps telling me you are taking a style baton and hitting me with it unjustly. Who are you, and by the same token who am I, to say what style this file should have? You changed the historical, I put it back. This is a stalemate argument, you like your style change and I like the historical. And other people probably don't care one way or the other. I'm half tempted to just submit and apply your patch for a few reasons: 1: It will kill this worthless discussion; 2: It shows that I am not all "my way or no way"; 3: Worthless as a commit it would be, it will increase my commit count; 4: We suck because both are valid points and we need a third vote to break it. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 17:25:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58D9616A4CE; Wed, 15 Dec 2004 17:25:01 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF1C43D54; Wed, 15 Dec 2004 17:25:00 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CectX-0000GH-00; Wed, 15 Dec 2004 18:24:59 +0100 Received: from [217.83.2.129] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1CectX-0004sQ-00; Wed, 15 Dec 2004 18:24:59 +0100 From: Max Laier To: Tom Rhodes Date: Wed, 15 Dec 2004 18:25:45 +0100 User-Agent: KMail/1.7.1 References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215154733.GB85290@ip.net.ua> <20041215121453.78849773@localhost> In-Reply-To: <20041215121453.78849773@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart18084760.mazJjDQg0G"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412151825.53386.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 17:25:01 -0000 --nextPart18084760.mazJjDQg0G Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 15 December 2004 18:14, Tom Rhodes wrote: > 4: We suck because both are valid points and we need a third vote to > break it. I like to propose sortting by random reshuffling. If you don't like that, n= ext=20 best thing is increasing by length, if equal increasing by dictionary. ;) =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart18084760.mazJjDQg0G Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBwHOhXyyEoT62BG0RAlquAJ9nfB+iqKFFXczhjfr++Qkp1l814ACfYsnR bG28yOddy4M1OUH8YdCMIVw= =twf4 -----END PGP SIGNATURE----- --nextPart18084760.mazJjDQg0G-- From owner-cvs-src@FreeBSD.ORG Wed Dec 15 17:36:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B9FB16A4CE; Wed, 15 Dec 2004 17:36:32 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C76C43D2F; Wed, 15 Dec 2004 17:36:31 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 517115310; Wed, 15 Dec 2004 18:36:30 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 8819A530A; Wed, 15 Dec 2004 18:36:23 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 55FDCB874; Wed, 15 Dec 2004 18:36:23 +0100 (CET) To: Tom Rhodes References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> <20041215142114.GA24846@ip.net.ua> <20041215095848.658d4cc6@localhost> <20041215154733.GB85290@ip.net.ua> <20041215121453.78849773@localhost> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 15 Dec 2004 18:36:23 +0100 In-Reply-To: <20041215121453.78849773@localhost> (Tom Rhodes's message of "Wed, 15 Dec 2004 12:14:53 -0500") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 17:36:32 -0000 Tom Rhodes writes: > 4: We suck because both are valid points and we need a third vote to > break it. How about numeric ordering of the EBCDIC encoding of the MD5 checksum of the name of the first Makefile that references the variable? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Wed Dec 15 17:48:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325EC16A4CE; Wed, 15 Dec 2004 17:48:24 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753D043D31; Wed, 15 Dec 2004 17:48:23 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFHmJag072268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 12:48:20 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 12:48:26 -0500 From: Tom Rhodes To: des@des.no (Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?=) Message-ID: <20041215124826.28b5aaa1@localhost> In-Reply-To: References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215083548.5455ea2c@localhost> <20041215135230.GA2319@ip.net.ua> <20041215090139.53a90960@localhost> <20041215142114.GA24846@ip.net.ua> <20041215095848.658d4cc6@localhost> <20041215154733.GB85290@ip.net.ua> <20041215121453.78849773@localhost> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 17:48:24 -0000 On Wed, 15 Dec 2004 18:36:23 +0100 des@des.no (Dag-Erling Sm=F8rgrav) wrote: > Tom Rhodes writes: > > 4: We suck because both are valid points and we need a third vote to > > break it. >=20 > How about numeric ordering of the EBCDIC encoding of the MD5 checksum > of the name of the first Makefile that references the variable? Sure! I can expect a patch later on then right? :) --=20 Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 18:19:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D548416A4CF; Wed, 15 Dec 2004 18:19:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBF943D4C; Wed, 15 Dec 2004 18:19:17 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBFIIHqJ014991; Wed, 15 Dec 2004 11:18:17 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Wed, 15 Dec 2004 11:18:17 -0700 (MST) Message-Id: <20041215.111817.71102717.imp@harmony.village.org> To: trhodes@FreeBSD.org From: Warner Losh In-Reply-To: <20041215121453.78849773@localhost> References: <20041215095848.658d4cc6@localhost> <20041215154733.GB85290@ip.net.ua> <20041215121453.78849773@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: ru@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 18:19:18 -0000 > 4: We suck because both are valid points and we need a third vote to > break it. Go with the new style. I say that because we should likely move away from having both NOFOO and NO_FOO to only having NO_FOO, at which time we'd only have one section. We do need to consider also having a different name space for internal only vs external flags as well, aka NOSHARE (which is kinda both right now). Warner From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:04:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B08C16A4CE; Wed, 15 Dec 2004 19:04:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B6343D5F; Wed, 15 Dec 2004 19:04:07 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFJ474T067688; Wed, 15 Dec 2004 19:04:07 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFJ47k1067687; Wed, 15 Dec 2004 19:04:07 GMT (envelope-from sam) Message-Id: <200412151904.iBFJ47k1067687@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Dec 2004 19:04:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:04:07 -0000 sam 2004-12-15 19:04:07 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: fix m_append for case where additional mbufs are required Revision Changes Path 1.138 +2 -2 src/sys/kern/uipc_mbuf.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:42:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3060E16A4D4; Wed, 15 Dec 2004 19:42:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD1E43D45; Wed, 15 Dec 2004 19:42:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFJg58B068989; Wed, 15 Dec 2004 19:42:05 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFJg5Da068988; Wed, 15 Dec 2004 19:42:05 GMT (envelope-from brueffer) Message-Id: <200412151942.iBFJg5Da068988@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 19:42:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 altq.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:42:06 -0000 brueffer 2004-12-15 19:42:05 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man9 altq.9 Log: MFC: rev. 1.5 Remove the "SUPPORTED DEVICES" section, which now resides in altq(4). Revision Changes Path 1.2.2.2 +0 -30 src/share/man/man9/altq.9 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:42:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF7416A4CF; Wed, 15 Dec 2004 19:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56E843D66; Wed, 15 Dec 2004 19:42:35 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFJgZp9069022; Wed, 15 Dec 2004 19:42:35 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFJgZFf069021; Wed, 15 Dec 2004 19:42:35 GMT (envelope-from trhodes) Message-Id: <200412151942.iBFJgZFf069021@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 15 Dec 2004 19:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 19:42:36 -0000 trhodes 2004-12-15 19:42:35 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: Commit patch from ru which groups the ppp(8) options together and kills my sorting. Submitted by: ru Discussed with: imp Revision Changes Path 1.242 +20 -20 src/share/examples/etc/make.conf From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:55:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2831716A4CE; Wed, 15 Dec 2004 19:55:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D66A43D5A; Wed, 15 Dec 2004 19:55:06 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFJt5xV069575; Wed, 15 Dec 2004 19:55:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFJt5hM069574; Wed, 15 Dec 2004 19:55:05 GMT (envelope-from alc) Message-Id: <200412151955.iBFJt5hM069574@repoman.freebsd.org> From: Alan Cox Date: Wed, 15 Dec 2004 19:55:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha pmap.c 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/powerpc/powerpc pmap.c src/sys/sparc64/sparc64 pmap.c src/sys/vm vm_fault.c vm_map.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:55:06 -0000 alc 2004-12-15 19:55:05 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/arm/arm pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap.c sys/sparc64/sparc64 pmap.c sys/vm vm_fault.c vm_map.c Log: In the common case, pmap_enter_quick() completes without sleeping. In such cases, the busying of the page and the unlocking of the containing object by vm_map_pmap_enter() and vm_fault_prefault() is unnecessary overhead. To eliminate this overhead, this change modifies pmap_enter_quick() so that it expects the object to be locked on entry and it assumes the responsibility for busying the page and unlocking the object if it must sleep. Note: alpha, amd64, i386 and ia64 are the only implementations optimized by this change; arm, powerpc, and sparc64 still conservatively busy the page and unlock the object within every pmap_enter_quick() call. Additionally, this change is the first case where we synchronize access to the page's PG_BUSY flag and busy field using the containing object's lock rather than the global page queues lock. (Modifications to the page's PG_BUSY flag and busy field have asserted both locks for several weeks, enabling an incremental transition.) Revision Changes Path 1.175 +30 -13 src/sys/alpha/alpha/pmap.c 1.512 +12 -2 src/sys/amd64/amd64/pmap.c 1.21 +11 -0 src/sys/arm/arm/pmap.c 1.519 +12 -2 src/sys/i386/i386/pmap.c 1.156 +4 -0 src/sys/ia64/ia64/pmap.c 1.91 +8 -0 src/sys/powerpc/powerpc/pmap.c 1.142 +8 -0 src/sys/sparc64/sparc64/pmap.c 1.199 +2 -8 src/sys/vm/vm_fault.c 1.362 +4 -9 src/sys/vm/vm_map.c From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:56:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9636C16A4CE; Wed, 15 Dec 2004 19:56:36 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C2043D31; Wed, 15 Dec 2004 19:56:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBFJuWug009490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 11:56:35 -0800 Message-ID: <41C096EF.7050908@root.org> Date: Wed, 15 Dec 2004 11:56:31 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <41BF6F44.2090407@root.org> <20041215001034.GA60875@xor.obsecurity.org> <200412142148.48019.jhb@FreeBSD.org> <20041215151526.GA3462@xor.obsecurity.org> In-Reply-To: <20041215151526.GA3462@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:56:36 -0000 Kris Kennaway wrote: > On Tue, Dec 14, 2004 at 09:48:48PM -0500, John Baldwin wrote: > >>On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: >> >>>On Tue, Dec 14, 2004 at 02:55:00PM -0800, Nate Lawson wrote: >>> >>>>>Erm, well, that's not always easy since sometimes when you panic you >>>>>can't talk to the other CPUs for whatever reason. Putting back the >>>>>proxy reset doesn't hurt for now but does restore functionality in at >>>>>least some cases. I'd rather have that then certain hard panics not >>>>>get into ddb because we couldn't get onto the BSP to run ddb. >>>> >>>>Perhaps you could give me some pointers on what is counted on to be >>>>working when panic() is called? I can't come up with a situation where >>>>the proxy code couldn't be used upon entry to ddb. If there were any >>>>cases like this, the proxy code wouldn't work for cpu_reset() either. >>>>Also, in such a case, it's hard to see how ddb could be usable since it >>>>tries to stop other processors, which requires similar code to the proxy. >>>> >>>>Or in other words, if you have enough capability to call panic() or >>>>break to ddb, then you have enough resources to do an IPI and get onto >>>>the BSP. >>> >>>NB: DDB often isn't usable on SMP machines thesedays, and will hang >>>when a panic tries to enter it. >> >>Try debug.kdb.stop_cpus=0 (sysctl and tunable) to prevent KDB from trying to >>stop the other CPUs. Another possible fix that ups@ has talked about is >>changing IPI_STOP to use an NMI rather than a vector (you can send NMI IPIs >>via the local APIC) so that IPI_STOP is more reliable. > > > This is already set, and it doesn't always fix the problem. I often > get overlapping panics from the other CPUs on this machine, and it > often locks up when trying to enter DDB, or while printing the panic > string (the other day it only got as far as 'p' before hanging). > > Kris Bruce had a patch that made better effort to get all cpus stopped in panic without races or hangs. Perhaps he can repost it, it's been a while since I saw it. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:59:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F2D16A4CE; Wed, 15 Dec 2004 19:59:36 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F4143D54; Wed, 15 Dec 2004 19:59:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBFJxYug009530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 11:59:35 -0800 Message-ID: <41C097A6.8070305@root.org> Date: Wed, 15 Dec 2004 11:59:34 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <41BF6F44.2090407@root.org> <20041215001034.GA60875@xor.obsecurity.org> <200412142148.48019.jhb@FreeBSD.org> In-Reply-To: <200412142148.48019.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:59:36 -0000 John Baldwin wrote: > On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: > >>On Tue, Dec 14, 2004 at 02:55:00PM -0800, Nate Lawson wrote: >> >>>>Erm, well, that's not always easy since sometimes when you panic you >>>>can't talk to the other CPUs for whatever reason. Putting back the >>>>proxy reset doesn't hurt for now but does restore functionality in at >>>>least some cases. I'd rather have that then certain hard panics not >>>>get into ddb because we couldn't get onto the BSP to run ddb. >>> >>>Perhaps you could give me some pointers on what is counted on to be >>>working when panic() is called? I can't come up with a situation where >>>the proxy code couldn't be used upon entry to ddb. If there were any >>>cases like this, the proxy code wouldn't work for cpu_reset() either. >>>Also, in such a case, it's hard to see how ddb could be usable since it >>>tries to stop other processors, which requires similar code to the proxy. >>> >>>Or in other words, if you have enough capability to call panic() or >>>break to ddb, then you have enough resources to do an IPI and get onto >>>the BSP. >> >>NB: DDB often isn't usable on SMP machines thesedays, and will hang >>when a panic tries to enter it. > > > Try debug.kdb.stop_cpus=0 (sysctl and tunable) to prevent KDB from trying to > stop the other CPUs. Another possible fix that ups@ has talked about is > changing IPI_STOP to use an NMI rather than a vector (you can send NMI IPIs > via the local APIC) so that IPI_STOP is more reliable. That would be excellent. If that was implemented, would it be acceptable then to stop the cpus while entering ddb or on panic? I think it would be reliable enough to always do this. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 15 19:59:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8549516A4CE; Wed, 15 Dec 2004 19:59:54 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB53B43D48; Wed, 15 Dec 2004 19:59:53 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iBFJxqag073057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 14:59:53 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Dec 2004 14:59:58 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-ID: <20041215145958.3f30a0a2@localhost> In-Reply-To: <20041215085849.GD25967@ip.net.ua> References: <200412150210.iBF2AodY094280@repoman.freebsd.org> <20041215084901.GC25967@ip.net.ua> <20041215085849.GD25967@ip.net.ua> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 15 Dec 2004 19:59:54 -0000 On Wed, 15 Dec 2004 10:58:49 +0200 Ruslan Ermilov wrote: > Hi Tom, > > On Wed, Dec 15, 2004 at 10:49:01AM +0200, Ruslan Ermilov wrote: > > On Wed, Dec 15, 2004 at 02:10:50AM +0000, Tom Rhodes wrote: > > > trhodes 2004-12-15 02:10:50 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > share/examples/etc make.conf > > > Log: > > > Add a few options with regards to ppp(8) and traceroute. > > > Sort the list, please keep this list sorted. > > > > > > PR: 48569 > > > > > > Revision Changes Path > > > 1.241 +17 -11 src/share/examples/etc/make.conf > > > > > You unsorted the list, please fix. The correct sorting > > order here is in "dictinary order", please see sort(1). > > > OK, I've saved you a minute and prepared a patch myself. > Here's what it does: > > 1. Fix the sorting using the dictionary order (sort -d). > 2. Group ppp(8) related build options together. > > NB: The NO* ppp(8) options should be renamed to PPP_NO*. Committed, argument over with, nothing more to see here. Thanks! -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Wed Dec 15 20:04:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD15A16A4CE; Wed, 15 Dec 2004 20:04:31 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CDDE43D46; Wed, 15 Dec 2004 20:04:31 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBFK4Qug009658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Dec 2004 12:04:30 -0800 Message-ID: <41C098C9.2010802@root.org> Date: Wed, 15 Dec 2004 12:04:25 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Evans References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> <20041215115843.E45301@delplex.bde.org> In-Reply-To: <20041215115843.E45301@delplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 20:04:32 -0000 Bruce Evans wrote: > On Tue, 14 Dec 2004, Nate Lawson wrote: >>John Baldwin wrote: >> >>>On Tuesday 14 December 2004 03:11 pm, Nate Lawson wrote: >>>>John Baldwin wrote: >>>>... >>>> >>>>>FYI, this breaks the 'reset' command from ddb if you panic on a cpu other >>>>>than the BSP. boot() isn't the only function that calls cpu_reset(), so >>>>>perhaps this should be reverted (same for amd64) >>>> >>>>No, I think we should move forward instead of backward. Entering the >>>>debugger should happen on the BSP and possibly other cpus need to be >>>>stopped by panic(). >>> >>>Erm, well, that's not always easy since sometimes when you panic you can't >>>talk to the other CPUs for whatever reason. Putting back the proxy reset > > The most common reason is that at least one other CPU is looping with > interrupts disabled. Then it won't see IPIs and stop_cpus() will loop > forever. Yes, the NMI change would fix this. Please repost your ddb sync patch. I'm ok with John putting the cpu proxy reset stuff back in for now. He's right in that it's the best we can do for now. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 15 22:03:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305AD16A4D0 for ; Wed, 15 Dec 2004 22:03:42 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA47343D5C for ; Wed, 15 Dec 2004 22:03:40 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 39807 invoked from network); 15 Dec 2004 21:52:18 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 15 Dec 2004 21:52:18 -0000 Message-ID: <41C0B4BB.7AC10459@freebsd.org> Date: Wed, 15 Dec 2004 23:03:39 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: obrien@freebsd.org References: <200412060827.iB68RAmE058040@repoman.freebsd.org> <200412131416.54087.peter@wemm.org> <20041214013304.GB3352@dragon.nuxi.com> <200412131939.46695.peter@wemm.org> <41BE6165.7070306@freebsd.org> <20041214172331.GA1581@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: Peter Wemm cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/i386/pci pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 22:03:42 -0000 David O'Brien wrote: > > On Mon, Dec 13, 2004 at 08:43:33PM -0700, Scott Long wrote: > > Peter Wemm wrote: > > >On that note, we still barely support anything more from AMD's platform > > >than the basic instruction set due to lack of documentation.. That's > > >why FreeBSD/amd64 ran so quickly on the Intel hardware. We only used > > >the most basic features of the generic instruction set in an otherwise > > >PC platform. We don't take advantage of the IOMMU, the timers, etc. > > >(Still no documentation). I'd have expected AMD to push as hard as > > >they can to get every advantage while Intel is still trying to recover > > >their balance. > > > > Having IOMMU docs could have a very positive benefit for things like ATA > > on amd64. However, I can't even begin to evaluate what that benefit > > might be until docs become available. > > Beyond > > http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_9004,00.html The HPET (High Precision Event Timer) looks really cool and has real 32bit counters generating time event interrupts! Nice nice! (AMD-8111 Hyper- transport I/O Hub Data Sheet, Section 3.4.4) > http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_9003,00.html > http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739_7044,00.html > > what docs do you want? -- Andre From owner-cvs-src@FreeBSD.ORG Wed Dec 15 22:10:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D66E716A4CE; Wed, 15 Dec 2004 22:10:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEEA43D55; Wed, 15 Dec 2004 22:10:31 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFMAVTk080968; Wed, 15 Dec 2004 22:10:31 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFMAVHS080967; Wed, 15 Dec 2004 22:10:31 GMT (envelope-from wilko) Message-Id: <200412152210.iBFMAVHS080967@repoman.freebsd.org> From: Wilko Bulte Date: Wed, 15 Dec 2004 22:10:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 22:10:32 -0000 wilko 2004-12-15 22:10:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Document floppy brokennes on DS10-class Alphas. Approved by: re (kensmith) / blanket Revision Changes Path 1.22.2.419 +5 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Dec 15 22:20:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D1216A4CE; Wed, 15 Dec 2004 22:20:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD4D43D5A; Wed, 15 Dec 2004 22:20:22 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFMKM0E081447; Wed, 15 Dec 2004 22:20:22 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFMKMKa081446; Wed, 15 Dec 2004 22:20:22 GMT (envelope-from ps) Message-Id: <200412152220.iBFMKMKa081446@repoman.freebsd.org> From: Paul Saab Date: Wed, 15 Dec 2004 22:20:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_vfsops.c nfs_vnops.c nfsnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 22:20:23 -0000 ps 2004-12-15 22:20:22 UTC FreeBSD src repository Modified files: sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c nfs_vfsops.c nfs_vnops.c nfsnode.h Log: First cut of NFS direct IO support. - NFS direct IO completely bypasses the buffer and page caches. If a file is open for direct IO all caching is disabled. - Direct IO for Directories will be addressed later. - 2 new NFS directio related sysctls are added. One is a knob to disable NFS direct IO completely (direct IO is enabled by default). The other is to disallow mmaped IO on a file that has at least one O_DIRECT open (see the comment in nfs_vnops.c for more details). The default is to allow mmaps on a file that has O_DIRECT opens. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Obtained from: Yahoo! Revision Changes Path 1.88 +2 -0 src/sys/nfsclient/nfs.h 1.145 +174 -0 src/sys/nfsclient/nfs_bio.c 1.84 +10 -4 src/sys/nfsclient/nfs_nfsiod.c 1.168 +1 -0 src/sys/nfsclient/nfs_vfsops.c 1.242 +39 -0 src/sys/nfsclient/nfs_vnops.c 1.52 +2 -0 src/sys/nfsclient/nfsnode.h From owner-cvs-src@FreeBSD.ORG Wed Dec 15 23:00:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC51916A4D2; Wed, 15 Dec 2004 23:00:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A76E43D2F; Wed, 15 Dec 2004 23:00:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFN0leF083162; Wed, 15 Dec 2004 23:00:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFN0lhg083161; Wed, 15 Dec 2004 23:00:47 GMT (envelope-from jhb) Message-Id: <200412152300.iBFN0lhg083161@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Dec 2004 23:00:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/kbd atkbd.c atkbdreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 23:00:48 -0000 jhb 2004-12-15 23:00:47 UTC FreeBSD src repository Modified files: sys/dev/kbd atkbd.c atkbdreg.h Log: Add a new flag to the atkbd(4) driver to disable testing the keyboard port during the device probe as this can cause hangs on some machines, specifically Compaq R3000Z series amd64 laptops. The flag is bit 3, or 0x8. PR: amd64/67745 Reported by: Neil Winterbauer newntrbr at ucla dot edu, many others Tested by: ade, astrodog at gmail dot com, many others MFC after: 1 week Revision Changes Path 1.44 +2 -1 src/sys/dev/kbd/atkbd.c 1.7 +2 -1 src/sys/dev/kbd/atkbdreg.h From owner-cvs-src@FreeBSD.ORG Wed Dec 15 23:01:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A10C116A4CE; Wed, 15 Dec 2004 23:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE8E43D41; Wed, 15 Dec 2004 23:01:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFN1j7L083267; Wed, 15 Dec 2004 23:01:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFN1jHB083266; Wed, 15 Dec 2004 23:01:45 GMT (envelope-from jhb) Message-Id: <200412152301.iBFN1jHB083266@repoman.freebsd.org> From: John Baldwin Date: Wed, 15 Dec 2004 23:01:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 atkbd.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 23:01:45 -0000 jhb 2004-12-15 23:01:45 UTC FreeBSD src repository Modified files: share/man/man4 atkbd.4 Log: Document the new flag for disabling the keyboard port test during probe. Revision Changes Path 1.25 +5 -0 src/share/man/man4/atkbd.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 23:39:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8514016A4CE; Wed, 15 Dec 2004 23:39:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6092743D1D; Wed, 15 Dec 2004 23:39:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFNdvTj084595; Wed, 15 Dec 2004 23:39:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFNdvJ8084594; Wed, 15 Dec 2004 23:39:57 GMT (envelope-from brueffer) Message-Id: <200412152339.iBFNdvJ8084594@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Dec 2004 23:39:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 23:39:57 -0000 brueffer 2004-12-15 23:39:57 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 bge.4 Log: First update for the 5750/5751 chips. MFC after: 3 days Revision Changes Path 1.15 +4 -4 src/share/man/man4/bge.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 15 23:45:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084AB16A4CE; Wed, 15 Dec 2004 23:45:11 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6790743D46; Wed, 15 Dec 2004 23:45:10 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I8S00J9XFB73E@ms-dienst.rz.rwth-aachen.de>; Thu, 16 Dec 2004 00:45:07 +0100 (MET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 16 Dec 2004 00:45:06 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])iBFNj6Ba027302; Thu, 16 Dec 2004 00:45:06 +0100 (MET) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 1E7FB28442; Thu, 16 Dec 2004 00:45:01 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 95A372281B; Thu, 16 Dec 2004 00:45:00 +0100 (CET) Date: Thu, 16 Dec 2004 00:45:00 +0100 From: Christian Brueffer In-reply-to: <200412152339.iBFNdvJ8084594@repoman.freebsd.org> To: Christian Brueffer Message-id: <20041215234459.GJ1122@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=mGCtrYeZ202LI9ZG; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200412152339.iBFNdvJ8084594@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 23:45:11 -0000 --mGCtrYeZ202LI9ZG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 11:39:57PM +0000, Christian Brueffer wrote: > brueffer 2004-12-15 23:39:57 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > share/man/man4 bge.4=20 > Log: > First update for the 5750/5751 chips. > =20 > MFC after: 3 days > =20 > Revision Changes Path > 1.15 +4 -4 src/share/man/man4/bge.4 > _______________________________________________ This could use some work from someone who knows the chip and the cards equipped with it. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --mGCtrYeZ202LI9ZG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwMx7bHYXjKDtmC0RAsHRAKDS3Oq9b6SCKYmc2SEJCaW73qmN+ACgjGT0 OWNsHM5Z/ivoyMz4GufoB1A= =hrYH -----END PGP SIGNATURE----- --mGCtrYeZ202LI9ZG-- From owner-cvs-src@FreeBSD.ORG Thu Dec 16 00:26:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3FC16A4CE; Thu, 16 Dec 2004 00:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B831543D5E; Thu, 16 Dec 2004 00:26:53 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG0QrEK085954; Thu, 16 Dec 2004 00:26:53 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG0QrFx085953; Thu, 16 Dec 2004 00:26:53 GMT (envelope-from grog) Message-Id: <200412160026.iBG0QrFx085953@repoman.freebsd.org> From: Greg Lehey Date: Thu, 16 Dec 2004 00:26:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.music X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 00:26:54 -0000 grog 2004-12-16 00:26:53 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.music Log: Correct the dates and locations relating to Ludwig van Beethoven's birth: 1. Remove anachronistic "Germany". Depending on your viewpoint, he was born in the Rheinland or Prussia. 2. Remove reference to his date of birth. It's not known, though it's possible it was 16t or 17 December. 3. Get the date of his christening right. Revision Changes Path 1.17 +1 -1 src/usr.bin/calendar/calendars/calendar.music From owner-cvs-src@FreeBSD.ORG Thu Dec 16 00:29:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9196E16A4CE; Thu, 16 Dec 2004 00:29:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E34143D49; Thu, 16 Dec 2004 00:29:35 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG0TZDb086070; Thu, 16 Dec 2004 00:29:35 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG0TZ3A086069; Thu, 16 Dec 2004 00:29:35 GMT (envelope-from grog) Message-Id: <200412160029.iBG0TZ3A086069@repoman.freebsd.org> From: Greg Lehey Date: Thu, 16 Dec 2004 00:29:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 00:29:35 -0000 grog 2004-12-16 00:29:35 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik Log: Correct the event of 17 December 1770: Ludwig van Beethoven was christened. We don't know whether he was born on the same or the previous day. From: Die Musik in Gecshichte und Gegenwart (Bärenreiter, Kassel, 1989), 1:1509 Revision Changes Path 1.12 +1 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik From owner-cvs-src@FreeBSD.ORG Thu Dec 16 01:10:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C008F16A4CE; Thu, 16 Dec 2004 01:10:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B19F43D1F; Thu, 16 Dec 2004 01:10:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG1Am0Q093816; Thu, 16 Dec 2004 01:10:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG1Amok093815; Thu, 16 Dec 2004 01:10:48 GMT (envelope-from sam) Message-Id: <200412160110.iBG1Amok093815@repoman.freebsd.org> From: Sam Leffler Date: Thu, 16 Dec 2004 01:10:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/wlan_ccmp Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 01:10:48 -0000 sam 2004-12-16 01:10:48 UTC FreeBSD src repository Modified files: sys/modules/wlan_ccmp Makefile Log: fix typo to resolve undefined symbol Spotted by: Rong-En Fan Revision Changes Path 1.3 +1 -1 src/sys/modules/wlan_ccmp/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 16 01:59:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8174216A4CE; Thu, 16 Dec 2004 01:59:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B97143D1D; Thu, 16 Dec 2004 01:59:00 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG1x0bg095389; Thu, 16 Dec 2004 01:59:00 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG1x0kc095388; Thu, 16 Dec 2004 01:59:00 GMT (envelope-from brian) Message-Id: <200412160159.iBG1x0kc095388@repoman.freebsd.org> From: Brian Somers Date: Thu, 16 Dec 2004 01:59:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/pppctl pppctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 01:59:00 -0000 brian 2004-12-16 01:59:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pppctl pppctl.c Log: MFC: Handle select() returning -1/EINTR PR: 74972 Revision Changes Path 1.32.2.1 +5 -1 src/usr.sbin/pppctl/pppctl.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 02:24:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B474316A4CE; Thu, 16 Dec 2004 02:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC5743D1D; Thu, 16 Dec 2004 02:24:59 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG2OxPg096194; Thu, 16 Dec 2004 02:24:59 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG2OxP6096193; Thu, 16 Dec 2004 02:24:59 GMT (envelope-from mlaier) Message-Id: <200412160224.iBG2OxP6096193@repoman.freebsd.org> From: Max Laier Date: Thu, 16 Dec 2004 02:24:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 02:24:59 -0000 mlaier 2004-12-16 02:24:59 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that dhartmei is no longer under mentorship. Revision Changes Path 1.688 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Thu Dec 16 03:37:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7002616A4CE; Thu, 16 Dec 2004 03:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D7C43D45; Thu, 16 Dec 2004 03:37:33 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG3bXw0098536; Thu, 16 Dec 2004 03:37:33 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG3bX6D098535; Thu, 16 Dec 2004 03:37:33 GMT (envelope-from matusita) Message-Id: <200412160337.iBG3bX6D098535@repoman.freebsd.org> From: Makoto Matsushita Date: Thu, 16 Dec 2004 03:37:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 release.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 03:37:33 -0000 matusita 2004-12-16 03:37:32 UTC FreeBSD src repository Modified files: share/man/man7 release.7 Log: Typo fix: s/ROOR/ROOT/; PR: docs/75139 Submitted by: Richard Smith Revision Changes Path 1.49 +1 -1 src/share/man/man7/release.7 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 03:41:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D399D16A4CE; Thu, 16 Dec 2004 03:41:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6BD43D3F; Thu, 16 Dec 2004 03:41:44 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG3fivf098685; Thu, 16 Dec 2004 03:41:44 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG3fiZ2098684; Thu, 16 Dec 2004 03:41:44 GMT (envelope-from matusita) Message-Id: <200412160341.iBG3fiZ2098684@repoman.freebsd.org> From: Makoto Matsushita Date: Thu, 16 Dec 2004 03:41:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man7 release.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 03:41:45 -0000 matusita 2004-12-16 03:41:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man7 release.7 Log: MFC 1.49: typo fix. Revision Changes Path 1.47.2.2 +1 -1 src/share/man/man7/release.7 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 03:51:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C4616A4CE; Thu, 16 Dec 2004 03:51:55 +0000 (GMT) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id D402A43D41; Thu, 16 Dec 2004 03:51:54 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])iBG3pqGx007857; Thu, 16 Dec 2004 14:51:52 +1100 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) iBG3pn7M010977; Thu, 16 Dec 2004 14:51:50 +1100 Date: Thu, 16 Dec 2004 14:51:49 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Kris Kennaway In-Reply-To: <20041215151526.GA3462@xor.obsecurity.org> Message-ID: <20041216144239.T1723@epsplex.bde.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <20041215001034.GA60875@xor.obsecurity.org> <20041215151526.GA3462@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin cc: Nate Lawson Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 03:51:55 -0000 On Wed, 15 Dec 2004, Kris Kennaway wrote: > On Tue, Dec 14, 2004 at 09:48:48PM -0500, John Baldwin wrote: > > On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: > > > NB: DDB often isn't usable on SMP machines thesedays, and will hang > > > when a panic tries to enter it. > > > > Try debug.kdb.stop_cpus=0 (sysctl and tunable) to prevent KDB from trying to > > stop the other CPUs. Another possible fix that ups@ has talked about is > > changing IPI_STOP to use an NMI rather than a vector (you can send NMI IPIs > > via the local APIC) so that IPI_STOP is more reliable. > > This is already set, and it doesn't always fix the problem. debug.kdb.stop_cpus=0 should be expected to increase problems. Given time, the other CPU are quite likely to enter ddb for whatever reason the first one did. Then they stomp on ddb's global state (starting with ddb_regs). The NMI would need locking to prevent the CPUs stopping each other. > I often > get overlapping panics from the other CPUs on this machine, and it > often locks up when trying to enter DDB, or while printing the panic > string (the other day it only got as far as 'p' before hanging). panic() needs much the same locking as ddb to prevent concurrent entry. It must be fairly likely for all CPUs to panic on the same asertion. This is like all CPUs entering ddb on the same breakpoint. Bruce From owner-cvs-src@FreeBSD.ORG Thu Dec 16 04:30:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF4116A4CE; Thu, 16 Dec 2004 04:30:43 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110E643D1D; Thu, 16 Dec 2004 04:30:43 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])iBG4UeKP010081; Thu, 16 Dec 2004 15:30:40 +1100 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) iBG4UacH020266; Thu, 16 Dec 2004 15:30:37 +1100 Date: Thu, 16 Dec 2004 15:30:36 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: Nate Lawson In-Reply-To: <41C098C9.2010802@root.org> Message-ID: <20041216145222.S1723@epsplex.bde.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <200412141333.06213.jhb@FreeBSD.org> <41BF48D4.8080305@root.org> <200412141719.10701.jhb@FreeBSD.org> <41BF6F44.2090407@root.org> <20041215115843.E45301@delplex.bde.org> <41C098C9.2010802@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 04:30:44 -0000 On Wed, 15 Dec 2004, Nate Lawson wrote: > Bruce Evans wrote: > > On Tue, 14 Dec 2004, Nate Lawson wrote: > >>John Baldwin wrote: > >>>Erm, well, that's not always easy since sometimes when you panic you can't > >>>talk to the other CPUs for whatever reason. Putting back the proxy reset > > > > The most common reason is that at least one other CPU is looping with > > interrupts disabled. Then it won't see IPIs and stop_cpus() will loop > > forever. > > Yes, the NMI change would fix this. Please repost your ddb sync patch. Here it is. Annotated version: % Index: db_interface.c % =================================================================== % RCS file: /home/ncvs/src/sys/i386/i386/db_interface.c,v % retrieving revision 1.81 % diff -u -2 -r1.81 db_interface.c % --- db_interface.c 3 Apr 2004 22:23:36 -0000 1.81 % +++ db_interface.c 4 Apr 2004 04:28:47 -0000 % ... % @@ -61,4 +69,33 @@ % static jmp_buf db_global_jmpbuf; % % +#ifdef SMP % +/* XXX this is cloned from stop_cpus() since that function can hang. */ % +static int % +attempt_to_stop_cpus(u_int map) % +{ % + int i; % + % + if (!smp_started) % + return 0; % + % + CTR1(KTR_SMP, "attempt_to_stop_cpus(%x)", map); % + % + /* send the stop IPI to all CPUs in map */ % + ipi_selected(map, IPI_STOP); % + % + i = 0; % + while ((atomic_load_acq_int(&stopped_cpus) & map) != map) { % + /* spin */ % + i++; % + if (i == 100000000) { % + printf("timeout stopping cpus\n"); % + break; % + } % + } % + % + return 1; % +} % +#endif /* SMP */ % + % /* % * kdb_trap - field a TRACE or BPT trap Needs to be done better. Stopping the other CPUs on entry to ddb should be non-optional and must always work. % @@ -69,4 +106,8 @@ % u_int ef; % volatile int ddb_mode = !(boothowto & RB_GDB); % +#ifdef SMP % + static u_int kdb_trap_lock = NOCPU; % + static u_int output_lock; % +#endif % % /* kdb_trap_lock is for preventing concurrent entry. output_lock is for debugging. The VERBOSE_CPUSTOP_ON_DDBBREAK option shouldn't exist since it gets in the way and stopping should always happen, but printfs fro different CPUs entering ddb is needed to debug this and there is the usual problem with interleaved output. Locking using output_lock reduces the problem in this context only. % @@ -91,16 +132,48 @@ % % #ifdef SMP % + if (atomic_cmpset_int(&kdb_trap_lock, NOCPU, PCPU_GET(cpuid)) == 0 && % + kdb_trap_lock != PCPU_GET(cpuid)) { Normal spinlocking without using mutexes; should work OK. % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % + db_printf( % + "concurrent ddb entry: type %d trap, code=%x cpu=%d\n", % + type, code, PCPU_GET(cpuid)); % + atomic_store_rel_int(&output_lock, 0); % + if (type == T_BPTFLT) % + regs->tf_eip--; This attempts to restart the other CPU at the breakpoint. It doesn't work so well. Backing up 1 instruction is very MD and doesn't even always work on i386's since the breakpoint might be a 2-byte "int $3" (but the kernel should only have 1-byte "int $3"'s). I forget the exact reason for restarting instead of continuing after waiting. It may be that (without other changes) we would have to wait here with interrupts disabled, so we wouldn't see IPIs and attempt_to_stop_cpus() would always fail. Stopping the other CPUs using NMIs would move this problem to one of stopping the CPUs that have blocked on kdb_trap_lock without blocking the one that aquired the lock. We could afford to spin-wait here if we maintained some global state to tell attempt_to_stop_cpus() not to care about CPUs spinning here. This would be similar to the state required to tell the NMI handler not to care about CPUs spinning here. % + else { % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % + db_printf( % +"concurrent ddb entry on non-breakpoint: too hard to handle properly\n"); % + atomic_store_rel_int(&output_lock, 0); As the comment says, restarting general debug exceptions is too hard. % + } % + while (atomic_load_acq_int(&kdb_trap_lock) != NOCPU) % + ; This always waits, so restarting in the breakpoint case doesn't help. % + write_eflags(ef); % + return (1); % + } % +#endif % + % +#ifdef SMP % #ifdef CPUSTOP_ON_DDBBREAK % +#define VERBOSE_CPUSTOP_ON_DDBBREAK_NOT Debugging cruft. Normally I have VERBOSE_CPUSTOP_ON_DDBBREAK_NOT turned off as above. % % #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % db_printf("\nCPU%d stopping CPUs: 0x%08x...", PCPU_GET(cpuid), % PCPU_GET(other_cpus)); % + atomic_store_rel_int(&output_lock, 0); % #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ % % /* We stop all CPUs except ourselves (obviously) */ % - stop_cpus(PCPU_GET(other_cpus)); % + attempt_to_stop_cpus(PCPU_GET(other_cpus)); Nothing new. % % #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) % - db_printf(" stopped.\n"); % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % + db_printf(" stopped\n"); % + atomic_store_rel_int(&output_lock, 0); % #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ % This also backs out part of the residue of the style bugs in rev.1.51 (this commit did nothing good and everything except some of its style bugs has been backed out). % @@ -192,18 +265,29 @@ % % #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % db_printf("\nCPU%d restarting CPUs: 0x%08x...", PCPU_GET(cpuid), % stopped_cpus); % + atomic_store_rel_int(&output_lock, 0); % #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ % % /* Restart all the CPUs we previously stopped */ % if (stopped_cpus != PCPU_GET(other_cpus) && smp_started != 0) { % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % db_printf("whoa, other_cpus: 0x%08x, stopped_cpus: 0x%08x\n", % PCPU_GET(other_cpus), stopped_cpus); % + atomic_store_rel_int(&output_lock, 0); Nothing new. % +#if 0 % panic("stop_cpus() failed"); % +#endif Failure to stop all the other CPUs is expected now, so don't panic for it. % } % restart_cpus(stopped_cpus); % % #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) % - db_printf(" restarted.\n"); % + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) % + ; % + db_printf(" restarted\n"); % + atomic_store_rel_int(&output_lock, 0); % #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ % This also backs out the rest of the residue of the style bugs in rev.1.51. % @@ -211,6 +295,10 @@ % #endif /* SMP */ % % +#ifdef SMP % + atomic_store_rel_int(&kdb_trap_lock, NOCPU); % +#endif % + % write_eflags(ef); % % return (1); % } Actual patch: %%% Index: db_interface.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/db_interface.c,v retrieving revision 1.81 diff -u -2 -r1.81 db_interface.c --- db_interface.c 3 Apr 2004 22:23:36 -0000 1.81 +++ db_interface.c 4 Apr 2004 04:28:47 -0000 @@ -35,10 +39,14 @@ #include #include +#include #include #include +#ifdef SMP #include +#endif #include #ifdef SMP +#include #include /** CPUSTOP_ON_DDBBREAK */ #endif @@ -61,4 +69,33 @@ static jmp_buf db_global_jmpbuf; +#ifdef SMP +/* XXX this is cloned from stop_cpus() since that function can hang. */ +static int +attempt_to_stop_cpus(u_int map) +{ + int i; + + if (!smp_started) + return 0; + + CTR1(KTR_SMP, "attempt_to_stop_cpus(%x)", map); + + /* send the stop IPI to all CPUs in map */ + ipi_selected(map, IPI_STOP); + + i = 0; + while ((atomic_load_acq_int(&stopped_cpus) & map) != map) { + /* spin */ + i++; + if (i == 100000000) { + printf("timeout stopping cpus\n"); + break; + } + } + + return 1; +} +#endif /* SMP */ + /* * kdb_trap - field a TRACE or BPT trap @@ -69,4 +106,8 @@ u_int ef; volatile int ddb_mode = !(boothowto & RB_GDB); +#ifdef SMP + static u_int kdb_trap_lock = NOCPU; + static u_int output_lock; +#endif /* @@ -91,16 +132,48 @@ #ifdef SMP + if (atomic_cmpset_int(&kdb_trap_lock, NOCPU, PCPU_GET(cpuid)) == 0 && + kdb_trap_lock != PCPU_GET(cpuid)) { + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; + db_printf( + "concurrent ddb entry: type %d trap, code=%x cpu=%d\n", + type, code, PCPU_GET(cpuid)); + atomic_store_rel_int(&output_lock, 0); + if (type == T_BPTFLT) + regs->tf_eip--; + else { + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; + db_printf( +"concurrent ddb entry on non-breakpoint: too hard to handle properly\n"); + atomic_store_rel_int(&output_lock, 0); + } + while (atomic_load_acq_int(&kdb_trap_lock) != NOCPU) + ; + write_eflags(ef); + return (1); + } +#endif + +#ifdef SMP #ifdef CPUSTOP_ON_DDBBREAK +#define VERBOSE_CPUSTOP_ON_DDBBREAK_NOT #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; db_printf("\nCPU%d stopping CPUs: 0x%08x...", PCPU_GET(cpuid), PCPU_GET(other_cpus)); + atomic_store_rel_int(&output_lock, 0); #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ /* We stop all CPUs except ourselves (obviously) */ - stop_cpus(PCPU_GET(other_cpus)); + attempt_to_stop_cpus(PCPU_GET(other_cpus)); #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) - db_printf(" stopped.\n"); + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; + db_printf(" stopped\n"); + atomic_store_rel_int(&output_lock, 0); #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ @@ -192,18 +265,29 @@ #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; db_printf("\nCPU%d restarting CPUs: 0x%08x...", PCPU_GET(cpuid), stopped_cpus); + atomic_store_rel_int(&output_lock, 0); #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ /* Restart all the CPUs we previously stopped */ if (stopped_cpus != PCPU_GET(other_cpus) && smp_started != 0) { + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; db_printf("whoa, other_cpus: 0x%08x, stopped_cpus: 0x%08x\n", PCPU_GET(other_cpus), stopped_cpus); + atomic_store_rel_int(&output_lock, 0); +#if 0 panic("stop_cpus() failed"); +#endif } restart_cpus(stopped_cpus); #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK) - db_printf(" restarted.\n"); + while (atomic_cmpset_int(&output_lock, 0, 1) == 0) + ; + db_printf(" restarted\n"); + atomic_store_rel_int(&output_lock, 0); #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */ @@ -211,6 +295,10 @@ #endif /* SMP */ +#ifdef SMP + atomic_store_rel_int(&kdb_trap_lock, NOCPU); +#endif + write_eflags(ef); return (1); } %%% Bruce From owner-cvs-src@FreeBSD.ORG Thu Dec 16 04:45:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B49E16A4CE; Thu, 16 Dec 2004 04:45:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6300E43D46; Thu, 16 Dec 2004 04:45:17 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG4jHKm000801; Thu, 16 Dec 2004 04:45:17 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG4jHkM000800; Thu, 16 Dec 2004 04:45:17 GMT (envelope-from brooks) Message-Id: <200412160445.iBG4jHkM000800@repoman.freebsd.org> From: Brooks Davis Date: Thu, 16 Dec 2004 04:45:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 04:45:17 -0000 brooks 2004-12-16 04:45:17 UTC FreeBSD src repository Modified files: share/man/man4 ath.4 Log: Add Cisco AIR-CB21AG and AIR-PI21AG to the supported list. I'm using an AIR-CB12AG to make this commit. Approved by: sam Revision Changes Path 1.26 +2 -0 src/share/man/man4/ath.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 07:17:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD7B16A4CE; Thu, 16 Dec 2004 07:17:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9CF43D1F; Thu, 16 Dec 2004 07:17:57 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG7HvLx013484; Thu, 16 Dec 2004 07:17:57 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG7HvA7013483; Thu, 16 Dec 2004 07:17:57 GMT (envelope-from yar) Message-Id: <200412160717.iBG7HvA7013483@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 16 Dec 2004 07:17:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 07:17:57 -0000 yar 2004-12-16 07:17:56 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: free(3) is void already. Revision Changes Path 1.199 +1 -1 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 07:27:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E47916A4CE; Thu, 16 Dec 2004 07:27:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC1D43D55; Thu, 16 Dec 2004 07:27:29 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG7RTJe013831; Thu, 16 Dec 2004 07:27:29 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG7RTU5013830; Thu, 16 Dec 2004 07:27:29 GMT (envelope-from yar) Message-Id: <200412160727.iBG7RTU5013830@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 16 Dec 2004 07:27:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 07:27:29 -0000 yar 2004-12-16 07:27:28 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: Do a small style(9) fix before I'm hacking the code itself. Revision Changes Path 1.200 +0 -1 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 09:52:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF03A16A4CE; Thu, 16 Dec 2004 09:52:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE82A43D48; Thu, 16 Dec 2004 09:52:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBG9qfUU025344; Thu, 16 Dec 2004 09:52:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBG9qfAm025343; Thu, 16 Dec 2004 09:52:41 GMT (envelope-from ru) Message-Id: <200412160952.iBG9qfAm025343@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Dec 2004 09:52:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config config.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 09:52:42 -0000 ru 2004-12-16 09:52:41 UTC FreeBSD src repository Modified files: usr.sbin/config config.8 Log: The ioconf.c is no longer generated. Submitted by: Craig Rodrigues Revision Changes Path 1.42 +1 -4 src/usr.sbin/config/config.8 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 11:19:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9021616A4CE; Thu, 16 Dec 2004 11:19:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED7C43D1F; Thu, 16 Dec 2004 11:19:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGBJVPd028534; Thu, 16 Dec 2004 11:19:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGBJVGZ028531; Thu, 16 Dec 2004 11:19:31 GMT (envelope-from ru) Message-Id: <200412161119.iBGBJVGZ028531@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Dec 2004 11:19:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ti.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 11:19:31 -0000 ru 2004-12-16 11:19:30 UTC FreeBSD src repository Modified files: share/man/man4 ti.4 Log: Reflect the removal of jumbo(9). Revision Changes Path 1.30 +3 -3 src/share/man/man4/ti.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 11:29:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5010B16A4CE; Thu, 16 Dec 2004 11:29:12 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06D643D54; Thu, 16 Dec 2004 11:29:11 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Cetoh-000FpF-NA; Thu, 16 Dec 2004 11:29:07 +0000 Date: Thu, 16 Dec 2004 11:29:07 +0000 From: Ceri Davies To: Dag-Erling Sm?rgrav Message-ID: <20041216112907.GJ38136@submonkey.net> Mail-Followup-To: Ceri Davies , Dag-Erling Sm?rgrav , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200412111314.iBBDE79b055814@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fKov5AqTsvseSZ0Z" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 11:29:12 -0000 --fKov5AqTsvseSZ0Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2004 at 01:41:57PM +0100, Dag-Erling Sm?rgrav wrote: > Ceri Davies writes: > > Log: > > Add a -k flag for querying whois.krnic.net (the National Internet > > Development Agency of Korea) which hold details of IP address > > allocations within Korea. >=20 > What's wrong with '-c kr'? Are we going to allocate separate option > letters for every single country code? It's not always the same thing; contrast "whois -c uk" and "whois -r". I'll admit that in the .kr case it is the same, but it didn't occur to me to even try that due to the above counterxample. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --fKov5AqTsvseSZ0Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwXGDocfcwTS3JF8RApa5AJ91i8RyC5IqFqjjrriDA0+s2503PwCfZMxC aBJKws5a3pVSA69V/3hOS8A= =y3Dv -----END PGP SIGNATURE----- --fKov5AqTsvseSZ0Z-- From owner-cvs-src@FreeBSD.ORG Thu Dec 16 15:24:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D80E016A4CE; Thu, 16 Dec 2004 15:24:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF28543D2F; Thu, 16 Dec 2004 15:24:53 +0000 (GMT) (envelope-from tom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGFOr9n044227; Thu, 16 Dec 2004 15:24:53 GMT (envelope-from tom@repoman.freebsd.org) Received: (from tom@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGFOrQX044226; Thu, 16 Dec 2004 15:24:53 GMT (envelope-from tom) Message-Id: <200412161524.iBGFOrQX044226@repoman.freebsd.org> From: Tom Hukins Date: Thu, 16 Dec 2004 15:24:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 15:24:54 -0000 tom 2004-12-16 15:24:53 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man4 altq.4 Log: Sort driver names alphabetically. MFC after: 1 week Revision Changes Path 1.7 +2 -2 src/share/man/man4/altq.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 16:03:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A308716A4CE; Thu, 16 Dec 2004 16:03:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F9E43D45; Thu, 16 Dec 2004 16:03:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGG3sIt045455; Thu, 16 Dec 2004 16:03:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGG3swf045454; Thu, 16 Dec 2004 16:03:54 GMT (envelope-from obrien) Message-Id: <200412161603.iBGG3swf045454@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 16:03:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING.64BTT installworld_newk installworld_oldk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 16:03:54 -0000 obrien 2004-12-16 16:03:54 UTC FreeBSD src repository Removed files: . UPDATING.64BTT installworld_newk installworld_oldk Log: Remove the helpers for moving to a 64-bit time_t on Sparc64. If someone isn't running with a 64-bit time_t by now, they don't really track -CURRENT and would probably go to RELENG_5 vs. 6-CURRENT. OK'ed by: gad Revision Changes Path 1.6 +0 -368 src/UPDATING.64BTT (dead) 1.3 +0 -348 src/installworld_newk (dead) 1.3 +0 -454 src/installworld_oldk (dead) From owner-cvs-src@FreeBSD.ORG Thu Dec 16 16:14:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B4BA16A4CE; Thu, 16 Dec 2004 16:14:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189D443D62; Thu, 16 Dec 2004 16:14:17 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGGEGm1046081; Thu, 16 Dec 2004 16:14:16 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGGEGtK046080; Thu, 16 Dec 2004 16:14:16 GMT (envelope-from harti) Message-Id: <200412161614.iBGGEGtK046080@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 16 Dec 2004 16:14:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile arch.c compat.c cond.c dir.c for.c job.c lst.h main.c make.c make.h nonints.h parse.c suff.c targ.c var.c src/usr.bin/make/lst.lib lstConcat.c lstDestroy.c lstDupl.c lstInit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 16:14:17 -0000 harti 2004-12-16 16:14:16 UTC FreeBSD src repository Modified files: usr.bin/make Makefile arch.c compat.c cond.c dir.c for.c job.c lst.h main.c make.c make.h nonints.h parse.c suff.c targ.c var.c usr.bin/make/lst.lib lstConcat.c lstDestroy.c lstDupl.c Removed files: usr.bin/make/lst.lib lstInit.c Log: Instead of dynamically allocating list heads allocated them statically now that their size is only two pointers. This eliminates a lot of calls to Lst_Init and from there to malloc together with many calls to Lst_Destroy (in places where the list is obviously empty). This also reduces the chance to leave a list uninitilized so we can remove more NULL pointer checks and probably eliminates a couple of memory leaks. Revision Changes Path 1.40 +1 -1 src/usr.bin/make/Makefile 1.42 +12 -16 src/usr.bin/make/arch.c 1.43 +10 -10 src/usr.bin/make/compat.c 1.33 +2 -2 src/usr.bin/make/cond.c 1.44 +21 -21 src/usr.bin/make/dir.c 1.28 +12 -9 src/usr.bin/make/for.c 1.69 +37 -35 src/usr.bin/make/job.c 1.26 +10 -4 src/usr.bin/make/lst.h 1.19 +1 -0 src/usr.bin/make/lst.lib/lstConcat.c 1.20 +3 -13 src/usr.bin/make/lst.lib/lstDestroy.c 1.20 +7 -23 src/usr.bin/make/lst.lib/lstDupl.c 1.15 +0 -76 src/usr.bin/make/lst.lib/lstInit.c (dead) 1.108 +50 -41 src/usr.bin/make/main.c 1.31 +35 -38 src/usr.bin/make/make.c 1.28 +24 -19 src/usr.bin/make/make.h 1.27 +2 -2 src/usr.bin/make/nonints.h 1.66 +90 -116 src/usr.bin/make/parse.c 1.38 +178 -187 src/usr.bin/make/suff.c 1.33 +25 -28 src/usr.bin/make/targ.c 1.57 +10 -10 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 16:59:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F9E16A4CE; Thu, 16 Dec 2004 16:59:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656B843D48; Thu, 16 Dec 2004 16:59:20 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGGxKxo054173; Thu, 16 Dec 2004 16:59:20 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGGxKDP054172; Thu, 16 Dec 2004 16:59:20 GMT (envelope-from roam) Message-Id: <200412161659.iBGGxKDP054172@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 16 Dec 2004 16:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 16 Dec 2004 16:59:20 -0000 roam 2004-12-16 16:59:20 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/ppp ppp.8.m4 Log: Describe the special meaning of the $ and ~ characters, and the fact that you can get around it by double-quoting them. PR: 42762 Submitted by: AIDA Shinra Discussed with: brian Revision Changes Path 1.316 +20 -0 src/usr.sbin/ppp/ppp.8.m4 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:26:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510F16A4CF; Thu, 16 Dec 2004 19:26:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886C243D3F; Thu, 16 Dec 2004 19:26:15 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGJQFHs059231; Thu, 16 Dec 2004 19:26:15 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGJQFuE059230; Thu, 16 Dec 2004 19:26:15 GMT (envelope-from rik) Message-Id: <200412161926.iBGJQFuE059230@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 16 Dec 2004 19:26:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:26:15 -0000 rik 2004-12-16 19:26:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/cp if_cp.c Log: MFC -j 1.16 -j 1.17: revision 1.17 date: 2004/12/14 23:13:08; author: rik; state: Exp; lines: +1 -1 Bring back ability to use FR support with sppp from Cronyx. Approved by: re (kensmith) Revision Changes Path 1.9.2.3 +1 -1 src/sys/dev/cp/if_cp.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:28:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 487B816A4CE; Thu, 16 Dec 2004 19:28:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD3643D2F; Thu, 16 Dec 2004 19:28:38 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGJScbE059351; Thu, 16 Dec 2004 19:28:38 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGJScE8059350; Thu, 16 Dec 2004 19:28:38 GMT (envelope-from ps) Message-Id: <200412161928.iBGJScE8059350@repoman.freebsd.org> From: Paul Saab Date: Thu, 16 Dec 2004 19:28:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c nfsnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:28:38 -0000 ps 2004-12-16 19:28:37 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c nfsnode.h Log: Change the NFS sillyrename convention so that we won't run out of sillyrenames (which were limited to 58 per pid per directory, for no good reason). The new format of sillyrenames looks like .nfs.0000b31a.00d24.4 ^^^^^^^^ ^^^^^ ticks pid Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Obtained from: Yahoo! Revision Changes Path 1.243 +17 -11 src/sys/nfsclient/nfs_vnops.c 1.53 +1 -1 src/sys/nfsclient/nfsnode.h From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:44:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A80816A4CE; Thu, 16 Dec 2004 19:44:59 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13B143D55; Thu, 16 Dec 2004 19:44:58 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Cf1YX-0003Q7-Kw; Thu, 16 Dec 2004 19:44:57 +0000 Date: Thu, 16 Dec 2004 19:44:57 +0000 From: Ceri Davies To: Paul Saab Message-ID: <20041216194457.GU38136@submonkey.net> Mail-Followup-To: Ceri Davies , Paul Saab , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200412161928.iBGJScE8059350@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fryGc0vzirnrYIcd" Content-Disposition: inline In-Reply-To: <200412161928.iBGJScE8059350@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfsclient nfs_vnops.c nfsnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:44:59 -0000 --fryGc0vzirnrYIcd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 16, 2004 at 07:28:37PM +0000, Paul Saab wrote: > ps 2004-12-16 19:28:37 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/nfsclient nfs_vnops.c nfsnode.h=20 > Log: > Change the NFS sillyrename convention so that we won't run out > of sillyrenames (which were limited to 58 per pid per directory, > for no good reason). The new format of sillyrenames looks like > =20 > .nfs.0000b31a.00d24.4 > ^^^^^^^^ ^^^^^ > ticks pid > =20 > | @@ -2462,18 +2463,23 @@ nfs_sillyrename(struct vnode *dvp, struc > | sp->s_removeit =3D nfs_removeit; > | VREF(dvp); > | =20 > | - /* Fudge together a funny name */ > | + /*=20 > | + * Fudge together a funny name. > | + * Changing the format of the funny name to accomodate more=20 > | + * sillynames per directory. Do we need that sentence in the code? > | + * The name is now changed to .nfs...4, where ticks is=20 > | + * CPU ticks since boot. > | + */ Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --fryGc0vzirnrYIcd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBweW5ocfcwTS3JF8RAtkWAJ98PLIV3k8Y8WUI5dwM0gRX2SVuagCeMHjp GcuGJkbx0hNwZJeNf7esiFU= =mbLT -----END PGP SIGNATURE----- --fryGc0vzirnrYIcd-- From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:46:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400EF16A4CE; Thu, 16 Dec 2004 19:46:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A18C43D53; Thu, 16 Dec 2004 19:46:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGJkoOT059897; Thu, 16 Dec 2004 19:46:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGJkoWi059896; Thu, 16 Dec 2004 19:46:50 GMT (envelope-from ru) Message-Id: <200412161946.iBGJkoWi059896@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Dec 2004 19:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make main.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:46:51 -0000 ru 2004-12-16 19:46:50 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: Fix a long-standing bug when make(1) is passed the -V and -f options in MAKEFLAGS environment variable, and some of these options are also specified on the command line. Thanks to: marcel Reviewed by: harti Revision Changes Path 1.109 +5 -8 src/usr.bin/make/main.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 19:55:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7115316A4CE; Thu, 16 Dec 2004 19:55:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566643D2F; Thu, 16 Dec 2004 19:55:57 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGJtvcZ060192; Thu, 16 Dec 2004 19:55:57 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGJtvIO060191; Thu, 16 Dec 2004 19:55:57 GMT (envelope-from ru) Message-Id: <200412161955.iBGJtvIO060191@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Dec 2004 19:55:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:55:57 -0000 ru 2004-12-16 19:55:57 UTC FreeBSD src repository Modified files: . Makefile Log: Previous revision didn't fix all cases. For example, testing for variables that are always defined (e.g., "make -V CC") would still print a false warning. Fix this by only passing a submake the MAKEOBJDIRPREFIX=* argument if it was present. As a result, we loose the check for -DMAKEOBJDIRPREFIX, or an esoteric "MAKEOBJDIRPREFIX = foo" (with embedded spaces), but these are unorthodox enough to not care about them. The make(1) bug mentioned in the previous revision was just fixed in make/main.c,v 1.109. Revision Changes Path 1.313 +3 -2 src/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:27:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E933316A4CE; Thu, 16 Dec 2004 20:27:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA2A43D39; Thu, 16 Dec 2004 20:27:55 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKRth7061359; Thu, 16 Dec 2004 20:27:55 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKRtPF061358; Thu, 16 Dec 2004 20:27:55 GMT (envelope-from maxim) Message-Id: <200412162027.iBGKRtPF061358@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 16 Dec 2004 20:27:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen sigsetops.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:27:56 -0000 maxim 2004-12-16 20:27:55 UTC FreeBSD src repository Modified files: lib/libc/gen sigsetops.3 Log: o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3), sigdelset(3) and sigismember(3) were killed about five years ago. o The functions (specifically sigismember(3)) could return -1 and set errno. PR: bin/75156 Obtained from: NetBSD MFC after: 2 weeks o Bump the date of the document. Revision Changes Path 1.9 +12 -9 src/lib/libc/gen/sigsetops.3 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:31:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F28716A4D0 for ; Thu, 16 Dec 2004 20:31:00 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA8443D1F for ; Thu, 16 Dec 2004 20:30:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 6542 invoked from network); 16 Dec 2004 20:30:59 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 16 Dec 2004 20:30:58 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBGKUhno012114; Thu, 16 Dec 2004 15:30:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Bruce Evans Date: Thu, 16 Dec 2004 14:49:23 -0500 User-Agent: KMail/1.6.2 References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <20041215151526.GA3462@xor.obsecurity.org> <20041216144239.T1723@epsplex.bde.org> In-Reply-To: <20041216144239.T1723@epsplex.bde.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412161449.23781.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:31:00 -0000 On Wednesday 15 December 2004 10:51 pm, Bruce Evans wrote: > On Wed, 15 Dec 2004, Kris Kennaway wrote: > > On Tue, Dec 14, 2004 at 09:48:48PM -0500, John Baldwin wrote: > > > On Tuesday 14 December 2004 07:10 pm, Kris Kennaway wrote: > > > > NB: DDB often isn't usable on SMP machines thesedays, and will hang > > > > when a panic tries to enter it. > > > > > > Try debug.kdb.stop_cpus=0 (sysctl and tunable) to prevent KDB from > > > trying to stop the other CPUs. Another possible fix that ups@ has > > > talked about is changing IPI_STOP to use an NMI rather than a vector > > > (you can send NMI IPIs via the local APIC) so that IPI_STOP is more > > > reliable. > > > > This is already set, and it doesn't always fix the problem. > > debug.kdb.stop_cpus=0 should be expected to increase problems. Given time, > the other CPU are quite likely to enter ddb for whatever reason the first > one did. Then they stomp on ddb's global state (starting with ddb_regs). > > The NMI would need locking to prevent the CPUs stopping each other. > > > I often > > get overlapping panics from the other CPUs on this machine, and it > > often locks up when trying to enter DDB, or while printing the panic > > string (the other day it only got as far as 'p' before hanging). > > panic() needs much the same locking as ddb to prevent concurrent entry. > It must be fairly likely for all CPUs to panic on the same asertion. > This is like all CPUs entering ddb on the same breakpoint. The thing is, panic does have locking, but it appears to be ineffective: #ifdef SMP /* * We don't want multiple CPU's to panic at the same time, so we * use panic_cpu as a simple spinlock. We have to keep checking * panic_cpu if we are spinning in case the panic on the first * CPU is canceled. */ if (panic_cpu != PCPU_GET(cpuid)) while (atomic_cmpset_int(&panic_cpu, NOCPU, PCPU_GET(cpuid)) == 0) while (panic_cpu != NOCPU) ; /* nothing */ #endif In the smpng branch in p4, I have the lock changed to be based on the thread rather than the CPU to account for problems coming from migration due to preemption while in a panic, but I haven't observed any noticeable improvement from the change: --- //depot/vendor/freebsd/src/sys/kern/kern_shutdown.c 2004/11/05 19:00:32 +++ //depot/projects/smpng/sys/kern/kern_shutdown.c 2004/11/05 19:22:55 @@ -473,7 +473,7 @@ } #ifdef SMP -static u_int panic_cpu = NOCPU; +static struct thread *panic_thread = NULL; #endif /* @@ -494,15 +494,14 @@ #ifdef SMP /* * We don't want multiple CPU's to panic at the same time, so we - * use panic_cpu as a simple spinlock. We have to keep checking - * panic_cpu if we are spinning in case the panic on the first + * use panic_thread as a simple spinlock. We have to keep checking + * panic_thread if we are spinning in case the panic on the first * CPU is canceled. */ - if (panic_cpu != PCPU_GET(cpuid)) - while (atomic_cmpset_int(&panic_cpu, NOCPU, - PCPU_GET(cpuid)) == 0) - while (panic_cpu != NOCPU) - ; /* nothing */ + if (panic_thread != curthread) + while (atomic_cmpset_ptr(&panic_thread, NULL, curthread) == 0) + while (panic_thread != NULL) + cpu_spinwait(); #endif bootopt = RB_AUTOBOOT | RB_DUMP; @@ -538,7 +537,7 @@ /* See if the user aborted the panic, in which case we continue. */ if (panicstr == NULL) { #ifdef SMP - atomic_store_rel_int(&panic_cpu, NOCPU); + atomic_store_rel_ptr(&panic_thread, NULL); #endif return; } -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:38:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EC6116A4CE; Thu, 16 Dec 2004 20:38:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF47A43D64; Thu, 16 Dec 2004 20:38:03 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKc3Er061999; Thu, 16 Dec 2004 20:38:03 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKc3Ko061998; Thu, 16 Dec 2004 20:38:03 GMT (envelope-from maxim) Message-Id: <200412162038.iBGKc3Ko061998@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 16 Dec 2004 20:38:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:38:04 -0000 maxim 2004-12-16 20:38:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/misc bsd-family-tree Log: MFC rev. 1.86 and rev. 1.87: fix the release date of 5.3-RELEASE, add NetBSD 2.0. Revision Changes Path 1.82.2.3 +3 -2 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:40:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B94516A4CE; Thu, 16 Dec 2004 20:40:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511CD43D46; Thu, 16 Dec 2004 20:40:38 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKecWT062142; Thu, 16 Dec 2004 20:40:38 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKecXc062141; Thu, 16 Dec 2004 20:40:38 GMT (envelope-from das) Message-Id: <200412162040.iBGKecXc062141@repoman.freebsd.org> From: David Schultz Date: Thu, 16 Dec 2004 20:40:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/bsdsrc b_exp.c b_log.c b_tgamma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:40:38 -0000 das 2004-12-16 20:40:38 UTC FreeBSD src repository Modified files: lib/msun/bsdsrc b_exp.c b_log.c b_tgamma.c Log: Cosmetic changes only: - style - remove unused variables - de-support VAX Inspired by: bin/42388 Revision Changes Path 1.7 +3 -4 src/lib/msun/bsdsrc/b_exp.c 1.7 +5 -19 src/lib/msun/bsdsrc/b_log.c 1.6 +7 -22 src/lib/msun/bsdsrc/b_tgamma.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:40:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3463716A4CE; Thu, 16 Dec 2004 20:40:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B82D43D45; Thu, 16 Dec 2004 20:40:50 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKen2H062186; Thu, 16 Dec 2004 20:40:49 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKenYM062185; Thu, 16 Dec 2004 20:40:49 GMT (envelope-from das) Message-Id: <200412162040.iBGKenYM062185@repoman.freebsd.org> From: David Schultz Date: Thu, 16 Dec 2004 20:40:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/msun/bsdsrc mathimpl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:40:50 -0000 das 2004-12-16 20:40:49 UTC FreeBSD src repository Modified files: lib/msun/bsdsrc mathimpl.h Log: GC unused declaration Revision Changes Path 1.5 +0 -1 src/lib/msun/bsdsrc/mathimpl.h From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:43:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587FD16A4CE; Thu, 16 Dec 2004 20:43:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E11443D54; Thu, 16 Dec 2004 20:43:52 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKhqrM062356; Thu, 16 Dec 2004 20:43:52 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKhqfA062355; Thu, 16 Dec 2004 20:43:52 GMT (envelope-from darrenr) Message-Id: <200412162043.iBGKhqfA062355@repoman.freebsd.org> From: Darren Reed Date: Thu, 16 Dec 2004 20:43:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.csrc/contrib/ipfilter fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:43:52 -0000 darrenr 2004-12-16 20:43:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/contrib/ipfilter/netinet fil.c contrib/ipfilter fil.c Log: Using just m_pullup to get all of the interesting bits in packet into one buffer doesn't work for ipv6 packets, so use m_defrag() here instead as an easy drop-in replacement. PR: kern/70399 Submitted by: marka@isc.org Reviewed by: darrenr Approved by: re(kensmith) Obtained from: marka@isc.org Revision Changes Path 1.1.1.10.2.10 +7 -2 src/contrib/ipfilter/fil.c 1.23.2.8 +7 -2 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 20:48:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8278216A4CE; Thu, 16 Dec 2004 20:48:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4AD43D1F; Thu, 16 Dec 2004 20:48:06 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGKm6lx069058; Thu, 16 Dec 2004 20:48:06 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGKm6w1069057; Thu, 16 Dec 2004 20:48:06 GMT (envelope-from darrenr) Message-Id: <200412162048.iBGKm6w1069057@repoman.freebsd.org> From: Darren Reed Date: Thu, 16 Dec 2004 20:48:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/ipfilter ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_h323_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_state.c ip_state.h ipl.h mlfk_ipl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 20:48:06 -0000 darrenr 2004-12-16 20:48:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/ipfilter ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_h323_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_state.c ip_state.h ipl.h mlfk_ipl.c Log: Synchronise all of the files in src/contrib/ipfilter/ with those in src/sys/contrib/ipfilter/netinet where the correct versions are located. PR: 70492, 73580 Approved by: re(kensmith) Revision Changes Path 1.1.1.4.2.8 +4 -2 src/contrib/ipfilter/ip_auth.c 1.1.1.2.2.6 +2 -1 src/contrib/ipfilter/ip_auth.h 1.1.1.8.2.7 +10 -6 src/contrib/ipfilter/ip_compat.h 1.1.1.10.2.9 +6 -4 src/contrib/ipfilter/ip_fil.c 1.1.1.9.2.8 +5 -3 src/contrib/ipfilter/ip_fil.h 1.1.1.7.2.9 +2 -1 src/contrib/ipfilter/ip_frag.c 1.1.1.6.2.6 +1 -0 src/contrib/ipfilter/ip_frag.h 1.2.2.3 +2 -0 src/contrib/ipfilter/ip_h323_pxy.c 1.1.1.3.2.8 +2 -1 src/contrib/ipfilter/ip_log.c 1.1.1.10.2.9 +2 -1 src/contrib/ipfilter/ip_nat.c 1.1.1.8.2.8 +29 -15 src/contrib/ipfilter/ip_nat.h 1.1.1.5.2.6 +2 -1 src/contrib/ipfilter/ip_proxy.c 1.1.1.4.2.7 +2 -1 src/contrib/ipfilter/ip_proxy.h 1.1.1.2.2.6 +1 -1 src/contrib/ipfilter/ip_raudio_pxy.c 1.1.1.10.2.10 +2 -1 src/contrib/ipfilter/ip_state.c 1.1.1.7.2.7 +1 -0 src/contrib/ipfilter/ip_state.h 1.1.1.9.2.8 +3 -2 src/contrib/ipfilter/ipl.h 1.1.1.1.2.4 +1 -1 src/contrib/ipfilter/mlfk_ipl.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 21:02:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53CE716A4CE; Thu, 16 Dec 2004 21:02:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC3943D41; Thu, 16 Dec 2004 21:02:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGL2GlA069716; Thu, 16 Dec 2004 21:02:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGL2GCT069715; Thu, 16 Dec 2004 21:02:16 GMT (envelope-from darrenr) Message-Id: <200412162102.iBGL2GCT069715@repoman.freebsd.org> From: Darren Reed Date: Thu, 16 Dec 2004 21:02:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 21:02:16 -0000 darrenr 2004-12-16 21:02:16 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c Log: Using just m_pullup to get all of the interesting bits in packet into one buffer doesn't work for ipv6 packets, so use m_defrag() here instead as an easy drop-in replacement. PR: 70399 Revision Changes Path 1.40 +6 -1 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 21:02:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE37C16A4CF; Thu, 16 Dec 2004 21:02:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955BF43D2F; Thu, 16 Dec 2004 21:02:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGL2Gxx069733; Thu, 16 Dec 2004 21:02:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGL2GTZ069732; Thu, 16 Dec 2004 21:02:16 GMT (envelope-from darrenr) Message-Id: <200412162102.iBGL2GTZ069732@repoman.freebsd.org> From: Darren Reed Date: Thu, 16 Dec 2004 21:02:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 21:02:16 -0000 darrenr 2004-12-16 21:02:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet fil.c Log: Using just m_pullup to get all of the interesting bits in packet into one buffer doesn't work for ipv6 packets, so use m_defrag() here instead as an easy drop-in replacement. PR: 70399 Revision Changes Path 1.39.2.1 +7 -2 src/sys/contrib/ipfilter/netinet/fil.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:13:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB5816A4CE; Thu, 16 Dec 2004 22:13:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9B643D46; Thu, 16 Dec 2004 22:13:06 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMD6if072311; Thu, 16 Dec 2004 22:13:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMD6k3072310; Thu, 16 Dec 2004 22:13:06 GMT (envelope-from obrien) Message-Id: <200412162213.iBGMD6k3072310@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 22:13:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libmagic Makefile src/usr.bin/file Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:13:06 -0000 obrien 2004-12-16 22:13:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libmagic Makefile usr.bin/file Makefile Log: MFC: install magic.h, and don't depend on 'uniq'. Revision Changes Path 1.3.2.1 +3 -2 src/lib/libmagic/Makefile 1.29.2.1 +1 -1 src/usr.bin/file/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:14:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4624616A4CE; Thu, 16 Dec 2004 22:14:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115E443D49; Thu, 16 Dec 2004 22:14:44 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMEh4f072409; Thu, 16 Dec 2004 22:14:43 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMEhse072408; Thu, 16 Dec 2004 22:14:43 GMT (envelope-from obrien) Message-Id: <200412162214.iBGMEhse072408@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 22:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/mk Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:14:44 -0000 obrien 2004-12-16 22:14:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/mk Makefile Log: MFC rev 1.44: for variables that are only checked with defined(), don't provide any fake value. Revision Changes Path 1.43.2.1 +1 -1 src/share/mk/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:17:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A2316A4CE; Thu, 16 Dec 2004 22:17:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302EC43D2F; Thu, 16 Dec 2004 22:17:45 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMHjfh072525; Thu, 16 Dec 2004 22:17:45 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMHjOI072524; Thu, 16 Dec 2004 22:17:45 GMT (envelope-from obrien) Message-Id: <200412162217.iBGMHjOI072524@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 22:17:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/mk bsd.cpu.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:17:45 -0000 obrien 2004-12-16 22:17:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/mk bsd.cpu.mk Log: MFC: revs 1.42-1.47 (minus 1.45): + Define "I386_CPU" if CPUTYPE is 'i386'. + Embellish the AMD64 sections a little. Including supporting 'nocona'. + Simplify by treating the standard x86 CPU names as the CPUTYPE vs. treating them as an alias. + Separate the x86 GCC CPU CFLAGS from the ICC CFLAGS. + Add support for Pentium M, Pentium 3M and Pentium 4M. Revision Changes Path 1.40.2.1 +61 -61 src/share/mk/bsd.cpu.mk From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:20:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31A216A4CE; Thu, 16 Dec 2004 22:20:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740ED43D39; Thu, 16 Dec 2004 22:20:02 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMK2t2072595; Thu, 16 Dec 2004 22:20:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMK2S7072594; Thu, 16 Dec 2004 22:20:02 GMT (envelope-from obrien) Message-Id: <200412162220.iBGMK2S7072594@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 Dec 2004 22:20:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile hptmv.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:20:02 -0000 obrien 2004-12-16 22:20:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 Makefile Added files: (Branch: RELENG_5) share/man/man4 hptmv.4 Log: MFC. Revision Changes Path 1.276.2.10 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +82 -0 src/share/man/man4/hptmv.4 (new) From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:21:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F176716A4CF; Thu, 16 Dec 2004 22:21:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BF243D46; Thu, 16 Dec 2004 22:21:21 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMLLbb072730; Thu, 16 Dec 2004 22:21:21 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMLLba072729; Thu, 16 Dec 2004 22:21:21 GMT (envelope-from njl) Message-Id: <200412162221.iBGMLLba072729@repoman.freebsd.org> From: Nate Lawson Date: Thu, 16 Dec 2004 22:21:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:21:22 -0000 njl 2004-12-16 22:21:21 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Inform users how to set throttling and cpu idling variables for the power_profile rc script. Revision Changes Path 1.240 +42 -0 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Dec 16 22:55:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A6F16A4CE; Thu, 16 Dec 2004 22:55:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BFE43D58; Thu, 16 Dec 2004 22:55:33 +0000 (GMT) (envelope-from rsm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGMtXxW073861; Thu, 16 Dec 2004 22:55:33 GMT (envelope-from rsm@repoman.freebsd.org) Received: (from rsm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGMtXUJ073860; Thu, 16 Dec 2004 22:55:33 GMT (envelope-from rsm) Message-Id: <200412162255.iBGMtXUJ073860@repoman.freebsd.org> From: Scott Mitchell Date: Thu, 16 Dec 2004 22:55:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb if_axe.c if_axereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 22:55:34 -0000 rsm 2004-12-16 22:55:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb if_axe.c if_axereg.h Log: MFC: Diff-reduction before merging if_axe to RELENG_4. Approved by: imp (mentor) Revision Changes Path 1.22.2.1 +23 -1 src/sys/dev/usb/if_axe.c 1.3.2.1 +2 -0 src/sys/dev/usb/if_axereg.h From owner-cvs-src@FreeBSD.ORG Thu Dec 16 23:19:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C009116A4CE; Thu, 16 Dec 2004 23:19:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A69043D4C; Thu, 16 Dec 2004 23:19:57 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGNJvZf074752; Thu, 16 Dec 2004 23:19:57 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGNJvDt074751; Thu, 16 Dec 2004 23:19:57 GMT (envelope-from julian) Message-Id: <200412162319.iBGNJvDt074751@repoman.freebsd.org> From: Julian Elischer Date: Thu, 16 Dec 2004 23:19:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr msp34xx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 23:19:57 -0000 julian 2004-12-16 23:19:57 UTC FreeBSD src repository Modified files: sys/dev/bktr msp34xx.c Log: Add some locking for -currnet/5.x PR: 74305 Submitted by: Anish Mistry MFC after: 1 week Revision Changes Path 1.5 +6 -0 src/sys/dev/bktr/msp34xx.c From owner-cvs-src@FreeBSD.ORG Thu Dec 16 23:37:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1F516A4CE; Thu, 16 Dec 2004 23:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE3743D48; Thu, 16 Dec 2004 23:37:42 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBGNbgMp075419; Thu, 16 Dec 2004 23:37:42 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBGNbgmQ075418; Thu, 16 Dec 2004 23:37:42 GMT (envelope-from julian) Message-Id: <200412162337.iBGNbgmQ075418@repoman.freebsd.org> From: Julian Elischer Date: Thu, 16 Dec 2004 23:37:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 23:37:42 -0000 julian 2004-12-16 23:37:42 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h Log: Allow /sys/dev/bktr to support Pinnacle PCTV Rave cards PR: 73669 Submitted by: arne_woerner at yahoo dot com MFC after: 1 week Revision Changes Path 1.25 +28 -0 src/sys/dev/bktr/bktr_card.c 1.8 +2 -1 src/sys/dev/bktr/bktr_card.h 1.14 +394 -1 src/sys/dev/bktr/bktr_tuner.c 1.2 +16 -15 src/sys/dev/bktr/bktr_tuner.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 00:25:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C4816A4CE; Fri, 17 Dec 2004 00:25:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E4E43D48; Fri, 17 Dec 2004 00:25:56 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH0PuJn077028; Fri, 17 Dec 2004 00:25:56 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH0Puw4077027; Fri, 17 Dec 2004 00:25:56 GMT (envelope-from julian) Message-Id: <200412170025.iBH0Puw4077027@repoman.freebsd.org> From: Julian Elischer Date: Fri, 17 Dec 2004 00:25:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr bktr_tuner.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 00:25:56 -0000 julian 2004-12-17 00:25:56 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_tuner.h Log: Add a missing prototype. MFC after: 1 week Revision Changes Path 1.3 +1 -2 src/sys/dev/bktr/bktr_tuner.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 00:57:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C4816A4CE; Fri, 17 Dec 2004 00:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0E143D31; Fri, 17 Dec 2004 00:57:48 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH0vm4W084501; Fri, 17 Dec 2004 00:57:48 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH0vmbt084500; Fri, 17 Dec 2004 00:57:48 GMT (envelope-from julian) Message-Id: <200412170057.iBH0vmbt084500@repoman.freebsd.org> From: Julian Elischer Date: Fri, 17 Dec 2004 00:57:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 00:57:49 -0000 julian 2004-12-17 00:57:48 UTC FreeBSD src repository Modified files: sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h Log: Forced commit to note that the previous patch apparently came originaly from the keyboard of: Submitted by: Branko Lankester Revision Changes Path 1.26 +0 -0 src/sys/dev/bktr/bktr_card.c 1.9 +0 -0 src/sys/dev/bktr/bktr_card.h 1.15 +0 -0 src/sys/dev/bktr/bktr_tuner.c 1.4 +0 -0 src/sys/dev/bktr/bktr_tuner.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 01:54:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D2016A4CE; Fri, 17 Dec 2004 01:54:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A1643D48; Fri, 17 Dec 2004 01:54:50 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH1soVL086251; Fri, 17 Dec 2004 01:54:50 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH1sop9086250; Fri, 17 Dec 2004 01:54:50 GMT (envelope-from gad) Message-Id: <200412170154.iBH1sop9086250@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 17 Dec 2004 01:54:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 01:54:50 -0000 gad 2004-12-17 01:54:50 UTC FreeBSD src repository Modified files: usr.sbin/lpr/lpd printjob.c Log: When printing a data file received from some other host, check to make sure the data file has been completely transfered before starting to print it. This is needed because some implementations of lpr will send the control-file for a print job before sending the matching data-files, and that can cause problems if the receiving host is a busy print-server. MFC after: 2 weeks Revision Changes Path 1.62 +100 -0 src/usr.sbin/lpr/lpd/printjob.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 01:58:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EE016A4CE; Fri, 17 Dec 2004 01:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F38E43D2F; Fri, 17 Dec 2004 01:58:58 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH1wwWg086443; Fri, 17 Dec 2004 01:58:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH1wwkS086442; Fri, 17 Dec 2004 01:58:58 GMT (envelope-from brueffer) Message-Id: <200412170158.iBH1wwkS086442@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 01:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 01:58:58 -0000 brueffer 2004-12-17 01:58:58 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 polling.4 Log: MFC: rev. 1.16 fwip(4) supports polling. Revision Changes Path 1.11.2.5 +2 -1 src/share/man/man4/polling.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 01:59:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDDC16A4CE; Fri, 17 Dec 2004 01:59:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AFB43D3F; Fri, 17 Dec 2004 01:59:42 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH1xgLl086485; Fri, 17 Dec 2004 01:59:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH1xgTM086484; Fri, 17 Dec 2004 01:59:42 GMT (envelope-from brueffer) Message-Id: <200412170159.iBH1xgTM086484@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 01:59:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 firewire.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 01:59:44 -0000 brueffer 2004-12-17 01:59:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 firewire.4 Log: MFC: rev. 1.11 - Xref fwip(4) and eui64(5) - correct a grammar nit - bump .Dd Revision Changes Path 1.10.2.1 +4 -2 src/share/man/man4/firewire.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:01:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D6616A4CE; Fri, 17 Dec 2004 02:01:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE76743D31; Fri, 17 Dec 2004 02:01:09 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH219Yc086615; Fri, 17 Dec 2004 02:01:09 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH219WS086614; Fri, 17 Dec 2004 02:01:09 GMT (envelope-from brueffer) Message-Id: <200412170201.iBH219WS086614@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 02:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 fwe.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:01:10 -0000 brueffer 2004-12-17 02:01:09 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 fwe.4 Log: MFC: rev. 1.6 - remove nonexistant "device fwohci" - sort SYNOPSIS devices - capitalize Ethernet - Xref fwip(4) - bump .Dd Revision Changes Path 1.5.2.1 +5 -5 src/share/man/man4/fwe.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:01:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF03E16A4CE; Fri, 17 Dec 2004 02:01:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8930A43D2D; Fri, 17 Dec 2004 02:01:50 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH21oXt086650; Fri, 17 Dec 2004 02:01:50 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH21oBx086649; Fri, 17 Dec 2004 02:01:50 GMT (envelope-from brueffer) Message-Id: <200412170201.iBH21oBx086649@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 02:01:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 fwip.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:01:50 -0000 brueffer 2004-12-17 02:01:50 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 fwip.4 Log: MFC: rev. 1.4 - remove nonexistant "device fwohci" - sort SYNOPSIS devices - Xref fwe(4) - bump .Dd Revision Changes Path 1.3.2.1 +3 -3 src/share/man/man4/fwip.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:04:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F3516A4CE; Fri, 17 Dec 2004 02:04:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F9B43D2D; Fri, 17 Dec 2004 02:04:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH23xuv086701; Fri, 17 Dec 2004 02:03:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH23xax086700; Fri, 17 Dec 2004 02:03:59 GMT (envelope-from brueffer) Message-Id: <200412170203.iBH23xax086700@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 02:03:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 fwohci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:04:00 -0000 brueffer 2004-12-17 02:03:59 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 fwohci.4 Log: MFC: rev. 1.10 - Xref fwip(4) - bump .Dd Revision Changes Path 1.7.2.2 +2 -1 src/share/man/man4/fwohci.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:06:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1613B16A4CE; Fri, 17 Dec 2004 02:06:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C058243D3F; Fri, 17 Dec 2004 02:06:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH264YA086852; Fri, 17 Dec 2004 02:06:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH2641n086851; Fri, 17 Dec 2004 02:06:04 GMT (envelope-from brueffer) Message-Id: <200412170206.iBH2641n086851@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 02:06:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:06:05 -0000 brueffer 2004-12-17 02:06:04 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.sbin/fwcontrol fwcontrol.8 Log: MFC: rev. 1.14 - Xref fwip(4) - bump .Dd Revision Changes Path 1.12.2.1 +2 -1 src/usr.sbin/fwcontrol/fwcontrol.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:24:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23FD16A4CE; Fri, 17 Dec 2004 02:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C2A043D5F; Fri, 17 Dec 2004 02:24:30 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH2OU4a087399; Fri, 17 Dec 2004 02:24:30 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH2OUcn087398; Fri, 17 Dec 2004 02:24:30 GMT (envelope-from darrenr) Message-Id: <200412170224.iBH2OUcn087398@repoman.freebsd.org> From: Darren Reed Date: Fri, 17 Dec 2004 02:24:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/contrib/ipfilter ip_nat.csrc/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:24:30 -0000 darrenr 2004-12-17 02:24:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/ipfilter ip_nat.c sys/contrib/ipfilter/netinet ip_nat.c Log: Allow ipnat redirect rules to work for non-TCP/UDP packets. PR: 70038 Submitted by: fming@borderware.com Reviewed by: darrenr Approved by: re(kensmith) Obtained from: fming@borderware.com Revision Changes Path 1.1.1.10.2.10 +5 -3 src/contrib/ipfilter/ip_nat.c 1.22.2.9 +5 -3 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:29:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3029F16A4CE; Fri, 17 Dec 2004 02:29:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63CE43D2D; Fri, 17 Dec 2004 02:29:34 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH2TYLp087610; Fri, 17 Dec 2004 02:29:34 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH2TYHJ087609; Fri, 17 Dec 2004 02:29:34 GMT (envelope-from darrenr) Message-Id: <200412170229.iBH2TYHJ087609@repoman.freebsd.org> From: Darren Reed Date: Fri, 17 Dec 2004 02:29:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:29:35 -0000 darrenr 2004-12-17 02:29:34 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_nat.c Log: Allow ipnat redirect rules to work for non-TCP/UDP packets. PR: 70038 Submitted by: fming@borderware.com Reviewed by: darrenr Obtained from: fming@borderware.com Revision Changes Path 1.35 +5 -3 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:29:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5399916A4CF; Fri, 17 Dec 2004 02:29:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC5143D31; Fri, 17 Dec 2004 02:29:35 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH2TZle087627; Fri, 17 Dec 2004 02:29:35 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH2TZEl087626; Fri, 17 Dec 2004 02:29:35 GMT (envelope-from darrenr) Message-Id: <200412170229.iBH2TZEl087626@repoman.freebsd.org> From: Darren Reed Date: Fri, 17 Dec 2004 02:29:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:29:35 -0000 darrenr 2004-12-17 02:29:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet ip_nat.c Log: Allow ipnat redirect rules to work for non-TCP/UDP packets. PR: 70038 Submitted by: fming@borderware.com Reviewed by: darrenr Obtained from: fming@borderware.com Revision Changes Path 1.34.2.1 +5 -3 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 02:33:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8853916A4CE; Fri, 17 Dec 2004 02:33:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EE043D2D; Fri, 17 Dec 2004 02:33:42 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH2XgvW087797; Fri, 17 Dec 2004 02:33:42 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH2XgwG087796; Fri, 17 Dec 2004 02:33:42 GMT (envelope-from brueffer) Message-Id: <200412170233.iBH2XgwG087796@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 02:33:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 fwohci.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 02:33:42 -0000 brueffer 2004-12-17 02:33:42 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 fwohci.4 Log: Properly capitalize FireWire MFC after: 3 days Revision Changes Path 1.11 +2 -2 src/share/man/man4/fwohci.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 03:05:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9485016A4CE; Fri, 17 Dec 2004 03:05:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D7143D39; Fri, 17 Dec 2004 03:05:30 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH35UrI089084; Fri, 17 Dec 2004 03:05:30 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH35UhN089083; Fri, 17 Dec 2004 03:05:30 GMT (envelope-from sam) Message-Id: <200412170305.iBH35UhN089083@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Dec 2004 03:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:05:30 -0000 sam 2004-12-17 03:05:30 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: remove power save logic from the tx path; the driver isn't ready to support it so don't mislead folks Revision Changes Path 1.170 +0 -6 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 03:21:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED20816A4CE; Fri, 17 Dec 2004 03:21:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C877543D31; Fri, 17 Dec 2004 03:21:46 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH3LkUi089732; Fri, 17 Dec 2004 03:21:46 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH3LkRV089731; Fri, 17 Dec 2004 03:21:46 GMT (envelope-from jmg) Message-Id: <200412170321.iBH3LkRV089731@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 17 Dec 2004 03:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:21:47 -0000 jmg 2004-12-17 03:21:46 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: don't try to recurse on the bpf lock.. kqueue already locks the bpf lock now... Submitted by: Ed Maste of Sandvine Inc. MFC after: 1 week Revision Changes Path 1.139 +1 -2 src/sys/net/bpf.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 03:36:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDFD16A4CE; Fri, 17 Dec 2004 03:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CEE43D1F; Fri, 17 Dec 2004 03:36:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH3aOaU090219; Fri, 17 Dec 2004 03:36:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH3aOSo090218; Fri, 17 Dec 2004 03:36:24 GMT (envelope-from sam) Message-Id: <200412170336.iBH3aOSo090218@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Dec 2004 03:36:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:36:24 -0000 sam 2004-12-17 03:36:24 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: set ic_ibss_chan when entering RUN state to match ic_bss so the channel reported when associated to an AP is correct Revision Changes Path 1.171 +1 -0 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 03:57:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FD016A4CE; Fri, 17 Dec 2004 03:57:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64F643D58; Fri, 17 Dec 2004 03:57:16 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH3vGcP090949; Fri, 17 Dec 2004 03:57:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH3vGLO090948; Fri, 17 Dec 2004 03:57:16 GMT (envelope-from sam) Message-Id: <200412170357.iBH3vGLO090948@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Dec 2004 03:57:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 03:57:17 -0000 sam 2004-12-17 03:57:16 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix wep operation for station mode: o don't encapsulate on tx; the chip expect a raw frame w/o the crypto header o clear the WEP bit in the 802.11 header on rx so the 802.11 layer doesn't try to strip the crypto header o clobber the "drop unencoded frames" state bit when privacy is enabled so rx'd frames we pass up to the 802.11 layer are not discarded as unencrypted This stuff will need to be redone if anyone decides to add WPA support. Revision Changes Path 1.172 +28 -4 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 04:33:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEBEB16A4CE; Fri, 17 Dec 2004 04:33:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CFA43D55; Fri, 17 Dec 2004 04:33:43 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH4XhqJ092109; Fri, 17 Dec 2004 04:33:43 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH4XhD0092108; Fri, 17 Dec 2004 04:33:43 GMT (envelope-from kensmith) Message-Id: <200412170433.iBH4XhD0092108@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 04:33:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 04:33:44 -0000 kensmith 2004-12-17 04:33:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/tmac mdoc.local Log: Change version to 4.11 in preparation for branching of RELENG_4_11. Approved by: re (implicit) Revision Changes Path 1.2.2.24 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Fri Dec 17 04:35:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640A716A4CE; Fri, 17 Dec 2004 04:35:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E74943D41; Fri, 17 Dec 2004 04:35:58 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH4Zw4e092229; Fri, 17 Dec 2004 04:35:58 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH4ZwEJ092228; Fri, 17 Dec 2004 04:35:58 GMT (envelope-from kensmith) Message-Id: <200412170435.iBH4ZwEJ092228@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 04:35:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 04:35:58 -0000 kensmith 2004-12-17 04:35:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release Makefile Log: Change version to 4.11 in preparation for RELENG_4_11 branch. Approved by: re (implicit) Revision Changes Path 1.536.2.116 +1 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Fri Dec 17 05:13:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C11E916A4D0 for ; Fri, 17 Dec 2004 05:13:22 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id ECAB043D49 for ; Fri, 17 Dec 2004 05:13:21 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 60431 invoked from network); 17 Dec 2004 05:13:20 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 17 Dec 2004 05:13:20 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 16 Dec 2004 23:13:16 -0600 (CST) From: Mike Silbersack To: Sam Leffler In-Reply-To: <200412170357.iBH3vGLO090948@repoman.freebsd.org> Message-ID: <20041216231252.O639@odysseus.silby.com> References: <200412170357.iBH3vGLO090948@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 05:13:22 -0000 On Fri, 17 Dec 2004, Sam Leffler wrote: > sam 2004-12-17 03:57:16 UTC > > FreeBSD src repository > > Modified files: > sys/dev/wi if_wi.c > Log: > Fix wep operation for station mode: Works great here, thanks! Mike "Silby" Silbersack From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:32:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04FC116A4D1; Fri, 17 Dec 2004 06:32:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35C143D5A; Fri, 17 Dec 2004 06:32:12 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6WCaE024854; Fri, 17 Dec 2004 06:32:12 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6WCm0024853; Fri, 17 Dec 2004 06:32:12 GMT (envelope-from kensmith) Message-Id: <200412170632.iBH6WCm0024853@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:32:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:32:13 -0000 kensmith 2004-12-17 06:32:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: The branch for RELENG_4_11 has happened so RELENG_4 shifts to being called -STABLE, though note it's in a 'transition' period (we haven't done the release...). Approved by: re (implicit) Revision Changes Path 1.44.2.40 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:33:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0C5E16A4CE; Fri, 17 Dec 2004 06:33:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F8C43D53; Fri, 17 Dec 2004 06:33:55 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6XtAV024949; Fri, 17 Dec 2004 06:33:55 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6Xtpl024948; Fri, 17 Dec 2004 06:33:55 GMT (envelope-from kensmith) Message-Id: <200412170633.iBH6Xtpl024948@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:33:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/share/examples/cvsup standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:33:56 -0000 kensmith 2004-12-17 06:33:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) share/examples/cvsup standard-supfile Log: Update tag to RELENG_4_11. Approved by: re (implicit) Revision Changes Path 1.17.2.6.10.1 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:37:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B82016A4CE; Fri, 17 Dec 2004 06:37:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D810F43D2F; Fri, 17 Dec 2004 06:37:50 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6boTW025123; Fri, 17 Dec 2004 06:37:50 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6bo9L025122; Fri, 17 Dec 2004 06:37:50 GMT (envelope-from kensmith) Message-Id: <200412170637.iBH6bo9L025122@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:37:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/share/examples/cvsup standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:37:51 -0000 kensmith 2004-12-17 06:37:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) share/examples/cvsup standard-supfile Log: Adjust comment at the top to explicitly say FreeBSD-4.11. Approved by: re (implicit) Suggested by: cperciva Revision Changes Path 1.17.2.6.10.2 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:41:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5485516A4CE; Fri, 17 Dec 2004 06:41:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE4943D48; Fri, 17 Dec 2004 06:41:36 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6faVl025445; Fri, 17 Dec 2004 06:41:36 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6faa3025444; Fri, 17 Dec 2004 06:41:36 GMT (envelope-from kensmith) Message-Id: <200412170641.iBH6faa3025444@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:41:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:41:36 -0000 kensmith 2004-12-17 06:41:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys param.h Log: Bump __FreeBSD_version for RELENG_4 to mark beginning of 4.11-STABLE. Approved by: re (implicit) Revision Changes Path 1.61.2.46 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:47:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBF916A4CE; Fri, 17 Dec 2004 06:47:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495AE43D4C; Fri, 17 Dec 2004 06:47:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6limR025719; Fri, 17 Dec 2004 06:47:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6limx025718; Fri, 17 Dec 2004 06:47:44 GMT (envelope-from kensmith) Message-Id: <200412170647.iBH6limx025718@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:47:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:47:44 -0000 kensmith 2004-12-17 06:47:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/sys param.h Log: Bump __FreeBSD_version for 4.11-RELEASE. Approved by: re (implicit) Revision Changes Path 1.61.2.45.2.1 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 06:49:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C1A16A4CE; Fri, 17 Dec 2004 06:49:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD70043D45; Fri, 17 Dec 2004 06:49:43 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH6nhbS025837; Fri, 17 Dec 2004 06:49:43 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH6nhtJ025836; Fri, 17 Dec 2004 06:49:43 GMT (envelope-from kensmith) Message-Id: <200412170649.iBH6nhtJ025836@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 06:49:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 06:49:44 -0000 kensmith 2004-12-17 06:49:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/conf newvers.sh Log: Ready for RC1 builds. Approved by: re (implicit) Revision Changes Path 1.44.2.39.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Dec 17 07:06:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCE716A4CE; Fri, 17 Dec 2004 07:06:38 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 807EF43D49; Fri, 17 Dec 2004 07:06:37 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])iBH76ZKP026985; Fri, 17 Dec 2004 18:06:35 +1100 Received: from epsplex.bde.org (katana.zip.com.au [61.8.7.246]) iBH76V7M004466; Fri, 17 Dec 2004 18:06:32 +1100 Date: Fri, 17 Dec 2004 18:06:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@epsplex.bde.org To: John Baldwin In-Reply-To: <200412161449.23781.jhb@FreeBSD.org> Message-ID: <20041217165951.Q1181@epsplex.bde.org> References: <200411300618.iAU6IkQX065609@repoman.freebsd.org> <20041216144239.T1723@epsplex.bde.org> <200412161449.23781.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 07:06:38 -0000 On Thu, 16 Dec 2004, John Baldwin wrote: > On Wednesday 15 December 2004 10:51 pm, Bruce Evans wrote: > > On Wed, 15 Dec 2004, Kris Kennaway wrote: > > ... > > > I often > > > get overlapping panics from the other CPUs on this machine, and it > > > often locks up when trying to enter DDB, or while printing the panic > > > string (the other day it only got as far as 'p' before hanging). > > > > panic() needs much the same locking as ddb to prevent concurrent entry. > > It must be fairly likely for all CPUs to panic on the same asertion. > > This is like all CPUs entering ddb on the same breakpoint. > > The thing is, panic does have locking, but it appears to be ineffective: > > #ifdef SMP > /* > * We don't want multiple CPU's to panic at the same time, so we > * use panic_cpu as a simple spinlock. We have to keep checking > * panic_cpu if we are spinning in case the panic on the first > * CPU is canceled. > */ > if (panic_cpu != PCPU_GET(cpuid)) > while (atomic_cmpset_int(&panic_cpu, NOCPU, > PCPU_GET(cpuid)) == 0) > while (panic_cpu != NOCPU) > ; /* nothing */ > #endif Oops, I forgot bout that (and never really noticed that it was the very first thing in panic() as it needs to be). > In the smpng branch in p4, I have the lock changed to be based on the thread > rather than the CPU to account for problems coming from migration due to > preemption while in a panic, but I haven't observed any noticeable > improvement from the change: I can't see any serious problems with the above. Perhaps it should try to stop the other CPUs like ddb, since panic() is going to do drastic things. I think it needs to use atomic_load_acq_int() in the inner loop, but that only affects the RESTARTABLE_PANICS case. > --- //depot/vendor/freebsd/src/sys/kern/kern_shutdown.c 2004/11/05 19:00:32 > +++ //depot/projects/smpng/sys/kern/kern_shutdown.c 2004/11/05 19:22:55 > @@ -473,7 +473,7 @@ > } > > #ifdef SMP > -static u_int panic_cpu = NOCPU; > +static struct thread *panic_thread = NULL; > #endif > > /* > @@ -494,15 +494,14 @@ > #ifdef SMP > /* > * We don't want multiple CPU's to panic at the same time, so we > - * use panic_cpu as a simple spinlock. We have to keep checking > - * panic_cpu if we are spinning in case the panic on the first > + * use panic_thread as a simple spinlock. We have to keep checking > + * panic_thread if we are spinning in case the panic on the first > * CPU is canceled. > */ > - if (panic_cpu != PCPU_GET(cpuid)) > - while (atomic_cmpset_int(&panic_cpu, NOCPU, > - PCPU_GET(cpuid)) == 0) > - while (panic_cpu != NOCPU) > - ; /* nothing */ > + if (panic_thread != curthread) > + while (atomic_cmpset_ptr(&panic_thread, NULL, curthread) == 0) > + while (panic_thread != NULL) > + cpu_spinwait(); > #endif > > bootopt = RB_AUTOBOOT | RB_DUMP; > @@ -538,7 +537,7 @@ > /* See if the user aborted the panic, in which case we continue. */ > if (panicstr == NULL) { > #ifdef SMP > - atomic_store_rel_int(&panic_cpu, NOCPU); > + atomic_store_rel_ptr(&panic_thread, NULL); > #endif > return; > } Hmm, this has a long history. It was committed more than 2 years ago in rev.1.132, then immediately backed out since it wasn't ready. I slightly prefer to use the cpuid, since panic() can occur in non-thread context and during context switching. PCPU_GET(cpuid) is also better than curthread->td_oncpu, since changing the latter is not atomic with changing curthread. Bruce From owner-cvs-src@FreeBSD.ORG Fri Dec 17 09:34:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B1616A4CE; Fri, 17 Dec 2004 09:34:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15F143D1D; Fri, 17 Dec 2004 09:34:48 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH9Ymoi046326; Fri, 17 Dec 2004 09:34:48 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH9Ym69046325; Fri, 17 Dec 2004 09:34:48 GMT (envelope-from brueffer) Message-Id: <200412170934.iBH9Ym69046325@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 09:34:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ubser.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 09:34:49 -0000 brueffer 2004-12-17 09:34:48 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ubser.4 Log: Add missing word. MFC after: 3 days Revision Changes Path 1.4 +1 -1 src/share/man/man4/ubser.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 09:36:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5FC16A4CE; Fri, 17 Dec 2004 09:36:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB01143D2F; Fri, 17 Dec 2004 09:36:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBH9a0h9046445; Fri, 17 Dec 2004 09:36:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH9a06I046444; Fri, 17 Dec 2004 09:36:00 GMT (envelope-from ru) Message-Id: <200412170936.iBH9a06I046444@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Dec 2004 09:36:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 09:36:01 -0000 ru 2004-12-17 09:36:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/groff/tmac mdoc.local Log: MFC: 1.42: FreeBSD 4.11 and FreeBSD 6.0. Revision Changes Path 1.41.2.2 +2 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:01:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9874416A4CE; Fri, 17 Dec 2004 10:01:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7016143D41; Fri, 17 Dec 2004 10:01:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHA12Q7047131; Fri, 17 Dec 2004 10:01:02 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHA124G047130; Fri, 17 Dec 2004 10:01:02 GMT (envelope-from ru) Message-Id: <200412171001.iBHA124G047130@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Dec 2004 10:01:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/sockstat sockstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:01:02 -0000 ru 2004-12-17 10:01:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/sockstat sockstat.c Log: MFC: Teach sockstat(1) about divert(4) sockets. Revision Changes Path 1.9.4.2 +8 -0 src/usr.bin/sockstat/sockstat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:06:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E9C16A4CE; Fri, 17 Dec 2004 10:06:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE6E643D1D; Fri, 17 Dec 2004 10:06:57 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHA6veQ047396; Fri, 17 Dec 2004 10:06:57 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHA6vjb047395; Fri, 17 Dec 2004 10:06:57 GMT (envelope-from fjoe) Message-Id: <200412171006.iBHA6vjb047395@repoman.freebsd.org> From: Max Khon Date: Fri, 17 Dec 2004 10:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:06:58 -0000 fjoe 2004-12-17 10:06:57 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that osa@, krion@ and danfe@ are now free of mentorship. Revision Changes Path 1.689 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:10:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA6D616A4CE; Fri, 17 Dec 2004 10:10:25 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7695743D49; Fri, 17 Dec 2004 10:10:25 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1CfF3v-000BqX-KI; Fri, 17 Dec 2004 11:10:15 +0100 Date: Fri, 17 Dec 2004 11:10:15 +0100 From: Kirill Ponomarew To: Max Khon Message-ID: <20041217101015.GD71755@voodoo.oberon.net> References: <200412171006.iBHA6vjb047395@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline In-Reply-To: <200412171006.iBHA6vjb047395@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:10:26 -0000 --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 17, 2004 at 10:06:57AM +0000, Max Khon wrote: > fjoe 2004-12-17 10:06:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > . access=20 > Log: > Forced commit to note that osa@, krion@ and danfe@ are now free of ment= orship. ;)) -Kirill --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwrCHQC1G6a60JuURAqo4AJ9Z40EpBqlbHtqQCddsjXnvVKAMFgCeJoOY LDKOyD00XP2FL9wztCkCTwc= =EHBV -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:11:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97CA516A4CE; Fri, 17 Dec 2004 10:11:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717F743D46; Fri, 17 Dec 2004 10:11:33 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHABXkF047876; Fri, 17 Dec 2004 10:11:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHABXCd047875; Fri, 17 Dec 2004 10:11:33 GMT (envelope-from ru) Message-Id: <200412171011.iBHABXCd047875@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Dec 2004 10:11:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 10:11:33 -0000 ru 2004-12-17 10:11:33 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Minor tweaks in "make update" comments. Revision Changes Path 1.460 +3 -3 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:13:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F230916A4CE; Fri, 17 Dec 2004 10:13:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC44E43D2D; Fri, 17 Dec 2004 10:13:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHAD2p0047968; Fri, 17 Dec 2004 10:13:02 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHAD2HY047964; Fri, 17 Dec 2004 10:13:02 GMT (envelope-from brueffer) Message-Id: <200412171013.iBHAD2HY047964@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 10:13:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_bt3c.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:13:03 -0000 brueffer 2004-12-17 10:13:02 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ng_bt3c.4 Log: - add a HARDWARE section - several grammar and language fixes - bump .Dd MFC after: 3 days Revision Changes Path 1.8 +19 -15 src/share/man/man4/ng_bt3c.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:13:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA3C16A4CE; Fri, 17 Dec 2004 10:13:16 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0398F43D1F; Fri, 17 Dec 2004 10:13:15 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 35AD71706A; Fri, 17 Dec 2004 16:13:11 +0600 (NOVT) Date: Fri, 17 Dec 2004 16:13:11 +0600 From: Max Khon To: Kirill Ponomarew Message-ID: <20041217101311.GA83790@samodelkin.net> References: <200412171006.iBHA6vjb047395@repoman.freebsd.org> <20041217101015.GD71755@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041217101015.GD71755@voodoo.oberon.net> User-Agent: Mutt/1.4.2i cc: Max Khon cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 10:13:16 -0000 Hi! On Fri, Dec 17, 2004 at 11:10:15AM +0100, Kirill Ponomarew wrote: > > fjoe 2004-12-17 10:06:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > . access > > Log: > > Forced commit to note that osa@, krion@ and danfe@ are now free of mentorship. > > ;)) Yes, better late than never :) Oh, wrong repo... committed to ports repo now. /fjoe From owner-cvs-src@FreeBSD.ORG Fri Dec 17 10:31:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C57716A500; Fri, 17 Dec 2004 10:31:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C691C43D41; Fri, 17 Dec 2004 10:31:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHAV00a048712; Fri, 17 Dec 2004 10:31:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHAV0Ua048711; Fri, 17 Dec 2004 10:31:00 GMT (envelope-from brueffer) Message-Id: <200412171031.iBHAV0Ua048711@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 10:31:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 10:31:01 -0000 brueffer 2004-12-17 10:31:00 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate device listings for ng_bt3c(4). MFC after: 3 days Revision Changes Path 1.267 +1 -7 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.50 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri Dec 17 11:21:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24D416A4CE; Fri, 17 Dec 2004 11:20:59 +0000 (GMT) Received: from jc.ngo.org.uk (jc.ngo.org.uk [69.55.225.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A10043D54; Fri, 17 Dec 2004 11:20:59 +0000 (GMT) (envelope-from nik@crf-consulting.co.uk) Received: from crf-consulting.co.uk (82-44-220-218.cable.ubr10.haye.blueyonder.co.uk [82.44.220.218]) by jc.ngo.org.uk (8.12.11/8.13.1) with ESMTP id iBHBKul5088952; Fri, 17 Dec 2004 03:20:58 -0800 (PST) (envelope-from nik@crf-consulting.co.uk) Received: from clan.nothing-going-on.org (clan.nothing-going-on.org [192.168.1.20]) by crf-consulting.co.uk (8.13.1/8.12.9) with ESMTP id iBHBKtiY037397; Fri, 17 Dec 2004 11:20:55 GMT (envelope-from nik@catkin) Received: from clan.nothing-going-on.org (localhost [127.0.0.1]) iBHBKtLT063661; Fri, 17 Dec 2004 11:20:55 GMT (envelope-from nik@clan.nothing-going-on.org) Received: (from nik@localhost) by clan.nothing-going-on.org (8.13.1/8.13.1/Submit) id iBHBKsap063660; Fri, 17 Dec 2004 11:20:54 GMT (envelope-from nik) Date: Fri, 17 Dec 2004 11:20:54 +0000 From: Nik Clayton To: Ruslan Ermilov Message-ID: <20041217112053.GK17158@clan.nothing-going-on.org> References: <200412161955.iBGJtvIO060191@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="08ATZu8fEq0x2T3M" Content-Disposition: inline In-Reply-To: <200412161955.iBGJtvIO060191@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: FreeBSD Project cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 11:21:00 -0000 --08ATZu8fEq0x2T3M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ruslan, On Thu, Dec 16, 2004 at 07:55:57PM +0000, Ruslan Ermilov wrote: > Previous revision didn't fix all cases. For example, > testing for variables that are always defined (e.g., > "make -V CC") would still print a false warning. Fix > this by only passing a submake the MAKEOBJDIRPREFIX=3D* > argument if it was present. As a result, we loose > the check for -DMAKEOBJDIRPREFIX, or an esoteric > "MAKEOBJDIRPREFIX =3D foo" (with embedded spaces), but > these are unorthodox enough to not care about them. > =20 > The make(1) bug mentioned in the previous revision > was just fixed in make/main.c,v 1.109. Do you have test cases for these issues? They should be added to=20 tools/regression/usr.bin/make. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ (__) FreeBSD Documentation Project http://www.freebsd.org/docproj/ \\\'',) \/ \= ^ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- .\._/= _) --08ATZu8fEq0x2T3M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwsEVk6gHZCw343URAqjNAJsFEJphI0Rt7Z/QLsOiWwmcY8U+ugCfZEZH DfNUKbRRnUP18+vq7NjsAS0= =ZD+A -----END PGP SIGNATURE----- --08ATZu8fEq0x2T3M-- From owner-cvs-src@FreeBSD.ORG Fri Dec 17 11:24:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7464816A4CE; Fri, 17 Dec 2004 11:24:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCAF43D46; Fri, 17 Dec 2004 11:24:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHBOXjQ050283; Fri, 17 Dec 2004 11:24:33 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHBOXed050282; Fri, 17 Dec 2004 11:24:33 GMT (envelope-from glebius) Message-Id: <200412171124.iBHBOXed050282@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Dec 2004 11:24:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 divert.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 11:24:33 -0000 glebius 2004-12-17 11:24:33 UTC FreeBSD src repository Modified files: share/man/man4 divert.4 Log: Note that send(2) is no longer applicable to divert(4) sockets. Noticed by: Dmitry Dvoinikov Wording by: cperciva MFC after: 3 days Revision Changes Path 1.32 +5 -7 src/share/man/man4/divert.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 12:52:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FFE16A4CE; Fri, 17 Dec 2004 12:52:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5FB43D54; Fri, 17 Dec 2004 12:52:12 +0000 (GMT) (envelope-from bp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHCqCOg059580; Fri, 17 Dec 2004 12:52:12 GMT (envelope-from bp@repoman.freebsd.org) Received: (from bp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHCqCml059579; Fri, 17 Dec 2004 12:52:12 GMT (envelope-from bp) Message-Id: <200412171252.iBHCqCml059579@repoman.freebsd.org> From: Boris Popov Date: Fri, 17 Dec 2004 12:52:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/nwfs nwfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 12:52:12 -0000 bp 2004-12-17 12:52:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/nwfs nwfs_vfsops.c Log: Initialize olen value and use size_t type where necessary. PR: kern/70236 Approved by: re Revision Changes Path 1.6.2.7 +3 -1 src/sys/nwfs/nwfs_vfsops.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 12:52:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 447C416A4CE; Fri, 17 Dec 2004 12:52:35 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C9943D53; Fri, 17 Dec 2004 12:52:34 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBHCqWsk091951; Fri, 17 Dec 2004 14:52:32 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 08832-20; Fri, 17 Dec 2004 14:52:29 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBHCq0ef091910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 17 Dec 2004 14:52:01 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBHCq5xE061329; Fri, 17 Dec 2004 14:52:05 +0200 (EET) (envelope-from ru) Date: Fri, 17 Dec 2004 14:52:00 +0200 From: Ruslan Ermilov To: Nik Clayton Message-ID: <20041217125200.GA61177@ip.net.ua> References: <200412161955.iBGJtvIO060191@repoman.freebsd.org> <20041217112053.GK17158@clan.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <20041217112053.GK17158@clan.nothing-going-on.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 12:52:35 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Nik, On Fri, Dec 17, 2004 at 11:20:54AM +0000, Nik Clayton wrote: > On Thu, Dec 16, 2004 at 07:55:57PM +0000, Ruslan Ermilov wrote: > > Previous revision didn't fix all cases. For example, > > testing for variables that are always defined (e.g., > > "make -V CC") would still print a false warning. Fix > > this by only passing a submake the MAKEOBJDIRPREFIX=3D* > > argument if it was present. As a result, we loose > > the check for -DMAKEOBJDIRPREFIX, or an esoteric > > "MAKEOBJDIRPREFIX =3D foo" (with embedded spaces), but > > these are unorthodox enough to not care about them. > > =20 > > The make(1) bug mentioned in the previous revision > > was just fixed in make/main.c,v 1.109. >=20 > Do you have test cases for these issues? They should be added to=20 > tools/regression/usr.bin/make. >=20 I know about tools/regression/usr.bin/make (as could be seen =66rom my commits there). Unfortunately, the testcase for this bug is somewhat hard to exploit. On my i386 testbox, I could only reproduce it under certain conditions, like the current working directory, etc. On amd64, it was always easier (I don't know why). The testcase may be as simple as this: $ env MAKEFLAGS=3D"-f /dev/null" make -V /nonexistent make: cannot open /nonexistent. $ echo $? 2 The bug is that the value of "/nonexistent" will replace the value of "/dev/null". Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBwtZwqRfpzJluFF4RAnYrAJwO2JulZKOnqboh36cwROPi2r0QjQCgm58Q sGJONEkK7Iwaf6s2oukH7l0= =o3Wk -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-cvs-src@FreeBSD.ORG Fri Dec 17 12:55:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBF316A4CE; Fri, 17 Dec 2004 12:55:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CA143D1D; Fri, 17 Dec 2004 12:55:53 +0000 (GMT) (envelope-from bp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHCtrfS059740; Fri, 17 Dec 2004 12:55:53 GMT (envelope-from bp@repoman.freebsd.org) Received: (from bp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHCtr1H059739; Fri, 17 Dec 2004 12:55:53 GMT (envelope-from bp) Message-Id: <200412171255.iBHCtr1H059739@repoman.freebsd.org> From: Boris Popov Date: Fri, 17 Dec 2004 12:55:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netsmb smb_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 12:55:53 -0000 bp 2004-12-17 12:55:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netsmb smb_subr.c Log: Initialize olen value and use size_t type where necessary. PR: kern/70236 Approved by: re Revision Changes Path 1.1.2.4 +3 -1 src/sys/netsmb/smb_subr.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 12:59:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5CE16A4CE; Fri, 17 Dec 2004 12:59:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC6D43D46; Fri, 17 Dec 2004 12:59:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHCxK7p059871; Fri, 17 Dec 2004 12:59:20 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHCxKUu059870; Fri, 17 Dec 2004 12:59:20 GMT (envelope-from glebius) Message-Id: <200412171259.iBHCxKUu059870@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Dec 2004 12:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 divert.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 12:59:21 -0000 glebius 2004-12-17 12:59:20 UTC FreeBSD src repository Modified files: share/man/man4 divert.4 Log: Bump .Dd Reminded by: ru Revision Changes Path 1.33 +1 -1 src/share/man/man4/divert.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 13:15:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E3116A4CE; Fri, 17 Dec 2004 13:15:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE5443D58; Fri, 17 Dec 2004 13:15:08 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHDF8hb060403; Fri, 17 Dec 2004 13:15:08 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHDF8CK060402; Fri, 17 Dec 2004 13:15:08 GMT (envelope-from kensmith) Message-Id: <200412171315.iBHDF8CK060402@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 13:15:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 13:15:09 -0000 kensmith 2004-12-17 13:15:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) gnu/usr.bin/groff/tmac mdoc.local Log: Add 4.11 to releases not found in doc-common. Requested by: ru Approved by: re (implicit) Revision Changes Path 1.2.2.24.2.1 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Fri Dec 17 13:20:20 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3768716A4CE; Fri, 17 Dec 2004 13:20:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAAC43D4C; Fri, 17 Dec 2004 13:20:20 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHDKKW5060584; Fri, 17 Dec 2004 13:20:20 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHDKJni060583; Fri, 17 Dec 2004 13:20:19 GMT (envelope-from harti) Message-Id: <200412171320.iBHDKJni060583@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 17 Dec 2004 13:20:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c dir.c dir.h main.c nonints.h parse.c str.c suff.c targ.c var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 13:20:20 -0000 harti 2004-12-17 13:20:19 UTC FreeBSD src repository Modified files: usr.bin/make arch.c dir.c dir.h main.c nonints.h parse.c str.c suff.c targ.c var.c Log: Remove all the cleanup functions. There is no reason to free memory just before exiting (especially given the number of memory leaks) - it just costs time. Revision Changes Path 1.43 +0 -55 src/usr.bin/make/arch.c 1.45 +0 -27 src/usr.bin/make/dir.c 1.16 +0 -1 src/usr.bin/make/dir.h 1.110 +0 -8 src/usr.bin/make/main.c 1.28 +0 -6 src/usr.bin/make/nonints.h 1.67 +0 -13 src/usr.bin/make/parse.c 1.34 +0 -18 src/usr.bin/make/str.c 1.39 +6 -28 src/usr.bin/make/suff.c 1.34 +0 -22 src/usr.bin/make/targ.c 1.58 +0 -7 src/usr.bin/make/var.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 13:24:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B235916A4CF; Fri, 17 Dec 2004 13:24:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8860E43D55; Fri, 17 Dec 2004 13:24:22 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHDOM5G060745; Fri, 17 Dec 2004 13:24:22 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHDOMnJ060744; Fri, 17 Dec 2004 13:24:22 GMT (envelope-from ru) Message-Id: <200412171324.iBHDOMnJ060744@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Dec 2004 13:24:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/burncd burncd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 13:24:22 -0000 ru 2004-12-17 13:24:22 UTC FreeBSD src repository Modified files: usr.sbin/burncd burncd.c Log: err() -> errx() Revision Changes Path 1.42 +6 -6 src/usr.sbin/burncd/burncd.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 13:39:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F1C16A4D0; Fri, 17 Dec 2004 13:39:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB16543D62; Fri, 17 Dec 2004 13:39:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHDdtVY061262; Fri, 17 Dec 2004 13:39:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHDdttu061261; Fri, 17 Dec 2004 13:39:55 GMT (envelope-from krion) Message-Id: <200412171339.iBHDdttu061261@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 17 Dec 2004 13:39:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 ports.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 13:39:56 -0000 krion 2004-12-17 13:39:55 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man7 ports.7 Log: Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and add description for MASTER_SITE_BACKUP. Based on PR: ports/74709 Submitted by: Valentin Nechayev Reviewed by: ru MFC after: 3 days Revision Changes Path 1.48 +23 -3 src/share/man/man7/ports.7 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 13:41:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1599A16A4CE; Fri, 17 Dec 2004 13:41:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F6343D4C; Fri, 17 Dec 2004 13:41:58 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHDfwFj061442; Fri, 17 Dec 2004 13:41:58 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHDfwE4061441; Fri, 17 Dec 2004 13:41:58 GMT (envelope-from kensmith) Message-Id: <200412171341.iBHDfwE4061441@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Dec 2004 13:41:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 13:41:59 -0000 kensmith 2004-12-17 13:41:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) . Makefile.inc1 Log: Update tag used when doing a cvs update. Reminded by: ru Approved by: re (implicit) Revision Changes Path 1.141.2.70.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 14:10:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1FA16A4CE; Fri, 17 Dec 2004 14:10:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7399E43D31; Fri, 17 Dec 2004 14:10:44 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHEAieh062419; Fri, 17 Dec 2004 14:10:44 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHEAii1062418; Fri, 17 Dec 2004 14:10:44 GMT (envelope-from jkoshy) Message-Id: <200412171410.iBHEAii1062418@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 17 Dec 2004 14:10:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/groff/tmac doc-common X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 14:10:44 -0000 jkoshy 2004-12-17 14:10:44 UTC FreeBSD src repository Modified files: contrib/groff/tmac doc-common Log: Support for ".Fx 6.0". Reviewed by: ru Revision Changes Path 1.66 +1 -0 src/contrib/groff/tmac/doc-common From owner-cvs-src@FreeBSD.ORG Fri Dec 17 14:28:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2325D16A4CE; Fri, 17 Dec 2004 14:28:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4AE43D2F; Fri, 17 Dec 2004 14:28:53 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHESrhS063230; Fri, 17 Dec 2004 14:28:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHESrFA063229; Fri, 17 Dec 2004 14:28:53 GMT (envelope-from jkoshy) Message-Id: <200412171428.iBHESrFA063229@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 17 Dec 2004 14:28:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 hier.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 14:28:54 -0000 jkoshy 2004-12-17 14:28:53 UTC FreeBSD src repository Modified files: share/man/man7 hier.7 Log: Remove mention of block devices. Mention that entries under /dev are managed by devfs(5). Add cross-references. Reviewed by: ru Revision Changes Path 1.111 +8 -3 src/share/man/man7/hier.7 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 14:36:02 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCF316A4CE; Fri, 17 Dec 2004 14:36:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862AC43D1F; Fri, 17 Dec 2004 14:36:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHEa2Cf063465; Fri, 17 Dec 2004 14:36:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHEa2sU063464; Fri, 17 Dec 2004 14:36:02 GMT (envelope-from jkoshy) Message-Id: <200412171436.iBHEa2sU063464@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 17 Dec 2004 14:36:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mknod mknod.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 14:36:02 -0000 jkoshy 2004-12-17 14:36:02 UTC FreeBSD src repository Modified files: sbin/mknod mknod.8 Log: Mark mknod(8) as deprecated. Add text in the 'COMPATIBILITY' section describing the changes in device management since FreeBSD 4.0. Reviewed by: ru Revision Changes Path 1.30 +26 -1 src/sbin/mknod/mknod.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 15:59:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD5416A4CE; Fri, 17 Dec 2004 15:59:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CA143D1D; Fri, 17 Dec 2004 15:59:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHFxGZQ066734; Fri, 17 Dec 2004 15:59:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHFxGan066733; Fri, 17 Dec 2004 15:59:16 GMT (envelope-from darrenr) Message-Id: <200412171559.iBHFxGan066733@repoman.freebsd.org> From: Darren Reed Date: Fri, 17 Dec 2004 15:59:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 15:59:16 -0000 darrenr 2004-12-17 15:59:16 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_nat.c Log: Move two variables that are unused if LARGE_NAT is defined inside an #ifdef to keep them out of harms way when compiling. PR: 72783 Revision Changes Path 1.36 +4 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 15:59:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2309116A4CF; Fri, 17 Dec 2004 15:59:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED4343D1F; Fri, 17 Dec 2004 15:59:16 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHFxGqa066751; Fri, 17 Dec 2004 15:59:16 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHFxGm1066750; Fri, 17 Dec 2004 15:59:16 GMT (envelope-from darrenr) Message-Id: <200412171559.iBHFxGm1066750@repoman.freebsd.org> From: Darren Reed Date: Fri, 17 Dec 2004 15:59:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 15:59:17 -0000 darrenr 2004-12-17 15:59:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet ip_nat.c Log: Move two variables that are unused if LARGE_NAT is defined inside an #ifdef to keep them out of harms way when compiling. PR: 72783 Revision Changes Path 1.34.2.2 +5 -2 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 16:29:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446A916A4CE; Fri, 17 Dec 2004 16:29:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2043B43D5C; Fri, 17 Dec 2004 16:29:55 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHGTsji067737; Fri, 17 Dec 2004 16:29:54 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHGTsQZ067736; Fri, 17 Dec 2004 16:29:54 GMT (envelope-from jkoshy) Message-Id: <200412171629.iBHGTsQZ067736@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 17 Dec 2004 16:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/groff/tmac doc-common X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 16:29:55 -0000 jkoshy 2004-12-17 16:29:54 UTC FreeBSD src repository Modified files: contrib/groff/tmac doc-common Log: Revert rev 1.66. This file needs to track its upstream source. Requested by: ru Revision Changes Path 1.67 +0 -1 src/contrib/groff/tmac/doc-common From owner-cvs-src@FreeBSD.ORG Fri Dec 17 16:32:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B095E16A4CF; Fri, 17 Dec 2004 16:32:41 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4760C43D72; Fri, 17 Dec 2004 16:32:41 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iBHGWeIo023487; Fri, 17 Dec 2004 11:32:40 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iBHGWeXg023486; Fri, 17 Dec 2004 11:32:40 -0500 (EST) Date: Fri, 17 Dec 2004 11:32:40 -0500 From: Ken Smith To: Darren Reed Message-ID: <20041217163240.GD20065@electra.cse.Buffalo.EDU> References: <200412171559.iBHFxGm1066750@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <200412171559.iBHFxGm1066750@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 16:32:41 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 17, 2004 at 03:59:16PM +0000, Darren Reed wrote: > darrenr 2004-12-17 15:59:16 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_5) > sys/contrib/ipfilter/netinet ip_nat.c=20 > Log: > Move two variables that are unused if LARGE_NAT is defined inside an #i= fdef > to keep them out of harms way when compiling. > =20 > PR: 72783 > =20 > Revision Changes Path > 1.34.2.2 +5 -2 src/sys/contrib/ipfilter/netinet/ip_nat.c [ Not meaning to explicitly pick on Darren - just using this particular commit to remind everyone. Several people have done this lately. ] We understand that some of you do extensive testing before committing even to HEAD, and we appreciate that. But even for those cases re@ would appreciate it if things could simmer in HEAD for at least a couple of days before being MFCed. Even the best of us have been caught off guard with things that didn't show up in our testing but once it got out into a larger testbed a nit or two showed up. With RELENG_5 now considered -stable unless there is some sort of emergency please follow the 3-day or so simmer-in-HEAD rule of thumb. Thanks. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (SunOS) iD8DBQFBwwol/G14VSmup/YRAoAcAJ9qAKtkabsfbK8w+OvPpMiOvUqwYQCeOgho UURc2GvtjqRZCkGCgzf8E/4= =0tI2 -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- From owner-cvs-src@FreeBSD.ORG Fri Dec 17 17:17:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38AD16A4CE; Fri, 17 Dec 2004 17:17:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB8243D45; Fri, 17 Dec 2004 17:17:36 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHHHaHJ075809; Fri, 17 Dec 2004 17:17:36 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHHHadA075808; Fri, 17 Dec 2004 17:17:36 GMT (envelope-from alc) Message-Id: <200412171717.iBHHHadA075808@repoman.freebsd.org> From: Alan Cox Date: Fri, 17 Dec 2004 17:17:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_meter.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 17:17:36 -0000 alc 2004-12-17 17:17:36 UTC FreeBSD src repository Modified files: sys/vm vm_meter.c Log: Enable debug.mpsafevm by default on alpha. Revision Changes Path 1.79 +1 -1 src/sys/vm/vm_meter.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 17:45:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4916A4CF; Fri, 17 Dec 2004 17:45:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A4343D54; Fri, 17 Dec 2004 17:45:34 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHHjTSv076758; Fri, 17 Dec 2004 17:45:29 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHHjTb7076757; Fri, 17 Dec 2004 17:45:29 GMT (envelope-from peter) Message-Id: <200412171745.iBHHjTb7076757@repoman.freebsd.org> From: Peter Wemm Date: Fri, 17 Dec 2004 17:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twe twe.c tweio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 17:45:35 -0000 peter 2004-12-17 17:45:29 UTC FreeBSD src repository Modified files: sys/dev/twe twe.c tweio.h Log: Recognize the 32-bit form of the twe binary passthrough ioctl()s so that there is some hope for the 32-bit management utilities to run. I've used the cli successfully, but 3dm2 doesn't work for other reasons. Of course, a native binary of the 3dm2 and cli would be much better, but that doesn't exist. Revision Changes Path 1.23 +36 -0 src/sys/dev/twe/twe.c 1.4 +23 -0 src/sys/dev/twe/tweio.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 18:19:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E9016A4CE; Fri, 17 Dec 2004 18:19:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71F143D1D; Fri, 17 Dec 2004 18:19:44 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHIJiFx077889; Fri, 17 Dec 2004 18:19:44 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHIJiJ5077888; Fri, 17 Dec 2004 18:19:44 GMT (envelope-from simon) Message-Id: <200412171819.iBHIJiJ5077888@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 17 Dec 2004 18:19:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:19:45 -0000 simon 2004-12-17 18:19:44 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Correct entity name added in the last revision. Revision Changes Path 1.268 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Fri Dec 17 18:35:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73FD316A4CE; Fri, 17 Dec 2004 18:35:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5130443D46; Fri, 17 Dec 2004 18:35:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHIZc66078514; Fri, 17 Dec 2004 18:35:38 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHIZcuv078513; Fri, 17 Dec 2004 18:35:38 GMT (envelope-from brueffer) Message-Id: <200412171835.iBHIZcuv078513@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 18:35:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 umass.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:35:38 -0000 brueffer 2004-12-17 18:35:38 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 umass.4 Log: - add a HARDWARE section based on the hardware notes and the devices already listed in the manpage - reword some DESCRIPTION sentences - Xref ehci(4) - bump .Dd MFC after: 3 days Revision Changes Path 1.38 +85 -28 src/share/man/man4/umass.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 18:37:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3781316A4CE; Fri, 17 Dec 2004 18:37:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1278B43D5C; Fri, 17 Dec 2004 18:37:59 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHIbwsa078642; Fri, 17 Dec 2004 18:37:58 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHIbw2i078641; Fri, 17 Dec 2004 18:37:58 GMT (envelope-from brueffer) Message-Id: <200412171837.iBHIbw2i078641@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 18:37:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 17 Dec 2004 18:37:59 -0000 brueffer 2004-12-17 18:37:58 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate device listings for umass(4). MFC after: 3 days Revision Changes Path 1.269 +1 -100 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.51 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri Dec 17 18:54:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA48816A4CE; Fri, 17 Dec 2004 18:54:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8694E43D31; Fri, 17 Dec 2004 18:54:51 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHIspo6079137; Fri, 17 Dec 2004 18:54:51 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHIspiG079136; Fri, 17 Dec 2004 18:54:51 GMT (envelope-from alc) Message-Id: <200412171854.iBHIspiG079136@repoman.freebsd.org> From: Alan Cox Date: Fri, 17 Dec 2004 18:54:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 18:54:51 -0000 alc 2004-12-17 18:54:51 UTC FreeBSD src repository Modified files: sys/vm vm_object.c Log: Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 for a detailed explanation.) Revision Changes Path 1.338 +0 -5 src/sys/vm/vm_object.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 19:01:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E862A16A4CE; Fri, 17 Dec 2004 19:01:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46E643D45; Fri, 17 Dec 2004 19:01:55 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHJ1tOH079475; Fri, 17 Dec 2004 19:01:55 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHJ1tAi079474; Fri, 17 Dec 2004 19:01:55 GMT (envelope-from brueffer) Message-Id: <200412171901.iBHJ1tAi079474@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 19:01:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_bt3c.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 19:01:56 -0000 brueffer 2004-12-17 19:01:55 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ng_bt3c.4 Log: Modify the name of the supported bluetooth card. Discussed with: emax Revision Changes Path 1.9 +1 -1 src/share/man/man4/ng_bt3c.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 19:22:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF7D16A4CE; Fri, 17 Dec 2004 19:22:49 +0000 (GMT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE1243D49; Fri, 17 Dec 2004 19:22:49 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.13.1/8.13.1) with ESMTP id iBHJMlGO018940; Fri, 17 Dec 2004 20:22:47 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.13.1/8.13.1/Submit) id iBHJMlbo018939; Fri, 17 Dec 2004 20:22:47 +0100 (CET) (envelope-from k) Date: Fri, 17 Dec 2004 20:22:46 +0100 From: Johan Karlsson To: Darren Reed Message-ID: <20041217192246.GA18641@numeri.campus.luth.se> References: <200412171559.iBHFxGm1066750@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412171559.iBHFxGm1066750@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 19:22:50 -0000 On Fri, Dec 17, 2004 at 15:59 (+0000), Darren Reed wrote: > darrenr 2004-12-17 15:59:16 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/contrib/ipfilter/netinet ip_nat.c > Log: > Move two variables that are unused if LARGE_NAT is defined inside an #ifdef > to keep them out of harms way when compiling. I belive this is the offending commit and the correct version should use #ifndef cc -O -pipe -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG +-I/tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet +-I/tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter +-I/tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../contrib/ipfilter -c +/tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c: In function +`nat_log': /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c:2904: error: +`rulen' undeclared (first use in this function) /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c:2904: error: +(Each undeclared identifier is reported only once /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c:2904: error: for +each function it appears in.) /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_nat.c:2904: error: `np' +undeclared (first use in this function) *** Error code 1 Stop in /tinderbox/RELENG_5/sparc64/sparc64/src/usr.sbin/ipftest. *** Error code 1 /Johan K -- Johan Karlsson mailto:johan@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Dec 17 20:48:13 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B2BA16A4CE; Fri, 17 Dec 2004 20:48:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4A143D54; Fri, 17 Dec 2004 20:48:13 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHKmDGV090857; Fri, 17 Dec 2004 20:48:13 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHKmDND090856; Fri, 17 Dec 2004 20:48:13 GMT (envelope-from mdodd) Message-Id: <200412172048.iBHKmDND090856@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 17 Dec 2004 20:48:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 20:48:13 -0000 mdodd 2004-12-17 20:48:13 UTC FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Diff reduce wi_write_wep() relative to revision 1.168 Revision Changes Path 1.173 +38 -41 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 20:49:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A4A16A4CE; Fri, 17 Dec 2004 20:49:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8DF43D1D; Fri, 17 Dec 2004 20:49:01 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHKn1x1090899; Fri, 17 Dec 2004 20:49:01 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHKn18q090898; Fri, 17 Dec 2004 20:49:01 GMT (envelope-from rse) Message-Id: <200412172049.iBHKn18q090898@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 17 Dec 2004 20:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ng_netflow.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 20:49:02 -0000 rse 2004-12-17 20:49:01 UTC FreeBSD src repository Modified files: share/man/man4 ng_netflow.4 Log: 1. To give the user a clue about the expiration timeout values, mention the default timeouts of 1800 (activity) and 15 (inactivity) seconds. 2. Fix the "ifinfo" ASCII control message description: it requires the interface number as an argument. MFC after: 2 days Revision Changes Path 1.3 +3 -1 src/share/man/man4/ng_netflow.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 17 21:50:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D32816A4CE; Fri, 17 Dec 2004 21:50:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2821643D31; Fri, 17 Dec 2004 21:50:19 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHLoJ7n092975; Fri, 17 Dec 2004 21:50:19 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHLoJ3f092974; Fri, 17 Dec 2004 21:50:19 GMT (envelope-from ps) Message-Id: <200412172150.iBHLoJ3f092974@repoman.freebsd.org> From: Paul Saab Date: Fri, 17 Dec 2004 21:50:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 21:50:19 -0000 ps 2004-12-17 21:50:18 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support for the 5721 which seems to be similar to the 5750/5751. Tested by: Vivek Khera vivek at khera dot org Revision Changes Path 1.82 +2 -0 src/sys/dev/bge/if_bge.c 1.31 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 21:51:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F06916A4CE; Fri, 17 Dec 2004 21:51:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACED43D3F; Fri, 17 Dec 2004 21:51:45 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHLpjvk093118; Fri, 17 Dec 2004 21:51:45 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHLpjKq093117; Fri, 17 Dec 2004 21:51:45 GMT (envelope-from ps) Message-Id: <200412172151.iBHLpjKq093117@repoman.freebsd.org> From: Paul Saab Date: Fri, 17 Dec 2004 21:51:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 21:51:45 -0000 ps 2004-12-17 21:51:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: Support the 5721 Revision Changes Path 1.72.2.4 +2 -0 src/sys/dev/bge/if_bge.c 1.28.2.2 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 17 22:21:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA13E16A4CE; Fri, 17 Dec 2004 22:21:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8487643D3F; Fri, 17 Dec 2004 22:21:08 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHML8IW094146; Fri, 17 Dec 2004 22:21:08 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHML8qG094145; Fri, 17 Dec 2004 22:21:08 GMT (envelope-from alc) Message-Id: <200412172221.iBHML8qG094145@repoman.freebsd.org> From: Alan Cox Date: Fri, 17 Dec 2004 22:21:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_glue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 22:21:08 -0000 alc 2004-12-17 22:21:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_glue.c Log: MFC revision 1.206 Eliminate unnecessary calls to vm_page_busy(). MFC revision 1.205 Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup(). Revision Changes Path 1.202.2.2 +2 -11 src/sys/vm/vm_glue.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 22:43:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F5716A4CE; Fri, 17 Dec 2004 22:43:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40FC43D55; Fri, 17 Dec 2004 22:43:49 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHMhn2T096000; Fri, 17 Dec 2004 22:43:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHMhns2095999; Fri, 17 Dec 2004 22:43:49 GMT (envelope-from alc) Message-Id: <200412172243.iBHMhns2095999@repoman.freebsd.org> From: Alan Cox Date: Fri, 17 Dec 2004 22:43:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 22:43:50 -0000 alc 2004-12-17 22:43:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC revision 1.40 Eliminate unnecessary calls to vm_page_busy(). Revision Changes Path 1.38.2.3 +0 -2 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Fri Dec 17 23:03:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF77616A4CE; Fri, 17 Dec 2004 23:03:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A936143D39; Fri, 17 Dec 2004 23:03:30 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHN3U6h096618; Fri, 17 Dec 2004 23:03:30 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHN3UVv096617; Fri, 17 Dec 2004 23:03:30 GMT (envelope-from brueffer) Message-Id: <200412172303.iBHN3UVv096617@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 17 Dec 2004 23:03:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 23:03:31 -0000 brueffer 2004-12-17 23:03:30 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 bge.4 Log: BCM5721 is supported as well. Revision Changes Path 1.16 +3 -3 src/share/man/man4/bge.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 00:49:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD1116A4CE; Sat, 18 Dec 2004 00:49:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941C143D1D; Sat, 18 Dec 2004 00:49:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI0nP8r006672; Sat, 18 Dec 2004 00:49:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI0nPMk006671; Sat, 18 Dec 2004 00:49:25 GMT (envelope-from kensmith) Message-Id: <200412180049.iBI0nPMk006671@repoman.freebsd.org> From: Ken Smith Date: Sat, 18 Dec 2004 00:49:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 00:49:25 -0000 kensmith 2004-12-18 00:49:25 UTC FreeBSD src repository Modified files: . approvers Log: Remove the restriction on commits to RELENG_4, though this branch is headed towards being the same as the older release branches. There are no plans on further RELENG_4 based releases so other than finishing up 4.11 and any Errata/Security fixes work there is no reason to do any further commits here. Revision Changes Path 1.13 +0 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Sat Dec 18 00:58:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C3516A4CE; Sat, 18 Dec 2004 00:58:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E83143D2F; Sat, 18 Dec 2004 00:58:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI0wMdN007081; Sat, 18 Dec 2004 00:58:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI0wMIB007080; Sat, 18 Dec 2004 00:58:22 GMT (envelope-from brueffer) Message-Id: <200412180058.iBI0wMIB007080@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Dec 2004 00:58:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 00:58:22 -0000 brueffer 2004-12-18 00:58:22 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Specify the state of my birth, similar to other entries. Revision Changes Path 1.148 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sat Dec 18 00:59:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCC516A4CE; Sat, 18 Dec 2004 00:59:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D76B743D4C; Sat, 18 Dec 2004 00:59:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI0xMFw007155; Sat, 18 Dec 2004 00:59:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI0xM4Y007154; Sat, 18 Dec 2004 00:59:22 GMT (envelope-from brueffer) Message-Id: <200412180059.iBI0xM4Y007154@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Dec 2004 00:59:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 00:59:23 -0000 brueffer 2004-12-18 00:59:22 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.bin/calendar/calendars calendar.freebsd Log: MFC: Specify the state of my birth, similar to other entries. Revision Changes Path 1.139.2.1 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Sat Dec 18 01:07:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E75316A4CE; Sat, 18 Dec 2004 01:07:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4700343D1D; Sat, 18 Dec 2004 01:07:18 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI17Ie6007883; Sat, 18 Dec 2004 01:07:18 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI17I1j007882; Sat, 18 Dec 2004 01:07:18 GMT (envelope-from jkoshy) Message-Id: <200412180107.iBI17I1j007882@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 18 Dec 2004 01:07:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 01:07:18 -0000 jkoshy 2004-12-18 01:07:18 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Uncomment entries for FreeBSD 6.0 and 4.11. Requested by: ru Revision Changes Path 1.43 +2 -2 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Dec 18 01:11:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2376516A4CE; Sat, 18 Dec 2004 01:11:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF91D43D41; Sat, 18 Dec 2004 01:11:33 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI1BX1D008567; Sat, 18 Dec 2004 01:11:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI1BXAm008566; Sat, 18 Dec 2004 01:11:33 GMT (envelope-from kensmith) Message-Id: <200412180111.iBI1BXAm008566@repoman.freebsd.org> From: Ken Smith Date: Sat, 18 Dec 2004 01:11:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 01:11:34 -0000 kensmith 2004-12-18 01:11:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/tmac mdoc.local Log: Add 4.11 to the releases not found in doc-common. Requested by: ru Revision Changes Path 1.2.2.25 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Dec 18 01:13:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4105916A4CE; Sat, 18 Dec 2004 01:13:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D0943D46; Sat, 18 Dec 2004 01:13:38 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI1Dbq0008698; Sat, 18 Dec 2004 01:13:37 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI1Dbvx008697; Sat, 18 Dec 2004 01:13:37 GMT (envelope-from jkoshy) Message-Id: <200412180113.iBI1Dbvx008697@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 18 Dec 2004 01:13:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 01:13:38 -0000 jkoshy 2004-12-18 01:13:37 UTC FreeBSD src repository Modified files: share/man/man4 smp.4 Log: Document "machdep.hlt_cpus". Reviewed by: ru Revision Changes Path 1.21 +16 -3 src/share/man/man4/smp.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 01:20:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332F016A4CE; Sat, 18 Dec 2004 01:20:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0924743D39; Sat, 18 Dec 2004 01:20:19 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI1KI92009043; Sat, 18 Dec 2004 01:20:18 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI1KIbt009042; Sat, 18 Dec 2004 01:20:18 GMT (envelope-from julian) Message-Id: <200412180120.iBI1KIbt009042@repoman.freebsd.org> From: Julian Elischer Date: Sat, 18 Dec 2004 01:20:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 01:20:19 -0000 julian 2004-12-18 01:20:18 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Slight change to formatting so that 'ctags' doesn't give up on teh file half way through.. Might have been my mistake earlier anyhow. No actual code change MFC after: 5 days Revision Changes Path 1.25 +3 -1 src/sys/dev/usb/ehci.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 02:23:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 249D416A4CE; Sat, 18 Dec 2004 02:23:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEE043D41; Sat, 18 Dec 2004 02:23:15 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI2NFJS011376; Sat, 18 Dec 2004 02:23:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI2NFdS011375; Sat, 18 Dec 2004 02:23:15 GMT (envelope-from brueffer) Message-Id: <200412180223.iBI2NFdS011375@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Dec 2004 02:23:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 txp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 02:23:16 -0000 brueffer 2004-12-18 02:23:15 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 txp.4 Log: MFC: rev. 1.6 Remove clauses 3 and 4 of the license. Revision Changes Path 1.5.2.1 +0 -5 src/share/man/man4/txp.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 02:24:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5508516A4CE; Sat, 18 Dec 2004 02:24:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A41643D2D; Sat, 18 Dec 2004 02:24:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI2Oikm011423; Sat, 18 Dec 2004 02:24:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI2OhOQ011422; Sat, 18 Dec 2004 02:24:43 GMT (envelope-from brueffer) Message-Id: <200412180224.iBI2OhOQ011422@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Dec 2004 02:24:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 bge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 02:24:44 -0000 brueffer 2004-12-18 02:24:43 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 bge.4 Log: MFC: rev. 1.15 + 1.16 First update for the 5721/5750/5751 chips. Revision Changes Path 1.13.2.2 +4 -4 src/share/man/man4/bge.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 02:26:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089FF16A53A; Sat, 18 Dec 2004 02:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A94EC43D5A; Sat, 18 Dec 2004 02:26:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI2Q6Lp011532; Sat, 18 Dec 2004 02:26:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI2Q6BP011531; Sat, 18 Dec 2004 02:26:06 GMT (envelope-from brueffer) Message-Id: <200412180226.iBI2Q6BP011531@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 18 Dec 2004 02:26:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom/bde g_bde_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 02:26:07 -0000 brueffer 2004-12-18 02:26:06 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/geom/bde g_bde_lock.c Log: MFC: rev. 1.14 Fix typo in a comment. Revision Changes Path 1.12.4.2 +1 -1 src/sys/geom/bde/g_bde_lock.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 03:32:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7493216A4CE; Sat, 18 Dec 2004 03:32:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0CB43D2F; Sat, 18 Dec 2004 03:32:27 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI3WR40014140; Sat, 18 Dec 2004 03:32:27 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI3WRDw014139; Sat, 18 Dec 2004 03:32:27 GMT (envelope-from cperciva) Message-Id: <200412180332.iBI3WRDw014139@repoman.freebsd.org> From: Colin Percival Date: Sat, 18 Dec 2004 03:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 03:32:27 -0000 cperciva 2004-12-18 03:32:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern vfs_export.c Log: MFC revision 1.328 (and typo fix 1.329): Check that saddr->sa_family is a sensible value before using it. Revision Changes Path 1.327.2.1 +4 -0 src/sys/kern/vfs_export.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 03:47:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046A516A4CE; Sat, 18 Dec 2004 03:47:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD7843D3F; Sat, 18 Dec 2004 03:47:54 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI3ls5k014606; Sat, 18 Dec 2004 03:47:54 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI3lsDr014605; Sat, 18 Dec 2004 03:47:54 GMT (envelope-from mlaier) Message-Id: <200412180347.iBI3lsDr014605@repoman.freebsd.org> From: Max Laier Date: Sat, 18 Dec 2004 03:47:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 03:47:55 -0000 mlaier 2004-12-18 03:47:54 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_nat.c Log: Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x Revision Changes Path 1.37 +1 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 03:49:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA1A16A4CE; Sat, 18 Dec 2004 03:49:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31F743D54; Sat, 18 Dec 2004 03:49:56 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI3nuu1014667; Sat, 18 Dec 2004 03:49:56 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI3nuWZ014666; Sat, 18 Dec 2004 03:49:56 GMT (envelope-from mlaier) Message-Id: <200412180349.iBI3nuWZ014666@repoman.freebsd.org> From: Max Laier Date: Sat, 18 Dec 2004 03:49:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 03:49:57 -0000 mlaier 2004-12-18 03:49:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet ip_nat.c Log: MFC ip_nat.c rev. 1.37: Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.x Insta-MFC approved by: scottl Revision Changes Path 1.34.2.3 +2 -2 src/sys/contrib/ipfilter/netinet/ip_nat.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 03:55:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8441E16A4CE; Sat, 18 Dec 2004 03:55:19 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F45F43D3F; Sat, 18 Dec 2004 03:55:19 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CfVgc-00030s-00; Sat, 18 Dec 2004 04:55:18 +0100 Received: from [217.227.152.17] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1CfVgc-0007qn-00; Sat, 18 Dec 2004 04:55:18 +0100 From: Max Laier To: darrenr@freebsd.org Date: Sat, 18 Dec 2004 04:55:02 +0100 User-Agent: KMail/1.7.1 References: <200412180347.iBI3lsDr014605@repoman.freebsd.org> In-Reply-To: <200412180347.iBI3lsDr014605@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1391989.bsvbFpX5mr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412180455.10684.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 03:55:19 -0000 --nextPart1391989.bsvbFpX5mr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Never again should anybody say that I am not caring about the other firewal= ls.=20 I even fix the stupidest mistakes ;) Happens to the best etc. ... On Saturday 18 December 2004 04:47, Max Laier wrote: > mlaier 2004-12-18 03:47:54 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/ipfilter/netinet ip_nat.c > Log: > Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf > 4.x Not sure if that really is the *right* fix, but it is this way in ipf 4.x=20 hence it should not be too bad, right? > Revision Changes Path > 1.37 +1 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --nextPart1391989.bsvbFpX5mr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBw6oeXyyEoT62BG0RAkczAJ0RRwvjh55WsTlUI2mFkyF5BEICQACdEnUM GmJkwtDMzthweq+05AJxS2I= =udho -----END PGP SIGNATURE----- --nextPart1391989.bsvbFpX5mr-- From owner-cvs-src@FreeBSD.ORG Sat Dec 18 07:20:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C02516A4CE; Sat, 18 Dec 2004 07:20:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E758D43D39; Sat, 18 Dec 2004 07:20:33 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI7KXEK027629; Sat, 18 Dec 2004 07:20:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI7KX9H027628; Sat, 18 Dec 2004 07:20:33 GMT (envelope-from ru) Message-Id: <200412180720.iBI7KX9H027628@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Dec 2004 07:20:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 07:20:34 -0000 ru 2004-12-18 07:20:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Uncomment an upcoming 5.4-RELEASE. Revision Changes Path 1.44 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Dec 18 07:33:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39BBB16A4CE; Sat, 18 Dec 2004 07:33:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 111B643D4C; Sat, 18 Dec 2004 07:33:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI7XbqE028167; Sat, 18 Dec 2004 07:33:37 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI7XbVP028166; Sat, 18 Dec 2004 07:33:37 GMT (envelope-from ru) Message-Id: <200412180733.iBI7XbVP028166@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Dec 2004 07:33:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 07:33:38 -0000 ru 2004-12-18 07:33:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/groff/tmac mdoc.local Log: MFC: Uncomment entries for FreeBSD 4.11, 5.4, and 6.0. Thanks to: jkoshy Revision Changes Path 1.41.2.3 +3 -3 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Dec 18 09:23:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1377E16A4CE; Sat, 18 Dec 2004 09:23:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDED843D31; Sat, 18 Dec 2004 09:23:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI9NQFG038466; Sat, 18 Dec 2004 09:23:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI9NQWe038465; Sat, 18 Dec 2004 09:23:26 GMT (envelope-from glebius) Message-Id: <200412180923.iBI9NQWe038465@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Dec 2004 09:23:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 divert.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 09:23:27 -0000 glebius 2004-12-18 09:23:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 divert.4 Log: MFC 1.32: Note that send(2) is no longer applicable to divert(4) sockets. Revision Changes Path 1.29.2.4 +6 -8 src/share/man/man4/divert.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 09:26:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ACF316A4CE; Sat, 18 Dec 2004 09:26:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093BB43D1F; Sat, 18 Dec 2004 09:26:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI9Qb71038655; Sat, 18 Dec 2004 09:26:37 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI9QbSg038654; Sat, 18 Dec 2004 09:26:37 GMT (envelope-from glebius) Message-Id: <200412180926.iBI9QbSg038654@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Dec 2004 09:26:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 divert.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 09:26:38 -0000 glebius 2004-12-18 09:26:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 divert.4 Log: MFC 1.32: Note that send(2) is no longer applicable to divert(4) sockets. Revision Changes Path 1.15.2.9 +6 -8 src/share/man/man4/divert.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 09:30:33 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C6416A4CE; Sat, 18 Dec 2004 09:30:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD7243D45; Sat, 18 Dec 2004 09:30:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI9UW7t039678; Sat, 18 Dec 2004 09:30:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBI9UWul039677; Sat, 18 Dec 2004 09:30:32 GMT (envelope-from glebius) Message-Id: <200412180930.iBI9UWul039677@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Dec 2004 09:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/share/man/man4 divert.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 09:30:33 -0000 glebius 2004-12-18 09:30:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) share/man/man4 divert.4 Log: MFC 1.32: Note that send(2) is no longer applicable to divert(4) sockets. Approved by: re (kensmith) Revision Changes Path 1.15.2.8.6.1 +6 -8 src/share/man/man4/divert.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 11:04:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC05E16A4CE; Sat, 18 Dec 2004 11:04:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C978743D3F; Sat, 18 Dec 2004 11:04:10 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIB4Ajl042527; Sat, 18 Dec 2004 11:04:10 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIB4AkG042526; Sat, 18 Dec 2004 11:04:10 GMT (envelope-from phk) Message-Id: <200412181104.iBIB4AkG042526@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Dec 2004 11:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 11:04:11 -0000 phk 2004-12-18 11:04:10 UTC FreeBSD src repository Modified files: usr.sbin/boot0cfg boot0cfg.c Log: Open device R/W for ioctl modifications. Revision Changes Path 1.19 +1 -1 src/usr.sbin/boot0cfg/boot0cfg.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 12:31:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9893216A4CE; Sat, 18 Dec 2004 12:31:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AAAA43D31; Sat, 18 Dec 2004 12:31:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBICVC2s045461; Sat, 18 Dec 2004 12:31:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBICVCLK045460; Sat, 18 Dec 2004 12:31:12 GMT (envelope-from ru) Message-Id: <200412181231.iBICVCLK045460@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Dec 2004 12:31:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil _secure_path.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 12:31:12 -0000 ru 2004-12-18 12:31:12 UTC FreeBSD src repository Modified files: lib/libutil _secure_path.c Log: Grammar in a comment. Revision Changes Path 1.9 +1 -1 src/lib/libutil/_secure_path.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 12:52:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9087916A4CE; Sat, 18 Dec 2004 12:52:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F1C943D2F; Sat, 18 Dec 2004 12:52:45 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBICqjNH052975; Sat, 18 Dec 2004 12:52:45 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBICqjN6052974; Sat, 18 Dec 2004 12:52:45 GMT (envelope-from davidxu) Message-Id: <200412181252.iBICqjN6052974@repoman.freebsd.org> From: David Xu Date: Sat, 18 Dec 2004 12:52:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h syscall.h syscall.mk sysproto.h umtx.h src/sys/kern init_sysent.c kern_umtx.c syscalls.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 12:52:45 -0000 davidxu 2004-12-18 12:52:45 UTC FreeBSD src repository Modified files: sys/sys proc.h syscall.h syscall.mk sysproto.h umtx.h sys/kern init_sysent.c kern_umtx.c syscalls.c syscalls.master Log: 1. make umtx sharable between processes, the way is two or more processes call mmap() to create a shared space, and then initialize umtx on it, after that, each thread in different processes can use the umtx same as threads in same process. 2. introduce a new syscall _umtx_op to support timed lock and condition variable semantics. also, orignal umtx_lock and umtx_unlock inline functions now are reimplemented by using _umtx_op, the _umtx_op can use arbitrary id not just a thread id. Revision Changes Path 1.181 +1 -0 src/sys/kern/init_sysent.c 1.19 +544 -170 src/sys/kern/kern_umtx.c 1.167 +1 -0 src/sys/kern/syscalls.c 1.181 +2 -0 src/sys/kern/syscalls.master 1.414 +2 -2 src/sys/sys/proc.h 1.164 +3 -2 src/sys/sys/syscall.h 1.119 +3 -2 src/sys/sys/syscall.mk 1.163 +9 -1 src/sys/sys/sysproto.h 1.5 +51 -3 src/sys/sys/umtx.h From owner-cvs-src@FreeBSD.ORG Sat Dec 18 13:43:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 554E416A4CE; Sat, 18 Dec 2004 13:43:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CDB43D3F; Sat, 18 Dec 2004 13:43:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIDhGWl054775; Sat, 18 Dec 2004 13:43:16 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIDhGek054774; Sat, 18 Dec 2004 13:43:16 GMT (envelope-from davidxu) Message-Id: <200412181343.iBIDhGek054774@repoman.freebsd.org> From: David Xu Date: Sat, 18 Dec 2004 13:43:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 13:43:17 -0000 davidxu 2004-12-18 13:43:16 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: 1. msleep returns EWOULDBLOCK not ETIMEDOUT, use EWOULDBLOCK instead. 2. Eliminate a possible lock leak in timed wait loop. Revision Changes Path 1.20 +6 -8 src/sys/kern/kern_umtx.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 13:46:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2843016A4D9; Sat, 18 Dec 2004 13:46:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C50543D2F; Sat, 18 Dec 2004 13:46:52 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIDkl7C039732; Sat, 18 Dec 2004 13:46:49 GMT (envelope-from davidxu@freebsd.org) Message-ID: <41C434C5.2080203@freebsd.org> Date: Sat, 18 Dec 2004 21:46:45 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200412181252.iBICqjN6052974@repoman.freebsd.org> In-Reply-To: <200412181252.iBICqjN6052974@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys proc.h syscall.h syscall.mk sysproto.h umtx.h src/sys/kern init_sysent.c kern_umtx.c syscalls.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 13:46:52 -0000 I have a demo program there to explain the shared umtx feature: http://people.freebsd.org/~davidxu/umtx_cond.c David Xu wrote: >davidxu 2004-12-18 12:52:45 UTC > > FreeBSD src repository > > Modified files: > sys/sys proc.h syscall.h syscall.mk sysproto.h > umtx.h > sys/kern init_sysent.c kern_umtx.c syscalls.c > syscalls.master > Log: > 1. make umtx sharable between processes, the way is two or more processes > call mmap() to create a shared space, and then initialize umtx on it, > after that, each thread in different processes can use the umtx same > as threads in same process. > 2. introduce a new syscall _umtx_op to support timed lock and condition > variable semantics. also, orignal umtx_lock and umtx_unlock inline > functions now are reimplemented by using _umtx_op, the _umtx_op can > use arbitrary id not just a thread id. > > From owner-cvs-src@FreeBSD.ORG Sat Dec 18 15:14:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B9216A4CE; Sat, 18 Dec 2004 15:14:28 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C07D43D45; Sat, 18 Dec 2004 15:14:28 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id F3D3BAA; Sat, 18 Dec 2004 16:14:26 +0100 (CET) Date: Sat, 18 Dec 2004 16:14:26 +0100 From: Andrea Campi To: David Xu Message-ID: <20041218151426.GD58445@webcom.it> References: <200412181252.iBICqjN6052974@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412181252.iBICqjN6052974@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h syscall.h syscall.mk sysproto.h umtx.h src/sys/kern init_sysent.c kern_umtx.c syscalls.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 15:14:28 -0000 On Sat, Dec 18, 2004 at 12:52:45PM +0000, David Xu wrote: > davidxu 2004-12-18 12:52:45 UTC > > FreeBSD src repository > > Modified files: > sys/sys proc.h syscall.h syscall.mk sysproto.h > umtx.h > sys/kern init_sysent.c kern_umtx.c syscalls.c > syscalls.master > Log: > 1. make umtx sharable between processes, the way is two or more processes > call mmap() to create a shared space, and then initialize umtx on it, > after that, each thread in different processes can use the umtx same > as threads in same process. Just curious: is this the beginning of support for PTHREAD_PROCESS_SHARED mutexes? Bye, Adrea -- I believe the technical term is "Oops!" From owner-cvs-src@FreeBSD.ORG Sat Dec 18 15:15:32 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69DA716A4CE for ; Sat, 18 Dec 2004 15:15:32 +0000 (GMT) Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 03D1343D48 for ; Sat, 18 Dec 2004 15:15:32 +0000 (GMT) (envelope-from dsnofe@yahoo.com.cn) Received: from unknown (HELO ?192.168.0.123?) (dsnofe@218.82.60.210 with login) by smtp017.mail.yahoo.com with SMTP; 18 Dec 2004 15:15:04 -0000 Date: Sat, 18 Dec 2004 23:15:04 +0800 From: XueFeng Deng To: David Xu In-Reply-To: <200412181252.iBICqjN6052974@repoman.freebsd.org> References: <200412181252.iBICqjN6052974@repoman.freebsd.org> Message-Id: <20041218231349.4AC4.DSNOFE@yahoo.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.11.02 [CN] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys proc.h syscall.h syscall.mk sysproto.h umtx.h src/sys/kern init_sysent.c kern_umtx.c syscalls.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 15:15:32 -0000 Good job! thanks. > davidxu 2004-12-18 12:52:45 UTC > > FreeBSD src repository > > Modified files: > sys/sys proc.h syscall.h syscall.mk sysproto.h > umtx.h > sys/kern init_sysent.c kern_umtx.c syscalls.c > syscalls.master > Log: > 1. make umtx sharable between processes, the way is two or more processes > call mmap() to create a shared space, and then initialize umtx on it, > after that, each thread in different processes can use the umtx same > as threads in same process. > 2. introduce a new syscall _umtx_op to support timed lock and condition > variable semantics. also, orignal umtx_lock and umtx_unlock inline > functions now are reimplemented by using _umtx_op, the _umtx_op can > use arbitrary id not just a thread id. > > Revision Changes Path > 1.181 +1 -0 src/sys/kern/init_sysent.c > 1.19 +544 -170 src/sys/kern/kern_umtx.c > 1.167 +1 -0 src/sys/kern/syscalls.c > 1.181 +2 -0 src/sys/kern/syscalls.master > 1.414 +2 -2 src/sys/sys/proc.h > 1.164 +3 -2 src/sys/sys/syscall.h > 1.119 +3 -2 src/sys/sys/syscall.mk > 1.163 +9 -1 src/sys/sys/sysproto.h > 1.5 +51 -3 src/sys/sys/umtx.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- XueFeng Deng From owner-cvs-src@FreeBSD.ORG Sat Dec 18 15:19:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F5D216A4CE; Sat, 18 Dec 2004 15:19:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D4443D41; Sat, 18 Dec 2004 15:19:36 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIFJaxg058243; Sat, 18 Dec 2004 15:19:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIFJa00058242; Sat, 18 Dec 2004 15:19:36 GMT (envelope-from phk) Message-Id: <200412181519.iBIFJa00058242@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Dec 2004 15:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d named X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 15:19:36 -0000 phk 2004-12-18 15:19:36 UTC FreeBSD src repository Modified files: etc/rc.d named Log: If /etc/named is a symlink, try to make sure it points the right place. Revision Changes Path 1.17 +4 -0 src/etc/rc.d/named From owner-cvs-src@FreeBSD.ORG Sat Dec 18 15:27:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBEE16A4CE; Sat, 18 Dec 2004 15:27:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E4043D39; Sat, 18 Dec 2004 15:27:17 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIFRHef058619; Sat, 18 Dec 2004 15:27:17 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIFRHo6058618; Sat, 18 Dec 2004 15:27:17 GMT (envelope-from rse) Message-Id: <200412181527.iBIFRHo6058618@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Sat, 18 Dec 2004 15:27:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 netgraph.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 15:27:17 -0000 rse 2004-12-18 15:27:17 UTC FreeBSD src repository Modified files: share/man/man4 netgraph.4 Log: Synchronize reference list to the ng_xxx(4) manpages of netgraph nodes with the actually installed manpages by adding the missing ones. This way they can be found more easily. MFC after: 2 days Revision Changes Path 1.48 +27 -0 src/share/man/man4/netgraph.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 16:31:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B97A916A4CE; Sat, 18 Dec 2004 16:31:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9990E43D48; Sat, 18 Dec 2004 16:31:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIGVLlT061126; Sat, 18 Dec 2004 16:31:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIGVLrp061125; Sat, 18 Dec 2004 16:31:21 GMT (envelope-from phk) Message-Id: <200412181631.iBIGVLrp061125@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Dec 2004 16:31:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd/Customize comconsole X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 18 Dec 2004 16:31:22 -0000 phk 2004-12-18 16:31:21 UTC FreeBSD src repository Modified files: tools/tools/nanobsd/Customize comconsole Log: Change terminal state, not terminal type Revision Changes Path 1.2 +1 -1 src/tools/tools/nanobsd/Customize/comconsole From owner-cvs-src@FreeBSD.ORG Sat Dec 18 16:49:54 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82D216A4CE; Sat, 18 Dec 2004 16:49:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8789143D39; Sat, 18 Dec 2004 16:49:54 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIGns3F068388; Sat, 18 Dec 2004 16:49:54 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIGns3x068387; Sat, 18 Dec 2004 16:49:54 GMT (envelope-from sobomax) Message-Id: <200412181649.iBIGns3x068387@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 18 Dec 2004 16:49:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 16:49:54 -0000 sobomax 2004-12-18 16:49:54 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Add support for FC929X, which apparently is just a PCI-X version of FC929. MFC after: 3 days Revision Changes Path 1.17 +7 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 17:30:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E510516A4CE; Sat, 18 Dec 2004 17:30:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D1243D46; Sat, 18 Dec 2004 17:30:53 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIHUr5P069694; Sat, 18 Dec 2004 17:30:53 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIHUr69069693; Sat, 18 Dec 2004 17:30:53 GMT (envelope-from ru) Message-Id: <200412181730.iBIHUr69069693@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Dec 2004 17:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 17:30:54 -0000 ru 2004-12-18 17:30:53 UTC FreeBSD src repository Modified files: rescue/rescue Makefile Log: Add missing dependencies of $(OUTPUTS) on source makefiles. Caught by: make -DNOCLEAN buildworld Revision Changes Path 1.32 +6 -1 src/rescue/rescue/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 18 17:43:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E234C16A4CE; Sat, 18 Dec 2004 17:43:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEF843D55; Sat, 18 Dec 2004 17:43:01 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIHh1cf070115; Sat, 18 Dec 2004 17:43:01 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIHh1tu070114; Sat, 18 Dec 2004 17:43:01 GMT (envelope-from cognet) Message-Id: <200412181743.iBIHh1tu070114@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 18 Dec 2004 17:43:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 17:43:02 -0000 cognet 2004-12-18 17:43:01 UTC FreeBSD src repository Modified files: sys/arm/include atomic.h Log: Make sure gcc doesn't generate something such as swp r3, r4, [r3] for __swp, as it has unpredictable results. Revision Changes Path 1.4 +1 -1 src/sys/arm/include/atomic.h From owner-cvs-src@FreeBSD.ORG Sat Dec 18 17:58:50 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D816A4CE; Sat, 18 Dec 2004 17:58:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4D243D31; Sat, 18 Dec 2004 17:58:50 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIHwoeN070708; Sat, 18 Dec 2004 17:58:50 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIHwowG070707; Sat, 18 Dec 2004 17:58:50 GMT (envelope-from cognet) Message-Id: <200412181758.iBIHwowG070707@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 18 Dec 2004 17:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf SIMICS src/sys/arm/sa11x0 assabet_machdep.c sa11x0_irqhandler.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 17:58:50 -0000 cognet 2004-12-18 17:58:50 UTC FreeBSD src repository Modified files: sys/arm/conf SIMICS sys/arm/sa11x0 assabet_machdep.c sa11x0_irqhandler.c Log: Update the StrongArm port to match the current code. - Implement arm_mask_irqs and arm_unmask_irqs - Provide the available physical address range after pmap_bootstrap allocated things, instead or before, or bad things happen. Revision Changes Path 1.7 +0 -1 src/sys/arm/conf/SIMICS 1.8 +3 -3 src/sys/arm/sa11x0/assabet_machdep.c 1.3 +12 -2 src/sys/arm/sa11x0/sa11x0_irqhandler.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 18:03:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1295616A4CE; Sat, 18 Dec 2004 18:03:01 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBFC43D45; Sat, 18 Dec 2004 18:03:00 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 9C4E511CEE; Sat, 18 Dec 2004 19:02:58 +0100 (CET) Date: Sat, 18 Dec 2004 19:02:58 +0100 From: "Simon L. Nielsen" To: Maxim Sobolev Message-ID: <20041218180257.GA784@zaphod.nitro.dk> References: <200412181649.iBIGns3x068387@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <200412181649.iBIGns3x068387@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 18:03:01 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.12.18 16:49:54 +0000, Maxim Sobolev wrote: > sobomax 2004-12-18 16:49:54 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/mpt mpt_pci.c=20 > Log: > Add support for FC929X, which apparently is just a PCI-X version of FC9= 29. Could you please add it to the mpt(4) manual page? Thanks. --=20 Simon L. Nielsen --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBxHDRh9pcDSc1mlERAor6AKCzrusv2lmeyDQeW0beyfghFsCJXwCfQNNu Uob539w4ilVySNE1zKIF3X4= =sZio -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-cvs-src@FreeBSD.ORG Sat Dec 18 18:07:38 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0474216A4CE; Sat, 18 Dec 2004 18:07:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE43243D1F; Sat, 18 Dec 2004 18:07:37 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBII7bPw071122; Sat, 18 Dec 2004 18:07:37 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBII7bHN071121; Sat, 18 Dec 2004 18:07:37 GMT (envelope-from deischen) Message-Id: <200412181807.iBII7bHN071121@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 18 Dec 2004 18:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread pthread.map src/lib/libpthread/sys thr_error.c src/lib/libpthread/thread thr_cancel.c thr_clean.c thr_concurrency.c thr_cond.c thr_create.c thr_fork.c thr_init.c thr_kern.c thr_mutex.c thr_once.c thr_private.h thr_sem.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 18:07:38 -0000 deischen 2004-12-18 18:07:37 UTC FreeBSD src repository Modified files: lib/libpthread pthread.map lib/libpthread/sys thr_error.c lib/libpthread/thread thr_cancel.c thr_clean.c thr_concurrency.c thr_cond.c thr_create.c thr_fork.c thr_init.c thr_kern.c thr_mutex.c thr_once.c thr_private.h thr_sem.c thr_sig.c thr_sigsuspend.c thr_spinlock.c Log: Use a generic way to back threads out of wait queues when handling signals instead of having more intricate knowledge of thread state within signal handling. Simplify signal code because of above (by David Xu). Use macros for libpthread usage of pthread_cleanup_push() and pthread_cleanup_pop(). This removes some instances of malloc() and free() from the semaphore and pthread_once() implementations. When single threaded and forking(), make sure that the current thread's signal mask is inherited by the forked thread. Use private mutexes for libc and libpthread. Signals are deferred while threads hold private mutexes. This fix also breaks www/linuxpluginwrapper; a patch that fixes it is at http://people.freebsd.org/~deischen/kse/linuxpluginwrapper.diff Fix race condition in condition variables where handling a signal (pthread_kill() or kill()) may not see a wakeup (pthread_cond_signal() or pthread_cond_broadcast()). In collaboration with: davidxu Revision Changes Path 1.14 +1 -0 src/lib/libpthread/pthread.map 1.8 +1 -0 src/lib/libpthread/sys/thr_error.c 1.32 +14 -6 src/lib/libpthread/thread/thr_cancel.c 1.9 +3 -1 src/lib/libpthread/thread/thr_clean.c 1.9 +7 -0 src/lib/libpthread/thread/thr_concurrency.c 1.52 +118 -102 src/lib/libpthread/thread/thr_cond.c 1.59 +1 -3 src/lib/libpthread/thread/thr_create.c 1.35 +14 -10 src/lib/libpthread/thread/thr_fork.c 1.67 +1 -0 src/lib/libpthread/thread/thr_init.c 1.116 +16 -39 src/lib/libpthread/thread/thr_kern.c 1.47 +79 -13 src/lib/libpthread/thread/thr_mutex.c 1.10 +4 -2 src/lib/libpthread/thread/thr_once.c 1.121 +19 -5 src/lib/libpthread/thread/thr_private.h 1.16 +4 -4 src/lib/libpthread/thread/thr_sem.c 1.83 +119 -156 src/lib/libpthread/thread/thr_sig.c 1.25 +1 -0 src/lib/libpthread/thread/thr_sigsuspend.c 1.22 +10 -6 src/lib/libpthread/thread/thr_spinlock.c From owner-cvs-src@FreeBSD.ORG Sat Dec 18 19:12:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E2516A4CE; Sat, 18 Dec 2004 19:12:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F25943D1F; Sat, 18 Dec 2004 19:12:06 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIJC6hX073776; Sat, 18 Dec 2004 19:12:06 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBIJC6L5073774; Sat, 18 Dec 2004 19:12:06 GMT (envelope-from sobomax) Message-Id: <200412181912.iBIJC6L5073774@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 18 Dec 2004 19:12:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mpt.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 19:12:06 -0000 sobomax 2004-12-18 19:12:06 UTC FreeBSD src repository Modified files: share/man/man4 mpt.4 Log: Add FC929X into the list of supported devices. Reminded by: simon Revision Changes Path 1.7 +2 -1 src/share/man/man4/mpt.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 18 19:12:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B1D616A4CE; Sat, 18 Dec 2004 19:12:45 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAB043D2F; Sat, 18 Dec 2004 19:12:44 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.30] ([192.168.1.30]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id iBIJCbvs050957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Dec 2004 20:12:41 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <41C4811F.3010309@portaone.com> Date: Sat, 18 Dec 2004 21:12:31 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200412181649.iBIGns3x068387@repoman.freebsd.org> <20041218180257.GA784@zaphod.nitro.dk> In-Reply-To: <20041218180257.GA784@zaphod.nitro.dk> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/589/Wed Nov 17 13:38:41 2004 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 19:12:45 -0000 Simon L. Nielsen wrote: > On 2004.12.18 16:49:54 +0000, Maxim Sobolev wrote: > >>sobomax 2004-12-18 16:49:54 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/mpt mpt_pci.c >> Log: >> Add support for FC929X, which apparently is just a PCI-X version of FC929. > > > Could you please add it to the mpt(4) manual page? Thanks. Done. Thank you for reminder. -Maxim