From owner-cvs-src@FreeBSD.ORG Sun Dec 25 00:43:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C50CB16A41F; Sun, 25 Dec 2005 00:43:03 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7997443D45; Sun, 25 Dec 2005 00:43:03 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBP0h35B061399; Sun, 25 Dec 2005 00:43:03 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBP0h3lQ061398; Sun, 25 Dec 2005 00:43:03 GMT (envelope-from ariff) Message-Id: <200512250043.jBP0h3lQ061398@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 25 Dec 2005 00:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci atiixp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 00:43:04 -0000 ariff 2005-12-25 00:43:03 UTC FreeBSD src repository Modified files: sys/dev/sound/pci atiixp.c Log: Add suspend and resume support. Revision Changes Path 1.2 +88 -4 src/sys/dev/sound/pci/atiixp.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 00:47:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED4F316A41F; Sun, 25 Dec 2005 00:47:25 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427A043D5A; Sun, 25 Dec 2005 00:47:25 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBP0lPho068944; Sun, 25 Dec 2005 00:47:25 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBP0lPf0068943; Sun, 25 Dec 2005 00:47:25 GMT (envelope-from ariff) Message-Id: <200512250047.jBP0lPf0068943@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 25 Dec 2005 00:47:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_atiixp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 00:47:26 -0000 ariff 2005-12-25 00:47:25 UTC FreeBSD src repository Modified files: share/man/man4 snd_atiixp.4 Log: Suspend and resume support has been added. Revision Changes Path 1.2 +0 -2 src/share/man/man4/snd_atiixp.4 From owner-cvs-src@FreeBSD.ORG Sun Dec 25 05:11:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5535616A41F; Sun, 25 Dec 2005 05:11:30 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014C543D53; Sun, 25 Dec 2005 05:11:30 +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 jBP5BT9R085244; Sun, 25 Dec 2005 05:11:29 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBP5BTMA085243; Sun, 25 Dec 2005 05:11:29 GMT (envelope-from jkoshy) Message-Id: <200512250511.jBP5BTMA085243@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 25 Dec 2005 05:11:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat_log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 05:11:30 -0000 jkoshy 2005-12-25 05:11:29 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat_log.c Log: When generating profiles (-g) warn about shared objects that were not found. Revision Changes Path 1.7 +12 -4 src/usr.sbin/pmcstat/pmcstat_log.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 10:36:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E82916A420; Sun, 25 Dec 2005 10:36:38 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF1543D75; Sun, 25 Dec 2005 10:36:33 +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 jBPAaV20004525; Sun, 25 Dec 2005 10:36:31 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPAaVIP004520; Sun, 25 Dec 2005 10:36:31 GMT (envelope-from trhodes) Message-Id: <200512251036.jBPAaVIP004520@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 25 Dec 2005 10:36:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 10:36:38 -0000 trhodes 2005-12-25 10:36:30 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 Log: Kill the BUGS section, and remove a similar line noted under -T. As far as I know, Sun's NFS support works with TCP just fine. This is even hinted at in the PR. PR: 71782 Revision Changes Path 1.44 +3 -14 src/sbin/mount_nfs/mount_nfs.8 From owner-cvs-src@FreeBSD.ORG Sun Dec 25 12:15:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E43316A41F; Sun, 25 Dec 2005 12:15:15 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D5E43D60; Sun, 25 Dec 2005 12:15:14 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPCFE0j008179; Sun, 25 Dec 2005 12:15:14 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPCFEFV008178; Sun, 25 Dec 2005 12:15:14 GMT (envelope-from suz) Message-Id: <200512251215.jBPCFEFV008178@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sun, 25 Dec 2005 12:15:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c nd6_nbr.c nd6_rtr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 12:15:15 -0000 suz 2005-12-25 12:15:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c nd6_nbr.c nd6_rtr.c Log: MFC the following KAME sync work. - fixed typos - improved some comment descriptions - use NULL, instead of 0, to denote a NULL pointer - avoid embedding a magic number in the code - use nd6log() instead of log() to record NDP-specific logs - nuked an unnecessay white space Revision Path 1.67 src/sys/netinet6/icmp6.c 1.55 src/sys/netinet6/in6.c 1.29 src/sys/netinet6/in6_ifattach.c 1.56 src/sys/netinet6/nd6.c 1.35 src/sys/netinet6/nd6_nbr.c 1.29 src/sys/netinet6/nd6_rtr.c Revision Changes Path 1.62.2.4 +3 -1 src/sys/netinet6/icmp6.c 1.51.2.5 +19 -24 src/sys/netinet6/in6.c 1.26.2.4 +10 -10 src/sys/netinet6/in6_ifattach.c 1.48.2.9 +43 -44 src/sys/netinet6/nd6.c 1.29.2.7 +13 -13 src/sys/netinet6/nd6_nbr.c 1.26.2.3 +4 -4 src/sys/netinet6/nd6_rtr.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 12:21:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C7316A41F; Sun, 25 Dec 2005 12:21:56 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3731A43D55; Sun, 25 Dec 2005 12:21:56 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPCLuus008502; Sun, 25 Dec 2005 12:21:56 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPCLtVC008501; Sun, 25 Dec 2005 12:21:56 GMT (envelope-from suz) Message-Id: <200512251221.jBPCLtVC008501@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sun, 25 Dec 2005 12:21:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 icmp6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 12:21:57 -0000 suz 2005-12-25 12:21:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 icmp6.c Log: MFC Rev.1.68 (don't respond to NI_QTYPE_IPV4ADDR) Revision Changes Path 1.62.2.5 +5 -0 src/sys/netinet6/icmp6.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 12:44:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADFE16A41F; Sun, 25 Dec 2005 12:44:14 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C59843D55; Sun, 25 Dec 2005 12:44:13 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPCiD71009259; Sun, 25 Dec 2005 12:44:13 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPCiDir009258; Sun, 25 Dec 2005 12:44:13 GMT (envelope-from suz) Message-Id: <200512251244.jBPCiDir009258@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sun, 25 Dec 2005 12:44:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 in6.c in6_pcb.c in6_var.h ip6_mroute.c ip6_output.c mld6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 12:44:14 -0000 suz 2005-12-25 12:44:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 in6.c in6_pcb.c in6_var.h ip6_mroute.c ip6_output.c mld6.c Log: MFC: changes malloc type (M_IPMADDR->M_IP6MADDR, M_IPMOPTS->M_IP6MOPTS, M_MRTABL E->M_MRTABLE6) Rev.1.54 in6.c Rev.1.64 in6_pcb.c Rev.1.25 in6_var.h Rev.1.33 ip6_mroute.c Rev.1.98 ip6_output.c Rev.1.23 mld6.c Revision Changes Path 1.51.2.6 +4 -4 src/sys/netinet6/in6.c 1.62.2.2 +1 -1 src/sys/netinet6/in6_pcb.c 1.21.2.5 +1 -1 src/sys/netinet6/in6_var.h 1.29.2.6 +19 -19 src/sys/netinet6/ip6_mroute.c 1.90.2.8 +8 -8 src/sys/netinet6/ip6_output.c 1.19.2.4 +2 -2 src/sys/netinet6/mld6.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 14:03:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF4B16A41F; Sun, 25 Dec 2005 14:03:39 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66A443D7B; Sun, 25 Dec 2005 14:03:38 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPE3cFi019947; Sun, 25 Dec 2005 14:03:38 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPE3chP019946; Sun, 25 Dec 2005 14:03:38 GMT (envelope-from suz) Message-Id: <200512251403.jBPE3chP019946@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sun, 25 Dec 2005 14:03:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/doc/IPv6 IMPLEMENTATION src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6.c in6.h in6_ifattach.c in6_ifattach.h in6_src.c in6_var.h ip6_output.c ip6_var.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 14:03:39 -0000 suz 2005-12-25 14:03:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/doc/IPv6 IMPLEMENTATION sys/netinet icmp6.h sys/netinet6 icmp6.c in6.c in6.h in6_ifattach.c in6_ifattach.h in6_src.c in6_var.h ip6_output.c ip6_var.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c Log: MFC: sync with KAME regarding NDP - introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions - renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC - plugged a possible memory leak share/doc/IMPLEMENTATIONS Rev.1.9 sys/netinet/icmp6.h Rev.1.20 sys/netinet6/icmp6.c Rev.1.69 sys/netinet6/in6.c Rev.1.57,58 sys/netinet6/in6.h Rev.1.41,42 sys/netinet6/in6_ifattach.c Rev.1.31 sys/netinet6/in6_ifattach.h Rev.1.7 sys/netinet6/in6_src.c Rev.1.36 sys/netinet6/in6_var.h Rev.1.27 sys/netinet6/ip6_var.h Rev.1.36 sys/netinet6/ip6_output.c Rev.1.99,100 sys/netinet6/mld6.c Rev.1.24,25 sys/netinet6/mld6_var.h Rev.1.7 sys/netinet6/nd6.c Rev.1.59,61,62 sys/netinet6/nd6.h Rev.1.21 sys/netinet6/nd6_nbr.c Rev.1.34,37,38,39 sys/netinet6/nd6_rtr.c Rev.1.30,31 Revision Changes Path 1.7.10.2 +157 -83 src/share/doc/IPv6/IMPLEMENTATION 1.16.2.4 +5 -1 src/sys/netinet/icmp6.h 1.62.2.6 +2 -2 src/sys/netinet6/icmp6.c 1.51.2.7 +319 -77 src/sys/netinet6/in6.c 1.36.2.5 +6 -12 src/sys/netinet6/in6.h 1.26.2.5 +7 -21 src/sys/netinet6/in6_ifattach.c 1.5.2.2 +1 -1 src/sys/netinet6/in6_ifattach.h 1.30.2.4 +10 -8 src/sys/netinet6/in6_src.c 1.21.2.6 +15 -4 src/sys/netinet6/in6_var.h 1.90.2.9 +15 -14 src/sys/netinet6/ip6_output.c 1.30.2.6 +1 -1 src/sys/netinet6/ip6_var.h 1.19.2.5 +117 -46 src/sys/netinet6/mld6.c 1.6.2.1 +1 -0 src/sys/netinet6/mld6_var.h 1.48.2.10 +339 -224 src/sys/netinet6/nd6.c 1.19.2.2 +32 -21 src/sys/netinet6/nd6.h 1.29.2.8 +40 -45 src/sys/netinet6/nd6_nbr.c 1.26.2.4 +484 -318 src/sys/netinet6/nd6_rtr.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 16:23:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455FD16A41F; Sun, 25 Dec 2005 16:23:13 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD81843D5A; Sun, 25 Dec 2005 16:23:12 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPGNC9R025178; Sun, 25 Dec 2005 16:23:12 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPGNBnk025177; Sun, 25 Dec 2005 16:23:11 GMT (envelope-from dds) Message-Id: <200512251623.jBPGNBnk025177@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 25 Dec 2005 16:23:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 16:23:13 -0000 dds 2005-12-25 16:23:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/indent lexi.c Log: MFC 1.19 Use the appropriate error function for displaying the error, instead of printing it to stdout. Revision Changes Path 1.3.6.5 +1 -1 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 16:25:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E903316A41F; Sun, 25 Dec 2005 16:25:10 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A389943D46; Sun, 25 Dec 2005 16:25:10 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPGPAcm025284; Sun, 25 Dec 2005 16:25:10 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPGPAKW025283; Sun, 25 Dec 2005 16:25:10 GMT (envelope-from dds) Message-Id: <200512251625.jBPGPAKW025283@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 25 Dec 2005 16:25:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 16:25:11 -0000 dds 2005-12-25 16:25:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/indent lexi.c Log: MFC 1.19 Use the appropriate error function for displaying the error, instead of printing it to stdout. Revision Changes Path 1.18.2.1 +1 -1 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 16:26:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF2416A41F; Sun, 25 Dec 2005 16:26:40 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443F043D5C; Sun, 25 Dec 2005 16:26:40 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPGQeP0025376; Sun, 25 Dec 2005 16:26:40 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPGQeq7025375; Sun, 25 Dec 2005 16:26:40 GMT (envelope-from dds) Message-Id: <200512251626.jBPGQeq7025375@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 25 Dec 2005 16:26:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/indent lexi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 16:26:40 -0000 dds 2005-12-25 16:26:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/indent lexi.c Log: MFC 1.19 Use the appropriate error function for displaying the error, instead of printing it to stdout. Revision Changes Path 1.18.8.1 +1 -1 src/usr.bin/indent/lexi.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 16:40:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FAF16A487; Sun, 25 Dec 2005 16:40:04 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FAB43D49; Sun, 25 Dec 2005 16:40:04 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBPGe3eY026032; Sun, 25 Dec 2005 16:40:03 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPGe3Yv026031; Sun, 25 Dec 2005 16:40:03 GMT (envelope-from dds) Message-Id: <200512251640.jBPGe3Yv026031@repoman.freebsd.org> From: Diomidis Spinellis Date: Sun, 25 Dec 2005 16:40:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/usr.bin/sed compile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 16:40:17 -0000 dds 2005-12-25 16:40:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/sed compile.c Log: MFC 1.28 Bug fix: a numeric flag specification in the substitute command would cause the next substitute flag to be ignored. While working at it, detect and report overflows. Revision Changes Path 1.13.2.9 +9 -2 src/usr.bin/sed/compile.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 21:53:23 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ECA516A41F; Sun, 25 Dec 2005 21:53:23 +0000 (GMT) (envelope-from max@love2party.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F5B43D53; Sun, 25 Dec 2005 21:53:22 +0000 (GMT) (envelope-from max@love2party.net) Received: from [84.163.231.236] (helo=amd64.laiers.local) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1Eqdns3Eky-0005CK; Sun, 25 Dec 2005 22:53:21 +0100 From: Max Laier Organization: FreeBSD To: SUZUKI Shinsuke Date: Sun, 25 Dec 2005 22:53:30 +0100 User-Agent: KMail/1.8.3 References: <200512251403.jBPE3chP019946@repoman.freebsd.org> In-Reply-To: <200512251403.jBPE3chP019946@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart10815516.ZKpgNxUULp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512252253.37500.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:61c499deaeeba3ba5be80f48ecc83056 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/doc/IPv6 IMPLEMENTATION src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6.c in6.h in6_ifattach.c in6_ifattach.h in6_src.c in6_var.h ip6_output.c ip6_var.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 21:53:23 -0000 --nextPart10815516.ZKpgNxUULp Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 25 December 2005 15:03, SUZUKI Shinsuke wrote: > suz 2005-12-25 14:03:38 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > share/doc/IPv6 IMPLEMENTATION > sys/netinet icmp6.h > sys/netinet6 icmp6.c in6.c in6.h in6_ifattach.c > in6_ifattach.h in6_src.c in6_var.h > ip6_output.c ip6_var.h mld6.c mld6_var.h > nd6.c nd6.h nd6_nbr.c nd6_rtr.c > Log: > MFC: sync with KAME regarding NDP > > - introduced fine-grain-timer to manage ND-caches and IPv6 > Multicast-Listeners - supports Router-Preference > - better prefix lifetime > management > - more spec-comformant DAD advertisement > - updated RFC/internet-draft revisions > - renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC > - plugged a possible memory leak You forgot the carp(4) part again - I'll fix that in a minute. =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 --nextPart10815516.ZKpgNxUULp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDrxThXyyEoT62BG0RArElAJwPg4mU39jOv3gaZ6ccS4RcAFU5egCeL5sv 1eicp1yZ70Cz+osX5GAIpQ0= =QJ7x -----END PGP SIGNATURE----- --nextPart10815516.ZKpgNxUULp-- From owner-cvs-src@FreeBSD.ORG Sun Dec 25 21:57:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3857E16A41F; Sun, 25 Dec 2005 21:57:04 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4F943D5D; Sun, 25 Dec 2005 21:57:03 +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 jBPLv342052445; Sun, 25 Dec 2005 21:57:03 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPLv3oA052444; Sun, 25 Dec 2005 21:57:03 GMT (envelope-from bz) Message-Id: <200512252157.jBPLv3oA052444@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 25 Dec 2005 21:57:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/nve if_nve.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 21:57:04 -0000 bz 2005-12-25 21:57:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/nve if_nve.c Log: MFC rev. 1.20 Make nve(4) work for people with nf3/nf4 who never got it working at all and only saw "nve0: device timeout (N)" messages. - Setup PHY before handing control to NVidia API setting speed, duplex, enabling interrupts, etc. - Add restriction of MAXADDR_32BIT for high address to contigmalloc to make the driver work on machines with 4+GB of memory. Revision Changes Path 1.7.2.8 +3 -2 src/sys/dev/nve/if_nve.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 21:59:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1376616A41F; Sun, 25 Dec 2005 21:59:21 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A1B43D5A; Sun, 25 Dec 2005 21:59:20 +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 jBPLxKFo052562; Sun, 25 Dec 2005 21:59:20 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPLxKsv052561; Sun, 25 Dec 2005 21:59:20 GMT (envelope-from mlaier) Message-Id: <200512252159.jBPLxKsv052561@repoman.freebsd.org> From: Max Laier Date: Sun, 25 Dec 2005 21:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_carp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 21:59:21 -0000 mlaier 2005-12-25 21:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c Log: MFC: ip_carp.c, 1.33 Fix build after in6_joingroup change. It remains unclear if DAD breaks CARP or not. Unbreaks build after massive netinet6 MFC. Revision Changes Path 1.27.2.6 +2 -2 src/sys/netinet/ip_carp.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 22:05:15 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA9D916A41F; Sun, 25 Dec 2005 22:05:15 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878EC43D72; Sun, 25 Dec 2005 22:05:10 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id E7C5A1FF92F; Sun, 25 Dec 2005 23:05:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 4F0091FFE0C; Sun, 25 Dec 2005 23:05:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id C00A344487E; Sun, 25 Dec 2005 22:04:11 +0000 (UTC) Date: Sun, 25 Dec 2005 22:04:11 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200512120623.jBC6Nilf000427@repoman.freebsd.org> Message-ID: <20051225215809.B1898@maildrop.int.zabbadoz.net> References: <200512120623.jBC6Nilf000427@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: Subject: Re: cvs commit: src/sys/dev/nve if_nve.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 22:05:15 -0000 On Mon, 12 Dec 2005, Bjoern A. Zeeb wrote: > bz 2005-12-12 06:23:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/nve if_nve.c > Log: > ... > - Add restriction of MAXADDR_32BIT for high address to contigmalloc > to make the driver work on machines with 4+GB of memory. We still need to get around this limitation for nforce chips on server boards which do not show this limitation. This might lead to per device id feature tables or something similar? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Sun Dec 25 22:09:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CD116A41F; Sun, 25 Dec 2005 22:09:18 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A3043D58; Sun, 25 Dec 2005 22:09:18 +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 jBPM9Hgp052915; Sun, 25 Dec 2005 22:09:17 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPM9HbP052914; Sun, 25 Dec 2005 22:09:17 GMT (envelope-from wilko) Message-Id: <200512252209.jBPM9HbP052914@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Dec 2005 22:09:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 22:09:18 -0000 wilko 2005-12-25 22:09:17 UTC FreeBSD src repository Modified files: usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: Add an example for WEP. OK-ed by: sam Revision Changes Path 1.6 +14 -0 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Dec 25 22:31:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6EA16A41F; Sun, 25 Dec 2005 22:31:55 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E37043D49; Sun, 25 Dec 2005 22:31:54 +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 jBPMVstj053821; Sun, 25 Dec 2005 22:31:54 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPMVsGK053820; Sun, 25 Dec 2005 22:31:54 GMT (envelope-from wilko) Message-Id: <200512252231.jBPMVsGK053820@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Dec 2005 22:31:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 22:31:55 -0000 wilko 2005-12-25 22:31:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: Add an example for WEP. OK-ed by: sam Revision Changes Path 1.3.2.3 +14 -0 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Dec 25 22:57:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4667316A41F; Sun, 25 Dec 2005 22:57:09 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F068743D5E; Sun, 25 Dec 2005 22:57:08 +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 jBPMv80v054732; Sun, 25 Dec 2005 22:57:08 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPMv8Qj054731; Sun, 25 Dec 2005 22:57:08 GMT (envelope-from mlaier) Message-Id: <200512252257.jBPMv8Qj054731@repoman.freebsd.org> From: Max Laier Date: Sun, 25 Dec 2005 22:57:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_norm.c src/contrib/pf/authpf authpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 22:57:09 -0000 mlaier 2005-12-25 22:57:08 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_norm.c contrib/pf/authpf authpf.c Log: Fix build after timeval.tv_sec changed from long to time_t. Revision Changes Path 1.7 +8 -0 src/contrib/pf/authpf/authpf.c 1.14 +5 -2 src/sys/contrib/pf/net/pf_norm.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:10:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0072A16A41F; Sun, 25 Dec 2005 23:10:07 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DB943D46; Sun, 25 Dec 2005 23:10:07 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id jBPNcf1v057392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Dec 2005 18:38:41 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sun, 25 Dec 2005 18:09:57 -0500 From: Tom Rhodes To: Max Laier Message-Id: <20051225180957.3f2d3be2.trhodes@FreeBSD.org> In-Reply-To: <200512252257.jBPMv8Qj054731@repoman.freebsd.org> References: <200512252257.jBPMv8Qj054731@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/pf/net pf_norm.c src/contrib/pf/authpf authpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 23:10:08 -0000 On Sun, 25 Dec 2005 22:57:08 +0000 (UTC) Max Laier wrote: > mlaier 2005-12-25 22:57:08 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/pf/net pf_norm.c > contrib/pf/authpf authpf.c > Log: > Fix build after timeval.tv_sec changed from long to time_t. Thanks, and sorry about that. Not sure why make universe didn't catch this when it found procfs, acpica, etc. -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:18:17 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561E016A41F; Sun, 25 Dec 2005 23:18:17 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from pc1.alaxala.kame.net (pos-2-0.hitachi2.fujisawa.wide.ad.jp [203.178.142.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFBC343D53; Sun, 25 Dec 2005 23:18:16 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from localhost (localhost [127.0.0.1]) by pc1.alaxala.kame.net (Postfix) with ESMTP id 71BF4BAF8; Mon, 26 Dec 2005 08:18:37 +0900 (JST) Received: from pc1.alaxala.kame.net ([127.0.0.1]) by localhost (pc1.alaxala.kame.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90977-09; Mon, 26 Dec 2005 08:18:34 +0900 (JST) Received: from flora220.uki-uki.net (240.163.192.61.tokyo.global.alpha-net.ne.jp [61.192.163.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pc1.alaxala.kame.net (Postfix) with ESMTP id E363CBA26; Mon, 26 Dec 2005 08:18:33 +0900 (JST) Date: Mon, 26 Dec 2005 08:16:51 +0900 Message-ID: From: SUZUKI Shinsuke To: max@love2party.net X-cite: xcite 1.33 In-Reply-To: <200512252253.37500.max@love2party.net> References: <200512251403.jBPE3chP019946@repoman.freebsd.org> <200512252253.37500.max@love2party.net> User-Agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/22.0 Mule/5.0 (SAKAKI) Organization: Technical Marketing Dept., ALAXALA Networks Corporation MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at alaxala.kame.net Cc: suz@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/doc/IPv6 IMPLEMENTATION src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6.c in6.h in6_ifattach.c in6_ifattach.h in6_src.c in6_var.h ip6_output.c ip6_var.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 23:18:17 -0000 >>>>> On Sun, 25 Dec 2005 22:53:30 +0100 >>>>> max@love2party.net(Max Laier) said: > On Sunday 25 December 2005 15:03, SUZUKI Shinsuke wrote: > > suz 2005-12-25 14:03:38 UTC (snip) > You forgot the carp(4) part again - I'll fix that in a minute. Sorry, and thanks for your commit. From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:26:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3F616A41F; Sun, 25 Dec 2005 23:26:35 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D15443D5C; Sun, 25 Dec 2005 23:26:35 +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 jBPNQZLf055912; Sun, 25 Dec 2005 23:26:35 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPNQZbg055911; Sun, 25 Dec 2005 23:26:35 GMT (envelope-from wilko) Message-Id: <200512252326.jBPNQZbg055911@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Dec 2005 23:26:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 23:26:36 -0000 wilko 2005-12-25 23:26:35 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: We will not be responsible for damage to equipment, your ego, county wide power outages, spontaneously generated mini (or larger) black holes, planetary disruptions, or personal injury or worse that may result from the use of this material. -- taken from Samuel M. Goldwasser's Sam's Strobe FAQ Notes on the Troubleshooting and Repair of Electronic Flash Units and Strobe Lights Revision Changes Path 1.202 +8 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:28:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF97F16A41F; Sun, 25 Dec 2005 23:28:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3A043D55; Sun, 25 Dec 2005 23:28:23 +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 jBPNSNgs056009; Sun, 25 Dec 2005 23:28:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPNSNoY056008; Sun, 25 Dec 2005 23:28:23 GMT (envelope-from sam) Message-Id: <200512252328.jBPNSNoY056008@repoman.freebsd.org> From: Sam Leffler Date: Sun, 25 Dec 2005 23:28:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_media.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 25 Dec 2005 23:28:23 -0000 sam 2005-12-25 23:28:23 UTC FreeBSD src repository Modified files: sys/net if_media.c Log: add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUG Revision Changes Path 1.22 +4 -0 src/sys/net/if_media.c From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:28:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7C216A420; Sun, 25 Dec 2005 23:28:32 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5123A43D49; Sun, 25 Dec 2005 23:28:32 +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 jBPNSWY8056041; Sun, 25 Dec 2005 23:28:32 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPNSWTG056040; Sun, 25 Dec 2005 23:28:32 GMT (envelope-from wilko) Message-Id: <200512252328.jBPNSWTG056040@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Dec 2005 23:28:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 23:28:32 -0000 wilko 2005-12-25 23:28:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) games/fortune/datfiles fortunes Log: We will not be responsible for damage to equipment, your ego, county wide power outages, spontaneously generated mini (or larger) black holes, planetary disruptions, or personal injury or worse that may result from the use of this material. -- taken from Samuel M. Goldwasser's Sam's Strobe FAQ Notes on the Troubleshooting and Repair of Electronic Flash Units and Strobe Lights Revision Changes Path 1.179.2.4 +8 -0 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:30:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E11C16A41F; Sun, 25 Dec 2005 23:30:00 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A0CD43D58; Sun, 25 Dec 2005 23:30:00 +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 jBPNU0t0056113; Sun, 25 Dec 2005 23:30:00 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPNU0D7056112; Sun, 25 Dec 2005 23:30:00 GMT (envelope-from wilko) Message-Id: <200512252330.jBPNU0D7056112@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 25 Dec 2005 23:30:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 23:30:00 -0000 wilko 2005-12-25 23:30:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) games/fortune/datfiles fortunes Log: We will not be responsible for damage to equipment, your ego, county wide power outages, spontaneously generated mini (or larger) black holes, planetary disruptions, or personal injury or worse that may result from the use of this material. -- taken from Samuel M. Goldwasser's Sam's Strobe FAQ Notes on the Troubleshooting and Repair of Electronic Flash Units and Strobe Lights Revision Changes Path 1.141.2.10 +8 -1 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Sun Dec 25 23:52:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5961B16A41F; Sun, 25 Dec 2005 23:52:02 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F3E43D45; Sun, 25 Dec 2005 23:52:00 +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 jBPNq0oB057207; Sun, 25 Dec 2005 23:52:00 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBPNq04P057204; Sun, 25 Dec 2005 23:52:00 GMT (envelope-from mlaier) Message-Id: <200512252352.jBPNq04P057204@repoman.freebsd.org> From: Max Laier Date: Sun, 25 Dec 2005 23:52:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/pf/net pf.c pfvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 23:52:02 -0000 mlaier 2005-12-25 23:52:00 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c pfvar.h Log: Only decrement the max-src-conn counter for tcp connections that reached "established" state. Similar to OpenBSD's rev. 1.499 by joel but not breaking ABI. Obtained from: OpenBSD (with changes) Reported by: Bruno Afonso MFC after: 3 days X-MFC: together with local_flags Revision Changes Path 1.40 +7 -0 src/sys/contrib/pf/net/pf.c 1.14 +1 -0 src/sys/contrib/pf/net/pfvar.h From owner-cvs-src@FreeBSD.ORG Mon Dec 26 00:07:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA23816A41F; Mon, 26 Dec 2005 00:07:20 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088D043D64; Mon, 26 Dec 2005 00:07:20 +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 jBQ07JQw058357; Mon, 26 Dec 2005 00:07:19 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQ07JH7058356; Mon, 26 Dec 2005 00:07:19 GMT (envelope-from davidxu) Message-Id: <200512260007.jBQ07JH7058356@repoman.freebsd.org> From: David Xu Date: Mon, 26 Dec 2005 00:07:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 genassym.c machdep.c swtch.s sys_machdep.c src/sys/i386/include pcpu.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 00:07:21 -0000 davidxu 2005-12-26 00:07:19 UTC FreeBSD src repository Modified files: sys/i386/i386 genassym.c machdep.c swtch.s sys_machdep.c sys/i386/include pcpu.h Log: Move global variable private_tss into per-cpu area. Reviewed by: jhb Revision Changes Path 1.152 +1 -0 src/sys/i386/i386/genassym.c 1.621 +0 -3 src/sys/i386/i386/machdep.c 1.150 +4 -3 src/sys/i386/i386/swtch.s 1.104 +3 -3 src/sys/i386/i386/sys_machdep.c 1.45 +2 -1 src/sys/i386/include/pcpu.h From owner-cvs-src@FreeBSD.ORG Mon Dec 26 00:59:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8866416A41F; Mon, 26 Dec 2005 00:59:13 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E1F843D46; Mon, 26 Dec 2005 00:59:13 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQ0xD0A068221; Mon, 26 Dec 2005 00:59:13 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQ0xDRY068220; Mon, 26 Dec 2005 00:59:13 GMT (envelope-from suz) Message-Id: <200512260059.jBQ0xDRY068220@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Mon, 26 Dec 2005 00:59:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet6 raw_ip6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 00:59:13 -0000 suz 2005-12-26 00:59:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 raw_ip6.c Log: MFC 1.57 (Raw IPv6 checksum must use the protocol number of the last header, instread of the first next-header value) Revision Changes Path 1.50.2.7 +1 -1 src/sys/netinet6/raw_ip6.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 09:27:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D5F16A41F; Mon, 26 Dec 2005 09:27:25 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078B743D5C; Mon, 26 Dec 2005 09:27:25 +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 jBQ9ROi2004386; Mon, 26 Dec 2005 09:27:24 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQ9ROOv004385; Mon, 26 Dec 2005 09:27:24 GMT (envelope-from jkoshy) Message-Id: <200512260927.jBQ9ROOv004385@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 26 Dec 2005 09:27:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_piv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 09:27:25 -0000 jkoshy 2005-12-26 09:27:24 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_piv.c Log: Wrap comment lines to be under 80 characters wide. MFC after: 3 days Revision Changes Path 1.12 +3 -2 src/sys/dev/hwpmc/hwpmc_piv.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 10:39:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5365216A41F; Mon, 26 Dec 2005 10:39:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FE143D53; Mon, 26 Dec 2005 10:39:22 +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 jBQAdLHK007169; Mon, 26 Dec 2005 10:39:21 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQAdLan007168; Mon, 26 Dec 2005 10:39:21 GMT (envelope-from glebius) Message-Id: <200512261039.jBQAdLan007168@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 26 Dec 2005 10:39:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 10:39:22 -0000 glebius 2005-12-26 10:39:21 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Add simple suspend and resume methods. We call em_stop() on suspend and em_init() on resume. With this change the network is ready right after resume, without half minute lag. Tested by: Jacques Garrigue Revision Changes Path 1.95 +40 -0 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 11:17:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB3B16A41F; Mon, 26 Dec 2005 11:17:48 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1785243D46; Mon, 26 Dec 2005 11:17:47 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.2] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBQBHgvN065597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Dec 2005 11:17:44 GMT (envelope-from sobomax@portaone.com) Message-ID: <43AFD14F.9050303@portaone.com> Date: Mon, 26 Dec 2005 03:17:35 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Olivier Houchard References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> In-Reply-To: <200511142224.jAEMO0RG057965@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1217/Sat Dec 24 14:39:31 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,SPF_SOFTFAIL autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 11:17:48 -0000 Hi, IMHO this approach is suboptimal, since it depends on user's ability to debug reason of failure of each particular script. I think since target platform allows execution of shared libs by default our emulation layer should do the same without requiring user to set some obscure sysctls first. I have prepared a patch to remove that sysctl and make such behaviour default for linux ELF shared libs. Patch can be found here: http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch If there are no objections I would like to commit it (also removing respective linux.4 delta). Thanks! Regards, Maxim Olivier Houchard wrote: > cognet 2005-11-14 22:24:00 UTC > > FreeBSD src repository > > Modified files: > sys/kern imgact_elf.c > Log: > Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one can > execute a ET_DYN binary (shared object). > This does not make much sense, but some linux scripts expect to be able to > execute /lib/ld-linux.so.2 (ldd comes to mind). > The sysctl defaults to 0. > > MFC after: 3 days > > Revision Changes Path > 1.166 +7 -1 src/sys/kern/imgact_elf.c > > > From owner-cvs-src@FreeBSD.ORG Mon Dec 26 12:30:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873AB16A41F; Mon, 26 Dec 2005 12:30:54 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03C743D5A; Mon, 26 Dec 2005 12:30:53 +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 jBQCUriK011976; Mon, 26 Dec 2005 12:30:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQCUrvh011975; Mon, 26 Dec 2005 12:30:53 GMT (envelope-from davidxu) Message-Id: <200512261230.jBQCUrvh011975@repoman.freebsd.org> From: David Xu Date: Mon, 26 Dec 2005 12:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libthr pthread.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 12:30:54 -0000 davidxu 2005-12-26 12:30:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libthr pthread.map Log: Sync version number with libpthread. Revision Changes Path 1.3.2.3 +1 -1 src/lib/libthr/pthread.map From owner-cvs-src@FreeBSD.ORG Mon Dec 26 12:46:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B9016A41F; Mon, 26 Dec 2005 12:46:38 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40CB43D6A; Mon, 26 Dec 2005 12:46:37 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQCkbap012487; Mon, 26 Dec 2005 12:46:37 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQCkbip012486; Mon, 26 Dec 2005 12:46:37 GMT (envelope-from nyan) Message-Id: <200512261246.jBQCkbip012486@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 26 Dec 2005 12:46:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 12:46:38 -0000 nyan 2005-12-26 12:46:37 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.621 Revision Changes Path 1.370 +0 -3 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 13:47:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1DF16A41F; Mon, 26 Dec 2005 13:47:21 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF90F43D60; Mon, 26 Dec 2005 13:47:20 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQDlKpu022386; Mon, 26 Dec 2005 13:47:20 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQDlKUB022385; Mon, 26 Dec 2005 13:47:20 GMT (envelope-from dds) Message-Id: <200512261347.jBQDlKUB022385@repoman.freebsd.org> From: Diomidis Spinellis Date: Mon, 26 Dec 2005 13:47:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_exec.c vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 13:47:21 -0000 dds 2005-12-26 13:47:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exec.c vfs_subr.c sys/sys vnode.h sys/ufs/ufs ufs_vnops.c sys/vm vm_mmap.c Log: MFC changes from 2005.10.26: Move execve's access time update functionality into a new vfs_mark_atime() function, and use the new function for performing efficient atime updates in mmap(). Revision Changes Path 1.275.2.3 +2 -12 src/sys/kern/kern_exec.c 1.635.2.12 +17 -0 src/sys/kern/vfs_subr.c 1.304.2.3 +2 -1 src/sys/sys/vnode.h 1.271.2.2 +3 -3 src/sys/ufs/ufs/ufs_vnops.c 1.200.2.2 +2 -0 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 15:43:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DCF16A41F; Mon, 26 Dec 2005 15:43:55 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 523DB43D55; Mon, 26 Dec 2005 15:43:55 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQFhtrY027211; Mon, 26 Dec 2005 15:43:55 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQFht56027210; Mon, 26 Dec 2005 15:43:55 GMT (envelope-from stefanf) Message-Id: <200512261543.jBQFht56027210@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 26 Dec 2005 15:43:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/sh builtins.def eval.c eval.h output.c sh.1 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 15:43:55 -0000 stefanf 2005-12-26 15:43:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh builtins.def eval.c eval.h output.c sh.1 trap.c Log: MFC: - Add the times builtin. - Correctly quoted output of trap. - Man page updates. - Cleanup of builtins.def. Revision Changes Path 1.15.2.1 +7 -11 src/bin/sh/builtins.def 1.42.8.2 +26 -0 src/bin/sh/eval.c 1.10.8.1 +1 -0 src/bin/sh/eval.h 1.19.8.1 +4 -0 src/bin/sh/output.c 1.102.2.2 +36 -22 src/bin/sh/sh.1 1.29.8.2 +5 -6 src/bin/sh/trap.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 16:10:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9916E16A41F; Mon, 26 Dec 2005 16:10:00 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576F943D6E; Mon, 26 Dec 2005 16:09:59 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQG9xGb028128; Mon, 26 Dec 2005 16:09:59 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQG9x9R028127; Mon, 26 Dec 2005 16:09:59 GMT (envelope-from schweikh) Message-Id: <200512261609.jBQG9x9R028127@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 26 Dec 2005 16:09:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/games/fortune/datfiles limerick X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 16:10:00 -0000 schweikh 2005-12-26 16:09:59 UTC FreeBSD src repository Modified files: games/fortune/datfiles limerick Log: Correct some typos. Revision Changes Path 1.10 +2 -2 src/games/fortune/datfiles/limerick From owner-cvs-src@FreeBSD.ORG Mon Dec 26 16:10:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C14216A420; Mon, 26 Dec 2005 16:10:01 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B0643D73; Mon, 26 Dec 2005 16:10:00 +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 jBQGA0QG028157; Mon, 26 Dec 2005 16:10:00 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQGA0tQ028156; Mon, 26 Dec 2005 16:10:00 GMT (envelope-from jkoshy) Message-Id: <200512261610.jBQGA0tQ028156@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 26 Dec 2005 16:10:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 16:10:01 -0000 jkoshy 2005-12-26 16:10:00 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_mod.c Log: - Plug a memory leak: free up per-cpu sample buffers at module unload time. - Correct a few style nits. Revision Changes Path 1.17 +14 -3 src/sys/dev/hwpmc/hwpmc_mod.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 17:06:17 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F3316A41F; Mon, 26 Dec 2005 17:06:17 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7D243D67; Mon, 26 Dec 2005 17:06:15 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.4/8.13.4) with ESMTP id jBQHcKbw074875; Mon, 26 Dec 2005 18:38:20 +0100 (CET) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.13.4/8.13.4/Submit) id jBQHcKpj074874; Mon, 26 Dec 2005 18:38:20 +0100 (CET) (envelope-from doginou) Date: Mon, 26 Dec 2005 18:38:19 +0100 From: Olivier Houchard To: Maxim.Sobolev@portaone.com Message-ID: <20051226173819.GA74846@ci0.org> References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AFD14F.9050303@portaone.com> User-Agent: Mutt/1.4.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 17:06:17 -0000 On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > Hi, > > IMHO this approach is suboptimal, since it depends on user's ability to > debug reason of failure of each particular script. I think since target > platform allows execution of shared libs by default our emulation layer > should do the same without requiring user to set some obscure sysctls first. > > I have prepared a patch to remove that sysctl and make such behaviour > default for linux ELF shared libs. Patch can be found here: > > http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch > > If there are no objections I would like to commit it (also removing > respective linux.4 delta). > > Thanks! > > Regards, > > Maxim Hi Maxim, I see nothing wrong with this patch. If nobody else has an objection, please go ahead. Chears, Olivier From owner-cvs-src@FreeBSD.ORG Mon Dec 26 18:15:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B5E16A436; Mon, 26 Dec 2005 18:15:10 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0D243D46; Mon, 26 Dec 2005 18:15: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 jBQIFAJM039959; Mon, 26 Dec 2005 18:15:10 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQIF99c039958; Mon, 26 Dec 2005 18:15:09 GMT (envelope-from sam) Message-Id: <200512261815.jBQIF99c039958@repoman.freebsd.org> From: Sam Leffler Date: Mon, 26 Dec 2005 18:15:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 18:15:10 -0000 sam 2005-12-26 18:15:09 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: document deftxkey Revision Changes Path 1.112 +9 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Dec 26 18:15:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7116716A41F; Mon, 26 Dec 2005 18:15:38 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B3E43D5A; Mon, 26 Dec 2005 18:15:38 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQIFcj7040066; Mon, 26 Dec 2005 18:15:38 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQIFcMY040065; Mon, 26 Dec 2005 18:15:38 GMT (envelope-from stefanf) Message-Id: <200512261815.jBQIFcMY040065@repoman.freebsd.org> From: Stefan Farfeleder Date: Mon, 26 Dec 2005 18:15:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/bin/sh alias.c builtins.def eval.c eval.h exec.c exec.h memalloc.c memalloc.h miscbltin.c options.c output.c parser.c sh.1 trap.c var.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 18:15:38 -0000 stefanf 2005-12-26 18:15:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh alias.c builtins.def eval.c eval.h exec.c exec.h memalloc.c memalloc.h miscbltin.c options.c output.c parser.c sh.1 trap.c var.c Log: MFC important changes: - Add -v and -V to the command builtin. - Return value from unalias. - Fixes for the errexit mode. - Avoid segfaults on signals. - Add the times builtin. - Make 'set +o' output POSIX compliant. - Correctly quoted output of trap. - Man page updates. Revision Changes Path 1.18.2.1 +1 -1 src/bin/sh/alias.c 1.14.2.1 +1 -0 src/bin/sh/builtins.def 1.42.2.1 +55 -13 src/bin/sh/eval.c 1.10.2.1 +1 -0 src/bin/sh/eval.h 1.24.2.2 +47 -12 src/bin/sh/exec.c 1.12.2.1 +7 -0 src/bin/sh/exec.h 1.26.2.1 +16 -2 src/bin/sh/memalloc.c 1.9.2.1 +1 -2 src/bin/sh/memalloc.h 1.30.2.1 +3 -1 src/bin/sh/miscbltin.c 1.21.2.1 +8 -11 src/bin/sh/options.c 1.19.2.1 +4 -0 src/bin/sh/output.c 1.51.2.2 +2 -2 src/bin/sh/parser.c 1.92.2.5 +214 -53 src/bin/sh/sh.1 1.29.2.1 +6 -7 src/bin/sh/trap.c 1.26.2.2 +3 -1 src/bin/sh/var.c From owner-cvs-src@FreeBSD.ORG Mon Dec 26 18:19:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFBC16A41F; Mon, 26 Dec 2005 18:19:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB8C143D4C; Mon, 26 Dec 2005 18:19:40 +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 jBQIJeFM040168; Mon, 26 Dec 2005 18:19:40 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQIJeUp040167; Mon, 26 Dec 2005 18:19:40 GMT (envelope-from sam) Message-Id: <200512261819.jBQIJeUp040167@repoman.freebsd.org> From: Sam Leffler Date: Mon, 26 Dec 2005 18:19:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 18:19:41 -0000 sam 2005-12-26 18:19:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC: deftxkey explanation Revision Changes Path 1.95.2.9 +8 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Dec 26 19:02:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D6B116A41F; Mon, 26 Dec 2005 19:02:28 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B582243D81; Mon, 26 Dec 2005 19:02:09 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQJ29Hv041838; Mon, 26 Dec 2005 19:02:09 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQJ29EY041837; Mon, 26 Dec 2005 19:02:09 GMT (envelope-from remko) Message-Id: <200512261902.jBQJ29EY041837@repoman.freebsd.org> From: Remko Lodder Date: Mon, 26 Dec 2005 19:02:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/grep grep.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 19:02:28 -0000 remko 2005-12-26 19:02:09 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) gnu/usr.bin/grep grep.1 Log: MFC v1.28 by ru: fix a markup nit. PR: docs/88848 Prodded by: remko Revision Changes Path 1.25.2.2 +2 -0 src/gnu/usr.bin/grep/grep.1 From owner-cvs-src@FreeBSD.ORG Mon Dec 26 19:02:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0E616A41F; Mon, 26 Dec 2005 19:02:55 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85CEA43D6B; Mon, 26 Dec 2005 19:02:53 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBQJ2rdF041895; Mon, 26 Dec 2005 19:02:53 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQJ2rDU041894; Mon, 26 Dec 2005 19:02:53 GMT (envelope-from remko) Message-Id: <200512261902.jBQJ2rDU041894@repoman.freebsd.org> From: Remko Lodder Date: Mon, 26 Dec 2005 19:02:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/grep grep.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 19:02:55 -0000 remko 2005-12-26 19:02:53 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) gnu/usr.bin/grep grep.1 Log: MFC v1.28 by ru: fix a markup nit. PR: docs/88848 Prodded by: remko Revision Changes Path 1.26.2.1 +2 -0 src/gnu/usr.bin/grep/grep.1 From owner-cvs-src@FreeBSD.ORG Mon Dec 26 21:23:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A2516A41F; Mon, 26 Dec 2005 21:23:58 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB1243D68; Mon, 26 Dec 2005 21:23:57 +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 jBQLNvk2054680; Mon, 26 Dec 2005 21:23:57 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQLNv9T054679; Mon, 26 Dec 2005 21:23:57 GMT (envelope-from sobomax) Message-Id: <200512262123.jBQLNv9T054679@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Dec 2005 21:23:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/linux linux_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/kern imgact_elf.c src/sys/sparc64/sparc64 elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/sys imgact_elf.h src/sys/arm/arm elf_machdep.c src/sys/alpha/linux ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 21:23:58 -0000 sobomax 2005-12-26 21:23:57 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c sys/i386/i386 elf_machdep.c sys/kern imgact_elf.c sys/sparc64/sparc64 elf_machdep.c sys/compat/ia32 ia32_sysvec.c sys/sys imgact_elf.h sys/arm/arm elf_machdep.c sys/alpha/linux linux_sysvec.c sys/alpha/alpha elf_machdep.c sys/ia64/ia64 elf_machdep.c sys/amd64/amd64 elf_machdep.c sys/amd64/linux32 linux32_sysvec.c sys/powerpc/powerpc elf_machdep.c share/man/man4/man4.i386 linux.4 Log: Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure with flags bitfield and set BI_CAN_EXEC_DYN flag for all brands that usually allow executing elf dynamic binaries (aka shared libraries). When it is requested to execute ET_DYN elf image check if this flag is on after we know the elf brand allowing execution if so. PR: kern/87615 Submitted by: Marcin Koziej Revision Changes Path 1.9 +0 -8 src/share/man/man4/man4.i386/linux.4 1.21 +2 -0 src/sys/alpha/alpha/elf_machdep.c 1.98 +2 -0 src/sys/alpha/linux/linux_sysvec.c 1.25 +2 -0 src/sys/amd64/amd64/elf_machdep.c 1.14 +2 -0 src/sys/amd64/linux32/linux32_sysvec.c 1.6 +2 -0 src/sys/arm/arm/elf_machdep.c 1.22 +2 -0 src/sys/compat/ia32/ia32_sysvec.c 1.21 +2 -0 src/sys/i386/i386/elf_machdep.c 1.142 +2 -0 src/sys/i386/linux/linux_sysvec.c 1.22 +2 -0 src/sys/ia64/ia64/elf_machdep.c 1.173 +10 -7 src/sys/kern/imgact_elf.c 1.23 +2 -0 src/sys/powerpc/powerpc/elf_machdep.c 1.21 +2 -0 src/sys/sparc64/sparc64/elf_machdep.c 1.29 +2 -0 src/sys/sys/imgact_elf.h From owner-cvs-src@FreeBSD.ORG Mon Dec 26 22:09:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D5C916A420; Mon, 26 Dec 2005 22:09:10 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF38D43D53; Mon, 26 Dec 2005 22:09:09 +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 jBQM99Ow056401; Mon, 26 Dec 2005 22:09:09 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQM99T9056400; Mon, 26 Dec 2005 22:09:09 GMT (envelope-from cognet) Message-Id: <200512262209.jBQM99T9056400@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 26 Dec 2005 22:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys ktrace.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 22:09:10 -0000 cognet 2005-12-26 22:09:09 UTC FreeBSD src repository Modified files: sys/sys ktrace.h Log: Fix typo in comment. Revision Changes Path 1.33 +1 -1 src/sys/sys/ktrace.h From owner-cvs-src@FreeBSD.ORG Mon Dec 26 22:32:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E174316A41F; Mon, 26 Dec 2005 22:32:52 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9950043D5A; Mon, 26 Dec 2005 22:32:52 +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 jBQMWq6h057394; Mon, 26 Dec 2005 22:32:52 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBQMWqGU057393; Mon, 26 Dec 2005 22:32:52 GMT (envelope-from sobomax) Message-Id: <200512262232.jBQMWqGU057393@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 26 Dec 2005 22:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 22:32:53 -0000 sobomax 2005-12-26 22:32:52 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: Fix breakage introduced in the previous commit. Revision Changes Path 1.174 +2 -4 src/sys/kern/imgact_elf.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 00:17:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CCF816A41F; Tue, 27 Dec 2005 00:17:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E4543D46; Tue, 27 Dec 2005 00:17:13 +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 jBR0HCOC061098; Tue, 27 Dec 2005 00:17:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBR0HCNX061097; Tue, 27 Dec 2005 00:17:12 GMT (envelope-from glebius) Message-Id: <200512270017.jBR0HCNX061097@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 27 Dec 2005 00:17:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 00:17:13 -0000 glebius 2005-12-27 00:17:11 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Add \n to log() message. Submitted by: Stanislaw Halik Revision Changes Path 1.62 +1 -1 src/sys/compat/linux/linux_socket.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 00:32:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0EC816A41F; Tue, 27 Dec 2005 00:32:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2762F43D53; Tue, 27 Dec 2005 00:32:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBR0WhwG061711; Tue, 27 Dec 2005 00:32:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBR0Whse061710; Tue, 27 Dec 2005 00:32:43 GMT (envelope-from pav) Message-Id: <200512270032.jBR0Whse061710@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 27 Dec 2005 00:32:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 00:32:45 -0000 pav 2005-12-27 00:32:43 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) sys/dev/usb umass.c usbdevs Log: MFC umass.c 1.126,1.127 and usbdevs 1.239: - Ignore incorrect CSW signatures on my PURE PocketDAB 2000 player Revision Changes Path 1.122.2.3 +11 -3 src/sys/dev/usb/umass.c 1.232.2.5 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Dec 27 00:35:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824D116A41F; Tue, 27 Dec 2005 00:35:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F8F43D67; Tue, 27 Dec 2005 00:35:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBR0ZcnJ061863; Tue, 27 Dec 2005 00:35:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBR0ZcEK061862; Tue, 27 Dec 2005 00:35:38 GMT (envelope-from pav) Message-Id: <200512270035.jBR0ZcEK061862@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 27 Dec 2005 00:35:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 00:35:39 -0000 pav 2005-12-27 00:35:38 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) sys/dev/usb umass.c usbdevs Log: MFC umass.c 1.126,1.127 and usbdevs 1.239: - Ignore incorrect CSW signatures on my PURE PocketDAB 2000 player Revision Changes Path 1.112.2.8 +11 -3 src/sys/dev/usb/umass.c 1.195.2.16 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Dec 27 00:52:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BC216A41F; Tue, 27 Dec 2005 00:52:25 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EEF43D67; Tue, 27 Dec 2005 00:52:25 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBR0qOrO069891; Tue, 27 Dec 2005 00:52:24 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBR0qOwU069890; Tue, 27 Dec 2005 00:52:24 GMT (envelope-from gnn) Message-Id: <200512270052.jBR0qOwU069890@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Tue, 27 Dec 2005 00:52:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet in.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 00:52:25 -0000 gnn 2005-12-27 00:52:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet in.h Log: MFC of SCTP protocol number. Revision Changes Path 1.90.2.4 +1 -0 src/sys/netinet/in.h From owner-cvs-src@FreeBSD.ORG Tue Dec 27 02:39:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68C2916A41F; Tue, 27 Dec 2005 02:39:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBC943D49; Tue, 27 Dec 2005 02:39:45 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBR2djgZ074038; Tue, 27 Dec 2005 02:39:45 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBR2dipT074037; Tue, 27 Dec 2005 02:39:45 GMT (envelope-from delphij) Message-Id: <200512270239.jBR2dipT074037@repoman.freebsd.org> From: Xin LI Date: Tue, 27 Dec 2005 02:39:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/de Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 02:39:45 -0000 delphij 2005-12-27 02:39:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/de Makefile Log: MFC revision 1.5 date: 2005/08/29 15:18:04; author: yar; state: Exp; lines: +1 -1 Unbreak stand-alone build of the de(4) module. Reported by: Boris Samorodov Requested by: Roman V. Palagin Revision Changes Path 1.3.8.1 +1 -1 src/sys/modules/de/Makefile From owner-cvs-src@FreeBSD.ORG Tue Dec 27 11:12:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC2A16A41F; Tue, 27 Dec 2005 11:12:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C8F43D55; Tue, 27 Dec 2005 11:12:52 +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 jBRBCqT8010892; Tue, 27 Dec 2005 11:12:52 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRBCqJA010891; Tue, 27 Dec 2005 11:12:52 GMT (envelope-from pjd) Message-Id: <200512271112.jBRBCqJA010891@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 27 Dec 2005 11:12:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 ktr.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 11:12:52 -0000 pjd 2005-12-27 11:12:51 UTC FreeBSD src repository Modified files: share/man/man9 ktr.9 Log: Document CTR6() macro. Revision Changes Path 1.10 +2 -0 src/share/man/man9/ktr.9 From owner-cvs-src@FreeBSD.ORG Tue Dec 27 12:02:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6EE16A41F; Tue, 27 Dec 2005 12:02:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F6B43D5A; Tue, 27 Dec 2005 12:02:06 +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 jBRC23d3015522; Tue, 27 Dec 2005 12:02:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRC23Px015521; Tue, 27 Dec 2005 12:02:03 GMT (envelope-from davidxu) Message-Id: <200512271202.jBRC23Px015521@repoman.freebsd.org> From: David Xu Date: Tue, 27 Dec 2005 12:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 12:02:24 -0000 davidxu 2005-12-27 12:02:03 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Use variable i instead of variable cpus as an index to get correct kseq. Revision Changes Path 1.161 +1 -1 src/sys/kern/sched_ule.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 12:33:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0109416A41F; Tue, 27 Dec 2005 12:33:19 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A2343D49; Tue, 27 Dec 2005 12:33:18 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRCXIJo017055; Tue, 27 Dec 2005 12:33:18 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRCXIgp017054; Tue, 27 Dec 2005 12:33:18 GMT (envelope-from stefanf) Message-Id: <200512271233.jBRCXIgp017054@repoman.freebsd.org> From: Stefan Farfeleder Date: Tue, 27 Dec 2005 12:33:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatm atm_sys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 12:33:19 -0000 stefanf 2005-12-27 12:33:18 UTC FreeBSD src repository Modified files: sys/netatm atm_sys.h Log: Try to unbreak the tinderbox: Cast a time_t argument to long before printing it with %ld. Revision Changes Path 1.9 +1 -1 src/sys/netatm/atm_sys.h From owner-cvs-src@FreeBSD.ORG Tue Dec 27 15:35:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6959316A41F; Tue, 27 Dec 2005 15:35:07 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F392243D49; Tue, 27 Dec 2005 15:35:06 +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 jBRFZ6CQ034327; Tue, 27 Dec 2005 15:35:06 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRFZ6vk034326; Tue, 27 Dec 2005 15:35:06 GMT (envelope-from jkoshy) Message-Id: <200512271535.jBRFZ6vk034326@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 27 Dec 2005 15:35:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 15:35:07 -0000 jkoshy 2005-12-27 15:35:06 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Document the EOPNOTSUPP returned by hwpmc(4) if a sampling mode PMC is requested on a CPU without an APIC. Requested by: anholt (a while ago) Revision Changes Path 1.14 +3 -0 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:16:59 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D97D16A420; Tue, 27 Dec 2005 16:16:59 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEC7A43D5D; Tue, 27 Dec 2005 16:16:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4660865 for multiple; Tue, 27 Dec 2005 11:18:46 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBRGGthM019190; Tue, 27 Dec 2005 11:16:55 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Stefan Farfeleder Date: Tue, 27 Dec 2005 11:05:15 -0500 User-Agent: KMail/1.8.2 References: <200512271233.jBRCXIgp017054@repoman.freebsd.org> In-Reply-To: <200512271233.jBRCXIgp017054@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512271105.17467.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1218/Mon Dec 26 08:46:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netatm atm_sys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 16:16:59 -0000 On Tuesday 27 December 2005 07:33 am, Stefan Farfeleder wrote: > stefanf 2005-12-27 12:33:18 UTC > > FreeBSD src repository > > Modified files: > sys/netatm atm_sys.h > Log: > Try to unbreak the tinderbox: Cast a time_t argument to long before > printing it with %ld. You should probably use intmax_t and %j instead. On an i386 with a 64-bit time_t, time_t doesn't fit into a long. If time_t were 64-bit on powerpc you'd have the same problem there as well. -- 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 27 16:24:58 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C895416A41F; Tue, 27 Dec 2005 16:24:58 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685A043D73; Tue, 27 Dec 2005 16:24:25 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep13-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20051227162415.PNLA2372.viefep13-int.chello.at@wombat.fafoe.narf.at>; Tue, 27 Dec 2005 17:24:15 +0100 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 0261DBEAC; Tue, 27 Dec 2005 17:24:14 +0100 (CET) Date: Tue, 27 Dec 2005 17:24:14 +0100 From: Stefan Farfeleder To: John Baldwin Message-ID: <20051227162414.GK63814@wombat.fafoe.narf.at> References: <200512271233.jBRCXIgp017054@repoman.freebsd.org> <200512271105.17467.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512271105.17467.jhb@freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netatm atm_sys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 16:24:59 -0000 On Tue, Dec 27, 2005 at 11:05:15AM -0500, John Baldwin wrote: > On Tuesday 27 December 2005 07:33 am, Stefan Farfeleder wrote: > > stefanf 2005-12-27 12:33:18 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netatm atm_sys.h > > Log: > > Try to unbreak the tinderbox: Cast a time_t argument to long before > > printing it with %ld. > > You should probably use intmax_t and %j instead. On an i386 with a 64-bit > time_t, time_t doesn't fit into a long. If time_t were 64-bit on powerpc > you'd have the same problem there as well. It's the difference between two time_ts. I pondered using intmax_t but thought it's fair to assume it fits into 32 bits. Feel free to change it though. Stefan From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:38:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A617216A41F; Tue, 27 Dec 2005 16:38:16 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4734443D64; Tue, 27 Dec 2005 16:38:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBRGcBOj015599; Tue, 27 Dec 2005 09:38:11 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B16DF3.2060102@samsco.org> Date: Tue, 27 Dec 2005 09:38:11 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> In-Reply-To: <200512242222.jBOMMHRA056613@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=3.8 tests=ALL_TRUSTED, SUBJ_HAS_SPACES autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 16:38:16 -0000 Tom Rhodes wrote: > trhodes 2005-12-24 22:22:17 UTC > > FreeBSD src repository > > Modified files: > sys/sys _timeval.h > sys/fs/procfs procfs_status.c > libexec/bootpd bootpd.c > sys/dev/acpica/Osd OsdSynch.c > sys/dev/firewire sbp.c > Log: > Make tv_sec a time_t on all platforms but alpha. Brings us more in line with > POSIX. This also makes the struct correct we ever implement an i386-time64 > architecture. Not that we need too. > > Reviewed by: imp, brooks > Approved by: njl (acpica), des (no objects, touches procfs) > Tested with: make universe > > Revision Changes Path > 1.24 +3 -2 src/libexec/bootpd/bootpd.c > 1.26 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.c > 1.82 +2 -2 src/sys/dev/firewire/sbp.c > 1.57 +4 -4 src/sys/fs/procfs/procfs_status.c > 1.2 +5 -1 src/sys/sys/_timeval.h I honestly don't ever expect FreeBSD/i386 to go to a 64-bit time_t. There are 32 more years before it would need to, and I'll eat my hat if there is a FreeBSD/i386 in the year 2038. Also note that 'make universe' doesn't always halt on errors. If you need help fixing all of the fallout from this, please say so. I'm going to be really upset if the tree stays broken for days/weeks as problems are slowly fixed one at a time. Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:49:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED58B16A41F; Tue, 27 Dec 2005 16:49:33 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F62343D49; Tue, 27 Dec 2005 16:49:33 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRGnXD4044518; Tue, 27 Dec 2005 16:49:33 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRGnXqQ044517; Tue, 27 Dec 2005 16:49:33 GMT (envelope-from sos) Message-Id: <200512271649.jBRGnXqQ044517@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 27 Dec 2005 16:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-queue.c ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 16:49:34 -0000 sos 2005-12-27 16:49:33 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-queue.c ata-raid.c Log: Fix rebuilds of arrays that got stuck. Misc minor fixes. Bughunting and initial fixes by Pav@ and Anton. Revision Changes Path 1.109 +2 -1 src/sys/dev/ata/ata-all.h 1.52 +17 -5 src/sys/dev/ata/ata-queue.c 1.114 +11 -3 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 16:52:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1D0D16A41F; Tue, 27 Dec 2005 16:52:24 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B0543D45; Tue, 27 Dec 2005 16:52:24 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip68-105-180-11.dc.dc.cox.net [68.105.180.11]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id jBRHLTOc074144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Dec 2005 12:21:30 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 27 Dec 2005 11:52:08 -0500 From: Tom Rhodes To: Scott Long Message-Id: <20051227115208.0074f35f.trhodes@FreeBSD.org> In-Reply-To: <43B16DF3.2060102@samsco.org> References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> <43B16DF3.2060102@samsco.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 16:52:25 -0000 On Tue, 27 Dec 2005 09:38:11 -0700 Scott Long wrote: > Tom Rhodes wrote: > > trhodes 2005-12-24 22:22:17 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys _timeval.h > > sys/fs/procfs procfs_status.c > > libexec/bootpd bootpd.c > > sys/dev/acpica/Osd OsdSynch.c > > sys/dev/firewire sbp.c > > Log: > > Make tv_sec a time_t on all platforms but alpha. Brings us more in line with > > POSIX. This also makes the struct correct we ever implement an i386-time64 > > architecture. Not that we need too. > > > > Reviewed by: imp, brooks > > Approved by: njl (acpica), des (no objects, touches procfs) > > Tested with: make universe > > > > Revision Changes Path > > 1.24 +3 -2 src/libexec/bootpd/bootpd.c > > 1.26 +2 -2 src/sys/dev/acpica/Osd/OsdSynch.c > > 1.82 +2 -2 src/sys/dev/firewire/sbp.c > > 1.57 +4 -4 src/sys/fs/procfs/procfs_status.c > > 1.2 +5 -1 src/sys/sys/_timeval.h > > I honestly don't ever expect FreeBSD/i386 to go to a 64-bit time_t. > There are 32 more years before it would need to, and I'll eat my hat > if there is a FreeBSD/i386 in the year 2038. Brooks and I joked about that. :) > > Also note that 'make universe' doesn't always halt on errors. If you I know, it usually goes to "Error code 1" and then begins the next build. > need help fixing all of the fallout from this, please say so. I'm going There shouldn't be any more fallout, but I'm going to do separate build tests just to make sure. > to be really upset if the tree stays broken for days/weeks as problems > are slowly fixed one at a time. I know you will, Scott, and I agree we don't want CURRENT broken. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Tue Dec 27 17:09:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0756B16A41F; Tue, 27 Dec 2005 17:09:54 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D2E43D6D; Tue, 27 Dec 2005 17:09:53 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRH9qdF045361; Tue, 27 Dec 2005 17:09:52 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRH9qd3045360; Tue, 27 Dec 2005 17:09:52 GMT (envelope-from sos) Message-Id: <200512271709.jBRH9qd3045360@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 27 Dec 2005 17:09:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 17:09:54 -0000 sos 2005-12-27 17:09:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips. Hardware donated by: Matthew Jacob Hardware donated by: Y! Revision Changes Path 1.142 +440 -0 src/sys/dev/ata/ata-chipset.c 1.108 +4 -0 src/sys/dev/ata/ata-pci.c 1.58 +12 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Tue Dec 27 17:13:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ADF116A41F; Tue, 27 Dec 2005 17:13:12 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2618B43D5A; Tue, 27 Dec 2005 17:13:12 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRHDC7g045575; Tue, 27 Dec 2005 17:13:12 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRHDB24045574; Tue, 27 Dec 2005 17:13:12 GMT (envelope-from sos) Message-Id: <200512271713.jBRHDB24045574@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 27 Dec 2005 17:13:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 17:13:12 -0000 sos 2005-12-27 17:13:11 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Update the last commit to also take 48Bit access functions. Revision Changes Path 1.143 +3 -1 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 17:50:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D417216A41F; Tue, 27 Dec 2005 17:50:50 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95EF43D45; Tue, 27 Dec 2005 17:50:31 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5F96630FC; Tue, 27 Dec 2005 11:50:31 -0600 (CST) Date: Tue, 27 Dec 2005 11:50:31 -0600 To: Scott Long Message-ID: <20051227175031.GB8852@soaustin.net> References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> <43B16DF3.2060102@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43B16DF3.2060102@samsco.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Tom Rhodes , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 17:50:51 -0000 On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott Long wrote: > I'll eat my hat if there is a FreeBSD/i386 in the year 2038. Exist? Hell, I'll bet that people will still be insisting we keep the ports working on 4.11 even then. mcl From owner-cvs-src@FreeBSD.ORG Tue Dec 27 17:55:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1259516A420; Tue, 27 Dec 2005 17:55:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D6F943D76; Tue, 27 Dec 2005 17:55:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id jBRHt64H049980 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Dec 2005 18:55:06 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id jBRHt5aX049979; Tue, 27 Dec 2005 18:55:05 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: =?iso-8859-2?Q?S=F8ren?= Schmidt In-Reply-To: <200512271649.jBRGnXqQ044517@repoman.freebsd.org> References: <200512271649.jBRGnXqQ044517@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wownfqk5V5T7ONd3+bxH" Date: Tue, 27 Dec 2005 18:55:05 +0100 Message-Id: <1135706105.83838.15.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-queue.c ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@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, 27 Dec 2005 17:55:15 -0000 --=-wownfqk5V5T7ONd3+bxH Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable S=F8ren Schmidt p=ED=B9e v =FAt 27. 12. 2005 v 16:49 +0000: > sos 2005-12-27 16:49:33 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-all.h ata-queue.c ata-raid.c=20 > Log: > Fix rebuilds of arrays that got stuck. > Misc minor fixes. > =20 > Bughunting and initial fixes by Pav@ and Anton. Thank you! MFC timer on this to RELENG_6? --=20 Pav Lucistnik And please, please, please add COMMENTS to your code. Reading uncommented PERL is like chewing on chunks of broken glass, only without the tasty blood sauce to go with it. -- John Rowan in rec.games.roguelike.adom --=-wownfqk5V5T7ONd3+bxH Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDsX/5ntdYP8FOsoIRApt+AJ9bbntF8GpZPPXXLld8DNFeYVxEAQCgmIzl 38KhYoMr7FRTiYjs+iFGhsQ= =IZHv -----END PGP SIGNATURE----- --=-wownfqk5V5T7ONd3+bxH-- From owner-cvs-src@FreeBSD.ORG Tue Dec 27 18:08:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD5B16A41F; Tue, 27 Dec 2005 18:08:04 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AA243D8D; Tue, 27 Dec 2005 18:07:47 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.142] (spider.deepcore.dk [194.192.25.142]) by spider.deepcore.dk (8.13.4/8.13.4) with ESMTP id jBRI7j00076277; Tue, 27 Dec 2005 19:07:45 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <43B182F1.8030904@deepcore.dk> Date: Tue, 27 Dec 2005 19:07:45 +0100 From: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pav@FreeBSD.ORG References: <200512271649.jBRGnXqQ044517@repoman.freebsd.org> <1135706105.83838.15.camel@localhost> In-Reply-To: <1135706105.83838.15.camel@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, =?UTF-8?B?U8WZcmVuIFNjaG1pZHQ=?= Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-queue.c ata-raid.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 18:08:04 -0000 Pav Lucistnik wrote: > SÅ™ren Schmidt píše v út 27. 12. 2005 v 16:49 +0000: > >>sos 2005-12-27 16:49:33 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-all.h ata-queue.c ata-raid.c >> Log: >> Fix rebuilds of arrays that got stuck. >> Misc minor fixes. >> >> Bughunting and initial fixes by Pav@ and Anton. > > > Thank you! > > MFC timer on this to RELENG_6? I plan to MFC ATA as it is in -current when time comes. There are still a few issue I'd like to have fixed first. It will be in 6.1 no matter what though... -Søren From owner-cvs-src@FreeBSD.ORG Tue Dec 27 18:22:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E4316A41F; Tue, 27 Dec 2005 18:22:12 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8CE43D78; Tue, 27 Dec 2005 18:22:11 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRIMBC7048626; Tue, 27 Dec 2005 18:22:11 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRIMB3I048625; Tue, 27 Dec 2005 18:22:11 GMT (envelope-from sos) Message-Id: <200512271822.jBRIMB3I048625@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 27 Dec 2005 18:22:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 18:22:12 -0000 sos 2005-12-27 18:22:11 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c Log: Change the probes in ATA to return a negative value on success. This allows other driver to take over if needed during probe, and allows me to distribute new drivers as modules. Revision Changes Path 1.144 +0 -4 src/sys/dev/ata/ata-chipset.c 1.109 +24 -22 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 18:55:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B2CA16A41F; Tue, 27 Dec 2005 18:55:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6ABC43D62; Tue, 27 Dec 2005 18:55: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 jBRItLvQ052648; Tue, 27 Dec 2005 18:55:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRItLMt052647; Tue, 27 Dec 2005 18:55:21 GMT (envelope-from imp) Message-Id: <200512271855.jBRItLMt052647@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Dec 2005 18:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbbreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 18:55:22 -0000 imp 2005-12-27 18:55:21 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbbreg.h Log: nits Revision Changes Path 1.18 +1 -1 src/sys/dev/pccbb/pccbbreg.h From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:18:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2073416A41F; Tue, 27 Dec 2005 19:18:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BEB43D5C; Tue, 27 Dec 2005 19:18:12 +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 jBRJIBD7053673; Tue, 27 Dec 2005 19:18:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJIBYb053672; Tue, 27 Dec 2005 19:18:11 GMT (envelope-from imp) Message-Id: <200512271918.jBRJIBYb053672@repoman.freebsd.org> From: Warner Losh Date: Tue, 27 Dec 2005 19:18:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 19:18:13 -0000 imp 2005-12-27 19:18:11 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Ensure that we're aligned at leas tto the size of the resource being requested. When cbb_debug is on, print the windows that we're mapping. Revision Changes Path 1.135 +21 -0 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:52:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A223D16A41F; Tue, 27 Dec 2005 19:52:06 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA4843D49; Tue, 27 Dec 2005 19:52:00 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id jBRJpwOI050957; Tue, 27 Dec 2005 11:51:59 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <200512242222.jBOMMHRA056613@repoman.freebsd.org> References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Tue, 27 Dec 2005 11:51:57 -0800 To: Tom Rhodes X-Mailer: Apple Mail (2.746.2) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 19:52:06 -0000 On Dec 24, 2005, at 2:22 PM, Tom Rhodes wrote: > trhodes 2005-12-24 22:22:17 UTC > > FreeBSD src repository > > Modified files: > sys/sys _timeval.h > sys/fs/procfs procfs_status.c > libexec/bootpd bootpd.c > sys/dev/acpica/Osd OsdSynch.c > sys/dev/firewire sbp.c > Log: > Make tv_sec a time_t on all platforms but alpha. You rule! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:52:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4A8316A420; Tue, 27 Dec 2005 19:52:08 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF8F43D68; Tue, 27 Dec 2005 19:52:08 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRJq7AJ056027; Tue, 27 Dec 2005 19:52:07 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJq7gP056026; Tue, 27 Dec 2005 19:52:07 GMT (envelope-from wollman) Message-Id: <200512271952.jBRJq7gP056026@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 27 Dec 2005 19:52:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Cc: Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 19:52:09 -0000 wollman 2005-12-27 19:52:07 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv55890 Log Message: No sooner did I make noises about seeing the last timezone update of 2005 when another one comes out. This one, even ADO hopes will be the last of the year. Obtained from: Arthur Olson, ftp://elsie.nci.nih.gov/pub/tzdata2005r.tar.gz Status: Vendor Tag: ADO Release Tags: tzdata2005r C src/share/zoneinfo/africa U src/share/zoneinfo/antarctica C src/share/zoneinfo/asia C src/share/zoneinfo/australasia C src/share/zoneinfo/europe C src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 U src/share/zoneinfo/iso3166.tab U src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:55:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B0916A41F; Tue, 27 Dec 2005 19:55:22 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F352E43D46; Tue, 27 Dec 2005 19:55:21 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRJtLRZ056437; Tue, 27 Dec 2005 19:55:21 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJtLbC056436; Tue, 27 Dec 2005 19:55:21 GMT (envelope-from wollman) Message-Id: <200512271955.jBRJtLbC056436@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 27 Dec 2005 19:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo africa asia australasia europe northamerica southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 19:55:22 -0000 wollman 2005-12-27 19:55:21 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia australasia europe northamerica southamerica Log: Merge tzdata2005r from vendor branch. Only significant change is to update those Canadian provinces which have announced that they will follow the new US DST rules. Revision Changes Path 1.16 +2 -1 src/share/zoneinfo/africa 1.29 +2 -1 src/share/zoneinfo/asia 1.28 +3 -1 src/share/zoneinfo/australasia 1.31 +2 -1 src/share/zoneinfo/europe 1.29 +54 -9 src/share/zoneinfo/northamerica 1.27 +2 -1 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:56:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319C216A41F; Tue, 27 Dec 2005 19:56:25 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9745443D5E; Tue, 27 Dec 2005 19:56:24 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRJuON5056627; Tue, 27 Dec 2005 19:56:24 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJuOis056626; Tue, 27 Dec 2005 19:56:24 GMT (envelope-from wollman) Message-Id: <200512271956.jBRJuOis056626@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 27 Dec 2005 19:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward europe northamerica southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 19:56:25 -0000 wollman 2005-12-27 19:56:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo africa antarctica asia australasia backward europe northamerica southamerica Log: Merge tzdata2005r from vendor branch. Revision Changes Path 1.14.14.2 +2 -1 src/share/zoneinfo/africa 1.1.2.10.12.2 +2 -1 src/share/zoneinfo/antarctica 1.25.2.2 +2 -1 src/share/zoneinfo/asia 1.25.10.2 +3 -1 src/share/zoneinfo/australasia 1.1.2.11.2.2 +1 -8 src/share/zoneinfo/backward 1.29.2.2 +2 -1 src/share/zoneinfo/europe 1.25.2.2 +54 -9 src/share/zoneinfo/northamerica 1.24.2.2 +2 -1 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Dec 27 19:57:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC81116A41F; Tue, 27 Dec 2005 19:57:37 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC0643D53; Tue, 27 Dec 2005 19:57:37 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRJvbum056834; Tue, 27 Dec 2005 19:57:37 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJvbql056833; Tue, 27 Dec 2005 19:57:37 GMT (envelope-from wollman) Message-Id: <200512271957.jBRJvbql056833@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 27 Dec 2005 19:57:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward europe northamerica southamerica X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 19:57:38 -0000 wollman 2005-12-27 19:57:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo africa antarctica asia australasia backward europe northamerica southamerica Log: Merge tzdata2005r from vendor branch. Revision Changes Path 1.14.8.2 +2 -1 src/share/zoneinfo/africa 1.1.2.10.6.3 +2 -1 src/share/zoneinfo/antarctica 1.24.4.5 +2 -1 src/share/zoneinfo/asia 1.25.4.3 +3 -1 src/share/zoneinfo/australasia 1.1.2.10.4.3 +1 -8 src/share/zoneinfo/backward 1.27.4.4 +2 -1 src/share/zoneinfo/europe 1.23.4.6 +54 -9 src/share/zoneinfo/northamerica 1.22.4.5 +2 -1 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Dec 27 20:16:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 351B816A41F; Tue, 27 Dec 2005 20:16:58 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from mail.localelinks.com (web.localelinks.com [64.39.75.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B9B43D45; Tue, 27 Dec 2005 20:16:56 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.localelinks.com (Postfix) with ESMTP id B6E30AD; Tue, 27 Dec 2005 14:16:55 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id E838361C21; Tue, 27 Dec 2005 14:16:54 -0600 (CST) Date: Tue, 27 Dec 2005 14:16:54 -0600 From: "Matthew D. Fuller" To: Mark Linimon Message-ID: <20051227201654.GR63497@over-yonder.net> References: <200512242222.jBOMMHRA056613@repoman.freebsd.org> <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051227175031.GB8852@soaustin.net> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.2 Cc: Tom Rhodes , Scott Long , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 20:16:58 -0000 On Tue, Dec 27, 2005 at 11:50:31AM -0600 I heard the voice of Mark Linimon, and lo! it spake thus: > On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott Long wrote: > > I'll eat my hat if there is a FreeBSD/i386 in the year 2038. > > Exist? Hell, I'll bet that people will still be insisting we keep > the ports working on 4.11 even then. Wait, are you suggesting that ports will stop working on my 2.1-STABLE box?? But it's at the absolute top of its particular branch of the tree! -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-cvs-src@FreeBSD.ORG Tue Dec 27 20:53:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7374816A420; Tue, 27 Dec 2005 20:53:46 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id A97FA43D69; Tue, 27 Dec 2005 20:53:35 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.4) with ESMTP id jBRKrRea033570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Tue, 27 Dec 2005 15:53:30 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.4/Submit) id jBRKrRL9033567; Tue, 27 Dec 2005 15:53:27 -0500 (EST) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <17329.43462.973418.828137@khavrinen.csail.mit.edu> Date: Tue, 27 Dec 2005 15:53:26 -0500 To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-Reply-To: <86ek42s49j.fsf@xps.des.no> References: <200512222334.jBMNYpxY058133@repoman.freebsd.org> <86ek42s49j.fsf@xps.des.no> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-2.0.2 (khavrinen.csail.mit.edu [127.0.0.1]); Tue, 27 Dec 2005 15:53:30 -0500 (EST) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on khavrinen.csail.mit.edu Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 20:53:46 -0000 < I wonder if we should make a habit of merging these to security / > errata branches. Not an unreasonable question. The database format has not changed incompatibly in years, so it's a relatively low-risk thing to merge. OTOH, updates are sometimes frequent, particularly during the time of year when governments tend to fiddle their DST adjustments. I would suggest only merging updates if there is a significant user community which is affected by the changes. So if the US Congress finally comes to its senses and repeals the DST change a week before it is scheduled to take effect, then it's worth doing, but when certain South American countries do their seemingly-annual vacillation over DST, I would offer apologies. -GAWollman From owner-cvs-src@FreeBSD.ORG Tue Dec 27 21:02:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD0CF16A41F; Tue, 27 Dec 2005 21:02:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3702043D55; Tue, 27 Dec 2005 21:02:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBRL0dbb020270; Tue, 27 Dec 2005 14:00:39 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 27 Dec 2005 14:00:49 -0700 (MST) Message-Id: <20051227.140049.73660062.imp@bsdimp.com> To: fullermd@over-yonder.net From: "M. Warner Losh" In-Reply-To: <20051227201654.GR63497@over-yonder.net> References: <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> <20051227201654.GR63497@over-yonder.net> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 27 Dec 2005 14:00:44 -0700 (MST) Cc: trhodes@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 21:02:15 -0000 In message: <20051227201654.GR63497@over-yonder.net> "Matthew D. Fuller" writes: : On Tue, Dec 27, 2005 at 11:50:31AM -0600 I heard the voice of : Mark Linimon, and lo! it spake thus: : > On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott Long wrote: : > > I'll eat my hat if there is a FreeBSD/i386 in the year 2038. : > : > Exist? Hell, I'll bet that people will still be insisting we keep : > the ports working on 4.11 even then. : : Wait, are you suggesting that ports will stop working on my 2.1-STABLE : box?? But it's at the absolute top of its particular branch of the : tree! 5 years ago the hottest machines were ~1GHz Pentium III/IV boxes. 10 years ago they were ~133MHz Pentiums. 15 years ago we had ~33MHz 486. 20 years ago we had ~12MHz 386. The chances that any of the hardware that's running FreeBSD today will be in service in 2020, much less 2030 or 2038 is vanishingly small. How many machines that were built in 1990 are still in service? How many from 1980? How many from 1970? How many from 1967? There are good reasons to switch to a 64-bit time_t well in advance of the 2038 deadline. 30-year mortgage calculations will be the first class of things to fail. The disruption from going to 64-bit time_t is big, but mitigated somewhat by symbol versioning that was recently introduced. Most of the issues will be in kernel interfaces such as stat, gettimeofday, etc. One would need to write new syscalls for them as well as preserve the old ones, and this is platform dependent. There's enough work here that unless someone steps to the plate to deal with all the silly breakages, we'll only transition to 64-bit time_t on the non-alpha 64-bit machines... Warner From owner-cvs-src@FreeBSD.ORG Tue Dec 27 21:12:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C35616A420 for ; Tue, 27 Dec 2005 21:12:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D2A43D46 for ; Tue, 27 Dec 2005 21:12:49 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBRLCewl017035; Tue, 27 Dec 2005 14:12:40 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B1AE48.3000009@samsco.org> Date: Tue, 27 Dec 2005 14:12:40 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> <20051227201654.GR63497@over-yonder.net> <20051227.140049.73660062.imp@bsdimp.com> In-Reply-To: <20051227.140049.73660062.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 21:12:51 -0000 M. Warner Losh wrote: > In message: <20051227201654.GR63497@over-yonder.net> > "Matthew D. Fuller" writes: > : On Tue, Dec 27, 2005 at 11:50:31AM -0600 I heard the voice of > : Mark Linimon, and lo! it spake thus: > : > On Tue, Dec 27, 2005 at 09:38:11AM -0700, Scott Long wrote: > : > > I'll eat my hat if there is a FreeBSD/i386 in the year 2038. > : > > : > Exist? Hell, I'll bet that people will still be insisting we keep > : > the ports working on 4.11 even then. > : > : Wait, are you suggesting that ports will stop working on my 2.1-STABLE > : box?? But it's at the absolute top of its particular branch of the > : tree! > > 5 years ago the hottest machines were ~1GHz Pentium III/IV boxes. 10 > years ago they were ~133MHz Pentiums. 15 years ago we had ~33MHz > 486. 20 years ago we had ~12MHz 386. > > The chances that any of the hardware that's running FreeBSD today will > be in service in 2020, much less 2030 or 2038 is vanishingly small. > How many machines that were built in 1990 are still in service? How > many from 1980? How many from 1970? How many from 1967? > > There are good reasons to switch to a 64-bit time_t well in advance of > the 2038 deadline. 30-year mortgage calculations will be the first > class of things to fail. The disruption from going to 64-bit time_t > is big, but mitigated somewhat by symbol versioning that was recently > introduced. Most of the issues will be in kernel interfaces such as > stat, gettimeofday, etc. One would need to write new syscalls for > them as well as preserve the old ones, and this is platform > dependent. There's enough work here that unless someone steps to the > plate to deal with all the silly breakages, we'll only transition to > 64-bit time_t on the non-alpha 64-bit machines... > > Warner > I think that we all owe AMD thanks and praise for blazing a trail out of the 32bit Intel forest. Now if you all are eager for upgrade unpleasantness, we can start talking about 64-bit ino_t =-D Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 27 21:16:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F54316A420; Tue, 27 Dec 2005 21:16:31 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id D690943D7E; Tue, 27 Dec 2005 21:16:25 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 79804BC50; Tue, 27 Dec 2005 21:16:19 +0000 (UTC) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 27 Dec 2005 14:00:49 MST." <20051227.140049.73660062.imp@bsdimp.com> Date: Tue, 27 Dec 2005 22:16:18 +0100 Message-ID: <47758.1135718178@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: trhodes@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 21:16:31 -0000 In message <20051227.140049.73660062.imp@bsdimp.com>, "M. Warner Losh" writes: >The chances that any of the hardware that's running FreeBSD today will >be in service in 2020, much less 2030 or 2038 is vanishingly small. >How many machines that were built in 1990 are still in service? How >many from 1980? How many from 1970? How many from 1967? More than one would immediately expect I'm afraid, and more often than not, they are in service because they are so hard to replace. >There are good reasons to switch to a 64-bit time_t well in advance of >the 2038 deadline. 30-year mortgage calculations will be the first >class of things to fail. s/will be the/will be amongst the/ >The disruption from going to 64-bit time_t >is big, but mitigated somewhat by symbol versioning that was recently >introduced. This is one of those places where a forward thinking standardization process could be a big win for UNIX. If instead of just extending the width, one redefined the epoch at the same time, it would be possible to make the migration much safer. Imagine if the epoch for 64 bit time_t was set to coincide with Julian Day zero using the rather naiive POSIX math: N [days] * 86400 [seconds/day] Converting from an old time_t to the new one would entail adding an constant offset, no big deal. But if anybody by accident would simply extend the width of a 32bit time_t to 64 bit, it would stick out like a sore thumb by being either way in the past or way in the future, something that could be checked explicitly (or implicitly by the user seeing weird timestamps). But I'm dreaming here, just ignore me. Poul-Henning -- 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 Tue Dec 27 21:35:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB43916A41F; Tue, 27 Dec 2005 21:35:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9426643D49; Tue, 27 Dec 2005 21:35:40 +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 jBRLZerE069351; Tue, 27 Dec 2005 21:35:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRLZeRk069350; Tue, 27 Dec 2005 21:35:40 GMT (envelope-from ru) Message-Id: <200512272135.jBRLZeRk069350@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 27 Dec 2005 21:35:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/aic7xxx/aicasm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 21:35:41 -0000 ru 2005-12-27 21:35:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/aic7xxx/aicasm Makefile Log: MFC: 1.23: Fix mysterious parallel build failures. Revision Changes Path 1.20.2.1 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile From owner-cvs-src@FreeBSD.ORG Tue Dec 27 21:38:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2877F16A41F; Tue, 27 Dec 2005 21:38:09 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4F443D49; Tue, 27 Dec 2005 21:38:08 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id D088D310E; Tue, 27 Dec 2005 15:38:07 -0600 (CST) Date: Tue, 27 Dec 2005 15:38:07 -0600 To: "M. Warner Losh" Message-ID: <20051227213807.GA16204@soaustin.net> References: <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> <20051227201654.GR63497@over-yonder.net> <20051227.140049.73660062.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051227.140049.73660062.imp@bsdimp.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: trhodes@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 21:38:09 -0000 On Tue, Dec 27, 2005 at 02:00:49PM -0700, M. Warner Losh wrote: > The chances that any of the hardware that's running FreeBSD today will > be in service in 2020, much less 2030 or 2038 is vanishingly small. > How many machines that were built in 1990 are still in service? How > many from 1980? How many from 1970? How many from 1967? I'm supposed to go get the Cromemco system that I inherited from a friend. It was pulled out of service either in 1999 or 2000, I forget. Oh well, enough silliness, back to upgrading. mcl From owner-cvs-src@FreeBSD.ORG Tue Dec 27 21:50:40 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766AA16A41F; Tue, 27 Dec 2005 21:50:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A4F643D78; Tue, 27 Dec 2005 21:50:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBRLnJKB020676; Tue, 27 Dec 2005 14:49:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 27 Dec 2005 14:49:28 -0700 (MST) Message-Id: <20051227.144928.82232329.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <47758.1135718178@critter.freebsd.dk> References: <20051227.140049.73660062.imp@bsdimp.com> <47758.1135718178@critter.freebsd.dk> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 27 Dec 2005 14:49:20 -0700 (MST) Cc: trhodes@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 21:50:40 -0000 In message: <47758.1135718178@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Imagine if the epoch for 64 bit time_t was set to coincide with Julian : Day zero using the rather naiive POSIX math: : N [days] * 86400 [seconds/day] : Converting from an old time_t to the new one would entail adding an : constant offset, no big deal. I'd rather see it as Modified Julian Day, since the MJD has an epoch that starts at midnight, while JD starts at noon. This is a change since the current Unix Epoch starts at midnight. MJD = JD - 2400000.5 It is 24537312.4 JD and 53731.9 MJD, more or less, UTC as I write this. Either epoch is fine for the range of the 64-bit number. In fact, you can encode about a size hundred thousand range of years (+- 292271 years) of microseconds as a 64-bit number. Nano seconds give only about 300 years. The microsecond conversion would be also easy and trivial.... Warner P.S. http://tycho.usno.navy.mil/mjd.html is a good reference for mjd if you're unfamiliar with what phk and I are talking about. From owner-cvs-src@FreeBSD.ORG Tue Dec 27 22:01:21 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07DE16A41F; Tue, 27 Dec 2005 22:01:21 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id A45FA43D70; Tue, 27 Dec 2005 22:01:10 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id B102DBC50; Tue, 27 Dec 2005 22:01:01 +0000 (UTC) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 27 Dec 2005 14:49:28 MST." <20051227.144928.82232329.imp@bsdimp.com> Date: Tue, 27 Dec 2005 23:01:01 +0100 Message-ID: <47909.1135720861@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: trhodes@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 22:01:22 -0000 In message <20051227.144928.82232329.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <47758.1135718178@critter.freebsd.dk> > "Poul-Henning Kamp" writes: >: Imagine if the epoch for 64 bit time_t was set to coincide with Julian >: Day zero using the rather naiive POSIX math: >: N [days] * 86400 [seconds/day] >: Converting from an old time_t to the new one would entail adding an >: constant offset, no big deal. > >I'd rather see it as Modified Julian Day, since the MJD has an epoch >that starts at midnight, while JD starts at noon. Works for me as well. -- 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 Tue Dec 27 22:08:27 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCCD16A41F; Tue, 27 Dec 2005 22:08:27 +0000 (GMT) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8535743D77; Tue, 27 Dec 2005 22:08:19 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.17.229]) ([10.251.17.229]) by a50.ironport.com with ESMTP; 27 Dec 2005 14:08:16 -0800 X-IronPort-Anti-Spam-Filtered: true Message-ID: <43B1BB50.1040106@elischer.org> Date: Tue, 27 Dec 2005 14:08:16 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.11) Gecko/20050727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> <20051227201654.GR63497@over-yonder.net> <20051227.140049.73660062.imp@bsdimp.com> In-Reply-To: <20051227.140049.73660062.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, fullermd@over-yonder.net, linimon@lonesome.com Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 22:08:27 -0000 M. Warner Losh wrote: > >The chances that any of the hardware that's running FreeBSD today will >be in service in 2020, much less 2030 or 2038 is vanishingly small. >How many machines that were built in 1990 are still in service? How >many from 1980? How many from 1970? How many from 1967? > > well quite a few embedded systems from 1980 are still in use.. (though the original poster was joking) From owner-cvs-src@FreeBSD.ORG Tue Dec 27 22:14:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B895316A41F; Tue, 27 Dec 2005 22:14:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281DA43D53; Tue, 27 Dec 2005 22:14:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBRMENS2017417; Tue, 27 Dec 2005 15:14:24 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B1BCBF.1030503@samsco.org> Date: Tue, 27 Dec 2005 15:14:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <43B16DF3.2060102@samsco.org> <20051227175031.GB8852@soaustin.net> <20051227201654.GR63497@over-yonder.net> <20051227.140049.73660062.imp@bsdimp.com> <43B1BB50.1040106@elischer.org> In-Reply-To: <43B1BB50.1040106@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, fullermd@over-yonder.net, linimon@lonesome.com, "M. Warner Losh" Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 22:14:42 -0000 Julian Elischer wrote: > M. Warner Losh wrote: > >> >> The chances that any of the hardware that's running FreeBSD today will >> be in service in 2020, much less 2030 or 2038 is vanishingly small. >> How many machines that were built in 1990 are still in service? How >> many from 1980? How many from 1970? How many from 1967? >> >> > > well quite a few embedded systems from 1980 are still in use.. > (though the original poster was joking) Yes, 2038 will be a Y2K-like problem. However, just like with Y2K where old Cobol systems where not replaced with new Cobol systems, old i386 systems will not be replaced with new i386 systems. There will not be a FreeBSD/i386 release in 2038. There might be crusty old systems that are running 30 year old FreeBSD/i386, but they will get replaced, despite the innevitable dire media reports of the cost and risk of doing so. Scott. From owner-cvs-src@FreeBSD.ORG Tue Dec 27 22:41:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B5516A420; Tue, 27 Dec 2005 22:41:07 +0000 (GMT) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (citi.umich.edu [141.211.133.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB05743D5F; Tue, 27 Dec 2005 22:41:06 +0000 (GMT) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (dsl093-001-248.det1.dsl.speakeasy.net [66.93.1.248]) by citi.umich.edu (Postfix) with ESMTP id AA06F1BCE8; Tue, 27 Dec 2005 17:41:05 -0500 (EST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Jim Rees In-Reply-To: Scott Long, Tue, 27 Dec 2005 09:38:11 MST Date: Tue, 27 Dec 2005 17:41:05 -0500 Sender: rees@citi.umich.edu Message-Id: <20051227224105.AA06F1BCE8@citi.umich.edu> Cc: Subject: Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 22:41:07 -0000 When I worked at Apollo in the 1980s we used to joke that we'd all either be dead or so rich we wouldn't care when the timestamps rolled over. What actually happened is that the top bit rolled over in 1997 and exposed some bugs we hadn't anticipated. There were enough systems still in use at the time that this was a real problem for some people. Even today I still have an old Apollo that I run a web server on, and still hear from people having trouble with their Apollo systems, mostly embedded stuff that can't be upgraded. So don't just assume that the code you write today won't be around in 20 years. From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:09:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BB216A41F; Tue, 27 Dec 2005 23:09:03 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703DC43D66; Tue, 27 Dec 2005 23:08:58 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRN8wWA073036; Tue, 27 Dec 2005 23:08:58 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRN8wdI073035; Tue, 27 Dec 2005 23:08:58 GMT (envelope-from dougb) Message-Id: <200512272308.jBRN8wdI073035@repoman.freebsd.org> From: Doug Barton Date: Tue, 27 Dec 2005 23:08:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 23:09:04 -0000 dougb 2005-12-27 23:08:58 UTC FreeBSD src repository Modified files: etc/rc.d cleartmp Log: Make sure that the prestart routine is run with *start, instead of just 'start'. Reminded by: keramida Revision Changes Path 1.16 +1 -1 src/etc/rc.d/cleartmp From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:22:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F3B16A41F; Tue, 27 Dec 2005 23:22:53 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F15343D78; Tue, 27 Dec 2005 23:22:49 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRNMJuS073578; Tue, 27 Dec 2005 23:22:19 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRNMJM3073577; Tue, 27 Dec 2005 23:22:19 GMT (envelope-from dougb) Message-Id: <200512272322.jBRNMJM3073577@repoman.freebsd.org> From: Doug Barton Date: Tue, 27 Dec 2005 23:22:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 23:22:53 -0000 dougb 2005-12-27 23:22:19 UTC FreeBSD src repository Modified files: etc/rc.d cleartmp Log: Fix another braino, don't remove the X related socket directories right after creating them. Twiddle whitespace while I'm here. Revision Changes Path 1.17 +5 -2 src/etc/rc.d/cleartmp From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:23:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E785A16A41F; Tue, 27 Dec 2005 23:23:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D8543D77; Tue, 27 Dec 2005 23:23:50 +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 jBRNNlC1073690; Tue, 27 Dec 2005 23:23:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRNNl2M073689; Tue, 27 Dec 2005 23:23:47 GMT (envelope-from pjd) Message-Id: <200512272323.jBRNNl2M073689@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 27 Dec 2005 23:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 db_trace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 27 Dec 2005 23:23:57 -0000 pjd 2005-12-27 23:23:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c Log: Fix watch address truncation. The address was truncated when it was passed to amd64_set_watch() as 'unsigned int' and 'unsigned int' is 32bit long on amd64. Even with that fix hardware watchpoint don't work for me on amd64, ie. when I set the watchpoint and write a byte there, nothing happens. Revision Changes Path 1.73 +3 -3 src/sys/amd64/amd64/db_trace.c From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:34:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7449116A41F; Tue, 27 Dec 2005 23:34:14 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F238843D45; Tue, 27 Dec 2005 23:34:13 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRNYD2P074206; Tue, 27 Dec 2005 23:34:13 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRNYDol074205; Tue, 27 Dec 2005 23:34:13 GMT (envelope-from csjp) Message-Id: <200512272334.jBRNYDol074205@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 27 Dec 2005 23:34:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat Makefile bpf.c main.c netstat.1 netstat.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 23:34:14 -0000 csjp 2005-12-27 23:34:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat Makefile main.c netstat.1 netstat.h Added files: (Branch: RELENG_6) usr.bin/netstat bpf.c Log: MFC bpf stats functionality into netstat Revision Changes Path 1.26.2.2 +1 -1 src/usr.bin/netstat/Makefile 1.5.2.1 +124 -0 src/usr.bin/netstat/bpf.c (new) 1.72.2.5 +11 -2 src/usr.bin/netstat/main.c 1.50.8.3 +24 -0 src/usr.bin/netstat/netstat.1 1.41.2.4 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:35:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86FC16A41F; Tue, 27 Dec 2005 23:35:39 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D2643D5E; Tue, 27 Dec 2005 23:35:39 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBRNZdQE074338; Tue, 27 Dec 2005 23:35:39 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRNZd6F074337; Tue, 27 Dec 2005 23:35:39 GMT (envelope-from flz) Message-Id: <200512272335.jBRNZd6F074337@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 27 Dec 2005 23:35:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uhid.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 23:35:40 -0000 flz 2005-12-27 23:35:39 UTC FreeBSD src repository (ports committer) Modified files: sys/dev/usb uhid.c usb_quirks.c usb_quirks.h usbdevs Log: Add a hid blacklist quirk. PR: usb/80383 Submitted by: Lonnie Mendez Tested by: Adam Kropelin , thierry, fenner Approved by: pjd MFC after: 1 week Revision Changes Path 1.78 +5 -0 src/sys/dev/usb/uhid.c 1.45 +9 -0 src/sys/dev/usb/usb_quirks.c 1.20 +1 -0 src/sys/dev/usb/usb_quirks.h 1.240 +5 -1 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:36:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD8916A41F; Tue, 27 Dec 2005 23:36:57 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6508743D70; Tue, 27 Dec 2005 23:36:54 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-31-194.dsl.snfc21.pacbell.net [71.139.31.194]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jBRNb89e025949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Dec 2005 15:37:09 -0800 Message-ID: <43B1CE9E.1060602@root.org> Date: Tue, 27 Dec 2005 15:30:38 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <20051222090955.E621416A4D5@hub.freebsd.org> In-Reply-To: <20051222090955.E621416A4D5@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 23:36:58 -0000 Gleb Smirnoff wrote: > glebius 2005-12-22 09:09:39 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c > Log: > Add a quirk to fix resume on some laptops. > > Reported by: joe > Reported by: Huang wen hui > Reported by: Jacques Garrigue > PR: kern/89825 > > Revision Changes Path > 1.94 +9 -0 src/sys/dev/em/if_em.c > > > Index: src/sys/dev/em/if_em.c > diff -u src/sys/dev/em/if_em.c:1.93 src/sys/dev/em/if_em.c:1.94 > --- src/sys/dev/em/if_em.c:1.93 Sun Dec 18 18:24:26 2005 > +++ src/sys/dev/em/if_em.c Thu Dec 22 09:09:39 2005 > @@ -1048,6 +1048,15 @@ > else if (reg_icr == 0) > break; > > + /* > + * XXX: some laptops trigger several spurious interrupts > + * on em(4) when in the resume cycle. The ICR register > + * reports all-ones value in this case. Processing such > + * interrupts would lead to a freeze. I don't know why. > + */ > + if (reg_icr == 0xffffffff) > + break; > + > if (ifp->if_drv_flags & IFF_DRV_RUNNING) { > em_process_receive_interrupts(adapter, -1); > em_clean_transmit_interrupts(adapter); This probably means that the PCI memory space isn't fully initialized but an interrupt has been triggered. If you then go and try to poke the hardware, then you can hang the system. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:41:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3898E16A41F; Tue, 27 Dec 2005 23:41:28 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9174043D58; Tue, 27 Dec 2005 23:41:25 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBRNfLWX017818; Tue, 27 Dec 2005 16:41:21 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43B1D121.1080309@samsco.org> Date: Tue, 27 Dec 2005 16:41:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20051222090955.E621416A4D5@hub.freebsd.org> <43B1CE9E.1060602@root.org> In-Reply-To: <43B1CE9E.1060602@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 23:41:28 -0000 Nate Lawson wrote: > Gleb Smirnoff wrote: > >> glebius 2005-12-22 09:09:39 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/em if_em.c Log: >> Add a quirk to fix resume on some laptops. >> Reported by: joe >> Reported by: Huang wen hui >> Reported by: Jacques Garrigue >> PR: kern/89825 >> Revision Changes Path >> 1.94 +9 -0 src/sys/dev/em/if_em.c >> >> >> Index: src/sys/dev/em/if_em.c >> diff -u src/sys/dev/em/if_em.c:1.93 src/sys/dev/em/if_em.c:1.94 >> --- src/sys/dev/em/if_em.c:1.93 Sun Dec 18 18:24:26 2005 >> +++ src/sys/dev/em/if_em.c Thu Dec 22 09:09:39 2005 >> @@ -1048,6 +1048,15 @@ >> else if (reg_icr == 0) >> break; >> >> + /* >> + * XXX: some laptops trigger several spurious interrupts >> + * on em(4) when in the resume cycle. The ICR register >> + * reports all-ones value in this case. Processing such >> + * interrupts would lead to a freeze. I don't know why. >> + */ >> + if (reg_icr == 0xffffffff) >> + break; >> + >> if (ifp->if_drv_flags & IFF_DRV_RUNNING) { >> em_process_receive_interrupts(adapter, -1); >> em_clean_transmit_interrupts(adapter); > > > This probably means that the PCI memory space isn't fully initialized > but an interrupt has been triggered. If you then go and try to poke the > hardware, then you can hang the system. > I can believe your first statement, but not your second. Hanging the system on an aborted memory read cycle (as opposed to just throwing a #SERR) would indicate a highly highly broken chipset. In any case, if we ever implement PCI hotplug then we'll have to deal with the effects of aborted PCI transfers anyways. Scott From owner-cvs-src@FreeBSD.ORG Tue Dec 27 23:47:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9327F16A438; Tue, 27 Dec 2005 23:47:43 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA9443D49; Tue, 27 Dec 2005 23:47:39 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-31-194.dsl.snfc21.pacbell.net [71.139.31.194]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jBRNlp9e026071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Dec 2005 15:47:53 -0800 Message-ID: <43B1D120.9080604@root.org> Date: Tue, 27 Dec 2005 15:41:20 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <20051222090955.E621416A4D5@hub.freebsd.org> <43B1CE9E.1060602@root.org> <43B1D121.1080309@samsco.org> In-Reply-To: <43B1D121.1080309@samsco.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 23:47:43 -0000 Scott Long wrote: > Nate Lawson wrote: >> This probably means that the PCI memory space isn't fully initialized >> but an interrupt has been triggered. If you then go and try to poke >> the hardware, then you can hang the system. >> > > I can believe your first statement, but not your second. Hanging the > system on an aborted memory read cycle (as opposed to just throwing a > #SERR) would indicate a highly highly broken chipset. In any case, if > we ever implement PCI hotplug then we'll have to deal with the effects > of aborted PCI transfers anyways. > > Scott It's not the PCI write that hangs the system, it's the behavior of the device written to. It may never release the interrupt. Using an NMI to debug would be good. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 28 01:53:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8EE16A41F; Wed, 28 Dec 2005 01:53:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4242943D4C; Wed, 28 Dec 2005 01:53:15 +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 jBS1rEU8086941; Wed, 28 Dec 2005 01:53:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS1rEd6086940; Wed, 28 Dec 2005 01:53:14 GMT (envelope-from pjd) Message-Id: <200512280153.jBS1rEd6086940@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 28 Dec 2005 01:53:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 01:53:15 -0000 pjd 2005-12-28 01:53:13 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: In realloc(9), determine size of the original block based on UMA_SLAB_MALLOC flag. In some circumstances (I observed it when I was doing a lot of reallocs) UMA_SLAB_MALLOC can be set even if us_keg != NULL. If this is the case we have wonderful, silent data corruption, because less data is copied to the newly allocated region than should be. I'm not sure when this bug was introduced, it could be there undetected for years now, as we don't have a lot of realloc(9) consumers and it was hard to reproduce it... ...but what I know for sure, is that I don't want to know who introduce the bug:) It took me two/three days to track it down (of course most of the time I was looking for the bug in my own code). Revision Changes Path 1.150 +1 -1 src/sys/kern/kern_malloc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 02:57:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F2616A41F; Wed, 28 Dec 2005 02:57:20 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7D543D5D; Wed, 28 Dec 2005 02:57:19 +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 jBS2vJds090753; Wed, 28 Dec 2005 02:57:19 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS2vJCN090752; Wed, 28 Dec 2005 02:57:19 GMT (envelope-from yongari) Message-Id: <200512280257.jBS2vJCN090752@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 28 Dec 2005 02:57:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c if_tireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 02:57:20 -0000 yongari 2005-12-28 02:57:19 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Bring big-endian architecture support for ti(4). . remove unnecessay header files after Scott's bus_dma(9) commit. . remove global variable tis which was introduced at the time of zero_copy(9) changes. The variable tis was not used at all. The same applyes to ti_links in softc so axe it. . deregister variables. . axe ti_vhandle and switch to use explicit register access for accessing NIC local memory. Creates three variants of ti_mem to read/write NIC local memory(ti_mem_read, ti_mem_write) and clearing NIC local memory(ti_mem_zero). This greatly enhances code readability and have ti(4) drop using shared memory scheme for Tigon 1. As Tigon 1 switched to use explicit register access for Tx, axe ti_tx_ring_nic/ti_cmd_ring in softc.(Tigon 2 used to host ring scheme which means there is no need to access NIC local memory via register access for Tx and NIC would DMA the modified Tx rings into its local memory.) [1] . introduce new macro TI_EVENT_*/TI_CMD_* to handle NIC envent/command. Instead of using bit fields assginment for accessing the event, use shift operations to set/get it. [1] . add additional check for valid DMA tags in ti_free_dmamaps(). . add missing bus_dmamap_sync/bus_dmamap_unload in ti_free_*_ring_*. . fix locking nits(MTX_RECURSE mutex) and make ti(4) MPSAFE. . change data type of ti_rdata_phys to bus_addr_t and don't blindly cast to uint32_t. . rearrange detach path and make ti(4) survive during device detach. . for Tigon 1, use explicit register access for checking Tx descriptors in ti_encap()/ti_txeof(). [1] . properly call bus_dmamap_sync(9) for updating statistics. . remove extra semicolon in ti_encap() . rewrite loading MAC address to work on strict-alignment architectures. . move TI_RD_OFF macro to if_tireg.h . axe ETHER_ALIGN as it's already defined in . . make macros immuine from expansion by adding parenthesis and do-while. . remove alpha specific hack as vtophys(9) is no longer used in ti(4) after Scott's bus_dma(9) fix. Reviewed by: scottl Obtained from: OpenBSD [1] Revision Changes Path 1.119 +266 -177 src/sys/dev/ti/if_ti.c 1.35 +47 -66 src/sys/dev/ti/if_tireg.h From owner-cvs-src@FreeBSD.ORG Wed Dec 28 02:59:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7456D16A41F; Wed, 28 Dec 2005 02:59:17 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C30A43D5A; Wed, 28 Dec 2005 02:59:17 +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 jBS2xHcE091032; Wed, 28 Dec 2005 02:59:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS2xHVc091031; Wed, 28 Dec 2005 02:59:17 GMT (envelope-from yongari) Message-Id: <200512280259.jBS2xHVc091031@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 28 Dec 2005 02:59:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 02:59:17 -0000 yongari 2005-12-28 02:59:17 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Uncomment ti(4) as it's now working. Revision Changes Path 1.103 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Wed Dec 28 04:13:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D416A41F; Wed, 28 Dec 2005 04:13:03 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1430B43D46; Wed, 28 Dec 2005 04:12:59 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS4CwWC095522; Wed, 28 Dec 2005 04:12:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS4CwHm095521; Wed, 28 Dec 2005 04:12:58 GMT (envelope-from thompsa) Message-Id: <200512280412.jBS4CwHm095521@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 28 Dec 2005 04:12:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net if_bridge.c if_bridgevar.h if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 04:13:03 -0000 thompsa 2005-12-28 04:12:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifbridge.c ifconfig.8 sys/net if_bridge.c if_bridgevar.h if_ethersubr.c Log: MFC: Add support for creating span ports sbin/ifconfig/ifbridge.c r1.3 sbin/ifconfig/ifconfig.8 r1.109 sys/net/if_bridge.c r1.36, 1.38 sys/net/if_bridgevar.h r1.7, 1.8 sys/net/if_ethersubr.c r1.210 Revision Changes Path 1.1.2.2 +24 -0 src/sbin/ifconfig/ifbridge.c 1.95.2.10 +11 -0 src/sbin/ifconfig/ifconfig.8 1.11.2.20 +195 -10 src/sys/net/if_bridge.c 1.4.2.2 +5 -2 src/sys/net/if_bridgevar.h 1.193.2.8 +0 -7 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 05:30:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B71A016A41F; Wed, 28 Dec 2005 05:30:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C73F743D7E; Wed, 28 Dec 2005 05:30:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS5UAp3005810; Wed, 28 Dec 2005 05:30:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS5UA7E005809; Wed, 28 Dec 2005 05:30:10 GMT (envelope-from imp) Message-Id: <200512280530.jBS5UA7E005809@repoman.freebsd.org> From: Warner Losh Date: Wed, 28 Dec 2005 05:30:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 05:30:24 -0000 imp 2005-12-28 05:30:09 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Add some sanity checking to the pccard insertion case. Whine if the bridge tries to tell us about a new card when we have one already in the socket. Revision Changes Path 1.114 +6 -4 src/sys/dev/pccard/pccard.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 05:35:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E56516A41F; Wed, 28 Dec 2005 05:35:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9124143D55; Wed, 28 Dec 2005 05:35:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBS5XoWE024247; Tue, 27 Dec 2005 22:33:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 27 Dec 2005 22:34:01 -0700 (MST) Message-Id: <20051227.223401.73653853.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <43B1CE9E.1060602@root.org> References: <20051222090955.E621416A4D5@hub.freebsd.org> <43B1CE9E.1060602@root.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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 27 Dec 2005 22:33:51 -0700 (MST) Cc: cvs-src@FreeBSD.org, glebius@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 05:35:41 -0000 In message: <43B1CE9E.1060602@root.org> Nate Lawson writes: : Gleb Smirnoff wrote: : > glebius 2005-12-22 09:09:39 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/em if_em.c : > Log: : > Add a quirk to fix resume on some laptops. : > : > Reported by: joe : > Reported by: Huang wen hui : > Reported by: Jacques Garrigue : > PR: kern/89825 : > : > Revision Changes Path : > 1.94 +9 -0 src/sys/dev/em/if_em.c : > : > : > Index: src/sys/dev/em/if_em.c : > diff -u src/sys/dev/em/if_em.c:1.93 src/sys/dev/em/if_em.c:1.94 : > --- src/sys/dev/em/if_em.c:1.93 Sun Dec 18 18:24:26 2005 : > +++ src/sys/dev/em/if_em.c Thu Dec 22 09:09:39 2005 : > @@ -1048,6 +1048,15 @@ : > else if (reg_icr == 0) : > break; : > : > + /* : > + * XXX: some laptops trigger several spurious interrupts : > + * on em(4) when in the resume cycle. The ICR register : > + * reports all-ones value in this case. Processing such : > + * interrupts would lead to a freeze. I don't know why. : > + */ : > + if (reg_icr == 0xffffffff) : > + break; : > + : > if (ifp->if_drv_flags & IFF_DRV_RUNNING) { : > em_process_receive_interrupts(adapter, -1); : > em_clean_transmit_interrupts(adapter); : : This probably means that the PCI memory space isn't fully initialized : but an interrupt has been triggered. If you then go and try to poke the : hardware, then you can hang the system. Most of the other drivers explicitly turn off their interrupt handler or mark their softc as 'suspended' until the resume code gets to run. Those that mark the softc as suspended exit the ISR immediately w/o touching the hardware. The em driver doesn't seem to do either of these things. Warner From owner-cvs-src@FreeBSD.ORG Wed Dec 28 05:40:07 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FE016A41F; Wed, 28 Dec 2005 05:40:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590A343D49; Wed, 28 Dec 2005 05:40:07 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBS5ZKDZ024260; Tue, 27 Dec 2005 22:35:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 27 Dec 2005 22:35:31 -0700 (MST) Message-Id: <20051227.223531.128616574.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <43B1D120.9080604@root.org> References: <43B1CE9E.1060602@root.org> <43B1D121.1080309@samsco.org> <43B1D120.9080604@root.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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 27 Dec 2005 22:35:23 -0700 (MST) Cc: cvs-src@freebsd.org, scottl@samsco.org, glebius@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 05:40:08 -0000 In message: <43B1D120.9080604@root.org> Nate Lawson writes: : Scott Long wrote: : > Nate Lawson wrote: : >> This probably means that the PCI memory space isn't fully initialized : >> but an interrupt has been triggered. If you then go and try to poke : >> the hardware, then you can hang the system. : >> : > : > I can believe your first statement, but not your second. Hanging the : > system on an aborted memory read cycle (as opposed to just throwing a : > #SERR) would indicate a highly highly broken chipset. In any case, if : > we ever implement PCI hotplug then we'll have to deal with the effects : > of aborted PCI transfers anyways. : > : > Scott : : It's not the PCI write that hangs the system, it's the behavior of the : device written to. It may never release the interrupt. Using an NMI to : debug would be good. Chances are there's a suprious interrupt (from the device's point of view) that gets into emintr. Since the em driver doesn't mark itself as 'suspended' and use that to short-circuit the ISR, we hit this problem. I think that this is most likely the problem... Warner From owner-cvs-src@FreeBSD.ORG Wed Dec 28 06:27:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1EA616A41F; Wed, 28 Dec 2005 06:27:53 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E7843D53; Wed, 28 Dec 2005 06:27:53 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS6Rrd4007777; Wed, 28 Dec 2005 06:27:53 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS6RrXj007776; Wed, 28 Dec 2005 06:27:53 GMT (envelope-from thompsa) Message-Id: <200512280627.jBS6RrXj007776@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 28 Dec 2005 06:27:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 06:27:53 -0000 thompsa 2005-12-28 06:27:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC r1.39-40, whitespace and M_ZERO fixes Revision Changes Path 1.11.2.21 +31 -31 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 07:08:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535AB16A41F; Wed, 28 Dec 2005 07:08:55 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D0843D49; Wed, 28 Dec 2005 07:08:55 +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 jBS78st4009286; Wed, 28 Dec 2005 07:08:54 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS78smd009285; Wed, 28 Dec 2005 07:08:54 GMT (envelope-from trhodes) Message-Id: <200512280708.jBS78smd009285@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 28 Dec 2005 07:08:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linux linux_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 07:08:55 -0000 trhodes 2005-12-28 07:08:54 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code. Revision Changes Path 1.172 +8 -8 src/sys/compat/linux/linux_misc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:14:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8308616A41F; Wed, 28 Dec 2005 08:14:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0036543D5A; Wed, 28 Dec 2005 08:14:39 +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 jBS8Ed1D011614; Wed, 28 Dec 2005 08:14:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8Edrm011613; Wed, 28 Dec 2005 08:14:39 GMT (envelope-from scottl) Message-Id: <200512280814.jBS8Edrm011613@repoman.freebsd.org> From: Scott Long Date: Wed, 28 Dec 2005 08:14:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 08:14:40 -0000 scottl 2005-12-28 08:14:36 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix a serious regression from the busdma conversion. Check to make sure that we don't overrun the tx descriptor ring before actually trying to overrun it. Revision Changes Path 1.120 +17 -10 src/sys/dev/ti/if_ti.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:35:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343E516A41F; Wed, 28 Dec 2005 08:35:32 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF4C43D5A; Wed, 28 Dec 2005 08:35:31 +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 jBS8ZV9N012454; Wed, 28 Dec 2005 08:35:31 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8ZVhL012453; Wed, 28 Dec 2005 08:35:31 GMT (envelope-from simon) Message-Id: <200512280835.jBS8ZVhL012453@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 28 Dec 2005 08:35:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 08:35:32 -0000 simon 2005-12-28 08:35:30 UTC FreeBSD src repository (doc,ports committer) Modified files: release/doc/share/misc dev.archlist.txt Log: ti(4) also works on sparc64 now. Revision Changes Path 1.74 +1 -1 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:36:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8375D16A41F; Wed, 28 Dec 2005 08:36:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3629D43D5A; Wed, 28 Dec 2005 08:36:33 +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 jBS8aXri012526; Wed, 28 Dec 2005 08:36:33 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8aXLd012525; Wed, 28 Dec 2005 08:36:33 GMT (envelope-from scottl) Message-Id: <200512280836.jBS8aXLd012525@repoman.freebsd.org> From: Scott Long Date: Wed, 28 Dec 2005 08:36:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c if_tireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:36:33 -0000 scottl 2005-12-28 08:36:33 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Cache the tx producer index instead of reading it every time ti_start is called. Revision Changes Path 1.121 +3 -1 src/sys/dev/ti/if_ti.c 1.36 +1 -0 src/sys/dev/ti/if_tireg.h From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:41:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B28A116A41F; Wed, 28 Dec 2005 08:41:58 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630F243D64; Wed, 28 Dec 2005 08:41:58 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS8fv9s012761; Wed, 28 Dec 2005 08:41:58 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8fvBL012755; Wed, 28 Dec 2005 08:41:57 GMT (envelope-from ade) Message-Id: <200512280841.jBS8fvBL012755@repoman.freebsd.org> From: Ade Lovett Date: Wed, 28 Dec 2005 08:41:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:41:58 -0000 ade 2005-12-28 08:41:57 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Someone buy me a beer. Now. Revision Changes Path 1.171 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:42:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D586D16A42D; Wed, 28 Dec 2005 08:42:23 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76DC943D5D; Wed, 28 Dec 2005 08:42:23 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS8gNrP012817; Wed, 28 Dec 2005 08:42:23 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8gNoY012816; Wed, 28 Dec 2005 08:42:23 GMT (envelope-from ade) Message-Id: <200512280842.jBS8gNoY012816@repoman.freebsd.org> From: Ade Lovett Date: Wed, 28 Dec 2005 08:42:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:42:24 -0000 ade 2005-12-28 08:42:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.freebsd Log: MFC: 1.171 Revision Changes Path 1.165.2.3 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:42:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A4B16A41F; Wed, 28 Dec 2005 08:42:55 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA08743D46; Wed, 28 Dec 2005 08:42:54 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBS8gs2g012864; Wed, 28 Dec 2005 08:42:54 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8gsvj012863; Wed, 28 Dec 2005 08:42:54 GMT (envelope-from ade) Message-Id: <200512280842.jBS8gsvj012863@repoman.freebsd.org> From: Ade Lovett Date: Wed, 28 Dec 2005 08:42:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:42:55 -0000 ade 2005-12-28 08:42:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/calendar/calendars calendar.freebsd Log: MFC: 1.171 Revision Changes Path 1.139.2.6 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:49:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E4416A420; Wed, 28 Dec 2005 08:49:27 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DCF43D4C; Wed, 28 Dec 2005 08:49:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id jBS8nMbl027258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Dec 2005 11:49:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id jBS8nMlg027257; Wed, 28 Dec 2005 11:49:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 28 Dec 2005 11:49:22 +0300 From: Gleb Smirnoff To: "M. Warner Losh" Message-ID: <20051228084922.GW1496@FreeBSD.org> References: <20051222090955.E621416A4D5@hub.freebsd.org> <43B1CE9E.1060602@root.org> <20051227.223401.73653853.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20051227.223401.73653853.imp@bsdimp.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, nate@root.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:49:27 -0000 Warner, On Tue, Dec 27, 2005 at 10:34:01PM -0700, M. Warner Losh wrote: M> : This probably means that the PCI memory space isn't fully initialized M> : but an interrupt has been triggered. If you then go and try to poke the M> : hardware, then you can hang the system. M> M> Most of the other drivers explicitly turn off their interrupt handler M> or mark their softc as 'suspended' until the resume code gets to run. M> Those that mark the softc as suspended exit the ISR immediately w/o M> touching the hardware. The em driver doesn't seem to do either of M> these things. I have tried this, and it doesn't help. I was setting a flag in suspend handler and clearing it in resume handler. em_intr() exited always if the flag was on. Howerver, this didn't help - the strange interrupt happend after the resume handler has been run. P.S. Yesterday I also noticed same 0xffffffff check in if_re.c -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Dec 28 08:58:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551CC16A420; Wed, 28 Dec 2005 08:58:30 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F1A43D58; Wed, 28 Dec 2005 08:58:29 +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 jBS8wTXF020791; Wed, 28 Dec 2005 08:58:29 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS8wTIG020790; Wed, 28 Dec 2005 08:58:29 GMT (envelope-from glebius) Message-Id: <200512280858.jBS8wTIG020790@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 08:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 08:58:30 -0000 glebius 2005-12-28 08:58:29 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Tidy up em_resume(): - Don't call em_init_locked() twice. - Collapse two if() blocks into one. Revision Changes Path 1.96 +4 -8 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 09:35:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A2616A41F; Wed, 28 Dec 2005 09:35:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A7943D66; Wed, 28 Dec 2005 09:35: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 jBS9ZUcV022314; Wed, 28 Dec 2005 09:35:30 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS9ZUi3022313; Wed, 28 Dec 2005 09:35:30 GMT (envelope-from brueffer) Message-Id: <200512280935.jBS9ZUi3022313@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 28 Dec 2005 09:35:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 09:35:32 -0000 brueffer 2005-12-28 09:35:29 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ata.4 Log: Document new support for Marvell chipsets. Revision Changes Path 1.61 +3 -1 src/share/man/man4/ata.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 28 09:37:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E3F216A41F; Wed, 28 Dec 2005 09:37:05 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB27C43D4C; Wed, 28 Dec 2005 09:37:04 +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 jBS9b4O4022391; Wed, 28 Dec 2005 09:37:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS9b419022390; Wed, 28 Dec 2005 09:37:04 GMT (envelope-from glebius) Message-Id: <200512280937.jBS9b419022390@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 09:37:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 09:37:05 -0000 glebius 2005-12-28 09:37:04 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: A style nit. Revision Changes Path 1.97 +1 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 09:58:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B8116A41F; Wed, 28 Dec 2005 09:58:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A4743D53; Wed, 28 Dec 2005 09:58:43 +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 jBS9wgxK023399; Wed, 28 Dec 2005 09:58:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBS9wgeJ023398; Wed, 28 Dec 2005 09:58:42 GMT (envelope-from maxim) Message-Id: <200512280958.jBS9wgeJ023398@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Dec 2005 09:58:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 unix.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 09:58:43 -0000 maxim 2005-12-28 09:58:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 unix.4 Log: o MFC rev. 1.13: typo fix and CMSG_LEN() macro. Revision Changes Path 1.12.2.1 +2 -2 src/share/man/man4/unix.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 28 10:01:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D8816A41F; Wed, 28 Dec 2005 10:01:58 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F178743D92; Wed, 28 Dec 2005 10:01:46 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSA1kOG023587; Wed, 28 Dec 2005 10:01:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSA1kks023586; Wed, 28 Dec 2005 10:01:46 GMT (envelope-from maxim) Message-Id: <200512281001.jBSA1kks023586@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Dec 2005 10:01:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/routed if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 10:01:58 -0000 maxim 2005-12-28 10:01:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/routed if.c Log: MFC rev. 1.16: kill debug printf(3) leftovers. Revision Changes Path 1.15.2.1 +1 -6 src/sbin/routed/if.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 10:03:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7092C16A420; Wed, 28 Dec 2005 10:03:49 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C421443D49; Wed, 28 Dec 2005 10:03:48 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSA3mkn023742; Wed, 28 Dec 2005 10:03:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSA3m4H023741; Wed, 28 Dec 2005 10:03:48 GMT (envelope-from delphij) Message-Id: <200512281003.jBSA3m4H023741@repoman.freebsd.org> From: Xin LI Date: Wed, 28 Dec 2005 10:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 10:03:49 -0000 delphij 2005-12-28 10:03:48 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Correct a typo Revision Changes Path 1.263 +1 -1 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 10:06:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB0E16A41F; Wed, 28 Dec 2005 10:06:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B66743D7D; Wed, 28 Dec 2005 10:06:29 +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 jBSA6TZP023905; Wed, 28 Dec 2005 10:06:29 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSA6TUA023904; Wed, 28 Dec 2005 10:06:29 GMT (envelope-from maxim) Message-Id: <200512281006.jBSA6TUA023904@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Dec 2005 10:06:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 10:06:31 -0000 maxim 2005-12-28 10:06:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/misc bsd-family-tree Log: MFC rev. 1.99: NetBSD 3.0. Revision Changes Path 1.95.2.3 +3 -0 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Wed Dec 28 10:15:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821D816A41F; Wed, 28 Dec 2005 10:15:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE2743D49; Wed, 28 Dec 2005 10:15:02 +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 jBSAF2DE024415; Wed, 28 Dec 2005 10:15:02 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSAF2rA024407; Wed, 28 Dec 2005 10:15:02 GMT (envelope-from glebius) Message-Id: <200512281015.jBSAF2rA024407@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 10:15:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 10:15:02 -0000 glebius 2005-12-28 10:15:01 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: When in rev. 1.47 cardbus_alloc_resources() function was moved from cardbus_cis.c to this file, some code was not merged and thus resource list entries were invalid. They didn't have a resources attached to them. However, the problem was masked for some time later, because newer resources list entries were added to the head of the list, and resource_list_find() always returned the first matching resource list entry. Usually the underlying driver allocated a valid resource and added it to the head of the list, and invalid one wasn't used. In rev. 1.174 of subr_bus.c the sorting of resource list entries was reversed demasking the problem in cardbus_alloc_resources(). This commit fixes the problem returning back some code from cardbus_cis.c, pre-1.49 revisions. PR: kern/87114 PR: kern/90441 Hardware provided by: Vasily Olekhov Reviewed by: imp Revision Changes Path 1.55 +40 -15 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 11:20:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9123216A41F; Wed, 28 Dec 2005 11:20:53 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 718A343D62; Wed, 28 Dec 2005 11:20:52 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1ErZMR-000MTI-Bn; Wed, 28 Dec 2005 11:20:51 +0000 Date: Wed, 28 Dec 2005 11:20:51 +0000 From: Ceri Davies To: Ade Lovett Message-ID: <20051228112051.GB31522@submonkey.net> Mail-Followup-To: Ceri Davies , Ade Lovett , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200512280841.jBS8fvBL012755@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <200512280841.jBS8fvBL012755@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 11:20:53 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 28, 2005 at 08:41:57AM +0000, Ade Lovett wrote: > ade 2005-12-28 08:41:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/calendar/calendars calendar.freebsd=20 > Log: > Someone buy me a beer. Now. It's 8:41 in the morning, Ade - where have you been? ;-) Happy birthday! Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDsnUTocfcwTS3JF8RAsUuAJ9LkeqT5GS/OTQupyyWgxLh3z0jiACeOzgv WcfKUWDH1rKpqYRkAcnOhds= =f8jV -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-cvs-src@FreeBSD.ORG Wed Dec 28 11:55:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EC6F16A41F; Wed, 28 Dec 2005 11:55:44 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C570743D45; Wed, 28 Dec 2005 11:55:43 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSBth48029302; Wed, 28 Dec 2005 11:55:43 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSBthR8029301; Wed, 28 Dec 2005 11:55:43 GMT (envelope-from sos) Message-Id: <200512281155.jBSBthR8029301@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 28 Dec 2005 11:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 11:55:44 -0000 sos 2005-12-28 11:55:43 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Further updates to the Marvell support code. Should be reliable enough for actual use by now. Revision Changes Path 1.145 +24 -13 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 12:42:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B50C16A41F; Wed, 28 Dec 2005 12:42:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C349843D62; Wed, 28 Dec 2005 12:42:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSCgC38031221; Wed, 28 Dec 2005 12:42:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSCgCqZ031220; Wed, 28 Dec 2005 12:42:12 GMT (envelope-from rwatson) Message-Id: <200512281242.jBSCgCqZ031220@repoman.freebsd.org> From: Robert Watson Date: Wed, 28 Dec 2005 12:42:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/netrate/juggle Makefile juggle.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 12:42:13 -0000 rwatson 2005-12-28 12:42:12 UTC FreeBSD src repository Added files: tools/tools/netrate/juggle Makefile juggle.c Log: Add 'juggle', a simple IPC micro-benchmark that uses various IPC types to perform varying number of small IPC operations. It runs using a single process and one thread, a single process and two threads, and using multiple processes. Critical to its performance measure are the cost and frequency of context switches, locking overhead, and threading performance. The benchmark generates .csv output appropriate for reading into a spreadsheet to generate summary statistics and perform statistical tests easily. Revision Changes Path 1.1 +10 -0 src/tools/tools/netrate/juggle/Makefile (new) 1.1 +588 -0 src/tools/tools/netrate/juggle/juggle.c (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 28 12:57:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0BB16A41F; Wed, 28 Dec 2005 12:57:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430AA43D53; Wed, 28 Dec 2005 12:57:00 +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 jBSCv0jQ039061; Wed, 28 Dec 2005 12:57:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSCv0LF039060; Wed, 28 Dec 2005 12:57:00 GMT (envelope-from glebius) Message-Id: <200512281257.jBSCv0LF039060@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 12:56:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph/netflow ng_netflow.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 12:57:00 -0000 glebius 2005-12-28 12:56:59 UTC FreeBSD src repository Modified files: sys/netgraph/netflow ng_netflow.c Log: In ng_netflow_disconnect() check whether we are working with "iface" or with "out" hook, and clear the right pointer. Reported by: Vitaliy Ovsyannikov Revision Changes Path 1.11 +6 -2 src/sys/netgraph/netflow/ng_netflow.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 13:21:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777EF16A41F; Wed, 28 Dec 2005 13:21:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDC543D4C; Wed, 28 Dec 2005 13:21:06 +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 jBSDL6o1040019; Wed, 28 Dec 2005 13:21:06 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSDL6wS040018; Wed, 28 Dec 2005 13:21:06 GMT (envelope-from glebius) Message-Id: <200512281321.jBSDL6wS040018@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 13:21:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 13:21:06 -0000 glebius 2005-12-28 13:21:05 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: Check for IFF_DRV_RUNNING in the interrupt loop. Reported & tested by: Martin P. Hansen Revision Changes Path 1.177 +3 -2 src/sys/dev/dc/if_dc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 13:25:57 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C211B16A41F; Wed, 28 Dec 2005 13:25:57 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018C443D46; Wed, 28 Dec 2005 13:25:55 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4721580 for multiple; Wed, 28 Dec 2005 08:23:52 -0500 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBSDPrwo029491; Wed, 28 Dec 2005 08:25:53 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Florent Thoumie Date: Wed, 28 Dec 2005 08:25:50 -0500 User-Agent: KMail/1.8.3 References: <200512272335.jBRNZd6F074337@repoman.freebsd.org> In-Reply-To: <200512272335.jBRNZd6F074337@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512280825.51914.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1218/Mon Dec 26 08:46:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=4.2 tests=ALL_TRUSTED, MAILTO_TO_SPAM_ADDR autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb uhid.c usb_quirks.c usb_quirks.h usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 13:25:57 -0000 On Tuesday 27 December 2005 06:35 pm, Florent Thoumie wrote: > flz 2005-12-27 23:35:39 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sys/dev/usb uhid.c usb_quirks.c usb_quirks.h usbdevs > Log: > Add a hid blacklist quirk. > > PR: usb/80383 > Submitted by: Lonnie Mendez > Tested by: Adam Kropelin , thierry, > fenner Approved by: pjd > MFC after: 1 week Yay! Now apcupsd will work out of the box for USB APC UPS's. It would be= =20 ideal if uhid could be fixed of course (apcupsd uses a uhid connection to A= PC=20 UPS's on Linux). =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Dec 28 13:33:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F94316A420; Wed, 28 Dec 2005 13:33:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3AC43D58; Wed, 28 Dec 2005 13:33:42 +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 jBSDXgAp040528; Wed, 28 Dec 2005 13:33:42 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSDXgvA040527; Wed, 28 Dec 2005 13:33:42 GMT (envelope-from glebius) Message-Id: <200512281333.jBSDXgvA040527@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 13:33:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet if_ether.c src/usr.sbin/arp arp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 13:33:43 -0000 glebius 2005-12-28 13:33:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet if_ether.c usr.sbin/arp arp.4 Log: MFC: Add a knob to suppress logging of attempts to modify permanent ARP entries. Submitted by: Andrew Alcheyev Revision Changes Path 1.137.2.7 +11 -6 src/sys/netinet/if_ether.c 1.18.8.2 +8 -1 src/usr.sbin/arp/arp.4 From owner-cvs-src@FreeBSD.ORG Wed Dec 28 13:35:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2235C16A420; Wed, 28 Dec 2005 13:35:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC62B43D4C; Wed, 28 Dec 2005 13:35:56 +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 jBSDZuhL040751; Wed, 28 Dec 2005 13:35:56 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSDZu3l040750; Wed, 28 Dec 2005 13:35:56 GMT (envelope-from glebius) Message-Id: <200512281335.jBSDZu3l040750@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 13:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 13:35:57 -0000 glebius 2005-12-28 13:35:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c Log: MFC 1.251: When we drop packet due to no space in output interface output queue, also increase the ifp->if_snd.ifq_drops. PR: 72440 Submitted by: ikob Revision Changes Path 1.242.2.6 +1 -0 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 13:37:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB88916A41F; Wed, 28 Dec 2005 13:37:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9545643D46; Wed, 28 Dec 2005 13:37:25 +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 jBSDbP75040840; Wed, 28 Dec 2005 13:37:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSDbPJF040839; Wed, 28 Dec 2005 13:37:25 GMT (envelope-from glebius) Message-Id: <200512281337.jBSDbPJF040839@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 13:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 13:37:26 -0000 glebius 2005-12-28 13:37:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_output.c Log: MFC 1.251: When we drop packet due to no space in output interface output queue, also increase the ifp->if_snd.ifq_drops. PR: 72440 Submitted by: ikob Revision Changes Path 1.225.2.12 +1 -0 src/sys/netinet/ip_output.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 14:51:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D780916A41F; Wed, 28 Dec 2005 14:51:30 +0000 (GMT) (envelope-from jasone@freebsd.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ADC143D5A; Wed, 28 Dec 2005 14:51:30 +0000 (GMT) (envelope-from jasone@freebsd.org) Received: by lh.synack.net (Postfix, from userid 100) id 107595E48E3; Wed, 28 Dec 2005 06:51:30 -0800 (PST) Received: from [192.168.168.203] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 13EA25E488C; Wed, 28 Dec 2005 06:51:27 -0800 (PST) In-Reply-To: <200512280153.jBS1rEd6086940@repoman.freebsd.org> References: <200512280153.jBS1rEd6086940@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <31F147B1-AC12-4479-9376-4550A163503C@freebsd.org> Content-Transfer-Encoding: 7bit From: Jason Evans Date: Wed, 28 Dec 2005 06:51:24 -0800 To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 14:51:31 -0000 On Dec 27, 2005, at 5:53 PM, Pawel Jakub Dawidek wrote: > pjd 2005-12-28 01:53:13 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_malloc.c > Log: > In realloc(9), determine size of the original block based on > UMA_SLAB_MALLOC flag. > In some circumstances (I observed it when I was doing a lot of > reallocs) > UMA_SLAB_MALLOC can be set even if us_keg != NULL. > > If this is the case we have wonderful, silent data corruption, > because less > data is copied to the newly allocated region than should be. > > I'm not sure when this bug was introduced, it could be there > undetected > for years now, as we don't have a lot of realloc(9) consumers and > it was > hard to reproduce it... > ...but what I know for sure, is that I don't want to know who > introduce > the bug:) It took me two/three days to track it down (of course > most of > the time I was looking for the bug in my own code). > > Revision Changes Path > 1.150 +1 -1 src/sys/kern/kern_malloc.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/kern/ > kern_malloc.c.diff?&r1=1.149&r2=1.150&f=H This bug appears to have been introduced in revision 1.95 (19 March 2002), and merely kept in place during other changes in revision 1.133. Here's the commit log message for revision 1.95: This is the first part of the new kernel memory allocator. This replaces malloc(9) and vm_zone with a slab like allocator. This looks like a strong MFC candidate to me. Jason From owner-cvs-src@FreeBSD.ORG Wed Dec 28 15:18:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9119C16A41F; Wed, 28 Dec 2005 15:18:29 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7765C43D7F; Wed, 28 Dec 2005 15:18:24 +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 jBSFIILM046131; Wed, 28 Dec 2005 15:18:18 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSFII3K046130; Wed, 28 Dec 2005 15:18:18 GMT (envelope-from maxim) Message-Id: <200512281518.jBSFII3K046130@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 28 Dec 2005 15:18:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/md md.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 15:18:29 -0000 maxim 2005-12-28 15:18:18 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: o Fix typos in the comments. Submitted by: Wojciech A. Koszek Revision Changes Path 1.160 +2 -2 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 15:49:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C63C316A41F; Wed, 28 Dec 2005 15:49:30 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB9E43D5A; Wed, 28 Dec 2005 15:49:30 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id jBSFnTdK021863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Dec 2005 10:49:29 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id jBSFnOZf062705; Wed, 28 Dec 2005 10:49:24 -0500 (EST) (envelope-from gallatin) Date: Wed, 28 Dec 2005 10:49:23 -0500 From: Andrew Gallatin To: Gleb Smirnoff Message-ID: <20051228104923.A62638@grasshopper.cs.duke.edu> References: <200512221514.jBMFEgxo020785@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200512221514.jBMFEgxo020785@repoman.freebsd.org>; from glebius@FreeBSD.org on Thu, Dec 22, 2005 at 03:14:42PM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 15:49:30 -0000 Gleb Smirnoff [glebius@FreeBSD.org] wrote: > - All bge(4) supported hardware, has a bug that produces incorrect checksums > on Ethernet runts. However, in case of a transmitted packet, the latter can > be padded with zeroes, and the checksum would be correct. (Probably chip > includes the pad data into checksum). In case of receive, we just don't > trust checksum data in received runts. > I'm working on a device which has similar "special needs" for runts. When zero-padding outgoing frames, I just allocate ETHER_MIN_NOPAD bytes of zeroed DMA'able memory at driver load time. At run time, I append a descriptor using the zero-padding's DMA address and the appropriate length. That way I don't need to allocate a new mbuf, etc, in the critical path. I assume you did not do it this way just because it would not fit well with the existing bge code.. When recieving runts on this device, the padding may be included in the checksum. So we need to invalidate the checksum like you do for received runts. I think it would be generally better for ip_input to invalidate the checksum if it finds that the packet length as found in m_pkthdr.len is longer than the length it finds in ip header. Having an "incorrect" packet length is probably a good indication the checksum is not correct, and this test would be very cheap as the pkthdr and ip header should be in cache. I know that linux does it this way, and I'm pretty sure MacOSX does also. Drew From owner-cvs-src@FreeBSD.ORG Wed Dec 28 16:05:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBB816A41F; Wed, 28 Dec 2005 16:05:14 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D777A43D69; Wed, 28 Dec 2005 16:04:59 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 3CDC652CB5; Wed, 28 Dec 2005 17:04:52 +0100 (CET) Received: from localhost (dku135.neoplus.adsl.tpnet.pl [83.24.24.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id C3F8850F92; Wed, 28 Dec 2005 17:04:46 +0100 (CET) Date: Wed, 28 Dec 2005 17:04:43 +0100 From: Pawel Jakub Dawidek To: Jason Evans Message-ID: <20051228160442.GB15585@garage.freebsd.pl> References: <200512280153.jBS1rEd6086940@repoman.freebsd.org> <31F147B1-AC12-4479-9376-4550A163503C@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5/uDoXvLw7AC5HRs" Content-Disposition: inline In-Reply-To: <31F147B1-AC12-4479-9376-4550A163503C@freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 16:05:14 -0000 --5/uDoXvLw7AC5HRs Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 28, 2005 at 06:51:24AM -0800, Jason Evans wrote: +> On Dec 27, 2005, at 5:53 PM, Pawel Jakub Dawidek wrote: +> This bug appears to have been introduced in revision 1.95 (19 March 2002= ), and merely kept in place during other changes in revision 1.133. Here's= the commit log message=20 +> for revision 1.95: +>=20 +> This is the first part of the new kernel memory allocator. This replac= es +> malloc(9) and vm_zone with a slab like allocator. Jeff, I'm coming for you... :) +> This looks like a strong MFC candidate to me. Definitely. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --5/uDoXvLw7AC5HRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDsreaForvXbEpPzQRAuheAKDUd7IDChFPvPWH0w6SrG476JaIqgCgwSyL /75XzVuLgTfIWqx7ij2Bubk= =BTiJ -----END PGP SIGNATURE----- --5/uDoXvLw7AC5HRs-- From owner-cvs-src@FreeBSD.ORG Wed Dec 28 16:52:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD6616A41F; Wed, 28 Dec 2005 16:52:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD4143D62; Wed, 28 Dec 2005 16:52:46 +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 jBSGqjMI057279; Wed, 28 Dec 2005 16:52:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSGqj4n057278; Wed, 28 Dec 2005 16:52:45 GMT (envelope-from jhb) Message-Id: <200512281652.jBSGqj4n057278@repoman.freebsd.org> From: John Baldwin Date: Wed, 28 Dec 2005 16:52:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci agp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 16:52:46 -0000 jhb 2005-12-28 16:52:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci agp.c Log: MFC: Destroy the /dev device before destroying the mutex or releasing resources. Revision Changes Path 1.46.2.1 +2 -1 src/sys/pci/agp.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 17:00:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5CF16A41F; Wed, 28 Dec 2005 17:00:17 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4202943D58; Wed, 28 Dec 2005 17:00:15 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.240] (ppp-71-139-31-194.dsl.snfc21.pacbell.net [71.139.31.194]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jBSH0Q9e002956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Dec 2005 09:00:27 -0800 Message-ID: <43B2C323.7070501@root.org> Date: Wed, 28 Dec 2005 08:53:55 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <20051228132120.BD71816A45D@hub.freebsd.org> In-Reply-To: <20051228132120.BD71816A45D@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 17:00:17 -0000 Gleb Smirnoff wrote: > glebius 2005-12-28 13:21:05 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dc if_dc.c > Log: > Check for IFF_DRV_RUNNING in the interrupt loop. > > Reported & tested by: Martin P. Hansen > > Revision Changes Path > 1.177 +3 -2 src/sys/dev/dc/if_dc.c > > > Index: src/sys/dev/dc/if_dc.c > diff -u src/sys/dev/dc/if_dc.c:1.176 src/sys/dev/dc/if_dc.c:1.177 > --- src/sys/dev/dc/if_dc.c:1.176 Mon Dec 5 12:32:20 2005 > +++ src/sys/dev/dc/if_dc.c Wed Dec 28 13:21:05 2005 > @@ -3138,8 +3138,9 @@ > /* Disable interrupts. */ > CSR_WRITE_4(sc, DC_IMR, 0x00000000); > > - while (((status = CSR_READ_4(sc, DC_ISR)) & DC_INTRS) > - && status != 0xFFFFFFFF) { > + while (((status = CSR_READ_4(sc, DC_ISR)) & DC_INTRS) && > + status != 0xFFFFFFFF && > + ifp->if_drv_flags & IFF_DRV_RUNNING) { > > CSR_WRITE_4(sc, DC_ISR, status); > Need parens around the if_drv_flags check. This code is broken without it. -- Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 28 17:13:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C50D16A41F; Wed, 28 Dec 2005 17:13:32 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3064C43D55; Wed, 28 Dec 2005 17:13:32 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSHDWdL058002; Wed, 28 Dec 2005 17:13:32 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSHDWNT058001; Wed, 28 Dec 2005 17:13:32 GMT (envelope-from kan) Message-Id: <200512281713.jBSHDWNT058001@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 28 Dec 2005 17:13:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 17:13:32 -0000 kan 2005-12-28 17:13:31 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Trim trailing whitespace. Revision Changes Path 1.120 +45 -46 src/sys/kern/kern_switch.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 17:35:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77AA116A41F; Wed, 28 Dec 2005 17:35:56 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D0243D58; Wed, 28 Dec 2005 17:35:56 +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 jBSHZuXt058783; Wed, 28 Dec 2005 17:35:56 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSHZus7058782; Wed, 28 Dec 2005 17:35:56 GMT (envelope-from ps) Message-Id: <200512281735.jBSHZus7058782@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 17:35:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 17:35:56 -0000 ps 2005-12-28 17:35:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_resource.c Log: MFC: rev 1.150 Calling setrlimit from 32bit apps could potentially increase certain limits beyond what should be capiable in a 32bit process, so we must fixup the limits. This is slightly different than HEAD to not change the ABI. Revision Changes Path 1.148.2.1 +8 -0 src/sys/kern/kern_resource.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 17:57:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BC5816A41F; Wed, 28 Dec 2005 17:57:47 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BECE43D8E; Wed, 28 Dec 2005 17:57:37 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSHvbGW059652; Wed, 28 Dec 2005 17:57:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSHvbL3059651; Wed, 28 Dec 2005 17:57:37 GMT (envelope-from netchild) Message-Id: <200512281757.jBSHvbL3059651@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 28 Dec 2005 17:57:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 17:57:47 -0000 netchild 2005-12-28 17:57:37 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: Fix the order of the stereo channels (left <-> right). From the PR: ---snip--- I think I have found the change which reversed the channels. Revision 1.44 of emu10k1.c, which added Audigy support, has the line emu_wrptr(sc, v->vnum, FXRT, 0xd01c0000); replaced with the following lines: if (sc->audigy) { emu_wrptr(sc, v->vnum, A_FXRT1, v->fxrt1); emu_wrptr(sc, v->vnum, A_FXRT2, v->fxrt2); emu_wrptr(sc, v->vnum, A_SENDAMOUNTS, 0); } else emu_wrptr(sc, v->vnum, FXRT, v->fxrt1 << 16); where v->fxrt1 << 16 == 0xd10c0000 I don't have Audigy, so I'm not sure if the problem affects Audigy cards too. The order of the channels can't be tested by just altering mixer settings. Here's a small program to test if the channels are reversed on your sound card: #include #include #include int main(int argc, char **argv) { int fd = open("/dev/dsp", O_WRONLY), format = AFMT_S16_LE; int channels = 2, rate = 22050, i; /* 450 Hz sine wave on left channel, right channel silent */ unsigned char samples[] = {0, 0, 0, 0, 94, 16, 0, 0, 120, 32, 0, 0, 9, 48, 0, 0, 208, 62, 0, 0, 143, 76, 0, 0, 12, 89, 0, 0, 19, 100, 0, 0, 117, 109, 0, 0, 11, 117, 0, 0, 182, 122, 0, 0, 92, 126, 0, 0, 239, 127, 0, 0, 105, 127, 0, 0, 202, 124, 0, 0, 32, 120, 0, 0, 124, 113, 0, 0, 251, 104, 0, 0, 193, 94, 0, 0, 249, 82, 0, 0, 212, 69, 0, 0, 138, 55, 0, 0, 85, 40, 0, 0, 120, 24, 0, 0, 51, 8, 0, 0, 205, 247, 0, 0, 136, 231, 0, 0, 171, 215, 0, 0, 118, 200, 0, 0, 44, 186, 0, 0, 7, 173, 0, 0, 63, 161, 0, 0, 5, 151, 0, 0, 132, 142, 0, 0, 224, 135, 0, 0, 54, 131, 0, 0, 151, 128, 0, 0, 17, 128, 0, 0, 164, 129, 0, 0, 74, 133, 0, 0, 245, 138, 0, 0, 139, 146, 0, 0, 237, 155, 0, 0, 244, 166, 0, 0, 113, 179, 0, 0, 48, 193, 0, 0, 247, 207, 0, 0, 136, 223, 0, 0, 162, 239, 0, 0}; ioctl(fd, SNDCTL_DSP_SETFMT,&format); ioctl(fd, SNDCTL_DSP_CHANNELS,&channels); ioctl(fd, SNDCTL_DSP_SPEED,&rate); for(i=0;i<500;i++) write(fd, &samples, sizeof(samples)); write(fd, &samples, 2); /* swap channels */ for(i=0;i<500;i++) write(fd, &samples, sizeof(samples)); return 0; } You should hear a sound on the left channel followed by a sound on the right channel. If you hear a sound on the right channel first, the channels are reversed. ---snip--- Owners of an audigy card should verify if it DTRT and report back. Noticed by: Matthias Buelow Submitted by: Juha-Matti Tilli PR: 72221 Revision Changes Path 1.56 +4 -4 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 18:00:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A89F16A420; Wed, 28 Dec 2005 18:00:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B9943D60; Wed, 28 Dec 2005 18:00: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 jBSI0cso059855; Wed, 28 Dec 2005 18:00:38 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSI0cT0059854; Wed, 28 Dec 2005 18:00:38 GMT (envelope-from glebius) Message-Id: <200512281800.jBSI0cT0059854@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 28 Dec 2005 18:00:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 18:00:49 -0000 glebius 2005-12-28 18:00:38 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: Add missing parens. Submitted by: njl Revision Changes Path 1.178 +1 -1 src/sys/dev/dc/if_dc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 18:05:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80BBE16A41F; Wed, 28 Dec 2005 18:05:15 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3975A43D69; Wed, 28 Dec 2005 18:05:15 +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 jBSI5DIj060095; Wed, 28 Dec 2005 18:05:13 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSI5De5060094; Wed, 28 Dec 2005 18:05:13 GMT (envelope-from ps) Message-Id: <200512281805.jBSI5De5060094@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 18:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 18:05:15 -0000 ps 2005-12-28 18:05:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_socket.c Log: MFC: rev 1.250 Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work. Revision Changes Path 1.242.2.4 +29 -3 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:30:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731CB16A41F; Wed, 28 Dec 2005 19:30:56 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0B943D9A; Wed, 28 Dec 2005 19:30:43 +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 jBSJUgc5063262; Wed, 28 Dec 2005 19:30:42 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJUgBV063261; Wed, 28 Dec 2005 19:30:42 GMT (envelope-from ps) Message-Id: <200512281930.jBSJUgBV063261@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:30:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/ia32 ia32_reg.c src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern kern_time.c uipc_syscalls.c src/sys/sys syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:30:56 -0000 ps 2005-12-28 19:30:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/ia32 ia32_reg.c sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern kern_time.c uipc_syscalls.c sys/sys syscallsubr.h Log: MFC: 32bit compat for recvmsg, sendmsg, osigaction, osigprocmask, osigpending, osigvec, osigblock, osigsetmask, osigsuspend, osigstack, clock_gettime, clock_settime, and clock_getres. Also correct the prototype for freebsd32_nanosleep in syscalls.master. Revision Changes Path 1.1.2.2 +3 -0 src/sys/amd64/ia32/ia32_reg.c 1.38.2.2 +630 -2 src/sys/compat/freebsd32/freebsd32_misc.c 1.50.2.2 +29 -21 src/sys/compat/freebsd32/syscalls.master 1.116.2.1 +51 -19 src/sys/kern/kern_time.c 1.221.2.1 +26 -6 src/sys/kern/uipc_syscalls.c 1.31.2.1 +8 -0 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:32:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B930416A41F; Wed, 28 Dec 2005 19:32:03 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE8043D8E; Wed, 28 Dec 2005 19:31:58 +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 jBSJVvCt063385; Wed, 28 Dec 2005 19:31:57 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJVvS0063384; Wed, 28 Dec 2005 19:31:57 GMT (envelope-from ps) Message-Id: <200512281931.jBSJVvS0063384@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:31:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:32:04 -0000 ps 2005-12-28 19:31:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: regen Revision Changes Path 1.38.2.2 +77 -3 src/sys/compat/freebsd32/freebsd32_proto.h 1.38.2.2 +15 -12 src/sys/compat/freebsd32/freebsd32_syscall.h 1.29.2.2 +15 -15 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.39.2.2 +21 -15 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:40:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502CE16A41F; Wed, 28 Dec 2005 19:40:01 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BE543D72; Wed, 28 Dec 2005 19:39:56 +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 jBSJduEb063705; Wed, 28 Dec 2005 19:39:56 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJduHD063704; Wed, 28 Dec 2005 19:39:56 GMT (envelope-from ps) Message-Id: <200512281939.jBSJduHD063704@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:39:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 19:40:01 -0000 ps 2005-12-28 19:39:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c Log: MFC: rev 1.40 Use the constants for the syscall names from syscall.h rather than hardcoding the numbers for the SYSVIPC syscalls. Revision Changes Path 1.38.2.3 +4 -3 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:41:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4263516A41F; Wed, 28 Dec 2005 19:41:57 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E732A43D7C; Wed, 28 Dec 2005 19:41:48 +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 jBSJfm5Z063850; Wed, 28 Dec 2005 19:41:48 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJfmXW063849; Wed, 28 Dec 2005 19:41:48 GMT (envelope-from ps) Message-Id: <200512281941.jBSJfmXW063849@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:41:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 19:41:57 -0000 ps 2005-12-28 19:41:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c Log: Correct white space issues that were introduce in 1.38.2.2. Revision Changes Path 1.38.2.4 +27 -29 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:50:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1FC16A41F; Wed, 28 Dec 2005 19:50:10 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20E043D5D; Wed, 28 Dec 2005 19:50:09 +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 jBSJo9uE064236; Wed, 28 Dec 2005 19:50:09 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJo9nV064235; Wed, 28 Dec 2005 19:50:09 GMT (envelope-from ps) Message-Id: <200512281950.jBSJo9nV064235@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:50:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:50:10 -0000 ps 2005-12-28 19:50:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master Log: MFC: 32bit futimes Revision Changes Path 1.38.2.5 +22 -0 src/sys/compat/freebsd32/freebsd32_misc.c 1.50.2.3 +2 -1 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Wed Dec 28 19:50:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222F216A432; Wed, 28 Dec 2005 19:50:23 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7479743D5D; Wed, 28 Dec 2005 19:50: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 jBSJoMln064315; Wed, 28 Dec 2005 19:50:22 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSJoM21064314; Wed, 28 Dec 2005 19:50:22 GMT (envelope-from ps) Message-Id: <200512281950.jBSJoM21064314@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 19:50:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:50:23 -0000 ps 2005-12-28 19:50:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: regen for 32bit futimes Revision Changes Path 1.38.2.3 +6 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.38.2.3 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.29.2.3 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.39.2.3 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 20:11:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05CA416A41F; Wed, 28 Dec 2005 20:11:52 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A975443D53; Wed, 28 Dec 2005 20:11:51 +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 jBSKBpIK065073; Wed, 28 Dec 2005 20:11:51 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSKBpRu065072; Wed, 28 Dec 2005 20:11:51 GMT (envelope-from ps) Message-Id: <200512282011.jBSKBpRu065072@repoman.freebsd.org> From: Paul Saab Date: Wed, 28 Dec 2005 20:11:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vnode_pager.c src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 20:11:52 -0000 ps 2005-12-28 20:11:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vnode_pager.c sys/ufs/ffs ffs_alloc.c Log: MFC: - rate limit vnode_pager_putpages printfs to once a second. - rate limit filesystem full and out of inodes messages to once a second. Revision Changes Path 1.132.2.3 +21 -6 src/sys/ufs/ffs/ffs_alloc.c 1.221.2.3 +8 -3 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 20:36:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C6416A41F; Wed, 28 Dec 2005 20:36:56 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2428643D4C; Wed, 28 Dec 2005 20:36:56 +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 jBSKatQk066014; Wed, 28 Dec 2005 20:36:55 GMT (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSKatjp066013; Wed, 28 Dec 2005 20:36:55 GMT (envelope-from kbyanc) Message-Id: <200512282036.jBSKatjp066013@repoman.freebsd.org> From: Kelly Yancey Date: Wed, 28 Dec 2005 20:36:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/netstat Makefile ipsec.c main.c netstat.h pfkey.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 20:36:57 -0000 kbyanc 2005-12-28 20:36:55 UTC FreeBSD src repository Modified files: usr.bin/netstat Makefile ipsec.c main.c netstat.h Added files: usr.bin/netstat pfkey.c Log: Add support for printing IPSEC protocol stats if the kernel was compiled with FAST_IPSEC rather than the KAME IPSEC stack. Note that the output of "netstat -s -p ipsec" differs depending on which stack is compiled into the kernel since they each keep different stats. This delta also adds the "esp", "ah", and "ipcomp" protocol stats, which are also available when the kernel is compiled with the FAST_IPSEC stack (e.g. "netstat -s -p esp"). Submitted by: Matt Titus MFC after: 3 days Revision Changes Path 1.31 +2 -1 src/usr.bin/netstat/Makefile 1.13 +266 -94 src/usr.bin/netstat/ipsec.c 1.81 +29 -0 src/usr.bin/netstat/main.c 1.47 +6 -0 src/usr.bin/netstat/netstat.h 1.1 +184 -0 src/usr.bin/netstat/pfkey.c (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 28 21:18:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DB716A41F; Wed, 28 Dec 2005 21:18:56 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A2343D5F; Wed, 28 Dec 2005 21:18:56 +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 jBSLItjJ075297; Wed, 28 Dec 2005 21:18:55 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSLItMi075296; Wed, 28 Dec 2005 21:18:55 GMT (envelope-from scottl) Message-Id: <200512282118.jBSLItMi075296@repoman.freebsd.org> From: Scott Long Date: Wed, 28 Dec 2005 21:18:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 28 Dec 2005 21:18:56 -0000 scottl 2005-12-28 21:18:55 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Initialize the event tailq. Submitted by: Frank Mayhar PR: kern/90882 MFC After: 1 day Revision Changes Path 1.117 +1 -0 src/sys/dev/aac/aac.c From owner-cvs-src@FreeBSD.ORG Wed Dec 28 21:34:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0CCC16A41F; Wed, 28 Dec 2005 21:34:36 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A4543D5C; Wed, 28 Dec 2005 21:34:35 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:54777) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EriwN-000BZH-Lx; Wed, 28 Dec 2005 13:34:35 -0800 In-Reply-To: <20051228112051.GB31522@submonkey.net> References: <200512280841.jBS8fvBL012755@repoman.freebsd.org> <20051228112051.GB31522@submonkey.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5656EB12-0C28-4D3C-8EB0-2EA3F9BAA851@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Wed, 28 Dec 2005 13:34:43 -0800 To: Ceri Davies X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ade Lovett Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 21:34:36 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 28, 2005, at 03:20 , Ceri Davies wrote: > It's 8:41 in the morning, Ade - where have you been? ;-) Oregon, mainly. So it was 00:41... ;) > Happy birthday! Thanks! - -aDe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDswTzpXS8U0IvffwRAqKZAJ9TP2XsXZBgjapzSTQ0jGM6wRJgFQCgleaR MYxCnGG51Iw6sQTsoyQHwoE= =k2ap -----END PGP SIGNATURE----- From owner-cvs-src@FreeBSD.ORG Wed Dec 28 23:35:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A40F16A41F; Wed, 28 Dec 2005 23:35:31 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A021843D4C; Wed, 28 Dec 2005 23:35:30 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id BD38E131D83; Thu, 29 Dec 2005 10:05:31 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0AD1185741; Thu, 29 Dec 2005 10:05:29 +1030 (CST) Date: Thu, 29 Dec 2005 10:05:29 +1030 From: Greg 'groggy' Lehey To: Ade Lovett Message-ID: <20051228233528.GC14619@wantadilla.lemis.com> References: <200512280841.jBS8fvBL012755@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WplhKdTI2c8ulnbP" Content-Disposition: inline In-Reply-To: <200512280841.jBS8fvBL012755@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 23:35:31 -0000 --WplhKdTI2c8ulnbP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 28 December 2005 at 8:41:57 +0000, Ade Lovett wrote: > ade 2005-12-28 08:41:57 UTC > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.freebsd > Log: > Someone buy me a beer. Now. > > Revision Changes Path > 1.171 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd +12/28 Ade Lovett born in London, England, 1969 12/28 Linus Torvalds born in Helsinki, 1969 Congratulations! -- See complete headers for address and phone numbers. --WplhKdTI2c8ulnbP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDsyFAIubykFB6QiMRAlWXAJ9rn0tqRWMOi5IP50nYE5QI0ZbW1ACcDeij St8ZbOinAGfMKe/CgsX2PSo= =w+Ry -----END PGP SIGNATURE----- --WplhKdTI2c8ulnbP-- From owner-cvs-src@FreeBSD.ORG Wed Dec 28 23:59:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC94116A41F; Wed, 28 Dec 2005 23:59:28 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7907B43D58; Wed, 28 Dec 2005 23:59:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id jBT0StR6086259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Dec 2005 19:28:56 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 28 Dec 2005 18:59:18 -0500 From: Tom Rhodes To: "Greg 'groggy' Lehey" Message-Id: <20051228185918.670c8a29.trhodes@FreeBSD.org> In-Reply-To: <20051228233528.GC14619@wantadilla.lemis.com> References: <200512280841.jBS8fvBL012755@repoman.freebsd.org> <20051228233528.GC14619@wantadilla.lemis.com> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, ade@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 23:59:29 -0000 On Thu, 29 Dec 2005 10:05:29 +1030 "Greg 'groggy' Lehey" wrote: > On Wednesday, 28 December 2005 at 8:41:57 +0000, Ade Lovett wrote: > > ade 2005-12-28 08:41:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/calendar/calendars calendar.freebsd > > Log: > > Someone buy me a beer. Now. > > > > Revision Changes Path > > 1.171 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd > > +12/28 Ade Lovett born in London, England, 1969 > 12/28 Linus Torvalds born in Helsinki, 1969 > > Congratulations! On being old. Have a beer on me! :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Thu Dec 29 01:43:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E4B16A41F; Thu, 29 Dec 2005 01:43:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C7C43D45; Thu, 29 Dec 2005 01:43:47 +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 jBT1hlJn093997; Thu, 29 Dec 2005 01:43:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT1hlQu093996; Thu, 29 Dec 2005 01:43:47 GMT (envelope-from imp) Message-Id: <200512290143.jBT1hlQu093996@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Dec 2005 01:43:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/cardbus Makefile src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 01:43:47 -0000 imp 2005-12-29 01:43:47 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/cardbus Makefile sys/dev/cardbus cardbus.c cardbus_cis.c cardbusvar.h Added files: sys/dev/cardbus cardbus_device.c Log: Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There are some rough edges with this still, but it seems to work well enough to commit. Revision Changes Path 1.1080 +1 -0 src/sys/conf/files 1.56 +7 -0 src/sys/dev/cardbus/cardbus.c 1.53 +49 -71 src/sys/dev/cardbus/cardbus_cis.c 1.1 +180 -0 src/sys/dev/cardbus/cardbus_device.c (new) 1.13 +32 -0 src/sys/dev/cardbus/cardbusvar.h 1.11 +1 -1 src/sys/modules/cardbus/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 29 02:12:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE8A16A41F; Thu, 29 Dec 2005 02:12:55 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4380243D5F; Thu, 29 Dec 2005 02:12: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 jBT2CtsS095022; Thu, 29 Dec 2005 02:12:55 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT2CtLq095021; Thu, 29 Dec 2005 02:12:55 GMT (envelope-from jkoshy) Message-Id: <200512290212.jBT2CtLq095021@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 29 Dec 2005 02:12:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 02:12:55 -0000 jkoshy 2005-12-29 02:12:54 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Refer readers to the hwpmc(4) manual page where the additional (architecture specific) kernel configuration options needed for hwpmc are documented. PR: kern/83738 MFC after: 3 days Revision Changes Path 1.1340 +3 -0 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:07:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7163B16A41F; Thu, 29 Dec 2005 04:07:37 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5243D53; Thu, 29 Dec 2005 04:07:37 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT47bNE099676; Thu, 29 Dec 2005 04:07:37 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT47baO099675; Thu, 29 Dec 2005 04:07:37 GMT (envelope-from grehan) Message-Id: <200512290407.jBT47baO099675@repoman.freebsd.org> From: Peter Grehan Date: Thu, 29 Dec 2005 04:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/include profile.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:07:37 -0000 grehan 2005-12-29 04:07:36 UTC FreeBSD src repository Modified files: sys/powerpc/include profile.h Log: Add user-space profiling support. Kernel profiling still todo. Obtained from: NetBSD Revision Changes Path 1.6 +82 -8 src/sys/powerpc/include/profile.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:09:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43E016A41F; Thu, 29 Dec 2005 04:09:39 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D347343D60; Thu, 29 Dec 2005 04:09:38 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT49c36099748; Thu, 29 Dec 2005 04:09:38 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT49crj099747; Thu, 29 Dec 2005 04:09:38 GMT (envelope-from grehan) Message-Id: <200512290409.jBT49crj099747@repoman.freebsd.org> From: Peter Grehan Date: Thu, 29 Dec 2005 04:09:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gmon gmon.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 04:09:39 -0000 grehan 2005-12-29 04:09:38 UTC FreeBSD src repository Modified files: lib/libc/gmon gmon.c Log: The minbrk symbol is hidden the same on powerpc as other FreeBSD platforms. Revision Changes Path 1.21 +1 -1 src/lib/libc/gmon/gmon.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:10:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E487316A41F; Thu, 29 Dec 2005 04:10:52 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EDB43D5D; Thu, 29 Dec 2005 04:10:52 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4AqhN099885; Thu, 29 Dec 2005 04:10:52 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4AqTM099884; Thu, 29 Dec 2005 04:10:52 GMT (envelope-from grehan) Message-Id: <200512290410.jBT4AqTM099884@repoman.freebsd.org> From: Peter Grehan Date: Thu, 29 Dec 2005 04:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:10:53 -0000 grehan 2005-12-29 04:10:52 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: gmon now supported on powerpc Revision Changes Path 1.58 +0 -2 src/lib/libc/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:23:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E04D16A41F; Thu, 29 Dec 2005 04:23:07 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25ED343D49; Thu, 29 Dec 2005 04:23:07 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4N7u9000542; Thu, 29 Dec 2005 04:23:07 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4N7iE000541; Thu, 29 Dec 2005 04:23:07 GMT (envelope-from dougb) Message-Id: <200512290423.jBT4N7iE000541@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Dec 2005 04:23:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Cc: Subject: cvs commit: src/contrib/bind9 - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:23:07 -0000 dougb 2005-12-29 04:23:06 UTC FreeBSD src repository src/contrib/bind9 - Imported sources Update of /home/ncvs/src/contrib/bind9 In directory repoman.freebsd.org:/tmp/cvs-serv516 Log Message: Vendor import of BIND 9.3.2 Status: Vendor Tag: ISC Release Tags: BIND_9_3_2 U src/contrib/bind9/CHANGES U src/contrib/bind9/COPYRIGHT U src/contrib/bind9/FAQ N src/contrib/bind9/FAQ.xml U src/contrib/bind9/Makefile.in U src/contrib/bind9/README U src/contrib/bind9/acconfig.h U src/contrib/bind9/config.guess U src/contrib/bind9/config.sub N src/contrib/bind9/config.threads.in U src/contrib/bind9/configure.in U src/contrib/bind9/install-sh U src/contrib/bind9/isc-config.sh.in U src/contrib/bind9/libtool.m4 U src/contrib/bind9/ltmain.sh U src/contrib/bind9/mkinstalldirs U src/contrib/bind9/version U src/contrib/bind9/bin/Makefile.in U src/contrib/bind9/bin/check/Makefile.in U src/contrib/bind9/bin/check/check-tool.c U src/contrib/bind9/bin/check/check-tool.h U src/contrib/bind9/bin/check/named-checkconf.8 U src/contrib/bind9/bin/check/named-checkconf.c U src/contrib/bind9/bin/check/named-checkconf.docbook U src/contrib/bind9/bin/check/named-checkconf.html U src/contrib/bind9/bin/check/named-checkzone.8 U src/contrib/bind9/bin/check/named-checkzone.c U src/contrib/bind9/bin/check/named-checkzone.docbook U src/contrib/bind9/bin/check/named-checkzone.html U src/contrib/bind9/bin/dig/Makefile.in U src/contrib/bind9/bin/dig/dig.1 U src/contrib/bind9/bin/dig/dig.c U src/contrib/bind9/bin/dig/dig.docbook U src/contrib/bind9/bin/dig/dig.html U src/contrib/bind9/bin/dig/dighost.c U src/contrib/bind9/bin/dig/host.1 U src/contrib/bind9/bin/dig/host.c U src/contrib/bind9/bin/dig/host.docbook U src/contrib/bind9/bin/dig/host.html U src/contrib/bind9/bin/dig/nslookup.1 U src/contrib/bind9/bin/dig/nslookup.c U src/contrib/bind9/bin/dig/nslookup.docbook U src/contrib/bind9/bin/dig/nslookup.html U src/contrib/bind9/bin/dig/include/dig/dig.h U src/contrib/bind9/bin/dnssec/Makefile.in U src/contrib/bind9/bin/dnssec/dnssec-keygen.8 U src/contrib/bind9/bin/dnssec/dnssec-keygen.c U src/contrib/bind9/bin/dnssec/dnssec-keygen.docbook U src/contrib/bind9/bin/dnssec/dnssec-keygen.html U src/contrib/bind9/bin/dnssec/dnssec-signzone.8 U src/contrib/bind9/bin/dnssec/dnssec-signzone.c U src/contrib/bind9/bin/dnssec/dnssec-signzone.docbook U src/contrib/bind9/bin/dnssec/dnssec-signzone.html U src/contrib/bind9/bin/dnssec/dnssectool.c U src/contrib/bind9/bin/dnssec/dnssectool.h U src/contrib/bind9/bin/named/Makefile.in U src/contrib/bind9/bin/named/aclconf.c U src/contrib/bind9/bin/named/builtin.c U src/contrib/bind9/bin/named/client.c U src/contrib/bind9/bin/named/config.c U src/contrib/bind9/bin/named/control.c U src/contrib/bind9/bin/named/controlconf.c U src/contrib/bind9/bin/named/interfacemgr.c U src/contrib/bind9/bin/named/listenlist.c U src/contrib/bind9/bin/named/log.c U src/contrib/bind9/bin/named/logconf.c U src/contrib/bind9/bin/named/lwaddr.c U src/contrib/bind9/bin/named/lwdclient.c U src/contrib/bind9/bin/named/lwderror.c U src/contrib/bind9/bin/named/lwdgabn.c U src/contrib/bind9/bin/named/lwdgnba.c U src/contrib/bind9/bin/named/lwdgrbn.c U src/contrib/bind9/bin/named/lwdnoop.c U src/contrib/bind9/bin/named/lwresd.8 U src/contrib/bind9/bin/named/lwresd.c U src/contrib/bind9/bin/named/lwresd.docbook U src/contrib/bind9/bin/named/lwresd.html U src/contrib/bind9/bin/named/lwsearch.c U src/contrib/bind9/bin/named/main.c U src/contrib/bind9/bin/named/named.8 U src/contrib/bind9/bin/named/named.conf.5 U src/contrib/bind9/bin/named/named.conf.docbook U src/contrib/bind9/bin/named/named.conf.html U src/contrib/bind9/bin/named/named.docbook U src/contrib/bind9/bin/named/named.html U src/contrib/bind9/bin/named/notify.c U src/contrib/bind9/bin/named/query.c U src/contrib/bind9/bin/named/server.c U src/contrib/bind9/bin/named/sortlist.c U src/contrib/bind9/bin/named/tkeyconf.c U src/contrib/bind9/bin/named/tsigconf.c U src/contrib/bind9/bin/named/update.c U src/contrib/bind9/bin/named/xfrout.c U src/contrib/bind9/bin/named/zoneconf.c U src/contrib/bind9/bin/named/include/named/aclconf.h U src/contrib/bind9/bin/named/include/named/builtin.h U src/contrib/bind9/bin/named/include/named/client.h U src/contrib/bind9/bin/named/include/named/config.h U src/contrib/bind9/bin/named/include/named/control.h U src/contrib/bind9/bin/named/include/named/globals.h U src/contrib/bind9/bin/named/include/named/interfacemgr.h U src/contrib/bind9/bin/named/include/named/listenlist.h U src/contrib/bind9/bin/named/include/named/log.h U src/contrib/bind9/bin/named/include/named/logconf.h U src/contrib/bind9/bin/named/include/named/lwaddr.h U src/contrib/bind9/bin/named/include/named/lwdclient.h U src/contrib/bind9/bin/named/include/named/lwresd.h U src/contrib/bind9/bin/named/include/named/lwsearch.h U src/contrib/bind9/bin/named/include/named/main.h U src/contrib/bind9/bin/named/include/named/notify.h N src/contrib/bind9/bin/named/include/named/ns_smf_globals.h U src/contrib/bind9/bin/named/include/named/query.h U src/contrib/bind9/bin/named/include/named/server.h U src/contrib/bind9/bin/named/include/named/sortlist.h U src/contrib/bind9/bin/named/include/named/tkeyconf.h U src/contrib/bind9/bin/named/include/named/tsigconf.h U src/contrib/bind9/bin/named/include/named/types.h U src/contrib/bind9/bin/named/include/named/update.h U src/contrib/bind9/bin/named/include/named/xfrout.h U src/contrib/bind9/bin/named/include/named/zoneconf.h U src/contrib/bind9/bin/named/unix/Makefile.in U src/contrib/bind9/bin/named/unix/os.c U src/contrib/bind9/bin/named/unix/include/named/os.h U src/contrib/bind9/bin/nsupdate/Makefile.in U src/contrib/bind9/bin/nsupdate/nsupdate.8 U src/contrib/bind9/bin/nsupdate/nsupdate.c U src/contrib/bind9/bin/nsupdate/nsupdate.docbook U src/contrib/bind9/bin/nsupdate/nsupdate.html U src/contrib/bind9/bin/rndc/Makefile.in U src/contrib/bind9/bin/rndc/rndc-confgen.8 U src/contrib/bind9/bin/rndc/rndc-confgen.c U src/contrib/bind9/bin/rndc/rndc-confgen.docbook U src/contrib/bind9/bin/rndc/rndc-confgen.html U src/contrib/bind9/bin/rndc/rndc.8 U src/contrib/bind9/bin/rndc/rndc.c U src/contrib/bind9/bin/rndc/rndc.conf U src/contrib/bind9/bin/rndc/rndc.conf.5 U src/contrib/bind9/bin/rndc/rndc.conf.docbook U src/contrib/bind9/bin/rndc/rndc.conf.html U src/contrib/bind9/bin/rndc/rndc.docbook U src/contrib/bind9/bin/rndc/rndc.html U src/contrib/bind9/bin/rndc/util.c U src/contrib/bind9/bin/rndc/util.h U src/contrib/bind9/bin/rndc/include/rndc/os.h U src/contrib/bind9/bin/rndc/unix/Makefile.in U src/contrib/bind9/bin/rndc/unix/os.c U src/contrib/bind9/doc/Makefile.in U src/contrib/bind9/doc/arm/Bv9ARM-book.xml U src/contrib/bind9/doc/arm/Bv9ARM.ch01.html U src/contrib/bind9/doc/arm/Bv9ARM.ch02.html U src/contrib/bind9/doc/arm/Bv9ARM.ch03.html U src/contrib/bind9/doc/arm/Bv9ARM.ch04.html U src/contrib/bind9/doc/arm/Bv9ARM.ch05.html U src/contrib/bind9/doc/arm/Bv9ARM.ch06.html U src/contrib/bind9/doc/arm/Bv9ARM.ch07.html U src/contrib/bind9/doc/arm/Bv9ARM.ch08.html U src/contrib/bind9/doc/arm/Bv9ARM.ch09.html U src/contrib/bind9/doc/arm/Bv9ARM.html N src/contrib/bind9/doc/arm/Bv9ARM.pdf U src/contrib/bind9/doc/arm/Makefile.in U src/contrib/bind9/doc/arm/README-SGML U src/contrib/bind9/doc/draft/update U src/contrib/bind9/doc/draft/draft-baba-dnsext-acl-reqts-01.txt U src/contrib/bind9/doc/draft/draft-daigle-napstr-04.txt U src/contrib/bind9/doc/draft/draft-danisch-dns-rr-smtp-03.txt U src/contrib/bind9/doc/draft/draft-dnsext-opcode-discover-02.txt U src/contrib/bind9/doc/draft/draft-durand-dnsop-dynreverse-00.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-2929bis-01.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-axfr-clarify-05.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dhcid-rr-09.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dns-name-p-s-00.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-2535typecode-change-06.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-bis-updates-01.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-experiments-01.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-online-signing-00.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-opt-in-07.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-trans-02.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-ecc-key-07.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-insensitive-06.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-interop3597-02.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsext-keyrr-key-signing-flag-12.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-mdns-43.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-nsec3-02.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-rfc2536bis-dsa-06.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-rfc2538bis-04.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-rfc2539bis-dhk-06.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-signed-nonexistence-requirements-01.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-tkey-renewal-mode-05.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-trustupdate-threshold-00.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-trustupdate-timers-01.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-tsig-sha-04.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsext-wcard-clarify-08.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-bad-dns-res-04.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-dnssec-operational-practices-04.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-inaddr-required-07.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-configuration-06.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-issues-11.txt U src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-transport-guidelines-01.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-key-rollover-requirements-02.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-respsize-02.txt N src/contrib/bind9/doc/draft/draft-ietf-dnsop-serverid-04.txt U src/contrib/bind9/doc/draft/draft-ietf-enum-e164-gstn-np-05.txt U src/contrib/bind9/doc/draft/draft-ietf-ipv6-node-requirements-08.txt U src/contrib/bind9/doc/draft/draft-ietf-secsh-dns-05.txt U src/contrib/bind9/doc/draft/draft-ihren-dnsext-threshold-validation-00.txt U src/contrib/bind9/doc/draft/draft-kato-dnsop-local-zones-00.txt U src/contrib/bind9/doc/draft/draft-park-ipv6-extensions-dns-pnp-00.txt U src/contrib/bind9/doc/misc/Makefile.in U src/contrib/bind9/doc/misc/dnssec U src/contrib/bind9/doc/misc/format-options.pl U src/contrib/bind9/doc/misc/ipv6 U src/contrib/bind9/doc/misc/migration U src/contrib/bind9/doc/misc/migration-4to9 U src/contrib/bind9/doc/misc/options U src/contrib/bind9/doc/misc/rfc-compliance U src/contrib/bind9/doc/misc/roadmap U src/contrib/bind9/doc/misc/sdb U src/contrib/bind9/doc/rfc/rfc1032.txt U src/contrib/bind9/doc/rfc/index U src/contrib/bind9/doc/rfc/rfc1033.txt U src/contrib/bind9/doc/rfc/rfc1034.txt U src/contrib/bind9/doc/rfc/rfc1035.txt U src/contrib/bind9/doc/rfc/rfc1101.txt U src/contrib/bind9/doc/rfc/rfc1122.txt U src/contrib/bind9/doc/rfc/rfc1123.txt U src/contrib/bind9/doc/rfc/rfc1183.txt U src/contrib/bind9/doc/rfc/rfc1348.txt U src/contrib/bind9/doc/rfc/rfc1535.txt U src/contrib/bind9/doc/rfc/rfc1536.txt U src/contrib/bind9/doc/rfc/rfc1537.txt U src/contrib/bind9/doc/rfc/rfc1591.txt U src/contrib/bind9/doc/rfc/rfc1611.txt U src/contrib/bind9/doc/rfc/rfc1612.txt U src/contrib/bind9/doc/rfc/rfc1706.txt U src/contrib/bind9/doc/rfc/rfc1712.txt U src/contrib/bind9/doc/rfc/rfc1750.txt U src/contrib/bind9/doc/rfc/rfc1876.txt U src/contrib/bind9/doc/rfc/rfc1886.txt U src/contrib/bind9/doc/rfc/rfc1982.txt U src/contrib/bind9/doc/rfc/rfc1995.txt U src/contrib/bind9/doc/rfc/rfc1996.txt U src/contrib/bind9/doc/rfc/rfc2052.txt U src/contrib/bind9/doc/rfc/rfc2104.txt U src/contrib/bind9/doc/rfc/rfc2119.txt U src/contrib/bind9/doc/rfc/rfc2133.txt U src/contrib/bind9/doc/rfc/rfc2136.txt U src/contrib/bind9/doc/rfc/rfc2137.txt U src/contrib/bind9/doc/rfc/rfc2163.txt U src/contrib/bind9/doc/rfc/rfc2168.txt U src/contrib/bind9/doc/rfc/rfc2181.txt U src/contrib/bind9/doc/rfc/rfc2230.txt U src/contrib/bind9/doc/rfc/rfc2308.txt U src/contrib/bind9/doc/rfc/rfc2317.txt U src/contrib/bind9/doc/rfc/rfc2373.txt U src/contrib/bind9/doc/rfc/rfc2374.txt U src/contrib/bind9/doc/rfc/rfc2375.txt U src/contrib/bind9/doc/rfc/rfc2418.txt U src/contrib/bind9/doc/rfc/rfc2535.txt U src/contrib/bind9/doc/rfc/rfc2536.txt U src/contrib/bind9/doc/rfc/rfc2537.txt U src/contrib/bind9/doc/rfc/rfc2538.txt U src/contrib/bind9/doc/rfc/rfc2539.txt U src/contrib/bind9/doc/rfc/rfc2540.txt U src/contrib/bind9/doc/rfc/rfc2541.txt U src/contrib/bind9/doc/rfc/rfc2553.txt U src/contrib/bind9/doc/rfc/rfc2671.txt U src/contrib/bind9/doc/rfc/rfc2672.txt U src/contrib/bind9/doc/rfc/rfc2673.txt U src/contrib/bind9/doc/rfc/rfc2782.txt U src/contrib/bind9/doc/rfc/rfc2825.txt U src/contrib/bind9/doc/rfc/rfc2826.txt U src/contrib/bind9/doc/rfc/rfc2845.txt U src/contrib/bind9/doc/rfc/rfc2874.txt U src/contrib/bind9/doc/rfc/rfc2915.txt U src/contrib/bind9/doc/rfc/rfc2929.txt U src/contrib/bind9/doc/rfc/rfc2930.txt U src/contrib/bind9/doc/rfc/rfc2931.txt U src/contrib/bind9/doc/rfc/rfc3007.txt U src/contrib/bind9/doc/rfc/rfc3008.txt U src/contrib/bind9/doc/rfc/rfc3071.txt U src/contrib/bind9/doc/rfc/rfc3090.txt U src/contrib/bind9/doc/rfc/rfc3110.txt U src/contrib/bind9/doc/rfc/rfc3123.txt U src/contrib/bind9/doc/rfc/rfc3152.txt U src/contrib/bind9/doc/rfc/rfc3197.txt U src/contrib/bind9/doc/rfc/rfc3225.txt U src/contrib/bind9/doc/rfc/rfc3226.txt U src/contrib/bind9/doc/rfc/rfc3258.txt U src/contrib/bind9/doc/rfc/rfc3363.txt U src/contrib/bind9/doc/rfc/rfc3364.txt U src/contrib/bind9/doc/rfc/rfc3425.txt U src/contrib/bind9/doc/rfc/rfc3445.txt U src/contrib/bind9/doc/rfc/rfc3467.txt U src/contrib/bind9/doc/rfc/rfc3490.txt U src/contrib/bind9/doc/rfc/rfc3491.txt U src/contrib/bind9/doc/rfc/rfc3492.txt U src/contrib/bind9/doc/rfc/rfc3493.txt U src/contrib/bind9/doc/rfc/rfc3513.txt U src/contrib/bind9/doc/rfc/rfc3596.txt U src/contrib/bind9/doc/rfc/rfc3597.txt U src/contrib/bind9/doc/rfc/rfc3645.txt U src/contrib/bind9/doc/rfc/rfc3655.txt U src/contrib/bind9/doc/rfc/rfc3658.txt N src/contrib/bind9/doc/rfc/rfc3757.txt U src/contrib/bind9/doc/rfc/rfc3833.txt U src/contrib/bind9/doc/rfc/rfc3845.txt N src/contrib/bind9/doc/rfc/rfc3901.txt N src/contrib/bind9/doc/rfc/rfc4025.txt N src/contrib/bind9/doc/rfc/rfc4033.txt N src/contrib/bind9/doc/rfc/rfc4034.txt N src/contrib/bind9/doc/rfc/rfc4035.txt N src/contrib/bind9/doc/rfc/rfc4074.txt N src/contrib/bind9/doc/rfc/rfc4159.txt U src/contrib/bind9/doc/rfc/rfc952.txt U src/contrib/bind9/lib/Makefile.in U src/contrib/bind9/lib/bind/Makefile.in U src/contrib/bind9/lib/bind/README U src/contrib/bind9/lib/bind/aclocal.m4 U src/contrib/bind9/lib/bind/api U src/contrib/bind9/lib/bind/config.h.in U src/contrib/bind9/lib/bind/configure U src/contrib/bind9/lib/bind/configure.in U src/contrib/bind9/lib/bind/mkinstalldirs U src/contrib/bind9/lib/bind/port_after.h.in U src/contrib/bind9/lib/bind/port_before.h.in U src/contrib/bind9/lib/bind/bsd/Makefile.in U src/contrib/bind9/lib/bind/bsd/daemon.c U src/contrib/bind9/lib/bind/bsd/ftruncate.c U src/contrib/bind9/lib/bind/bsd/gettimeofday.c U src/contrib/bind9/lib/bind/bsd/mktemp.c U src/contrib/bind9/lib/bind/bsd/putenv.c U src/contrib/bind9/lib/bind/bsd/readv.c U src/contrib/bind9/lib/bind/bsd/setenv.c U src/contrib/bind9/lib/bind/bsd/setitimer.c U src/contrib/bind9/lib/bind/bsd/strcasecmp.c U src/contrib/bind9/lib/bind/bsd/strdup.c U src/contrib/bind9/lib/bind/bsd/strerror.c U src/contrib/bind9/lib/bind/bsd/strpbrk.c U src/contrib/bind9/lib/bind/bsd/strsep.c U src/contrib/bind9/lib/bind/bsd/strtoul.c U src/contrib/bind9/lib/bind/bsd/utimes.c U src/contrib/bind9/lib/bind/bsd/writev.c U src/contrib/bind9/lib/bind/dst/Makefile.in U src/contrib/bind9/lib/bind/dst/dst_api.c U src/contrib/bind9/lib/bind/dst/dst_internal.h U src/contrib/bind9/lib/bind/dst/hmac_link.c U src/contrib/bind9/lib/bind/dst/md5.h U src/contrib/bind9/lib/bind/dst/md5_dgst.c U src/contrib/bind9/lib/bind/dst/md5_locl.h U src/contrib/bind9/lib/bind/dst/support.c U src/contrib/bind9/lib/bind/include/Makefile.in U src/contrib/bind9/lib/bind/include/fd_setsize.h U src/contrib/bind9/lib/bind/include/hesiod.h U src/contrib/bind9/lib/bind/include/irp.h U src/contrib/bind9/lib/bind/include/irs.h U src/contrib/bind9/lib/bind/include/netdb.h U src/contrib/bind9/lib/bind/include/netgroup.h U src/contrib/bind9/lib/bind/include/res_update.h U src/contrib/bind9/lib/bind/include/resolv.h N src/contrib/bind9/lib/bind/include/resolv_mt.h U src/contrib/bind9/lib/bind/include/arpa/nameser.h U src/contrib/bind9/lib/bind/include/arpa/inet.h U src/contrib/bind9/lib/bind/include/arpa/nameser_compat.h U src/contrib/bind9/lib/bind/include/isc/assertions.h U src/contrib/bind9/lib/bind/include/isc/ctl.h U src/contrib/bind9/lib/bind/include/isc/dst.h U src/contrib/bind9/lib/bind/include/isc/eventlib.h U src/contrib/bind9/lib/bind/include/isc/heap.h U src/contrib/bind9/lib/bind/include/isc/irpmarshall.h U src/contrib/bind9/lib/bind/include/isc/list.h U src/contrib/bind9/lib/bind/include/isc/logging.h U src/contrib/bind9/lib/bind/include/isc/memcluster.h U src/contrib/bind9/lib/bind/include/isc/misc.h U src/contrib/bind9/lib/bind/include/isc/tree.h U src/contrib/bind9/lib/bind/inet/Makefile.in U src/contrib/bind9/lib/bind/inet/inet_addr.c U src/contrib/bind9/lib/bind/inet/inet_cidr_ntop.c U src/contrib/bind9/lib/bind/inet/inet_cidr_pton.c U src/contrib/bind9/lib/bind/inet/inet_data.c U src/contrib/bind9/lib/bind/inet/inet_lnaof.c U src/contrib/bind9/lib/bind/inet/inet_makeaddr.c U src/contrib/bind9/lib/bind/inet/inet_net_ntop.c U src/contrib/bind9/lib/bind/inet/inet_net_pton.c U src/contrib/bind9/lib/bind/inet/inet_neta.c U src/contrib/bind9/lib/bind/inet/inet_netof.c U src/contrib/bind9/lib/bind/inet/inet_network.c U src/contrib/bind9/lib/bind/inet/inet_ntoa.c U src/contrib/bind9/lib/bind/inet/inet_ntop.c U src/contrib/bind9/lib/bind/inet/inet_pton.c U src/contrib/bind9/lib/bind/inet/nsap_addr.c U src/contrib/bind9/lib/bind/irs/Makefile.in U src/contrib/bind9/lib/bind/irs/dns.c U src/contrib/bind9/lib/bind/irs/dns_gr.c U src/contrib/bind9/lib/bind/irs/dns_ho.c U src/contrib/bind9/lib/bind/irs/dns_nw.c U src/contrib/bind9/lib/bind/irs/dns_p.h U src/contrib/bind9/lib/bind/irs/dns_pr.c U src/contrib/bind9/lib/bind/irs/dns_pw.c U src/contrib/bind9/lib/bind/irs/dns_sv.c U src/contrib/bind9/lib/bind/irs/gai_strerror.c U src/contrib/bind9/lib/bind/irs/gen.c U src/contrib/bind9/lib/bind/irs/gen_gr.c U src/contrib/bind9/lib/bind/irs/gen_ho.c U src/contrib/bind9/lib/bind/irs/gen_ng.c U src/contrib/bind9/lib/bind/irs/gen_nw.c U src/contrib/bind9/lib/bind/irs/gen_p.h U src/contrib/bind9/lib/bind/irs/gen_pr.c U src/contrib/bind9/lib/bind/irs/gen_pw.c U src/contrib/bind9/lib/bind/irs/gen_sv.c U src/contrib/bind9/lib/bind/irs/getaddrinfo.c U src/contrib/bind9/lib/bind/irs/getgrent.c U src/contrib/bind9/lib/bind/irs/getgrent_r.c U src/contrib/bind9/lib/bind/irs/gethostent.c U src/contrib/bind9/lib/bind/irs/irp.c U src/contrib/bind9/lib/bind/irs/gethostent_r.c U src/contrib/bind9/lib/bind/irs/getnameinfo.c U src/contrib/bind9/lib/bind/irs/getnetent.c U src/contrib/bind9/lib/bind/irs/getnetent_r.c U src/contrib/bind9/lib/bind/irs/getnetgrent.c U src/contrib/bind9/lib/bind/irs/getnetgrent_r.c U src/contrib/bind9/lib/bind/irs/getprotoent.c U src/contrib/bind9/lib/bind/irs/getprotoent_r.c U src/contrib/bind9/lib/bind/irs/getpwent.c U src/contrib/bind9/lib/bind/irs/getpwent_r.c U src/contrib/bind9/lib/bind/irs/getservent.c U src/contrib/bind9/lib/bind/irs/getservent_r.c U src/contrib/bind9/lib/bind/irs/hesiod.c U src/contrib/bind9/lib/bind/irs/hesiod_p.h U src/contrib/bind9/lib/bind/irs/irp_gr.c U src/contrib/bind9/lib/bind/irs/irp_ho.c U src/contrib/bind9/lib/bind/irs/irp_ng.c U src/contrib/bind9/lib/bind/irs/irp_nw.c U src/contrib/bind9/lib/bind/irs/irp_p.h U src/contrib/bind9/lib/bind/irs/irp_pr.c U src/contrib/bind9/lib/bind/irs/irp_pw.c U src/contrib/bind9/lib/bind/irs/irs_p.h U src/contrib/bind9/lib/bind/irs/irp_sv.c U src/contrib/bind9/lib/bind/irs/irs_data.c U src/contrib/bind9/lib/bind/irs/irpmarshall.c U src/contrib/bind9/lib/bind/irs/irs_data.h U src/contrib/bind9/lib/bind/irs/lcl.c U src/contrib/bind9/lib/bind/irs/lcl_gr.c U src/contrib/bind9/lib/bind/irs/lcl_ho.c U src/contrib/bind9/lib/bind/irs/lcl_ng.c U src/contrib/bind9/lib/bind/irs/lcl_nw.c U src/contrib/bind9/lib/bind/irs/lcl_p.h U src/contrib/bind9/lib/bind/irs/lcl_pr.c U src/contrib/bind9/lib/bind/irs/lcl_pw.c U src/contrib/bind9/lib/bind/irs/lcl_sv.c U src/contrib/bind9/lib/bind/irs/nis.c U src/contrib/bind9/lib/bind/irs/nis_gr.c U src/contrib/bind9/lib/bind/irs/nis_ho.c U src/contrib/bind9/lib/bind/irs/nis_ng.c U src/contrib/bind9/lib/bind/irs/nis_nw.c U src/contrib/bind9/lib/bind/irs/nis_p.h U src/contrib/bind9/lib/bind/irs/nis_pr.c U src/contrib/bind9/lib/bind/irs/nis_pw.c U src/contrib/bind9/lib/bind/irs/nis_sv.c U src/contrib/bind9/lib/bind/irs/nul_ng.c U src/contrib/bind9/lib/bind/irs/pathnames.h U src/contrib/bind9/lib/bind/irs/util.c U src/contrib/bind9/lib/bind/isc/Makefile.in U src/contrib/bind9/lib/bind/isc/assertions.c U src/contrib/bind9/lib/bind/isc/assertions.mdoc U src/contrib/bind9/lib/bind/isc/base64.c U src/contrib/bind9/lib/bind/isc/bitncmp.c U src/contrib/bind9/lib/bind/isc/bitncmp.mdoc U src/contrib/bind9/lib/bind/isc/ctl_clnt.c U src/contrib/bind9/lib/bind/isc/ctl_p.c U src/contrib/bind9/lib/bind/isc/ctl_p.h U src/contrib/bind9/lib/bind/isc/ctl_srvr.c U src/contrib/bind9/lib/bind/isc/ev_connects.c U src/contrib/bind9/lib/bind/isc/ev_files.c U src/contrib/bind9/lib/bind/isc/ev_streams.c U src/contrib/bind9/lib/bind/isc/ev_timers.c U src/contrib/bind9/lib/bind/isc/ev_waits.c U src/contrib/bind9/lib/bind/isc/eventlib.c U src/contrib/bind9/lib/bind/isc/eventlib.mdoc U src/contrib/bind9/lib/bind/isc/eventlib_p.h U src/contrib/bind9/lib/bind/isc/heap.c U src/contrib/bind9/lib/bind/isc/heap.mdoc U src/contrib/bind9/lib/bind/isc/hex.c U src/contrib/bind9/lib/bind/isc/logging.c U src/contrib/bind9/lib/bind/isc/logging.mdoc U src/contrib/bind9/lib/bind/isc/logging_p.h U src/contrib/bind9/lib/bind/isc/memcluster.c U src/contrib/bind9/lib/bind/isc/memcluster.mdoc U src/contrib/bind9/lib/bind/isc/movefile.c U src/contrib/bind9/lib/bind/isc/tree.c U src/contrib/bind9/lib/bind/isc/tree.mdoc U src/contrib/bind9/lib/bind/make/includes.in U src/contrib/bind9/lib/bind/make/mkdep.in U src/contrib/bind9/lib/bind/make/rules.in U src/contrib/bind9/lib/bind/nameser/Makefile.in U src/contrib/bind9/lib/bind/nameser/ns_date.c U src/contrib/bind9/lib/bind/nameser/ns_name.c U src/contrib/bind9/lib/bind/nameser/ns_netint.c U src/contrib/bind9/lib/bind/nameser/ns_parse.c U src/contrib/bind9/lib/bind/nameser/ns_print.c U src/contrib/bind9/lib/bind/nameser/ns_samedomain.c U src/contrib/bind9/lib/bind/nameser/ns_sign.c U src/contrib/bind9/lib/bind/nameser/ns_ttl.c U src/contrib/bind9/lib/bind/nameser/ns_verify.c U src/contrib/bind9/lib/bind/port/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/include/Makefile.in U src/contrib/bind9/lib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind9/lib/bind/resolv/Makefile.in U src/contrib/bind9/lib/bind/resolv/herror.c N src/contrib/bind9/lib/bind/resolv/mtctxres.c U src/contrib/bind9/lib/bind/resolv/res_comp.c U src/contrib/bind9/lib/bind/resolv/res_data.c U src/contrib/bind9/lib/bind/resolv/res_debug.c U src/contrib/bind9/lib/bind/resolv/res_debug.h U src/contrib/bind9/lib/bind/resolv/res_findzonecut.c U src/contrib/bind9/lib/bind/resolv/res_init.c U src/contrib/bind9/lib/bind/resolv/res_mkquery.c U src/contrib/bind9/lib/bind/resolv/res_mkupdate.c U src/contrib/bind9/lib/bind/resolv/res_mkupdate.h U src/contrib/bind9/lib/bind/resolv/res_private.h U src/contrib/bind9/lib/bind/resolv/res_query.c U src/contrib/bind9/lib/bind/resolv/res_send.c U src/contrib/bind9/lib/bind/resolv/res_sendsigned.c U src/contrib/bind9/lib/bind/resolv/res_update.c U src/contrib/bind9/lib/bind9/Makefile.in U src/contrib/bind9/lib/bind9/api U src/contrib/bind9/lib/bind9/check.c U src/contrib/bind9/lib/bind9/getaddresses.c U src/contrib/bind9/lib/bind9/version.c U src/contrib/bind9/lib/bind9/include/Makefile.in U src/contrib/bind9/lib/bind9/include/bind9/Makefile.in U src/contrib/bind9/lib/bind9/include/bind9/check.h U src/contrib/bind9/lib/bind9/include/bind9/getaddresses.h U src/contrib/bind9/lib/bind9/include/bind9/version.h U src/contrib/bind9/lib/dns/Makefile.in U src/contrib/bind9/lib/dns/acl.c U src/contrib/bind9/lib/dns/adb.c U src/contrib/bind9/lib/dns/api U src/contrib/bind9/lib/dns/byaddr.c U src/contrib/bind9/lib/dns/cache.c U src/contrib/bind9/lib/dns/callbacks.c U src/contrib/bind9/lib/dns/compress.c U src/contrib/bind9/lib/dns/db.c U src/contrib/bind9/lib/dns/dbiterator.c U src/contrib/bind9/lib/dns/dbtable.c U src/contrib/bind9/lib/dns/diff.c U src/contrib/bind9/lib/dns/dispatch.c U src/contrib/bind9/lib/dns/dnssec.c U src/contrib/bind9/lib/dns/ds.c U src/contrib/bind9/lib/dns/dst_api.c U src/contrib/bind9/lib/dns/dst_internal.h U src/contrib/bind9/lib/dns/dst_lib.c U src/contrib/bind9/lib/dns/dst_openssl.h U src/contrib/bind9/lib/dns/dst_parse.c U src/contrib/bind9/lib/dns/dst_parse.h U src/contrib/bind9/lib/dns/dst_result.c U src/contrib/bind9/lib/dns/forward.c U src/contrib/bind9/lib/dns/gen-unix.h U src/contrib/bind9/lib/dns/gen.c U src/contrib/bind9/lib/dns/gssapi_link.c U src/contrib/bind9/lib/dns/gssapictx.c U src/contrib/bind9/lib/dns/hmac_link.c U src/contrib/bind9/lib/dns/journal.c U src/contrib/bind9/lib/dns/key.c U src/contrib/bind9/lib/dns/keytable.c U src/contrib/bind9/lib/dns/lib.c U src/contrib/bind9/lib/dns/log.c U src/contrib/bind9/lib/dns/lookup.c U src/contrib/bind9/lib/dns/master.c U src/contrib/bind9/lib/dns/masterdump.c U src/contrib/bind9/lib/dns/message.c U src/contrib/bind9/lib/dns/name.c U src/contrib/bind9/lib/dns/ncache.c U src/contrib/bind9/lib/dns/nsec.c U src/contrib/bind9/lib/dns/openssl_link.c U src/contrib/bind9/lib/dns/openssldh_link.c U src/contrib/bind9/lib/dns/openssldsa_link.c U src/contrib/bind9/lib/dns/opensslrsa_link.c U src/contrib/bind9/lib/dns/order.c U src/contrib/bind9/lib/dns/peer.c U src/contrib/bind9/lib/dns/portlist.c U src/contrib/bind9/lib/dns/rbt.c U src/contrib/bind9/lib/dns/rbtdb.c U src/contrib/bind9/lib/dns/rbtdb.h U src/contrib/bind9/lib/dns/rbtdb64.c U src/contrib/bind9/lib/dns/rbtdb64.h U src/contrib/bind9/lib/dns/rcode.c U src/contrib/bind9/lib/dns/rdata.c U src/contrib/bind9/lib/dns/rdatalist.c U src/contrib/bind9/lib/dns/rdatalist_p.h U src/contrib/bind9/lib/dns/rdataset.c U src/contrib/bind9/lib/dns/rdatasetiter.c U src/contrib/bind9/lib/dns/rdataslab.c U src/contrib/bind9/lib/dns/request.c U src/contrib/bind9/lib/dns/resolver.c U src/contrib/bind9/lib/dns/result.c U src/contrib/bind9/lib/dns/rootns.c U src/contrib/bind9/lib/dns/sdb.c U src/contrib/bind9/lib/dns/soa.c U src/contrib/bind9/lib/dns/ssu.c U src/contrib/bind9/lib/dns/stats.c U src/contrib/bind9/lib/dns/tcpmsg.c U src/contrib/bind9/lib/dns/time.c U src/contrib/bind9/lib/dns/timer.c U src/contrib/bind9/lib/dns/tkey.c U src/contrib/bind9/lib/dns/tsig.c U src/contrib/bind9/lib/dns/ttl.c U src/contrib/bind9/lib/dns/validator.c U src/contrib/bind9/lib/dns/version.c U src/contrib/bind9/lib/dns/view.c U src/contrib/bind9/lib/dns/xfrin.c U src/contrib/bind9/lib/dns/zone.c U src/contrib/bind9/lib/dns/zonekey.c U src/contrib/bind9/lib/dns/zt.c U src/contrib/bind9/lib/dns/include/Makefile.in U src/contrib/bind9/lib/dns/include/dns/lookup.h U src/contrib/bind9/lib/dns/include/dns/Makefile.in U src/contrib/bind9/lib/dns/include/dns/acl.h U src/contrib/bind9/lib/dns/include/dns/adb.h U src/contrib/bind9/lib/dns/include/dns/bit.h U src/contrib/bind9/lib/dns/include/dns/byaddr.h U src/contrib/bind9/lib/dns/include/dns/cache.h U src/contrib/bind9/lib/dns/include/dns/callbacks.h U src/contrib/bind9/lib/dns/include/dns/cert.h U src/contrib/bind9/lib/dns/include/dns/compress.h U src/contrib/bind9/lib/dns/include/dns/db.h U src/contrib/bind9/lib/dns/include/dns/dbiterator.h U src/contrib/bind9/lib/dns/include/dns/dbtable.h U src/contrib/bind9/lib/dns/include/dns/diff.h U src/contrib/bind9/lib/dns/include/dns/dispatch.h U src/contrib/bind9/lib/dns/include/dns/dnssec.h U src/contrib/bind9/lib/dns/include/dns/ds.h U src/contrib/bind9/lib/dns/include/dns/events.h U src/contrib/bind9/lib/dns/include/dns/fixedname.h U src/contrib/bind9/lib/dns/include/dns/forward.h U src/contrib/bind9/lib/dns/include/dns/journal.h U src/contrib/bind9/lib/dns/include/dns/keyflags.h U src/contrib/bind9/lib/dns/include/dns/keytable.h U src/contrib/bind9/lib/dns/include/dns/keyvalues.h U src/contrib/bind9/lib/dns/include/dns/lib.h U src/contrib/bind9/lib/dns/include/dns/log.h U src/contrib/bind9/lib/dns/include/dns/master.h U src/contrib/bind9/lib/dns/include/dns/masterdump.h U src/contrib/bind9/lib/dns/include/dns/message.h U src/contrib/bind9/lib/dns/include/dns/name.h U src/contrib/bind9/lib/dns/include/dns/ncache.h U src/contrib/bind9/lib/dns/include/dns/nsec.h U src/contrib/bind9/lib/dns/include/dns/opcode.h U src/contrib/bind9/lib/dns/include/dns/order.h U src/contrib/bind9/lib/dns/include/dns/peer.h U src/contrib/bind9/lib/dns/include/dns/portlist.h U src/contrib/bind9/lib/dns/include/dns/rbt.h U src/contrib/bind9/lib/dns/include/dns/rcode.h U src/contrib/bind9/lib/dns/include/dns/rdata.h U src/contrib/bind9/lib/dns/include/dns/rdataclass.h U src/contrib/bind9/lib/dns/include/dns/rdatalist.h U src/contrib/bind9/lib/dns/include/dns/rdataset.h U src/contrib/bind9/lib/dns/include/dns/rdatasetiter.h U src/contrib/bind9/lib/dns/include/dns/rdataslab.h U src/contrib/bind9/lib/dns/include/dns/rdatatype.h U src/contrib/bind9/lib/dns/include/dns/request.h U src/contrib/bind9/lib/dns/include/dns/resolver.h U src/contrib/bind9/lib/dns/include/dns/result.h U src/contrib/bind9/lib/dns/include/dns/rootns.h U src/contrib/bind9/lib/dns/include/dns/sdb.h U src/contrib/bind9/lib/dns/include/dns/secalg.h U src/contrib/bind9/lib/dns/include/dns/soa.h U src/contrib/bind9/lib/dns/include/dns/secproto.h U src/contrib/bind9/lib/dns/include/dns/ssu.h U src/contrib/bind9/lib/dns/include/dns/stats.h U src/contrib/bind9/lib/dns/include/dns/tcpmsg.h U src/contrib/bind9/lib/dns/include/dns/time.h U src/contrib/bind9/lib/dns/include/dns/timer.h U src/contrib/bind9/lib/dns/include/dns/tkey.h U src/contrib/bind9/lib/dns/include/dns/tsig.h U src/contrib/bind9/lib/dns/include/dns/ttl.h U src/contrib/bind9/lib/dns/include/dns/types.h U src/contrib/bind9/lib/dns/include/dns/validator.h U src/contrib/bind9/lib/dns/include/dns/version.h U src/contrib/bind9/lib/dns/include/dns/view.h U src/contrib/bind9/lib/dns/include/dns/xfrin.h U src/contrib/bind9/lib/dns/include/dns/zone.h U src/contrib/bind9/lib/dns/include/dns/zonekey.h U src/contrib/bind9/lib/dns/include/dns/zt.h U src/contrib/bind9/lib/dns/include/dst/Makefile.in U src/contrib/bind9/lib/dns/include/dst/dst.h U src/contrib/bind9/lib/dns/include/dst/gssapi.h U src/contrib/bind9/lib/dns/include/dst/lib.h U src/contrib/bind9/lib/dns/include/dst/result.h U src/contrib/bind9/lib/dns/rdata/rdatastructpre.h U src/contrib/bind9/lib/dns/rdata/rdatastructsuf.h U src/contrib/bind9/lib/dns/rdata/any_255/tsig_250.c U src/contrib/bind9/lib/dns/rdata/any_255/tsig_250.h U src/contrib/bind9/lib/dns/rdata/generic/afsdb_18.c U src/contrib/bind9/lib/dns/rdata/generic/afsdb_18.h U src/contrib/bind9/lib/dns/rdata/generic/cert_37.c U src/contrib/bind9/lib/dns/rdata/generic/cert_37.h U src/contrib/bind9/lib/dns/rdata/generic/cname_5.c U src/contrib/bind9/lib/dns/rdata/generic/cname_5.h U src/contrib/bind9/lib/dns/rdata/generic/dlv_65323.c U src/contrib/bind9/lib/dns/rdata/generic/dlv_65323.h U src/contrib/bind9/lib/dns/rdata/generic/dname_39.c U src/contrib/bind9/lib/dns/rdata/generic/dname_39.h U src/contrib/bind9/lib/dns/rdata/generic/dnskey_48.c U src/contrib/bind9/lib/dns/rdata/generic/dnskey_48.h U src/contrib/bind9/lib/dns/rdata/generic/ds_43.c U src/contrib/bind9/lib/dns/rdata/generic/ds_43.h U src/contrib/bind9/lib/dns/rdata/generic/gpos_27.c U src/contrib/bind9/lib/dns/rdata/generic/gpos_27.h U src/contrib/bind9/lib/dns/rdata/generic/hinfo_13.c U src/contrib/bind9/lib/dns/rdata/generic/hinfo_13.h U src/contrib/bind9/lib/dns/rdata/generic/isdn_20.c U src/contrib/bind9/lib/dns/rdata/generic/isdn_20.h U src/contrib/bind9/lib/dns/rdata/generic/key_25.c U src/contrib/bind9/lib/dns/rdata/generic/key_25.h U src/contrib/bind9/lib/dns/rdata/generic/loc_29.c U src/contrib/bind9/lib/dns/rdata/generic/loc_29.h U src/contrib/bind9/lib/dns/rdata/generic/mb_7.c U src/contrib/bind9/lib/dns/rdata/generic/mb_7.h U src/contrib/bind9/lib/dns/rdata/generic/md_3.c U src/contrib/bind9/lib/dns/rdata/generic/md_3.h U src/contrib/bind9/lib/dns/rdata/generic/mf_4.c U src/contrib/bind9/lib/dns/rdata/generic/mf_4.h U src/contrib/bind9/lib/dns/rdata/generic/mg_8.c U src/contrib/bind9/lib/dns/rdata/generic/mg_8.h U src/contrib/bind9/lib/dns/rdata/generic/minfo_14.c U src/contrib/bind9/lib/dns/rdata/generic/minfo_14.h U src/contrib/bind9/lib/dns/rdata/generic/mr_9.c U src/contrib/bind9/lib/dns/rdata/generic/mr_9.h U src/contrib/bind9/lib/dns/rdata/generic/mx_15.c U src/contrib/bind9/lib/dns/rdata/generic/mx_15.h U src/contrib/bind9/lib/dns/rdata/generic/ns_2.c U src/contrib/bind9/lib/dns/rdata/generic/ns_2.h U src/contrib/bind9/lib/dns/rdata/generic/nsec_47.c U src/contrib/bind9/lib/dns/rdata/generic/nsec_47.h U src/contrib/bind9/lib/dns/rdata/generic/null_10.c U src/contrib/bind9/lib/dns/rdata/generic/null_10.h U src/contrib/bind9/lib/dns/rdata/generic/nxt_30.c U src/contrib/bind9/lib/dns/rdata/generic/nxt_30.h U src/contrib/bind9/lib/dns/rdata/generic/opt_41.c U src/contrib/bind9/lib/dns/rdata/generic/opt_41.h U src/contrib/bind9/lib/dns/rdata/generic/proforma.c U src/contrib/bind9/lib/dns/rdata/generic/proforma.h U src/contrib/bind9/lib/dns/rdata/generic/ptr_12.c U src/contrib/bind9/lib/dns/rdata/generic/ptr_12.h U src/contrib/bind9/lib/dns/rdata/generic/rp_17.c U src/contrib/bind9/lib/dns/rdata/generic/rp_17.h U src/contrib/bind9/lib/dns/rdata/generic/rrsig_46.c U src/contrib/bind9/lib/dns/rdata/generic/rrsig_46.h U src/contrib/bind9/lib/dns/rdata/generic/rt_21.c U src/contrib/bind9/lib/dns/rdata/generic/rt_21.h U src/contrib/bind9/lib/dns/rdata/generic/sig_24.c U src/contrib/bind9/lib/dns/rdata/generic/sig_24.h U src/contrib/bind9/lib/dns/rdata/generic/soa_6.c U src/contrib/bind9/lib/dns/rdata/generic/soa_6.h U src/contrib/bind9/lib/dns/rdata/generic/sshfp_44.c U src/contrib/bind9/lib/dns/rdata/generic/sshfp_44.h U src/contrib/bind9/lib/dns/rdata/generic/tkey_249.c U src/contrib/bind9/lib/dns/rdata/generic/tkey_249.h U src/contrib/bind9/lib/dns/rdata/generic/txt_16.c U src/contrib/bind9/lib/dns/rdata/generic/txt_16.h U src/contrib/bind9/lib/dns/rdata/generic/unspec_103.c U src/contrib/bind9/lib/dns/rdata/generic/unspec_103.h U src/contrib/bind9/lib/dns/rdata/generic/x25_19.c U src/contrib/bind9/lib/dns/rdata/generic/x25_19.h U src/contrib/bind9/lib/dns/rdata/hs_4/a_1.c U src/contrib/bind9/lib/dns/rdata/hs_4/a_1.h U src/contrib/bind9/lib/dns/rdata/in_1/a6_38.c U src/contrib/bind9/lib/dns/rdata/in_1/a6_38.h U src/contrib/bind9/lib/dns/rdata/in_1/a_1.c U src/contrib/bind9/lib/dns/rdata/in_1/a_1.h U src/contrib/bind9/lib/dns/rdata/in_1/aaaa_28.c U src/contrib/bind9/lib/dns/rdata/in_1/aaaa_28.h U src/contrib/bind9/lib/dns/rdata/in_1/apl_42.c U src/contrib/bind9/lib/dns/rdata/in_1/apl_42.h U src/contrib/bind9/lib/dns/rdata/in_1/kx_36.c U src/contrib/bind9/lib/dns/rdata/in_1/kx_36.h U src/contrib/bind9/lib/dns/rdata/in_1/naptr_35.c U src/contrib/bind9/lib/dns/rdata/in_1/naptr_35.h U src/contrib/bind9/lib/dns/rdata/in_1/nsap-ptr_23.c U src/contrib/bind9/lib/dns/rdata/in_1/nsap-ptr_23.h U src/contrib/bind9/lib/dns/rdata/in_1/nsap_22.c U src/contrib/bind9/lib/dns/rdata/in_1/nsap_22.h U src/contrib/bind9/lib/dns/rdata/in_1/px_26.c U src/contrib/bind9/lib/dns/rdata/in_1/px_26.h U src/contrib/bind9/lib/dns/rdata/in_1/srv_33.c U src/contrib/bind9/lib/dns/rdata/in_1/srv_33.h U src/contrib/bind9/lib/dns/rdata/in_1/wks_11.c U src/contrib/bind9/lib/dns/rdata/in_1/wks_11.h U src/contrib/bind9/lib/isc/Makefile.in U src/contrib/bind9/lib/isc/api U src/contrib/bind9/lib/isc/assertions.c U src/contrib/bind9/lib/isc/base64.c U src/contrib/bind9/lib/isc/bitstring.c U src/contrib/bind9/lib/isc/buffer.c U src/contrib/bind9/lib/isc/bufferlist.c U src/contrib/bind9/lib/isc/commandline.c U src/contrib/bind9/lib/isc/entropy.c U src/contrib/bind9/lib/isc/error.c U src/contrib/bind9/lib/isc/event.c U src/contrib/bind9/lib/isc/fsaccess.c U src/contrib/bind9/lib/isc/hash.c U src/contrib/bind9/lib/isc/heap.c U src/contrib/bind9/lib/isc/hex.c U src/contrib/bind9/lib/isc/hmacmd5.c U src/contrib/bind9/lib/isc/inet_aton.c U src/contrib/bind9/lib/isc/inet_ntop.c U src/contrib/bind9/lib/isc/inet_pton.c U src/contrib/bind9/lib/isc/lex.c U src/contrib/bind9/lib/isc/lfsr.c U src/contrib/bind9/lib/isc/lib.c U src/contrib/bind9/lib/isc/log.c U src/contrib/bind9/lib/isc/md5.c U src/contrib/bind9/lib/isc/mem.c U src/contrib/bind9/lib/isc/print.c U src/contrib/bind9/lib/isc/mutexblock.c U src/contrib/bind9/lib/isc/netaddr.c U src/contrib/bind9/lib/isc/netscope.c U src/contrib/bind9/lib/isc/ondestroy.c U src/contrib/bind9/lib/isc/parseint.c U src/contrib/bind9/lib/isc/quota.c U src/contrib/bind9/lib/isc/random.c U src/contrib/bind9/lib/isc/ratelimiter.c U src/contrib/bind9/lib/isc/region.c U src/contrib/bind9/lib/isc/result.c U src/contrib/bind9/lib/isc/rwlock.c U src/contrib/bind9/lib/isc/serial.c U src/contrib/bind9/lib/isc/sha1.c U src/contrib/bind9/lib/isc/sockaddr.c U src/contrib/bind9/lib/isc/string.c U src/contrib/bind9/lib/isc/strtoul.c U src/contrib/bind9/lib/isc/symtab.c U src/contrib/bind9/lib/isc/task.c U src/contrib/bind9/lib/isc/task_p.h U src/contrib/bind9/lib/isc/taskpool.c U src/contrib/bind9/lib/isc/timer.c U src/contrib/bind9/lib/isc/timer_p.h U src/contrib/bind9/lib/isc/version.c U src/contrib/bind9/lib/isc/include/Makefile.in U src/contrib/bind9/lib/isc/include/isc/magic.h U src/contrib/bind9/lib/isc/include/isc/Makefile.in U src/contrib/bind9/lib/isc/include/isc/app.h U src/contrib/bind9/lib/isc/include/isc/assertions.h U src/contrib/bind9/lib/isc/include/isc/base64.h U src/contrib/bind9/lib/isc/include/isc/bitstring.h U src/contrib/bind9/lib/isc/include/isc/boolean.h U src/contrib/bind9/lib/isc/include/isc/buffer.h U src/contrib/bind9/lib/isc/include/isc/bufferlist.h U src/contrib/bind9/lib/isc/include/isc/commandline.h U src/contrib/bind9/lib/isc/include/isc/entropy.h U src/contrib/bind9/lib/isc/include/isc/error.h U src/contrib/bind9/lib/isc/include/isc/event.h U src/contrib/bind9/lib/isc/include/isc/eventclass.h U src/contrib/bind9/lib/isc/include/isc/file.h U src/contrib/bind9/lib/isc/include/isc/formatcheck.h U src/contrib/bind9/lib/isc/include/isc/fsaccess.h U src/contrib/bind9/lib/isc/include/isc/hash.h U src/contrib/bind9/lib/isc/include/isc/heap.h U src/contrib/bind9/lib/isc/include/isc/hex.h U src/contrib/bind9/lib/isc/include/isc/hmacmd5.h U src/contrib/bind9/lib/isc/include/isc/interfaceiter.h U src/contrib/bind9/lib/isc/include/isc/ipv6.h U src/contrib/bind9/lib/isc/include/isc/lang.h U src/contrib/bind9/lib/isc/include/isc/lex.h U src/contrib/bind9/lib/isc/include/isc/lfsr.h U src/contrib/bind9/lib/isc/include/isc/lib.h U src/contrib/bind9/lib/isc/include/isc/list.h U src/contrib/bind9/lib/isc/include/isc/log.h U src/contrib/bind9/lib/isc/include/isc/msgcat.h U src/contrib/bind9/lib/isc/include/isc/md5.h U src/contrib/bind9/lib/isc/include/isc/mem.h U src/contrib/bind9/lib/isc/include/isc/netaddr.h U src/contrib/bind9/lib/isc/include/isc/msgs.h U src/contrib/bind9/lib/isc/include/isc/mutexblock.h U src/contrib/bind9/lib/isc/include/isc/netscope.h U src/contrib/bind9/lib/isc/include/isc/ondestroy.h U src/contrib/bind9/lib/isc/include/isc/os.h U src/contrib/bind9/lib/isc/include/isc/parseint.h U src/contrib/bind9/lib/isc/include/isc/platform.h.in U src/contrib/bind9/lib/isc/include/isc/print.h U src/contrib/bind9/lib/isc/include/isc/quota.h U src/contrib/bind9/lib/isc/include/isc/random.h U src/contrib/bind9/lib/isc/include/isc/ratelimiter.h U src/contrib/bind9/lib/isc/include/isc/refcount.h U src/contrib/bind9/lib/isc/include/isc/region.h U src/contrib/bind9/lib/isc/include/isc/resource.h U src/contrib/bind9/lib/isc/include/isc/result.h U src/contrib/bind9/lib/isc/include/isc/resultclass.h U src/contrib/bind9/lib/isc/include/isc/sha1.h U src/contrib/bind9/lib/isc/include/isc/rwlock.h U src/contrib/bind9/lib/isc/include/isc/serial.h U src/contrib/bind9/lib/isc/include/isc/sockaddr.h U src/contrib/bind9/lib/isc/include/isc/socket.h U src/contrib/bind9/lib/isc/include/isc/stdio.h U src/contrib/bind9/lib/isc/include/isc/stdlib.h U src/contrib/bind9/lib/isc/include/isc/string.h U src/contrib/bind9/lib/isc/include/isc/symtab.h U src/contrib/bind9/lib/isc/include/isc/task.h U src/contrib/bind9/lib/isc/include/isc/taskpool.h U src/contrib/bind9/lib/isc/include/isc/timer.h U src/contrib/bind9/lib/isc/include/isc/types.h U src/contrib/bind9/lib/isc/include/isc/util.h U src/contrib/bind9/lib/isc/include/isc/version.h U src/contrib/bind9/lib/isc/nls/Makefile.in U src/contrib/bind9/lib/isc/nls/msgcat.c U src/contrib/bind9/lib/isc/unix/Makefile.in U src/contrib/bind9/lib/isc/unix/app.c U src/contrib/bind9/lib/isc/unix/dir.c U src/contrib/bind9/lib/isc/unix/entropy.c U src/contrib/bind9/lib/isc/unix/errno2result.c U src/contrib/bind9/lib/isc/unix/errno2result.h U src/contrib/bind9/lib/isc/unix/file.c U src/contrib/bind9/lib/isc/unix/fsaccess.c U src/contrib/bind9/lib/isc/unix/ifiter_getifaddrs.c U src/contrib/bind9/lib/isc/unix/ifiter_ioctl.c U src/contrib/bind9/lib/isc/unix/ifiter_sysctl.c U src/contrib/bind9/lib/isc/unix/interfaceiter.c U src/contrib/bind9/lib/isc/unix/ipv6.c U src/contrib/bind9/lib/isc/unix/keyboard.c U src/contrib/bind9/lib/isc/unix/net.c U src/contrib/bind9/lib/isc/unix/os.c U src/contrib/bind9/lib/isc/unix/resource.c U src/contrib/bind9/lib/isc/unix/socket.c U src/contrib/bind9/lib/isc/unix/socket_p.h U src/contrib/bind9/lib/isc/unix/stdio.c U src/contrib/bind9/lib/isc/unix/stdtime.c U src/contrib/bind9/lib/isc/unix/strerror.c U src/contrib/bind9/lib/isc/unix/syslog.c U src/contrib/bind9/lib/isc/unix/time.c U src/contrib/bind9/lib/isc/unix/include/Makefile.in U src/contrib/bind9/lib/isc/unix/include/isc/Makefile.in U src/contrib/bind9/lib/isc/unix/include/isc/dir.h U src/contrib/bind9/lib/isc/unix/include/isc/int.h U src/contrib/bind9/lib/isc/unix/include/isc/keyboard.h U src/contrib/bind9/lib/isc/unix/include/isc/net.h U src/contrib/bind9/lib/isc/unix/include/isc/netdb.h U src/contrib/bind9/lib/isc/unix/include/isc/offset.h U src/contrib/bind9/lib/isc/unix/include/isc/stat.h U src/contrib/bind9/lib/isc/unix/include/isc/stdtime.h U src/contrib/bind9/lib/isc/unix/include/isc/strerror.h U src/contrib/bind9/lib/isc/unix/include/isc/syslog.h U src/contrib/bind9/lib/isc/unix/include/isc/time.h U src/contrib/bind9/lib/isc/nothreads/Makefile.in U src/contrib/bind9/lib/isc/nothreads/condition.c U src/contrib/bind9/lib/isc/nothreads/mutex.c U src/contrib/bind9/lib/isc/nothreads/thread.c U src/contrib/bind9/lib/isc/nothreads/include/Makefile.in U src/contrib/bind9/lib/isc/nothreads/include/isc/Makefile.in U src/contrib/bind9/lib/isc/nothreads/include/isc/condition.h U src/contrib/bind9/lib/isc/nothreads/include/isc/mutex.h U src/contrib/bind9/lib/isc/nothreads/include/isc/once.h U src/contrib/bind9/lib/isc/nothreads/include/isc/thread.h U src/contrib/bind9/lib/isc/pthreads/Makefile.in U src/contrib/bind9/lib/isc/pthreads/condition.c U src/contrib/bind9/lib/isc/pthreads/mutex.c U src/contrib/bind9/lib/isc/pthreads/thread.c U src/contrib/bind9/lib/isc/pthreads/include/Makefile.in U src/contrib/bind9/lib/isc/pthreads/include/isc/Makefile.in U src/contrib/bind9/lib/isc/pthreads/include/isc/condition.h U src/contrib/bind9/lib/isc/pthreads/include/isc/mutex.h U src/contrib/bind9/lib/isc/pthreads/include/isc/once.h U src/contrib/bind9/lib/isc/pthreads/include/isc/thread.h U src/contrib/bind9/lib/isccc/Makefile.in U src/contrib/bind9/lib/isccc/alist.c U src/contrib/bind9/lib/isccc/api U src/contrib/bind9/lib/isccc/base64.c U src/contrib/bind9/lib/isccc/cc.c U src/contrib/bind9/lib/isccc/ccmsg.c U src/contrib/bind9/lib/isccc/lib.c U src/contrib/bind9/lib/isccc/result.c U src/contrib/bind9/lib/isccc/sexpr.c U src/contrib/bind9/lib/isccc/symtab.c U src/contrib/bind9/lib/isccc/version.c U src/contrib/bind9/lib/isccc/include/Makefile.in U src/contrib/bind9/lib/isccc/include/isccc/Makefile.in U src/contrib/bind9/lib/isccc/include/isccc/alist.h U src/contrib/bind9/lib/isccc/include/isccc/base64.h U src/contrib/bind9/lib/isccc/include/isccc/cc.h U src/contrib/bind9/lib/isccc/include/isccc/ccmsg.h U src/contrib/bind9/lib/isccc/include/isccc/events.h U src/contrib/bind9/lib/isccc/include/isccc/lib.h U src/contrib/bind9/lib/isccc/include/isccc/result.h U src/contrib/bind9/lib/isccc/include/isccc/sexpr.h U src/contrib/bind9/lib/isccc/include/isccc/symtab.h U src/contrib/bind9/lib/isccc/include/isccc/symtype.h U src/contrib/bind9/lib/isccc/include/isccc/types.h U src/contrib/bind9/lib/isccc/include/isccc/util.h U src/contrib/bind9/lib/isccc/include/isccc/version.h U src/contrib/bind9/lib/isccfg/Makefile.in U src/contrib/bind9/lib/isccfg/api U src/contrib/bind9/lib/isccfg/log.c U src/contrib/bind9/lib/isccfg/namedconf.c U src/contrib/bind9/lib/isccfg/parser.c U src/contrib/bind9/lib/isccfg/version.c U src/contrib/bind9/lib/isccfg/include/Makefile.in U src/contrib/bind9/lib/isccfg/include/isccfg/Makefile.in U src/contrib/bind9/lib/isccfg/include/isccfg/cfg.h U src/contrib/bind9/lib/isccfg/include/isccfg/grammar.h U src/contrib/bind9/lib/isccfg/include/isccfg/log.h U src/contrib/bind9/lib/isccfg/include/isccfg/namedconf.h U src/contrib/bind9/lib/isccfg/include/isccfg/version.h U src/contrib/bind9/lib/lwres/Makefile.in U src/contrib/bind9/lib/lwres/api U src/contrib/bind9/lib/lwres/assert_p.h U src/contrib/bind9/lib/lwres/context.c U src/contrib/bind9/lib/lwres/context_p.h U src/contrib/bind9/lib/lwres/gai_strerror.c U src/contrib/bind9/lib/lwres/getaddrinfo.c U src/contrib/bind9/lib/lwres/gethost.c U src/contrib/bind9/lib/lwres/getipnode.c U src/contrib/bind9/lib/lwres/getnameinfo.c U src/contrib/bind9/lib/lwres/getrrset.c U src/contrib/bind9/lib/lwres/herror.c U src/contrib/bind9/lib/lwres/lwbuffer.c U src/contrib/bind9/lib/lwres/lwconfig.c U src/contrib/bind9/lib/lwres/lwinetaton.c U src/contrib/bind9/lib/lwres/lwinetntop.c U src/contrib/bind9/lib/lwres/lwinetpton.c U src/contrib/bind9/lib/lwres/lwpacket.c U src/contrib/bind9/lib/lwres/lwres_gabn.c U src/contrib/bind9/lib/lwres/lwres_gnba.c U src/contrib/bind9/lib/lwres/lwresutil.c U src/contrib/bind9/lib/lwres/lwres_grbn.c U src/contrib/bind9/lib/lwres/lwres_noop.c U src/contrib/bind9/lib/lwres/print.c U src/contrib/bind9/lib/lwres/print_p.h N src/contrib/bind9/lib/lwres/strtoul.c U src/contrib/bind9/lib/lwres/version.c U src/contrib/bind9/lib/lwres/include/Makefile.in U src/contrib/bind9/lib/lwres/include/lwres/Makefile.in U src/contrib/bind9/lib/lwres/include/lwres/context.h U src/contrib/bind9/lib/lwres/include/lwres/int.h U src/contrib/bind9/lib/lwres/include/lwres/ipv6.h U src/contrib/bind9/lib/lwres/include/lwres/lang.h U src/contrib/bind9/lib/lwres/include/lwres/list.h U src/contrib/bind9/lib/lwres/include/lwres/lwbuffer.h U src/contrib/bind9/lib/lwres/include/lwres/lwpacket.h U src/contrib/bind9/lib/lwres/include/lwres/lwres.h U src/contrib/bind9/lib/lwres/include/lwres/netdb.h.in U src/contrib/bind9/lib/lwres/include/lwres/platform.h.in U src/contrib/bind9/lib/lwres/include/lwres/result.h N src/contrib/bind9/lib/lwres/include/lwres/stdlib.h U src/contrib/bind9/lib/lwres/include/lwres/version.h U src/contrib/bind9/lib/lwres/man/Makefile.in U src/contrib/bind9/lib/lwres/man/lwres.3 U src/contrib/bind9/lib/lwres/man/lwres.docbook U src/contrib/bind9/lib/lwres/man/lwres.html U src/contrib/bind9/lib/lwres/man/lwres_buffer.3 U src/contrib/bind9/lib/lwres/man/lwres_buffer.docbook U src/contrib/bind9/lib/lwres/man/lwres_buffer.html U src/contrib/bind9/lib/lwres/man/lwres_config.3 U src/contrib/bind9/lib/lwres/man/lwres_config.docbook U src/contrib/bind9/lib/lwres/man/lwres_config.html U src/contrib/bind9/lib/lwres/man/lwres_context.3 U src/contrib/bind9/lib/lwres/man/lwres_context.docbook U src/contrib/bind9/lib/lwres/man/lwres_context.html U src/contrib/bind9/lib/lwres/man/lwres_gabn.3 U src/contrib/bind9/lib/lwres/man/lwres_gabn.docbook U src/contrib/bind9/lib/lwres/man/lwres_gabn.html U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.3 U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.docbook U src/contrib/bind9/lib/lwres/man/lwres_gai_strerror.html U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.3 U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.docbook U src/contrib/bind9/lib/lwres/man/lwres_getaddrinfo.html U src/contrib/bind9/lib/lwres/man/lwres_gethostent.3 U src/contrib/bind9/lib/lwres/man/lwres_gethostent.docbook U src/contrib/bind9/lib/lwres/man/lwres_gethostent.html U src/contrib/bind9/lib/lwres/man/lwres_getipnode.3 U src/contrib/bind9/lib/lwres/man/lwres_getipnode.docbook U src/contrib/bind9/lib/lwres/man/lwres_getipnode.html U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.3 U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.docbook U src/contrib/bind9/lib/lwres/man/lwres_getnameinfo.html U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.3 U src/contrib/bind9/lib/lwres/man/lwres_gnba.3 U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.docbook U src/contrib/bind9/lib/lwres/man/lwres_getrrsetbyname.html U src/contrib/bind9/lib/lwres/man/lwres_gnba.docbook U src/contrib/bind9/lib/lwres/man/lwres_gnba.html U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.3 U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.docbook U src/contrib/bind9/lib/lwres/man/lwres_hstrerror.html U src/contrib/bind9/lib/lwres/man/lwres_inetntop.3 U src/contrib/bind9/lib/lwres/man/lwres_inetntop.docbook U src/contrib/bind9/lib/lwres/man/lwres_inetntop.html U src/contrib/bind9/lib/lwres/man/lwres_noop.3 U src/contrib/bind9/lib/lwres/man/lwres_noop.docbook U src/contrib/bind9/lib/lwres/man/lwres_noop.html U src/contrib/bind9/lib/lwres/man/lwres_packet.3 U src/contrib/bind9/lib/lwres/man/lwres_packet.docbook U src/contrib/bind9/lib/lwres/man/lwres_packet.html U src/contrib/bind9/lib/lwres/man/lwres_resutil.3 U src/contrib/bind9/lib/lwres/man/lwres_resutil.docbook U src/contrib/bind9/lib/lwres/man/lwres_resutil.html U src/contrib/bind9/lib/lwres/unix/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/lwres/Makefile.in U src/contrib/bind9/lib/lwres/unix/include/lwres/net.h U src/contrib/bind9/make/Makefile.in U src/contrib/bind9/make/includes.in U src/contrib/bind9/make/mkdep.in U src/contrib/bind9/make/rules.in No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:23:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205E116A420; Thu, 29 Dec 2005 04:23:55 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4535443D60; Thu, 29 Dec 2005 04:23:54 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4NsOd000594; Thu, 29 Dec 2005 04:23:54 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4Ns39000593; Thu, 29 Dec 2005 04:23:54 GMT (envelope-from grehan) Message-Id: <200512290423.jBT4Ns39000593@repoman.freebsd.org> From: Peter Grehan Date: Thu, 29 Dec 2005 04:23:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/gprof powerpc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:23:55 -0000 grehan 2005-12-29 04:23:54 UTC FreeBSD src repository Added files: usr.bin/gprof powerpc.h Log: clone i386.h for powerpc Revision Changes Path 1.1 +44 -0 src/usr.bin/gprof/powerpc.h (new) From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:26:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A4A16A41F; Thu, 29 Dec 2005 04:26:14 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C983143D58; Thu, 29 Dec 2005 04:26:13 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4QDq7001029; Thu, 29 Dec 2005 04:26:13 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4QDlg001028; Thu, 29 Dec 2005 04:26:13 GMT (envelope-from dougb) Message-Id: <200512290426.jBT4QDlg001028@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Dec 2005 04:26:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bind9/bin/dnssec dnssec-makekeyset.8 dnssec-makekeyset.c dnssec-makekeyset.docbook dnssec-makekeyset.html dnssec-signkey.8 dnssec-signkey.c dnssec-signkey.docbook dnssec-signkey.html src/contrib/bind9/doc/arm isc.color.gif nominum-docbook-html.dsl.in ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:26:14 -0000 dougb 2005-12-29 04:26:13 UTC FreeBSD src repository Removed files: contrib/bind9/bin/dnssec dnssec-makekeyset.8 dnssec-makekeyset.c dnssec-makekeyset.docbook dnssec-makekeyset.html dnssec-signkey.8 dnssec-signkey.c dnssec-signkey.docbook dnssec-signkey.html contrib/bind9/doc/arm isc.color.gif nominum-docbook-html.dsl.in nominum-docbook-print.dsl.in validate.sh.in contrib/bind9/doc/draft draft-ietf-dnsext-dhcid-rr-08.txt draft-ietf-dnsext-dnssec-intro-11.txt draft-ietf-dnsext-dnssec-protocol-07.txt draft-ietf-dnsext-dnssec-records-09.txt draft-ietf-dnsext-insensitive-04.txt draft-ietf-dnsext-interop3597-01.txt draft-ietf-dnsext-mdns-33.txt draft-ietf-dnsext-tkey-renewal-mode-04.txt draft-ietf-dnsext-tsig-sha-00.txt draft-ietf-dnsext-wcard-clarify-02.txt draft-ietf-dnsop-bad-dns-res-02.txt draft-ietf-dnsop-dnssec-operational-practices-01.txt draft-ietf-dnsop-ipv6-dns-configuration-02.txt draft-ietf-dnsop-ipv6-dns-issues-09.txt draft-ietf-dnsop-key-rollover-requirements-01.txt draft-ietf-dnsop-misbehavior-against-aaaa-00.txt draft-ietf-dnsop-respsize-01.txt draft-ietf-dnsop-serverid-02.txt draft-ietf-ipseckey-rr-09.txt Log: Remove files no longer in the BIND 9 distribution Revision Changes Path 1.2 +0 -113 src/contrib/bind9/bin/dnssec/dnssec-makekeyset.8 (dead) 1.2 +0 -401 src/contrib/bind9/bin/dnssec/dnssec-makekeyset.c (dead) 1.2 +0 -233 src/contrib/bind9/bin/dnssec/dnssec-makekeyset.docbook (dead) 1.2 +0 -407 src/contrib/bind9/bin/dnssec/dnssec-makekeyset.html (dead) 1.2 +0 -108 src/contrib/bind9/bin/dnssec/dnssec-signkey.8 (dead) 1.2 +0 -448 src/contrib/bind9/bin/dnssec/dnssec-signkey.c (dead) 1.2 +0 -237 src/contrib/bind9/bin/dnssec/dnssec-signkey.docbook (dead) 1.2 +0 -407 src/contrib/bind9/bin/dnssec/dnssec-signkey.html (dead) 1.2 +0 -39 src/contrib/bind9/doc/arm/isc.color.gif (dead) 1.2 +0 -148 src/contrib/bind9/doc/arm/nominum-docbook-html.dsl.in (dead) 1.2 +0 -42 src/contrib/bind9/doc/arm/nominum-docbook-print.dsl.in (dead) 1.2 +0 -21 src/contrib/bind9/doc/arm/validate.sh.in (dead) 1.2 +0 -561 src/contrib/bind9/doc/draft/draft-ietf-dnsext-dhcid-rr-08.txt (dead) 1.2 +0 -1457 src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-intro-11.txt (dead) 1.2 +0 -3193 src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-protocol-07.txt (dead) 1.2 +0 -1849 src/contrib/bind9/doc/draft/draft-ietf-dnsext-dnssec-records-09.txt (dead) 1.2 +0 -639 src/contrib/bind9/doc/draft/draft-ietf-dnsext-insensitive-04.txt (dead) 1.2 +0 -335 src/contrib/bind9/doc/draft/draft-ietf-dnsext-interop3597-01.txt (dead) 1.2 +0 -1559 src/contrib/bind9/doc/draft/draft-ietf-dnsext-mdns-33.txt (dead) 1.2 +0 -1235 src/contrib/bind9/doc/draft/draft-ietf-dnsext-tkey-renewal-mode-04.txt (dead) 1.2 +0 -466 src/contrib/bind9/doc/draft/draft-ietf-dnsext-tsig-sha-00.txt (dead) 1.2 +0 -1010 src/contrib/bind9/doc/draft/draft-ietf-dnsext-wcard-clarify-02.txt (dead) 1.2 +0 -1120 src/contrib/bind9/doc/draft/draft-ietf-dnsop-bad-dns-res-02.txt (dead) 1.2 +0 -1344 src/contrib/bind9/doc/draft/draft-ietf-dnsop-dnssec-operational-practices-01.txt (dead) 1.2 +0 -1321 src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-configuration-02.txt (dead) 1.2 +0 -1969 src/contrib/bind9/doc/draft/draft-ietf-dnsop-ipv6-dns-issues-09.txt (dead) 1.2 +0 -391 src/contrib/bind9/doc/draft/draft-ietf-dnsop-key-rollover-requirements-01.txt (dead) 1.2 +0 -505 src/contrib/bind9/doc/draft/draft-ietf-dnsop-misbehavior-against-aaaa-00.txt (dead) 1.2 +0 -485 src/contrib/bind9/doc/draft/draft-ietf-dnsop-respsize-01.txt (dead) 1.2 +0 -617 src/contrib/bind9/doc/draft/draft-ietf-dnsop-serverid-02.txt (dead) 1.2 +0 -951 src/contrib/bind9/doc/draft/draft-ietf-ipseckey-rr-09.txt (dead) From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:29:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1FA16A41F; Thu, 29 Dec 2005 04:29:04 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345D543D5C; Thu, 29 Dec 2005 04:29:04 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4T4Lg001275; Thu, 29 Dec 2005 04:29:04 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4T4SR001274; Thu, 29 Dec 2005 04:29:04 GMT (envelope-from dougb) Message-Id: <200512290429.jBT4T4SR001274@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Dec 2005 04:29:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/bind config.h src/lib/bind/bind config.h port_after.h port_before.h src/lib/bind/isc/isc platform.h src/lib/bind/lwres/lwres platform.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:29:04 -0000 dougb 2005-12-29 04:29:04 UTC FreeBSD src repository Modified files: lib/bind config.h lib/bind/bind config.h port_after.h port_before.h lib/bind/isc/isc platform.h lib/bind/lwres/lwres platform.h Log: Updated versions of header files generated per the instructions in src/contrib/bind9/FREEBSD-Upgrade for the 9.2.3 import Revision Changes Path 1.3 +4 -0 src/lib/bind/bind/config.h 1.2 +20 -4 src/lib/bind/bind/port_after.h 1.2 +9 -1 src/lib/bind/bind/port_before.h 1.4 +16 -7 src/lib/bind/config.h 1.3 +1 -1 src/lib/bind/isc/isc/platform.h 1.2 +11 -1 src/lib/bind/lwres/lwres/platform.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:30:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60A116A420; Thu, 29 Dec 2005 04:30:03 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687EF43D55; Thu, 29 Dec 2005 04:30:03 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4U3GY001360; Thu, 29 Dec 2005 04:30:03 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4U3mX001359; Thu, 29 Dec 2005 04:30:03 GMT (envelope-from grehan) Message-Id: <200512290430.jBT4U3mX001359@repoman.freebsd.org> From: Peter Grehan Date: Thu, 29 Dec 2005 04:30:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 04:30:04 -0000 grehan 2005-12-29 04:30:03 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Build gprof for powerpc now. Revision Changes Path 1.286 +0 -2 src/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 29 04:41:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F1416A41F; Thu, 29 Dec 2005 04:41:10 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2437243D60; Thu, 29 Dec 2005 04:41:10 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT4f9u4002669; Thu, 29 Dec 2005 04:41:09 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT4f9tC002668; Thu, 29 Dec 2005 04:41:09 GMT (envelope-from dougb) Message-Id: <200512290441.jBT4f9tC002668@repoman.freebsd.org> From: Doug Barton Date: Thu, 29 Dec 2005 04:41:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bind9 FREEBSD-Upgrade FREEBSD-Xlist X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 04:41:10 -0000 dougb 2005-12-29 04:41:09 UTC FreeBSD src repository Modified files: contrib/bind9 FREEBSD-Upgrade FREEBSD-Xlist Log: Minor updates relative to the 9.2.3 import Revision Changes Path 1.6 +2 -2 src/contrib/bind9/FREEBSD-Upgrade 1.4 +4 -0 src/contrib/bind9/FREEBSD-Xlist From owner-cvs-src@FreeBSD.ORG Thu Dec 29 05:25:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C97416A41F; Thu, 29 Dec 2005 05:25:41 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2688643D5D; Thu, 29 Dec 2005 05:25:41 +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 jBT5Pf37011834; Thu, 29 Dec 2005 05:25:41 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT5Pf15011833; Thu, 29 Dec 2005 05:25:41 GMT (envelope-from sobomax) Message-Id: <200512290525.jBT5Pf15011833@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 05:25:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 05:25:41 -0000 sobomax 2005-12-29 05:25:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c Log: MFC: in the re_shutdown() mark interface as down since otherwise we will panic if interrupt comes in later on, which can happen in some uncommon cases. Revision Changes Path 1.46.2.10 +7 -0 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 05:30:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC40516A41F; Thu, 29 Dec 2005 05:30:39 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6999543D45; Thu, 29 Dec 2005 05:30:39 +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 jBT5UdtF012228; Thu, 29 Dec 2005 05:30:39 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT5UdS1012227; Thu, 29 Dec 2005 05:30:39 GMT (envelope-from sobomax) Message-Id: <200512290530.jBT5UdS1012227@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 05:30:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c if_cdcereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 05:30:40 -0000 sobomax 2005-12-29 05:30:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb if_cdce.c if_cdcereg.h Log: MFC: add dummy support for ifmedia subsystem. This allows devd to see cdce as an ethernet device and configure IP etc. Revision Changes Path 1.7.2.4 +31 -0 src/sys/dev/usb/if_cdce.c 1.5.2.1 +1 -0 src/sys/dev/usb/if_cdcereg.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 05:34:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703FD16A41F; Thu, 29 Dec 2005 05:34:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BF843D46; Thu, 29 Dec 2005 05:34:47 +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 jBT5YlqD012357; Thu, 29 Dec 2005 05:34:47 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT5YlDW012356; Thu, 29 Dec 2005 05:34:47 GMT (envelope-from sobomax) Message-Id: <200512290534.jBT5YlDW012356@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 05:34:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/bde g_bde_lock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 05:34:47 -0000 sobomax 2005-12-29 05:34:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/bde g_bde_lock.c Log: MFC: kill leading witespace. Revision Changes Path 1.16.2.1 +1 -1 src/sys/geom/bde/g_bde_lock.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 05:59:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF62C16A41F; Thu, 29 Dec 2005 05:59:51 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA6D43D4C; Thu, 29 Dec 2005 05:59:51 +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 jBT5xpMA013785; Thu, 29 Dec 2005 05:59:51 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT5xpLi013784; Thu, 29 Dec 2005 05:59:51 GMT (envelope-from sobomax) Message-Id: <200512290559.jBT5xpLi013784@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 05:59:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/label g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c src/sys/geom/raid3 g_raid3.c src/sys/geom/uzip g_uzip.c src/sys/geom/eli g_eli.c src/sys/geom geom_aes.c geom_apple.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 05:59:52 -0000 sobomax 2005-12-29 05:59:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/mirror g_mirror.c sys/geom/label g_label_ufs.c g_label_iso9660.c g_label_msdosfs.c sys/geom/raid3 g_raid3.c sys/geom/uzip g_uzip.c sys/geom/eli g_eli.c sys/geom geom_aes.c geom_apple.c geom_bsd.c geom_fox.c geom_gpt.c geom_mbr.c geom_pc98.c geom_sunlabel.c geom_vol_ffs.c Log: MFC: check for g_read_data(9) errors properly. Revision Changes Path 1.3.2.5 +1 -1 src/sys/geom/eli/g_eli.c 1.28.2.1 +2 -2 src/sys/geom/geom_aes.c 1.16.8.1 +7 -7 src/sys/geom/geom_apple.c 1.73.2.1 +3 -4 src/sys/geom/geom_bsd.c 1.9.2.1 +2 -2 src/sys/geom/geom_fox.c 1.32.2.1 +4 -4 src/sys/geom/geom_gpt.c 1.65.2.2 +4 -4 src/sys/geom/geom_mbr.c 1.53.2.2 +2 -2 src/sys/geom/geom_pc98.c 1.44.2.1 +2 -2 src/sys/geom/geom_sunlabel.c 1.14.2.1 +3 -3 src/sys/geom/geom_vol_ffs.c 1.1.8.2 +3 -3 src/sys/geom/label/g_label_iso9660.c 1.1.8.1 +3 -3 src/sys/geom/label/g_label_msdosfs.c 1.3.2.1 +3 -3 src/sys/geom/label/g_label_ufs.c 1.66.2.1 +1 -1 src/sys/geom/mirror/g_mirror.c 1.40.2.3 +1 -1 src/sys/geom/raid3/g_raid3.c 1.4.2.2 +4 -4 src/sys/geom/uzip/g_uzip.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 06:04:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C3C16A41F; Thu, 29 Dec 2005 06:04:52 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9139F43D53; Thu, 29 Dec 2005 06:04:51 +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 jBT64pfq014010; Thu, 29 Dec 2005 06:04:51 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT64pAm014009; Thu, 29 Dec 2005 06:04:51 GMT (envelope-from sobomax) Message-Id: <200512290604.jBT64pAm014009@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 06:04:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 06:04:52 -0000 sobomax 2005-12-29 06:04:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/newsyslog newsyslog.c Log: MFC: fix logic error which causes to be printed instead of the actual file name in error message. Revision Changes Path 1.101.2.1 +1 -1 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 06:22:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44CA616A41F; Thu, 29 Dec 2005 06:22:40 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E6D343D4C; Thu, 29 Dec 2005 06:22:38 +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 jBT6Mcxx014910; Thu, 29 Dec 2005 06:22:38 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT6McJH014909; Thu, 29 Dec 2005 06:22:38 GMT (envelope-from sobomax) Message-Id: <200512290622.jBT6McJH014909@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 06:22:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/geom/label g_label.c g_label.h g_label_ntfs.c src/sys/modules/geom/geom_label Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 06:22:40 -0000 sobomax 2005-12-29 06:22:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/geom/label g_label.c g_label.h sys/modules/geom/geom_label Makefile Added files: (Branch: RELENG_6) sys/geom/label g_label_ntfs.c Log: MFC: NTFS label recognition module for geom_label(4). Revision Changes Path 1.1031.2.13 +1 -0 src/sys/conf/files 1.13.2.3 +1 -0 src/sys/geom/label/g_label.c 1.4.2.2 +1 -0 src/sys/geom/label/g_label.h 1.5.2.1 +123 -0 src/sys/geom/label/g_label_ntfs.c (new) 1.1.8.2 +1 -0 src/sys/modules/geom/geom_label/Makefile From owner-cvs-src@FreeBSD.ORG Thu Dec 29 07:50:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C9616A41F; Thu, 29 Dec 2005 07:50:42 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7371843D4C; Thu, 29 Dec 2005 07:50:41 +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 jBT7oeQW065200; Thu, 29 Dec 2005 09:50:40 +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 05758-02-2; Thu, 29 Dec 2005 09:50:38 +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 jBT7mHP3065116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Dec 2005 09:48:18 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jBT7mU23052505; Thu, 29 Dec 2005 09:48:30 +0200 (EET) (envelope-from ru) Date: Thu, 29 Dec 2005 09:48:29 +0200 From: Ruslan Ermilov To: Doug Barton Message-ID: <20051229074829.GA54743@ip.net.ua> References: <200512290426.jBT4QDlg001028@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <200512290426.jBT4QDlg001028@repoman.freebsd.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/bin/dnssec dnssec-makekeyset.8 dnssec-makekeyset.c dnssec-makekeyset.docbook dnssec-makekeyset.html dnssec-signkey.8 dnssec-signkey.c dnssec-signkey.docbook dnssec-signkey.html src/contrib/bind9/doc/arm isc.color.gif nominum-docbook-html.dsl.in ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 07:50:42 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 29, 2005 at 04:26:13AM +0000, Doug Barton wrote: > dougb 2005-12-29 04:26:13 UTC >=20 > FreeBSD src repository >=20 > Removed files: > contrib/bind9/bin/dnssec dnssec-makekeyset.8=20 > dnssec-makekeyset.c=20 > dnssec-makekeyset.docbook=20 > dnssec-makekeyset.html=20 > dnssec-signkey.8 dnssec-signkey.c=20 > dnssec-signkey.docbook=20 > dnssec-signkey.html=20 [...] > Log: > Remove files no longer in the BIND 9 distribution > =20 Wrong. They should have been cvs-removed on the vendor branch. This would give the following benefits: 1) No conflicts. Now there are conflicts from the CVS's point of view: it now looks like we removed these files locally in FreeBSD while the vendor still has them. If any of the removed files will be added by the vendor later, then the next import will flag the conflict. 2) cvs checkout on the vendor branch (ISC) would produce the same contents as cvs checkout of the latest imported version (BIND_9_3_1). 3) Vendor-removed files would appear removed on the trunk (HEAD) checkout, except those locally modified. The main point of all of this is that it's the vendor who removed these files, not FreeBSD. We remove files on trunk (HEAD) when we don't need them locally but vendor still ships them and we still import them (example would be Windows-only files). P.S. There's no way to recover from the breakage except for taking these files out of the CVS backup, but it's still a good idea to also remove them on the vendor (ISC) branch. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDs5TNqRfpzJluFF4RAkKeAJwPIyT6CLkOdwPzHxrUzrK2y8vm/QCfVe62 uJ+8RLI8sJMu1IsY92SYN4I= =YpEW -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-cvs-src@FreeBSD.ORG Thu Dec 29 08:28:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE1B16A41F; Thu, 29 Dec 2005 08:28:03 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A3A43D68; Thu, 29 Dec 2005 08:28:02 +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 jBT8S2XZ020320; Thu, 29 Dec 2005 08:28:02 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT8S28W020319; Thu, 29 Dec 2005 08:28:02 GMT (envelope-from ps) Message-Id: <200512290828.jBT8S28W020319@repoman.freebsd.org> From: Paul Saab Date: Thu, 29 Dec 2005 08:28:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 08:28:03 -0000 ps 2005-12-29 08:28:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ciss ciss.c Log: MFC: rev 1.67 It seems ciss should ignore overrun and underrun on a SCSI INQUIRY command. This fixes some weird booting issues on newer versions of the firmware on the MSA20. Revision Changes Path 1.64.2.2 +4 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 09:39:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534D716A41F; Thu, 29 Dec 2005 09:39:18 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04ED943D4C; Thu, 29 Dec 2005 09:39:18 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT9dHO1030744; Thu, 29 Dec 2005 09:39:17 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT9dGae030743; Thu, 29 Dec 2005 09:39:16 GMT (envelope-from thompsa) Message-Id: <200512290939.jBT9dGae030743@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 29 Dec 2005 09:39:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 09:39:18 -0000 thompsa 2005-12-29 09:39:16 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 sys/net if_bridge.c Log: When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP and ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to still bridge non-IP packets if desired. Also return early if all pfil_* sysctls are turned off, the user obviously does not want to filter on the bridge. Revision Changes Path 1.10 +8 -1 src/share/man/man4/if_bridge.4 1.43 +13 -5 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 10:30:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B3F416A41F; Thu, 29 Dec 2005 10:30:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173A343D5C; Thu, 29 Dec 2005 10:30:01 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 242EB52CB0; Thu, 29 Dec 2005 11:29:59 +0100 (CET) Received: from localhost (dkj193.neoplus.adsl.tpnet.pl [83.24.13.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id F3A9B50F92; Thu, 29 Dec 2005 11:29:52 +0100 (CET) Date: Thu, 29 Dec 2005 11:29:49 +0100 From: Pawel Jakub Dawidek To: Maxim Sobolev Message-ID: <20051229102949.GA19486@garage.freebsd.pl> References: <200512290622.jBT6McJH014909@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <200512290622.jBT6McJH014909@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/geom/label g_label.c g_label.h g_label_ntfs.c src/sys/modules/geom/geom_label Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 10:30:03 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 29, 2005 at 06:22:38AM +0000, Maxim Sobolev wrote: +> sobomax 2005-12-29 06:22:38 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: (Branch: RELENG_6) +> sys/conf files=20 +> sys/geom/label g_label.c g_label.h=20 +> sys/modules/geom/geom_label Makefile=20 +> Added files: (Branch: RELENG_6) +> sys/geom/label g_label_ntfs.c=20 +> Log: +> MFC: NTFS label recognition module for geom_label(4). You forget about manual page update, which wasn't done in the same commit. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDs7qdForvXbEpPzQRAsThAKCUwpm1jv76srgJDP0OObRgjtyPnACeMJWF Y+R8UXXdGByxMkcYr52fLmE= =5wxI -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-cvs-src@FreeBSD.ORG Thu Dec 29 10:38:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B9FC16A41F; Thu, 29 Dec 2005 10:38:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B6643D49; Thu, 29 Dec 2005 10:38:42 +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 jBTAcgZ2033810; Thu, 29 Dec 2005 10:38:42 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTAcgoX033809; Thu, 29 Dec 2005 10:38:42 GMT (envelope-from glebius) Message-Id: <200512291038.jBTAcgoX033809@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 29 Dec 2005 10:38:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 10:38:43 -0000 glebius 2005-12-29 10:38:42 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Help Warner with merge from p4. Revision Changes Path 1.57 +2 -1 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 10:56:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A720316A41F; Thu, 29 Dec 2005 10:56:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACC843D45; Thu, 29 Dec 2005 10:56:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTAuASI034807; Thu, 29 Dec 2005 10:56:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTAuAbT034806; Thu, 29 Dec 2005 10:56:10 GMT (envelope-from thompsa) Message-Id: <200512291056.jBTAuAbT034806@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 29 Dec 2005 10:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.c ifconfig.h src/sys/net if_bridge.c if_bridgevar.h if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 10:56:11 -0000 thompsa 2005-12-29 10:56:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ifconfig ifbridge.c ifconfig.c ifconfig.h sys/net if_bridge.c if_bridgevar.h if_ethersubr.c Log: MFC: Add support for creating span ports on a bridge Revision Changes Path 1.1.4.2 +22 -0 src/sbin/ifconfig/ifbridge.c 1.106.2.5 +2 -0 src/sbin/ifconfig/ifconfig.c 1.12.2.3 +2 -0 src/sbin/ifconfig/ifconfig.h 1.23.2.6 +195 -10 src/sys/net/if_bridge.c 1.4.4.3 +5 -2 src/sys/net/if_bridgevar.h 1.177.2.10 +0 -7 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 11:16:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6525016A41F; Thu, 29 Dec 2005 11:16:24 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E107843D45; Thu, 29 Dec 2005 11:16:23 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTBGNPU035614; Thu, 29 Dec 2005 11:16:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTBGN28035613; Thu, 29 Dec 2005 11:16:23 GMT (envelope-from thompsa) Message-Id: <200512291116.jBTBGN28035613@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 29 Dec 2005 11:16:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 11:16:24 -0000 thompsa 2005-12-29 11:16:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ifconfig ifconfig.8 Log: Add the documentation for if_bridge(4) commands which was missed when the code was MFCed to RELENG_5 Revision Changes Path 1.85.2.4 +129 -0 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 13:00:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D82F16A41F; Thu, 29 Dec 2005 13:00:43 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52FAB43D53; Thu, 29 Dec 2005 13:00:43 +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 jBTD0hZe047025; Thu, 29 Dec 2005 13:00:43 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTD0hjl047024; Thu, 29 Dec 2005 13:00:43 GMT (envelope-from davidxu) Message-Id: <200512291300.jBTD0hjl047024@repoman.freebsd.org> From: David Xu Date: Thu, 29 Dec 2005 13:00:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_proc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 13:00:43 -0000 davidxu 2005-12-29 13:00:42 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Add code to report zombie state. PR: threads/91044 MFC after: 3 days Revision Changes Path 1.236 +2 -0 src/sys/kern/kern_proc.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 13:23:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C4616A41F; Thu, 29 Dec 2005 13:23:49 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AC143D46; Thu, 29 Dec 2005 13:23:48 +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 jBTDNmHt047959; Thu, 29 Dec 2005 13:23:48 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTDNm95047958; Thu, 29 Dec 2005 13:23:48 GMT (envelope-from davidxu) Message-Id: <200512291323.jBTDNm95047958@repoman.freebsd.org> From: David Xu Date: Thu, 29 Dec 2005 13:23:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 genassym.c swtch.s src/sys/i386/include pcb.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 13:23:49 -0000 davidxu 2005-12-29 13:23:48 UTC FreeBSD src repository Modified files: sys/i386/i386 genassym.c swtch.s sys/i386/include pcb.h Log: Remove pcb_switchout, it has not been used for a long time. Revision Changes Path 1.153 +0 -1 src/sys/i386/i386/genassym.c 1.151 +0 -6 src/sys/i386/i386/swtch.s 1.56 +0 -1 src/sys/i386/include/pcb.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 13:39:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD13016A41F; Thu, 29 Dec 2005 13:39:47 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE2043D68; Thu, 29 Dec 2005 13:39:46 +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 jBTDdkgU048658; Thu, 29 Dec 2005 13:39:46 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTDdkqn048657; Thu, 29 Dec 2005 13:39:46 GMT (envelope-from rse) Message-Id: <200512291339.jBTDdkqn048657@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Thu, 29 Dec 2005 13:39:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 13:39:48 -0000 rse 2005-12-29 13:39:46 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Fix semantics in the documentation of the "jail_socket_unixiproute_only" variable ("YES" vs. "NO") and be more precise and intuitive on what is actually allowed/restricted by this variable ("UNIX/IP/route sockets" vs. "TCP/IP protocols"). MFC after: 3 days Revision Changes Path 1.276 +3 -3 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 14:40:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AD416A41F; Thu, 29 Dec 2005 14:40:24 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4A943D55; Thu, 29 Dec 2005 14:40:22 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTEeMLC052685; Thu, 29 Dec 2005 14:40:22 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTEeMt7052684; Thu, 29 Dec 2005 14:40:22 GMT (envelope-from dfr) Message-Id: <200512291440.jBTEeMt7052684@repoman.freebsd.org> From: Doug Rabson Date: Thu, 29 Dec 2005 14:40:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 src/crypto/openssh sshd.c src/etc Makefile src/etc/gss Makefile mech qop src/etc/mtree BSD.include.dist BSD.root.dist src/gnu/usr.bin/cvs/cvs Makefile src/include Makefile gssapi.h src/include/gssapi Makefile gssapi.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 14:40:25 -0000 dfr 2005-12-29 14:40:22 UTC FreeBSD src repository Modified files: . Makefile.inc1 crypto/openssh sshd.c etc Makefile etc/mtree BSD.include.dist BSD.root.dist gnu/usr.bin/cvs/cvs Makefile include Makefile kerberos5/lib/libgssapi Makefile lib Makefile secure/lib/libssh Makefile secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile tools make_libdeps.sh Added files: etc/gss Makefile mech qop include gssapi.h include/gssapi Makefile gssapi.h lib/libgssapi Makefile context.h cred.h gss_accept_sec_context.3 gss_accept_sec_context.c gss_acquire_cred.3 gss_acquire_cred.c gss_add_cred.3 gss_add_cred.c gss_add_oid_set_member.3 gss_add_oid_set_member.c gss_canonicalize_name.3 gss_canonicalize_name.c gss_compare_name.3 gss_compare_name.c gss_context_time.3 gss_context_time.c gss_create_empty_oid_set.3 gss_create_empty_oid_set.c gss_delete_sec_context.3 gss_delete_sec_context.c gss_display_name.3 gss_display_name.c gss_display_status.3 gss_display_status.c gss_duplicate_name.3 gss_duplicate_name.c gss_export_name.3 gss_export_name.c gss_export_sec_context.3 gss_export_sec_context.c gss_get_mic.3 gss_get_mic.c gss_import_name.3 gss_import_name.c gss_import_sec_context.3 gss_import_sec_context.c gss_indicate_mechs.3 gss_indicate_mechs.c gss_init_sec_context.3 gss_init_sec_context.c gss_inquire_context.3 gss_inquire_context.c gss_inquire_cred.3 gss_inquire_cred.c gss_inquire_cred_by_mech.3 gss_inquire_cred_by_mech.c gss_inquire_mechs_for_name.3 gss_inquire_mechs_for_name.c gss_inquire_names_for_mech.3 gss_inquire_names_for_mech.c gss_krb5.c gss_mech_switch.c gss_names.c gss_process_context_token.3 gss_process_context_token.c gss_release_buffer.3 gss_release_buffer.c gss_release_cred.3 gss_release_cred.c gss_release_name.3 gss_release_name.c gss_release_oid_set.3 gss_release_oid_set.c gss_seal.c gss_sign.c gss_test_oid_set_member.3 gss_test_oid_set_member.c gss_unseal.c gss_unwrap.3 gss_unwrap.c gss_utils.c gss_verify.c gss_verify_mic.3 gss_verify_mic.c gss_wrap.3 gss_wrap.c gss_wrap_size_limit.3 gss_wrap_size_limit.c gssapi.3 mech.5 mech_switch.h name.h spnego.h utils.h Log: Add a new extensible GSS-API layer which can support GSS-API plugins, similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand , ru (build system), des (openssh parts) Revision Changes Path 1.532 +2 -5 src/Makefile.inc1 1.41 +16 -1 src/crypto/openssh/sshd.c 1.350 +1 -0 src/etc/Makefile 1.1 +7 -0 src/etc/gss/Makefile (new) 1.1 +4 -0 src/etc/gss/mech (new) 1.1 +3 -0 src/etc/gss/qop (new) 1.105 +2 -0 src/etc/mtree/BSD.include.dist 1.76 +2 -0 src/etc/mtree/BSD.root.dist 1.51 +1 -1 src/gnu/usr.bin/cvs/cvs/Makefile 1.254 +2 -2 src/include/Makefile 1.1 +5 -0 src/include/gssapi.h (new) 1.1 +7 -0 src/include/gssapi/Makefile (new) 1.1 +756 -0 src/include/gssapi/gssapi.h (new) 1.11 +6 -44 src/kerberos5/lib/libgssapi/Makefile 1.209 +1 -1 src/lib/Makefile 1.1 +95 -0 src/lib/libgssapi/Makefile (new) 1.1 +32 -0 src/lib/libgssapi/context.h (new) 1.1 +43 -0 src/lib/libgssapi/cred.h (new) 1.1 +484 -0 src/lib/libgssapi/gss_accept_sec_context.3 (new) 1.1 +221 -0 src/lib/libgssapi/gss_accept_sec_context.c (new) 1.1 +238 -0 src/lib/libgssapi/gss_acquire_cred.3 (new) 1.1 +166 -0 src/lib/libgssapi/gss_acquire_cred.c (new) 1.1 +338 -0 src/lib/libgssapi/gss_add_cred.3 (new) 1.1 +178 -0 src/lib/libgssapi/gss_add_cred.c (new) 1.1 +130 -0 src/lib/libgssapi/gss_add_oid_set_member.3 (new) 1.1 +77 -0 src/lib/libgssapi/gss_add_oid_set_member.c (new) 1.1 +137 -0 src/lib/libgssapi/gss_canonicalize_name.3 (new) 1.1 +91 -0 src/lib/libgssapi/gss_canonicalize_name.c (new) 1.1 +122 -0 src/lib/libgssapi/gss_compare_name.3 (new) 1.1 +76 -0 src/lib/libgssapi/gss_compare_name.c (new) 1.1 +108 -0 src/lib/libgssapi/gss_context_time.3 (new) 1.1 +43 -0 src/lib/libgssapi/gss_context_time.c (new) 1.1 +112 -0 src/lib/libgssapi/gss_create_empty_oid_set.3 (new) 1.1 +53 -0 src/lib/libgssapi/gss_create_empty_oid_set.c (new) 1.1 +163 -0 src/lib/libgssapi/gss_delete_sec_context.3 (new) 1.1 +62 -0 src/lib/libgssapi/gss_delete_sec_context.c (new) 1.1 +151 -0 src/lib/libgssapi/gss_display_name.3 (new) 1.1 +78 -0 src/lib/libgssapi/gss_display_name.c (new) 1.1 +210 -0 src/lib/libgssapi/gss_display_status.3 (new) 1.1 +110 -0 src/lib/libgssapi/gss_display_status.c (new) 1.1 +123 -0 src/lib/libgssapi/gss_duplicate_name.3 (new) 1.1 +78 -0 src/lib/libgssapi/gss_duplicate_name.c (new) 1.1 +128 -0 src/lib/libgssapi/gss_export_name.3 (new) 1.1 +58 -0 src/lib/libgssapi/gss_export_name.c (new) 1.1 +168 -0 src/lib/libgssapi/gss_export_sec_context.3 (new) 1.1 +77 -0 src/lib/libgssapi/gss_export_sec_context.c (new) 1.1 +165 -0 src/lib/libgssapi/gss_get_mic.3 (new) 1.1 +46 -0 src/lib/libgssapi/gss_get_mic.c (new) 1.1 +139 -0 src/lib/libgssapi/gss_import_name.3 (new) 1.1 +219 -0 src/lib/libgssapi/gss_import_name.c (new) 1.1 +120 -0 src/lib/libgssapi/gss_import_sec_context.3 (new) 1.1 +86 -0 src/lib/libgssapi/gss_import_sec_context.c (new) 1.1 +107 -0 src/lib/libgssapi/gss_indicate_mechs.3 (new) 1.1 +60 -0 src/lib/libgssapi/gss_indicate_mechs.c (new) 1.1 +571 -0 src/lib/libgssapi/gss_init_sec_context.3 (new) 1.1 +129 -0 src/lib/libgssapi/gss_init_sec_context.c (new) 1.1 +284 -0 src/lib/libgssapi/gss_inquire_context.3 (new) 1.1 +88 -0 src/lib/libgssapi/gss_inquire_context.c (new) 1.1 +158 -0 src/lib/libgssapi/gss_inquire_cred.3 (new) 1.1 +167 -0 src/lib/libgssapi/gss_inquire_cred.c (new) 1.1 +173 -0 src/lib/libgssapi/gss_inquire_cred_by_mech.3 (new) 1.1 +82 -0 src/lib/libgssapi/gss_inquire_cred_by_mech.c (new) 1.1 +134 -0 src/lib/libgssapi/gss_inquire_mechs_for_name.3 (new) 1.1 +77 -0 src/lib/libgssapi/gss_inquire_mechs_for_name.c (new) 1.1 +107 -0 src/lib/libgssapi/gss_inquire_names_for_mech.3 (new) 1.1 +74 -0 src/lib/libgssapi/gss_inquire_names_for_mech.c (new) 1.1 +87 -0 src/lib/libgssapi/gss_krb5.c (new) 1.1 +301 -0 src/lib/libgssapi/gss_mech_switch.c (new) 1.1 +253 -0 src/lib/libgssapi/gss_names.c (new) 1.1 +136 -0 src/lib/libgssapi/gss_process_context_token.3 (new) 1.1 +44 -0 src/lib/libgssapi/gss_process_context_token.c (new) 1.1 +111 -0 src/lib/libgssapi/gss_release_buffer.3 (new) 1.1 +43 -0 src/lib/libgssapi/gss_release_buffer.c (new) 1.1 +108 -0 src/lib/libgssapi/gss_release_cred.3 (new) 1.1 +56 -0 src/lib/libgssapi/gss_release_cred.c (new) 1.1 +104 -0 src/lib/libgssapi/gss_release_name.3 (new) 1.1 +59 -0 src/lib/libgssapi/gss_release_name.c (new) 1.1 +109 -0 src/lib/libgssapi/gss_release_oid_set.3 (new) 1.1 +46 -0 src/lib/libgssapi/gss_release_oid_set.c (new) 1.1 +45 -0 src/lib/libgssapi/gss_seal.c (new) 1.1 +41 -0 src/lib/libgssapi/gss_sign.c (new) 1.1 +116 -0 src/lib/libgssapi/gss_test_oid_set_member.3 (new) 1.1 +56 -0 src/lib/libgssapi/gss_test_oid_set_member.c (new) 1.1 +43 -0 src/lib/libgssapi/gss_unseal.c (new) 1.1 +191 -0 src/lib/libgssapi/gss_unwrap.3 (new) 1.1 +48 -0 src/lib/libgssapi/gss_unwrap.c (new) 1.1 +79 -0 src/lib/libgssapi/gss_utils.c (new) 1.1 +41 -0 src/lib/libgssapi/gss_verify.c (new) 1.1 +172 -0 src/lib/libgssapi/gss_verify_mic.3 (new) 1.1 +46 -0 src/lib/libgssapi/gss_verify_mic.c (new) 1.1 +178 -0 src/lib/libgssapi/gss_wrap.3 (new) 1.1 +49 -0 src/lib/libgssapi/gss_wrap.c (new) 1.1 +163 -0 src/lib/libgssapi/gss_wrap_size_limit.3 (new) 1.1 +47 -0 src/lib/libgssapi/gss_wrap_size_limit.c (new) 1.1 +261 -0 src/lib/libgssapi/gssapi.3 (new) 1.1 +94 -0 src/lib/libgssapi/mech.5 (new) 1.1 +327 -0 src/lib/libgssapi/mech_switch.h (new) 1.1 +48 -0 src/lib/libgssapi/name.h (new) 1.1 +34 -0 src/lib/libgssapi/spnego.h (new) 1.1 +32 -0 src/lib/libgssapi/utils.h (new) 1.37 +1 -1 src/secure/lib/libssh/Makefile 1.32 +3 -3 src/secure/usr.bin/ssh/Makefile 1.45 +1 -1 src/secure/usr.sbin/sshd/Makefile 1.6 +1 -1 src/tools/make_libdeps.sh From owner-cvs-src@FreeBSD.ORG Thu Dec 29 15:08:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8461716A41F; Thu, 29 Dec 2005 15:08:20 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.4/8.13.1) with ESMTP id jBTF8JaA085212; Thu, 29 Dec 2005 10:08:20 -0500 (EST) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.4/8.13.1/Submit) id jBTF8Jkb085211; Thu, 29 Dec 2005 10:08:19 -0500 (EST) (envelope-from green) Date: Thu, 29 Dec 2005 10:08:19 -0500 From: Brian Fundakowski Feldman To: Diomidis Spinellis Message-ID: <20051229150819.GA27794@green.homeunix.org> References: <200512261347.jBQDlKUB022385@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512261347.jBQDlKUB022385@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exec.c vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 15:08:21 -0000 On Mon, Dec 26, 2005 at 01:47:20PM +0000, Diomidis Spinellis wrote: > dds 2005-12-26 13:47:20 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/kern kern_exec.c vfs_subr.c > sys/sys vnode.h > sys/ufs/ufs ufs_vnops.c > sys/vm vm_mmap.c > Log: > MFC changes from 2005.10.26: > Move execve's access time update functionality into a > new vfs_mark_atime() function, and use the new function > for performing efficient atime updates in mmap(). Do you have any particular use cases that are improved a lot by (seemingly) reducing gratuitous seeks for R/W file mappings? Substantial improvement for the general case of not-noatime? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Thu Dec 29 16:01:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81AC816A41F; Thu, 29 Dec 2005 16:01:37 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5509643D66; Thu, 29 Dec 2005 16:01:25 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.13.0/8.13.0) with ESMTP id jBTG1EFK004330; Thu, 29 Dec 2005 11:01:16 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <17329.43462.973418.828137@khavrinen.csail.mit.edu> References: <200512222334.jBMNYpxY058133@repoman.freebsd.org> <86ek42s49j.fsf@xps.des.no> <17329.43462.973418.828137@khavrinen.csail.mit.edu> Date: Thu, 29 Dec 2005 11:01:13 -0500 To: Garrett Wollman , des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= ) From: Garance A Drosehn Content-Type: text/plain; charset="iso-8859-1" ; format="flowed" Content-Transfer-Encoding: quoted-printable X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) on 128.113.2.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 16:01:37 -0000 At 3:53 PM -0500 12/27/05, Garrett Wollman wrote: >< >> I wonder if we should make a habit of merging these to security / >> errata branches. > >Not an unreasonable question. The database format has not changed >incompatibly in years, so it's a relatively low-risk thing to merge. >OTOH, updates are sometimes frequent, particularly during the time >of year when governments tend to fiddle their DST adjustments. > >I would suggest only merging updates if there is a significant user >community which is affected by the changes. ... It might be reasonable to merge them when we have something else to put in the security/errata branches. That way people aren't doing buildworld's just for a timezone change, but if they have to do a buildworld anyway then they'll pick up the latest timezone changes. Or something along those lines... I guess the opposing issue is that it might be too much of a hassle to be distracted by MFC's of minor changes when you're anxious to commit some important security fix. -- Garance Alistair Drosehn =3D gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-src@FreeBSD.ORG Thu Dec 29 16:16:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E924816A41F; Thu, 29 Dec 2005 16:16:59 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8667C43D8B; Thu, 29 Dec 2005 16:16:21 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.5/8.13.5) with ESMTP id jBTGGGUV017036; Thu, 29 Dec 2005 18:16:16 +0200 Received: from mx-in-02.forthnet.gr (mx-in-02.forthnet.gr [193.92.150.185]) by mx-av-03.forthnet.gr (8.13.5/8.13.5) with ESMTP id jBTGGGLQ022278; Thu, 29 Dec 2005 18:16:16 +0200 Received: from [192.168.136.16] (ppp46-adsl-254.ath.forthnet.gr [62.1.63.254]) by mx-in-02.forthnet.gr (8.13.5/8.13.5) with ESMTP id jBTGGFdO001091; Thu, 29 Dec 2005 18:16:15 +0200 Authentication-Results: mx-in-02.forthnet.gr from=dds@aueb.gr; sender-id=neutral; spf=neutral Message-ID: <43B40BD1.7020400@aueb.gr> Date: Thu, 29 Dec 2005 18:16:17 +0200 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en, el, en-us, de MIME-Version: 1.0 To: Brian Fundakowski Feldman References: <200512261347.jBQDlKUB022385@repoman.freebsd.org> <20051229150819.GA27794@green.homeunix.org> In-Reply-To: <20051229150819.GA27794@green.homeunix.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Diomidis Spinellis , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_exec.c vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 16:17:00 -0000 Brian Fundakowski Feldman wrote: > On Mon, Dec 26, 2005 at 01:47:20PM +0000, Diomidis Spinellis wrote: > >>dds 2005-12-26 13:47:20 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/kern kern_exec.c vfs_subr.c >> sys/sys vnode.h >> sys/ufs/ufs ufs_vnops.c >> sys/vm vm_mmap.c >> Log: >> MFC changes from 2005.10.26: >> Move execve's access time update functionality into a >> new vfs_mark_atime() function, and use the new function >> for performing efficient atime updates in mmap(). > > > Do you have any particular use cases that are improved a lot by > (seemingly) reducing gratuitous seeks for R/W file mappings? > Substantial improvement for the general case of not-noatime? > I have no comparative tests or use cases, because the base case was an earlier less-than-perfect change that only lived in HEAD for a week. The claimed "efficient atime updates in mmap()" are over an earlier change I committed to HEAD, but never MFCd (vm_mmap.c 1.202). I introduced that change to fix the behavior where reads through mmap(2)d files did not update the file's atime. As a result, for example, our implementation of cp(1) would copy files without updating the atime of the source. For that earlier change, bde@ complained: "This is a large pessimization for nfs and a usually-small pessimization for local file systems." The current implementation fixes that problem by following the existing approach in execve(2) (the then-named VA_EXECVE_ATIME flag), and is also cleaner than the earlier one. Diomidis From owner-cvs-src@FreeBSD.ORG Thu Dec 29 17:21:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCC616A41F; Thu, 29 Dec 2005 17:21:46 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5587243D48; Thu, 29 Dec 2005 17:21:46 +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 jBTHLkpg066425; Thu, 29 Dec 2005 17:21:46 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTHLkuB066424; Thu, 29 Dec 2005 17:21:46 GMT (envelope-from sobomax) Message-Id: <200512291721.jBTHLkuB066424@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 17:21:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/label glabel.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 17:21:46 -0000 sobomax 2005-12-29 17:21:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/label glabel.8 Log: MFC: mention NTFS support. Reminded by: pjd Revision Changes Path 1.12.2.2 +3 -0 src/sbin/geom/class/label/glabel.8 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 17:29:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBFE16A41F; Thu, 29 Dec 2005 17:29:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4CA43D5D; Thu, 29 Dec 2005 17:29:18 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTHTIFH066680; Thu, 29 Dec 2005 17:29:18 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTHTI5c066679; Thu, 29 Dec 2005 17:29:18 GMT (envelope-from netchild) Message-Id: <200512291729.jBTHTI5c066679@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 17:29:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_cdce.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 17:29:19 -0000 netchild 2005-12-29 17:29:18 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c Log: Emit USB_EVENT_DRIVER_DETACH on detach. PR: 83247 Submitted by: Sangwoo Shim MFC after: 2 weeks Revision Changes Path 1.12 +3 -0 src/sys/dev/usb/if_cdce.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 17:38:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0142416A41F; Thu, 29 Dec 2005 17:38:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A804043D49; Thu, 29 Dec 2005 17:38:03 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTHc3Pu067126; Thu, 29 Dec 2005 17:38:03 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTHc39x067125; Thu, 29 Dec 2005 17:38:03 GMT (envelope-from netchild) Message-Id: <200512291738.jBTHc39x067125@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 17:38:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 17:38:04 -0000 netchild 2005-12-29 17:38:03 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for Epson 2480 scanner. PR: 86094 Submitted by: Erik Norgaard Revision Changes Path 1.241 +1 -0 src/sys/dev/usb/usbdevs 1.64 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 17:44:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0231B16A41F; Thu, 29 Dec 2005 17:44:47 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540D943D62; Thu, 29 Dec 2005 17:44:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTHif9J067386; Thu, 29 Dec 2005 17:44:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTHifRr067385; Thu, 29 Dec 2005 17:44:41 GMT (envelope-from netchild) Message-Id: <200512291744.jBTHifRr067385@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 17:44:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 17:44:47 -0000 netchild 2005-12-29 17:44:40 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Merge NetBSD rev. 1.61: - Support more than 7 buttons for USB mice. Patch from NetBSD kern/30248. PR: 83353 Submitted by: Seán Farley Revision Changes Path 1.79 +1 -1 src/sys/dev/usb/ums.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 17:56:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FEC516A41F; Thu, 29 Dec 2005 17:56:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4310343D46; Thu, 29 Dec 2005 17:56: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 jBTHuvki067959; Thu, 29 Dec 2005 17:56:57 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTHuvZP067958; Thu, 29 Dec 2005 17:56:57 GMT (envelope-from brueffer) Message-Id: <200512291756.jBTHuvZP067958@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 29 Dec 2005 17:56:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 17:56:57 -0000 brueffer 2005-12-29 17:56:57 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 uscanner.4 Log: Document Epson Perfection 2480 support. Revision Changes Path 1.19 +3 -1 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:00:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDB516A41F; Thu, 29 Dec 2005 18:00:42 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A1E43D5F; Thu, 29 Dec 2005 18:00:42 +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 jBTI0gKm068176; Thu, 29 Dec 2005 18:00:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTI0gCK068175; Thu, 29 Dec 2005 18:00:42 GMT (envelope-from jhb) Message-Id: <200512291800.jBTI0gCK068175@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Dec 2005 18:00:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_kobj.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 18:00:43 -0000 jhb 2005-12-29 18:00:42 UTC FreeBSD src repository Modified files: sys/kern subr_kobj.c Log: Increment kobj_lookup_misses on a miss rather than decrementing it. Otherwise, the miss count is actually -kobj_lookup_misses. Mostly a pedantic change as KOBJ_STATS isn't on by default. Revision Changes Path 1.10 +1 -1 src/sys/kern/subr_kobj.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:11:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F1216A41F; Thu, 29 Dec 2005 18:11:13 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E37B43D45; Thu, 29 Dec 2005 18:11:12 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTIBCrm068606; Thu, 29 Dec 2005 18:11:12 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTIBCJE068605; Thu, 29 Dec 2005 18:11:12 GMT (envelope-from netchild) Message-Id: <200512291811.jBTIBCJE068605@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 18:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/usb uaudio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 18:11:13 -0000 netchild 2005-12-29 18:11:11 UTC FreeBSD src repository Modified files: sys/dev/sound/usb uaudio.c Log: Fix some kind of "off by one"-error: the min or max sample rate the device is able to reproduce should be usable too instead of failing in such a case. PR: 89269 Submitted by: Don L. Belcher Revision Changes Path 1.19 +2 -2 src/sys/dev/sound/usb/uaudio.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:15:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583E016A41F; Thu, 29 Dec 2005 18:15:05 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C39043D5D; Thu, 29 Dec 2005 18:15:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTIF4iL068831; Thu, 29 Dec 2005 18:15:04 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTIF4hk068830; Thu, 29 Dec 2005 18:15:04 GMT (envelope-from netchild) Message-Id: <200512291815.jBTIF4hk068830@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 18:15:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 18:15:05 -0000 netchild 2005-12-29 18:15:03 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for the Canon CanoSvan LIDE 25. PR: 89509 Submitted by: David Gilbert Revision Changes Path 1.242 +1 -0 src/sys/dev/usb/usbdevs 1.65 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:19:12 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9284E16A41F; Thu, 29 Dec 2005 18:19:12 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EDA43D62; Thu, 29 Dec 2005 18:19:11 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 959A111707; Thu, 29 Dec 2005 19:19:05 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69147-01; Thu, 29 Dec 2005 19:18:58 +0100 (CET) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id DEC8611413; Thu, 29 Dec 2005 19:18:57 +0100 (CET) From: Florent Thoumie To: cvs-src@freebsd.org Date: Thu, 29 Dec 2005 19:18:46 +0100 User-Agent: KMail/1.8.2 References: <200512291744.jBTHifRr067385@repoman.freebsd.org> In-Reply-To: <200512291744.jBTHifRr067385@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1376114.BgmAxxPDOq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512291918.52021.flz@xbsd.org> X-Virus-Scanned: amavisd-new at xbsd.org Cc: src-committers@freebsd.org, Alexander Leidinger , 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.5 Precedence: 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, 29 Dec 2005 18:19:12 -0000 --nextPart1376114.BgmAxxPDOq Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 29 December 2005 18:44, Alexander Leidinger wrote: > netchild 2005-12-29 17:44:40 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ums.c > Log: > Merge NetBSD rev. 1.61: > - Support more than 7 buttons for USB mice. Patch from NetBSD > kern/30248. I was looking at this PR two or three days ago and I found this in ums.c=20 which made me think this simple patch could be harmful. u_char buttons =3D 0; int i; [...] #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) [...] for (i =3D 0; i < sc->nbuttons; i++) if (hid_get_data(ibuf, &sc->sc_loc_btn[i])) buttons |=3D (1 << UMS_BUT(i)); I think this won't fit in u_char, what about uint32_t ? =2D-=20 =46lorent Thoumie flz@FreeBSD.org =46reeBSD Committer --nextPart1376114.BgmAxxPDOq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDtCiLMxEkbVFH3PQRAnHDAJ901H1uzCqgJUIRI+GBPAjN7r93QQCfaSBG FGeeV46gkme3cW/rGabyezM= =OTAY -----END PGP SIGNATURE----- --nextPart1376114.BgmAxxPDOq-- From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:25:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D353F16A41F; Thu, 29 Dec 2005 18:25:43 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B6FB43D55; Thu, 29 Dec 2005 18:25:27 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTIPP5n069269; Thu, 29 Dec 2005 18:25:25 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTIPPG6069268; Thu, 29 Dec 2005 18:25:25 GMT (envelope-from netchild) Message-Id: <200512291825.jBTIPPG6069268@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 18:25:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 18:25:44 -0000 netchild 2005-12-29 18:25:25 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add support for the HP 8200C/8250C/8290C scanners. PR: 90467 Submitted by: Adam McDougall Revision Changes Path 1.243 +1 -0 src/sys/dev/usb/usbdevs 1.66 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:26:19 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F0E16A41F; Thu, 29 Dec 2005 18:26:19 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C0E43D78; Thu, 29 Dec 2005 18:26:02 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id E913811707; Thu, 29 Dec 2005 19:25:59 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68805-09; Thu, 29 Dec 2005 19:25:54 +0100 (CET) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id C662E11439; Thu, 29 Dec 2005 19:25:53 +0100 (CET) From: Florent Thoumie To: cvs-src@freebsd.org Date: Thu, 29 Dec 2005 19:25:48 +0100 User-Agent: KMail/1.8.2 References: <200512291744.jBTHifRr067385@repoman.freebsd.org> <200512291918.52021.flz@xbsd.org> In-Reply-To: <200512291918.52021.flz@xbsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1333606.hTfo3FvtFk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512291925.53102.flz@xbsd.org> X-Virus-Scanned: amavisd-new at xbsd.org Cc: src-committers@freebsd.org, Alexander Leidinger , 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.5 Precedence: 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, 29 Dec 2005 18:26:19 -0000 --nextPart1333606.hTfo3FvtFk Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 29 December 2005 19:18, Florent Thoumie wrote: > On Thursday 29 December 2005 18:44, Alexander Leidinger wrote: > > netchild 2005-12-29 17:44:40 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb ums.c > > Log: > > Merge NetBSD rev. 1.61: > > - Support more than 7 buttons for USB mice. Patch from NetBSD > > kern/30248. > > I was looking at this PR two or three days ago and I found this in ums.c > which made me think this simple patch could be harmful. > > u_char buttons =3D 0; > int i; > [...] > #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) > [...] > for (i =3D 0; i < sc->nbuttons; i++) > if (hid_get_data(ibuf, &sc->sc_loc_btn[i])) > buttons |=3D (1 << UMS_BUT(i)); > > I think this won't fit in u_char, what about uint32_t ? Or a mere int actually. =2D-=20 =46lorent Thoumie flz@FreeBSD.org =46reeBSD Committer --nextPart1333606.hTfo3FvtFk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDtCoxMxEkbVFH3PQRAnjmAJoDT3kxzU7u+9uvCADoUGScuOz25gCfRe6+ hm8L+rybcCFt72rGf4Te+fk= =FX53 -----END PGP SIGNATURE----- --nextPart1333606.hTfo3FvtFk-- From owner-cvs-src@FreeBSD.ORG Thu Dec 29 18:35:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D8F16A41F; Thu, 29 Dec 2005 18:35:35 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E536943D7F; Thu, 29 Dec 2005 18:35:28 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTIZSaf069766; Thu, 29 Dec 2005 18:35:28 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTIZSUS069765; Thu, 29 Dec 2005 18:35:28 GMT (envelope-from netchild) Message-Id: <200512291835.jBTIZSUS069765@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 29 Dec 2005 18:35:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 18:35:36 -0000 netchild 2005-12-29 18:35:28 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h) of a variable according to the usage (after increasing the number of max buttons this may matter). Noticed by: flz Revision Changes Path 1.80 +1 -1 src/sys/dev/usb/ums.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 19:03:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544F816A420; Thu, 29 Dec 2005 19:03:46 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0257643D53; Thu, 29 Dec 2005 19:03:46 +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 jBTJ3jvR070791; Thu, 29 Dec 2005 19:03:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTJ3jlE070790; Thu, 29 Dec 2005 19:03:45 GMT (envelope-from sam) Message-Id: <200512291903.jBTJ3jlE070790@repoman.freebsd.org> From: Sam Leffler Date: Thu, 29 Dec 2005 19:03:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 19:03:46 -0000 sam 2005-12-29 19:03:45 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_var.h Log: correct (reversed) ms<->tu macros Reviewed by: apatti, kcyu Revision Changes Path 1.35 +2 -2 src/sys/net80211/ieee80211_var.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 19:25:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F8D516A426; Thu, 29 Dec 2005 19:25:29 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316E643D7D; Thu, 29 Dec 2005 19:25:17 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTJPHlf071752; Thu, 29 Dec 2005 19:25:17 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTJPHjd071751; Thu, 29 Dec 2005 19:25:17 GMT (envelope-from ceri) Message-Id: <200512291925.jBTJPHjd071751@repoman.freebsd.org> From: Ceri Davies Date: Thu, 29 Dec 2005 19:25:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall install.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 19:25:30 -0000 ceri 2005-12-29 19:25:17 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall install.c Log: An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout to succeed, whilst an i386 with 256MB of RAM requires more. Up the amount of disk hinted at as a minimum requisite for auto-layout. MFC after: 1 week Revision Changes Path 1.364 +2 -2 src/usr.sbin/sysinstall/install.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 19:32:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A970916A432; Thu, 29 Dec 2005 19:32:42 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5509143D5E; Thu, 29 Dec 2005 19:32:38 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-31-194.dsl.snfc21.pacbell.net [71.139.31.194]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jBTJWs9e027093 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Dec 2005 11:32:55 -0800 Message-ID: <43B4385D.9030206@root.org> Date: Thu, 29 Dec 2005 11:26:21 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <20051229183552.205C316A432@hub.freebsd.org> In-Reply-To: <20051229183552.205C316A432@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 19:32:43 -0000 Alexander Leidinger wrote: > netchild 2005-12-29 18:35:28 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ums.c > Log: > Sync the type (and size, compare mousestatus_t in /usr/include/sys/mouse.h) > of a variable according to the usage (after increasing the number of max > buttons this may matter). > > Noticed by: flz > > Revision Changes Path > 1.80 +1 -1 src/sys/dev/usb/ums.c > > > Index: src/sys/dev/usb/ums.c > diff -u src/sys/dev/usb/ums.c:1.79 src/sys/dev/usb/ums.c:1.80 > --- src/sys/dev/usb/ums.c:1.79 Thu Dec 29 17:44:40 2005 > +++ src/sys/dev/usb/ums.c Thu Dec 29 18:35:28 2005 > @@ -425,7 +425,7 @@ > struct ums_softc *sc = addr; > u_char *ibuf; > int dx, dy, dz, dt; > - u_char buttons = 0; > + int buttons = 0; > int i; > > #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) I think the UMS_BUT macro operates on only 2 bits. Are you sure that's still right? -- Nate From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:11:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A214216A41F; Thu, 29 Dec 2005 20:11:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2889F43D55; Thu, 29 Dec 2005 20:11:47 +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 jBTKBkU3073792; Thu, 29 Dec 2005 20:11:47 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTKBkVa073791; Thu, 29 Dec 2005 20:11:46 GMT (envelope-from sobomax) Message-Id: <200512292011.jBTKBkVa073791@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 20:11:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:11:47 -0000 sobomax 2005-12-29 20:11:46 UTC FreeBSD src repository Modified files: usr.sbin/kbdcontrol kbdcontrol.1 Log: Reveal sacred spells necessary for putting kbdmux(4) to real use. Hopefully gods of RTFS and RTFCL will not go after me. Revision Changes Path 1.39 +15 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:15:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF54A16A41F; Thu, 29 Dec 2005 20:15:28 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D3643D64; Thu, 29 Dec 2005 20:15:28 +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 jBTKFSkD073990; Thu, 29 Dec 2005 20:15:28 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTKFSb7073989; Thu, 29 Dec 2005 20:15:28 GMT (envelope-from sobomax) Message-Id: <200512292015.jBTKFSb7073989@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 29 Dec 2005 20:15:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:15:29 -0000 sobomax 2005-12-29 20:15:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/kbdcontrol kbdcontrol.1 Log: MFC: provide example of how to make two keyboards working at the same time using kbdmux(4). Revision Changes Path 1.36.2.3 +15 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:53:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C50416A41F; Thu, 29 Dec 2005 20:53:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CED43D7C; Thu, 29 Dec 2005 20:53:01 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTKr1HX082723; Thu, 29 Dec 2005 20:53:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTKr1Br082722; Thu, 29 Dec 2005 20:53:01 GMT (envelope-from jhb) Message-Id: <200512292053.jBTKr1Br082722@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Dec 2005 20:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:53:04 -0000 jhb 2005-12-29 20:53:01 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Fix a deadlock I introduced with the recently added printf to warn about spin locks that are not in the static order list. It is not safe to call printf while holding the witness spin mutex since the console drivers that back printf may need to use their own spin locks which would try to talk to witness when they were locked. Given this, it is possible for one CPU to lock a console driver lock (such as sio) which then tries to lock the witness lock while another CPU is doing the printf while holding the witness lock. Fix this by moving the printf outside of the witness lock. All other printf's in witness are already correct. MFC after: 3 days Revision Changes Path 1.208 +14 -12 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:54:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5950116A41F; Thu, 29 Dec 2005 20:54:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2BE243D66; Thu, 29 Dec 2005 20:54:25 +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 jBTKsPCc082800; Thu, 29 Dec 2005 20:54:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTKsPxT082799; Thu, 29 Dec 2005 20:54:25 GMT (envelope-from jhb) Message-Id: <200512292054.jBTKsPxT082799@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Dec 2005 20:54:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:54:26 -0000 jhb 2005-12-29 20:54:25 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks instead of only sleep locks. Revision Changes Path 1.209 +18 -8 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:57:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D028516A41F; Thu, 29 Dec 2005 20:57:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C4C43D8F; Thu, 29 Dec 2005 20:57: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 jBTKvj1s082985; Thu, 29 Dec 2005 20:57:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTKvj7w082984; Thu, 29 Dec 2005 20:57:45 GMT (envelope-from jhb) Message-Id: <200512292057.jBTKvj7w082984@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Dec 2005 20:57:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:57:48 -0000 jhb 2005-12-29 20:57:45 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c sys/sys systm.h Log: Add a new function msleep_spin() which is a slightly stripped down version of msleep(). msleep_spin() doesn't support changing the priority of the thread while it is asleep nor does it support interruptible sleeps (PCATCH) or the PDROP flag. It does support timeouts however. It differs from msleep() in that the passed in mutex is a spin mutex. This means one can use msleep_spin() and wakeup() with a spin mutex similar to msleep() and wakeup() with a regular mutex. Note that the spin mutex in question needs to come before sched_lock and the sleepq locks in lock order. Revision Changes Path 1.272 +164 -0 src/sys/kern/kern_synch.c 1.237 +1 -0 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 20:58:46 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A5116A41F; Thu, 29 Dec 2005 20:58:46 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AB043D7C; Thu, 29 Dec 2005 20:58:27 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.4/8.13.4) with ESMTP id jBTKwQ3i092320; Thu, 29 Dec 2005 15:58:26 -0500 (EST) (envelope-from arr@watson.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.13.4/8.13.4/Submit) with ESMTP id jBTKwQGN092317; Thu, 29 Dec 2005 15:58:26 -0500 (EST) (envelope-from arr@watson.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Thu, 29 Dec 2005 15:58:26 -0500 (EST) From: "Andrew R. Reiter" To: John Baldwin In-Reply-To: <200512292054.jBTKsPxT082799@repoman.freebsd.org> Message-ID: <20051229155820.D77964@fledge.watson.org> References: <200512292054.jBTKsPxT082799@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 20:58:46 -0000 Nice! On Thu, 29 Dec 2005, John Baldwin wrote: :jhb 2005-12-29 20:54:25 UTC : : FreeBSD src repository : : Modified files: : sys/kern subr_witness.c : Log: : Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks instead : of only sleep locks. : : Revision Changes Path : 1.209 +18 -8 src/sys/kern/subr_witness.c :_______________________________________________ :cvs-all@freebsd.org mailing list :http://lists.freebsd.org/mailman/listinfo/cvs-all :To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" : : -- arr@watson.org From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:00:16 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C200A16A41F; Thu, 29 Dec 2005 21:00:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00C643D5D; Thu, 29 Dec 2005 21:00:15 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4823843 for multiple; Thu, 29 Dec 2005 15:58:14 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBTL0C5S043274; Thu, 29 Dec 2005 16:00:12 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Thu, 29 Dec 2005 16:00:41 -0500 User-Agent: KMail/1.8.2 References: <200512292057.jBTKvj7w082984@repoman.freebsd.org> In-Reply-To: <200512292057.jBTKvj7w082984@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512291600.42686.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 17:57:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_synch.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 21:00:16 -0000 On Thursday 29 December 2005 03:57 pm, John Baldwin wrote: > jhb 2005-12-29 20:57:45 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_synch.c > sys/sys systm.h > Log: > Add a new function msleep_spin() which is a slightly stripped down > version of msleep(). msleep_spin() doesn't support changing the priority > of the thread while it is asleep nor does it support interruptible sleeps > (PCATCH) or the PDROP flag. It does support timeouts however. It differs > from msleep() in that the passed in mutex is a spin mutex. This means one > can use msleep_spin() and wakeup() with a spin mutex similar to msleep() > and wakeup() with a regular mutex. Note that the spin mutex in question > needs to come before sched_lock and the sleepq locks in lock order. This is mostly useful for interfacing with code that must work with primary interrupt context. For example, drivers that want to use an INTR_FAST handler that defers work to a taskqueue will need to use a taskqueue that uses spin locks and this is needed for taskqueue_drain() in that case. I will probably also make use of this to cleanup callout_drain() so that it only uses the one spin mutex and loses the extra sleep mutex and the other trickery associated with 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 Thu Dec 29 21:15:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E65A16A41F; Thu, 29 Dec 2005 21:15:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B007143D49; Thu, 29 Dec 2005 21:15:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTLFWnA083982; Thu, 29 Dec 2005 21:15:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTLFWNv083981; Thu, 29 Dec 2005 21:15:32 GMT (envelope-from jhb) Message-Id: <200512292115.jBTLFWNv083981@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Dec 2005 21:15:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 21:15:33 -0000 jhb 2005-12-29 21:15:32 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: patch(1) and I aren't friends today. Axe a duplicate copy of the msleep_spin() function definition. Spotted by: pjd Revision Changes Path 1.273 +0 -82 src/sys/kern/kern_synch.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:24:52 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696E216A422 for ; Thu, 29 Dec 2005 21:24:52 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id E926643D49 for ; Thu, 29 Dec 2005 21:24:50 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id l36so661410nfa for ; Thu, 29 Dec 2005 13:24:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ls+WIze4o7eJLQ6KHLA8Hh2JfZFq3Y3rpkLHJOLFxuU5sor8IRHInzrg79sU55MaG7i0svr5jRaj3EdpLjfKzXTR2EqI9WA3yT38D7oTbi5sntm9PEw25QansFMhEBjh1uwBbV1KNBScye9sC/KopeXjCul5Zd0QSNv2e7ML+zs= Received: by 10.49.63.14 with SMTP id q14mr239483nfk; Thu, 29 Dec 2005 13:24:49 -0800 (PST) Received: by 10.48.127.10 with HTTP; Thu, 29 Dec 2005 13:24:49 -0800 (PST) Message-ID: Date: Thu, 29 Dec 2005 13:24:49 -0800 From: Maksim Yevmenkin To: Maxim Sobolev In-Reply-To: <200512292011.jBTKBkVa073791@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512292011.jBTKBkVa073791@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 21:24:52 -0000 Maxim, > sobomax 2005-12-29 20:11:46 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/kbdcontrol kbdcontrol.1 > Log: > Reveal sacred spells necessary for putting kbdmux(4) to real use. > > Hopefully gods of RTFS and RTFCL will not go after me. > > Revision Changes Path > 1.39 +15 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 thanks for doing this! unfortunately, the sequence of command you have put into the man page not entirely correct. it will work, if you do all the commands from the scripts and do it fast enough. note that syscons(4) will try to grab the first available keyboard when it does not have one, and, the first thing you do is to release current keyboard. there is a better way to do it. syscons(4) supports KBADDKBD and KBRELKBD ioctl(2)s, so you could do (assuming atkbd0 is the default keyboard) # kbdcontrol -a ukbd0 < /dev/kbdmux0 -- attach ukbd0 to kbdmux0 # kbdcontrol -k /dev/kbdmux0 < /dev/ttyv0 -- switch console to kbdmux0/ukb0 # kbdcontrol -a atkbd0 < /dev/ttyv0 -- add atkbd0 to kbdmux0 i still cant figure out why my system locks up in X when i use kbdmux(4)/atkbd(4) and psm(4). my only guess that kbdmux(4) somehow changes order of evens and atkbd(4) and/or psm(4) access ps2 hardware in the wrong way. thanks, max From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:27:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4734C16A423; Thu, 29 Dec 2005 21:27:10 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6890A43D9B; Thu, 29 Dec 2005 21:26:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5CF88.dip.t-dialin.net [84.165.207.136]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jBTLNvUh029746; Thu, 29 Dec 2005 22:23:58 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jBTLQkpp055014; Thu, 29 Dec 2005 22:26:46 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Thu, 29 Dec 2005 22:26:45 +0100 From: Alexander Leidinger To: Nate Lawson Message-ID: <20051229222645.05311b1f@Magellan.Leidinger.net> In-Reply-To: <43B4385D.9030206@root.org> References: <20051229183552.205C316A432@hub.freebsd.org> <43B4385D.9030206@root.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 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.5 Precedence: 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, 29 Dec 2005 21:27:10 -0000 On Thu, 29 Dec 2005 11:26:21 -0800 Nate Lawson wrote: > > Index: src/sys/dev/usb/ums.c > > diff -u src/sys/dev/usb/ums.c:1.79 src/sys/dev/usb/ums.c:1.80 > > --- src/sys/dev/usb/ums.c:1.79 Thu Dec 29 17:44:40 2005 > > +++ src/sys/dev/usb/ums.c Thu Dec 29 18:35:28 2005 > > @@ -425,7 +425,7 @@ > > struct ums_softc *sc = addr; > > u_char *ibuf; > > int dx, dy, dz, dt; > > - u_char buttons = 0; > > + int buttons = 0; > > int i; > > > > #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) > > I think the UMS_BUT macro operates on only 2 bits. Are you sure that's > still right? The UMS_BUT macro in NetBSD is different, but I don't know if this is because of the uhidevs changes (which we don't have) or not. The change in NetBSD only changed the MAX_BUTTONS define, not the UMS_BUT macro. I also don't see where it only operates on 2 bits (BTW.: MAX_BUTTONS was changed from decimal 7 to decimal 31)... if I rewrite it as a function it looks like: int ums_but(int i) { if (i < 3) { return (i + 2) % 3; } else { return i; } } Or did I miscounted the parenthesis? Bye, Alexander. -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:32:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C6C16A41F; Thu, 29 Dec 2005 21:32:07 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FDB43D68; Thu, 29 Dec 2005 21:32:07 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTLW6tL084655; Thu, 29 Dec 2005 21:32:07 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTLW6Oh084654; Thu, 29 Dec 2005 21:32:06 GMT (envelope-from cracauer) Message-Id: <200512292132.jBTLW6Oh084654@repoman.freebsd.org> From: Martin Cracauer Date: Thu, 29 Dec 2005 21:32:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 21:32:07 -0000 cracauer 2005-12-29 21:32:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/gnu/fs/ext2fs ext2_vnops.c Log: I didn't remember to commit the style-fixes for my previous commit. Revision Changes Path 1.103.2.2 +1 -7 src/sys/gnu/fs/ext2fs/ext2_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:34:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3682F16A41F; Thu, 29 Dec 2005 21:34:15 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5942B43D48; Thu, 29 Dec 2005 21:34:14 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.96] ([70.68.0.213]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBTLYBwN030703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Dec 2005 21:34:12 GMT (envelope-from sobomax@portaone.com) Message-ID: <43B45653.5050606@portaone.com> Date: Thu, 29 Dec 2005 13:34:11 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Maksim Yevmenkin References: <200512292011.jBTKBkVa073791@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 21:34:15 -0000 Maksim Yevmenkin wrote: > Maxim, > >> sobomax 2005-12-29 20:11:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/kbdcontrol kbdcontrol.1 >> Log: >> Reveal sacred spells necessary for putting kbdmux(4) to real use. >> >> Hopefully gods of RTFS and RTFCL will not go after me. >> >> Revision Changes Path >> 1.39 +15 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 > > thanks for doing this! unfortunately, the sequence of command you have > put into the man page not entirely correct. > > it will work, if you do all the commands from the scripts and do it > fast enough. note that syscons(4) will try to grab the first available > keyboard when it does not have one, and, the first thing you do is to > release current keyboard. Actually I think you not quite correct - such syscons(4) behaviour is optional (opt in) and depends on 0x100 flags to sc(4). At least that sequence works here with GENERIC kernel/hints just fine. In fact I believe the better way to handle this problem is to allow kbdmux(4) to be reconfigured on the fly, that is when it's already attached to the console. This way you will be able to attach it to the console first and then add/remove actual keyboards as you see fit. I don't think it will be very hard to do. What do you think? -Maxim > there is a better way to do it. syscons(4) supports KBADDKBD and > KBRELKBD ioctl(2)s, so you could do > > (assuming atkbd0 is the default keyboard) > > # kbdcontrol -a ukbd0 < /dev/kbdmux0 -- attach ukbd0 to kbdmux0 > # kbdcontrol -k /dev/kbdmux0 < /dev/ttyv0 -- switch console to kbdmux0/ukb0 > # kbdcontrol -a atkbd0 < /dev/ttyv0 -- add atkbd0 to kbdmux0 > > i still cant figure out why my system locks up in X when i use > kbdmux(4)/atkbd(4) and psm(4). my only guess that kbdmux(4) somehow > changes order of evens and atkbd(4) and/or psm(4) access ps2 hardware > in the wrong way. > > thanks, > max > > From owner-cvs-src@FreeBSD.ORG Thu Dec 29 21:34:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0AC716A41F; Thu, 29 Dec 2005 21:34:49 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD2D43D46; Thu, 29 Dec 2005 21:34:49 +0000 (GMT) (envelope-from cracauer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTLYnHa084736; Thu, 29 Dec 2005 21:34:49 GMT (envelope-from cracauer@repoman.freebsd.org) Received: (from cracauer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTLYnUj084735; Thu, 29 Dec 2005 21:34:49 GMT (envelope-from cracauer) Message-Id: <200512292134.jBTLYnUj084735@repoman.freebsd.org> From: Martin Cracauer Date: Thu, 29 Dec 2005 21:34:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 21:34:50 -0000 cracauer 2005-12-29 21:34:49 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_vnops.c Log: This is the style-fix for my previous commit. Sorry for the delay, I forgot about it. Revision Changes Path 1.105 +1 -7 src/sys/gnu/fs/ext2fs/ext2_vnops.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 22:13:22 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBD8516A42A for ; Thu, 29 Dec 2005 22:13:22 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190DC43D6A for ; Thu, 29 Dec 2005 22:13:08 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id d4so638237nfe for ; Thu, 29 Dec 2005 14:13:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Jq+gHRLLv2XmOSOgxEtkGrIvgJ2ET5Bx2hvnx0QXTV9X0a165XUCBPFidvZ4RtQcKXk+DC+vZB9D992mrPzKUImFY3JazZx2ZGFL32DJzS0Aeb5LAMfGURwx2lN7ObnfE/+wlUDny6imThQSGrsn9kbM6jmEMqxS1ig3q/a/WAc= Received: by 10.48.4.9 with SMTP id 9mr399777nfd; Thu, 29 Dec 2005 14:13:04 -0800 (PST) Received: by 10.48.127.10 with HTTP; Thu, 29 Dec 2005 14:13:04 -0800 (PST) Message-ID: Date: Thu, 29 Dec 2005 14:13:04 -0800 From: Maksim Yevmenkin To: Maxim.Sobolev@portaone.com In-Reply-To: <43B45653.5050606@portaone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512292011.jBTKBkVa073791@repoman.freebsd.org> <43B45653.5050606@portaone.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 22:13:23 -0000 [...] > > thanks for doing this! unfortunately, the sequence of command you have > > put into the man page not entirely correct. > > > > it will work, if you do all the commands from the scripts and do it > > fast enough. note that syscons(4) will try to grab the first available > > keyboard when it does not have one, and, the first thing you do is to > > release current keyboard. > > Actually I think you not quite correct - such syscons(4) behaviour is > optional (opt in) and depends on 0x100 flags to sc(4). yes, it depends on the flag you have mentioned and the flag is set by default :) from GENERIC.hints hint.sc.0.at=3D"isa" hint.sc.0.flags=3D"0x100" > At least that sequence works here with GENERIC kernel/hints just fine. i never said it would not :) i just only pointed out that you have to put this commands in the script. otherwise how are you going to type after you have released the keyboard with "kbdcontrol -K"? :) > In fact I believe the better way to handle this problem is to allow > kbdmux(4) to be reconfigured on the fly, that is when it's already > attached to the console. This way you will be able to attach it to the > console first and then add/remove actual keyboards as you see fit. I > don't think it will be very hard to do. > > What do you think? that is why syscons(4) has to support KBD{ADD,DEL}KB ioctl(2)s. you see, in order to issue ioctl(2) one must open /dev/kdbmux0 device. the problem is that once keyboard was "kbd_allocate()"d, open(2) calls on /dev/Xkbd will fail. so you see, once you switched keyboard to kbdmux(4) you can not open /dev/kbdmux anymore. the only way to reconfigure kdbmux(4) is to pass ioctl(2)s via syscons(4). just like any other keyboard ioctl(2). so the sequence i sent allows you to reconfigure kbdmux(4) on-the-fly. however, all of this is really a band-aid to allow people to at least try kbdbux(4). i have patches to syscons(4) and kbd code that will make kbdmux(4) to automatically take over any keyboard attached to the system. everything done in kernel. i did not commit these because kbdmux(4) has issues that i still need to figure out and fix. thanks, max From owner-cvs-src@FreeBSD.ORG Thu Dec 29 22:52:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA05816A41F; Thu, 29 Dec 2005 22:52:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEC543D83; Thu, 29 Dec 2005 22:52:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTMq9tx087830; Thu, 29 Dec 2005 22:52:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTMq9FQ087829; Thu, 29 Dec 2005 22:52:09 GMT (envelope-from pjd) Message-Id: <200512292252.jBTMq9FQ087829@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 29 Dec 2005 22:52:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 22:52:19 -0000 pjd 2005-12-29 22:52:09 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Print a warning when we miss vinactive() call, because of race in vget(). The race is very real, but conditions needed for triggering it are rather hard to meet now. When gjournal will be committed (where it is quite easy to trigger) we need to fix it. For now, verify if it is really hard to trigger. Discussed with: kan Revision Changes Path 1.653 +20 -0 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 23:06:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B30D16A420; Thu, 29 Dec 2005 23:06:32 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A9043D70; Thu, 29 Dec 2005 23:06:16 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 471CF52CC5; Fri, 30 Dec 2005 00:06:15 +0100 (CET) Received: from localhost (djy35.neoplus.adsl.tpnet.pl [83.24.2.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id D2FCB52C88; Fri, 30 Dec 2005 00:06:05 +0100 (CET) Date: Fri, 30 Dec 2005 00:06:05 +0100 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20051229230604.GA22411@garage.freebsd.pl> References: <200512292252.jBTMq9FQ087829@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <200512292252.jBTMq9FQ087829@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 23:06:32 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 29, 2005 at 10:52:09PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2005-12-29 22:52:09 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern vfs_subr.c=20 +> Log: +> Print a warning when we miss vinactive() call, because of race in vget= (). +> The race is very real, but conditions needed for triggering it are rat= her +> hard to meet now. +> When gjournal will be committed (where it is quite easy to trigger) we= need +> to fix it. +> =20 +> For now, verify if it is really hard to trigger. +> =20 +> Discussed with: kan [...] +> + if (usecount > 0 && vp->v_usecount =3D=3D 0) +> + printf("vinactive() won't be called for vp=3D%p\n", vp); Hmm, maybe it should be: if (usecount > 0 && vp->v_usecount =3D=3D 0 && oweinact) ? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtGvcForvXbEpPzQRAvZeAKDkJf1ZPV4lyOJaR8cy5lJOCO1/uwCggLlH Qgx6LvPd8Qx1PSthUfvK80U= =w4C/ -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-cvs-src@FreeBSD.ORG Thu Dec 29 23:38:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3258B16A420; Thu, 29 Dec 2005 23:38:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88C743D48; Thu, 29 Dec 2005 23:38:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTNcj05089689; Thu, 29 Dec 2005 23:38:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTNcjq6089688; Thu, 29 Dec 2005 23:38:45 GMT (envelope-from imp) Message-Id: <200512292338.jBTNcjq6089688@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Dec 2005 23:38:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 23:38:46 -0000 imp 2005-12-29 23:38:45 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Simplify the opening of the resources for cardbus cards. Before we'd try very hard to be perfect. However, these attempts broke down when there were large numbers of resources. We'd not be able to map them all. Instead, accept that we might pass more range to thse subbus than might be optimal be able to compute. However, there's little harm in this and it allows us to pass greater resources through. # it has been suggested that we allocate a fixed amount of resources # on attach and give it out upon request. This might not be a bad idea... Revision Changes Path 1.136 +53 -102 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Thu Dec 29 23:40:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6624B16A41F; Thu, 29 Dec 2005 23:40:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98ECA43D88; Thu, 29 Dec 2005 23:40:45 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTNefBI089867; Thu, 29 Dec 2005 23:40:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTNefHx089866; Thu, 29 Dec 2005 23:40:41 GMT (envelope-from imp) Message-Id: <200512292340.jBTNefHx089866@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Dec 2005 23:40:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 23:40:58 -0000 imp 2005-12-29 23:40:41 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add a macro to map from BAR to rid # (inverse of PCIR_BARS). Revision Changes Path 1.50 +1 -0 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 23:41:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102C16A41F; Thu, 29 Dec 2005 23:41:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950DC43D53; Thu, 29 Dec 2005 23:41:29 +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 jBTNfTw9089944; Thu, 29 Dec 2005 23:41:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTNfT0d089943; Thu, 29 Dec 2005 23:41:29 GMT (envelope-from imp) Message-Id: <200512292341.jBTNfT0d089943@repoman.freebsd.org> From: Warner Losh Date: Thu, 29 Dec 2005 23:41:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c cardbusvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 23:41:30 -0000 imp 2005-12-29 23:41:29 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c cardbusvar.h Log: Retire BARBIT in favor of new PCI_RID2BAR. Revision Changes Path 1.54 +4 -4 src/sys/dev/cardbus/cardbus_cis.c 1.14 +0 -1 src/sys/dev/cardbus/cardbusvar.h From owner-cvs-src@FreeBSD.ORG Thu Dec 29 23:50:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B0C16A422; Thu, 29 Dec 2005 23:50:32 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: from tara.freenix.org (keltia.freenix.org [82.224.56.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8858943D49; Thu, 29 Dec 2005 23:50:30 +0000 (GMT) (envelope-from roberto@keltia.freenix.fr) Received: by tara.freenix.org (Postfix/TLS, from userid 101) id 73B292B32; Fri, 30 Dec 2005 00:36:23 +0100 (CET) Date: Fri, 30 Dec 2005 00:36:23 +0100 From: Ollivier Robert To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20051229233623.GA37511@tara.freenix.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200512290559.jBT5xpLi013784@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512290559.jBT5xpLi013784@repoman.freebsd.org> X-Operating-System: MacOS X / PowerBook G4 - FreeBSD 5.0 / 2x PIII/800 SMP User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/label g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c src/sys/geom/raid3 g_raid3.c src/sys/geom/uzip g_uzip.c src/sys/geom/eli g_eli.c src/sys/geom geom_aes.c geom_apple.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Dec 2005 23:50:32 -0000 According to Maxim Sobolev: > Log: > MFC: check for g_read_data(9) errors properly. Do you plan to MFC this to RELENG_5? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 00:05:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4F916A420; Fri, 30 Dec 2005 00:05:53 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E4043D60; Fri, 30 Dec 2005 00:05:45 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.96] ([70.68.0.213]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBU05hC5046985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 00:05:43 GMT (envelope-from sobomax@portaone.com) Message-ID: <43B479D7.8000108@portaone.com> Date: Thu, 29 Dec 2005 16:05:43 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org References: <200512290559.jBT5xpLi013784@repoman.freebsd.org> <20051229233623.GA37511@tara.freenix.org> In-Reply-To: <20051229233623.GA37511@tara.freenix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: Subject: Re: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/label g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c src/sys/geom/raid3 g_raid3.c src/sys/geom/uzip g_uzip.c src/sys/geom/eli g_eli.c src/sys/geom geom_aes.c geom_apple.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 00:05:54 -0000 Ollivier Robert wrote: > According to Maxim Sobolev: >> Log: >> MFC: check for g_read_data(9) errors properly. > > Do you plan to MFC this to RELENG_5? Do you think it's necessary? I have done this MFC mostly to keep 6.x and 7.x sources as close as possible to simplify future MFCs. 5.x is going to attic soon anyway, so that I don't know if it worth MFCing or not. -Maxim From owner-cvs-src@FreeBSD.ORG Fri Dec 30 00:41:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4D116A41F; Fri, 30 Dec 2005 00:41:09 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C1843D95; Fri, 30 Dec 2005 00:40:45 +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 jBU0ea1Z092234; Fri, 30 Dec 2005 00:40:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU0eaPc092233; Fri, 30 Dec 2005 00:40:36 GMT (envelope-from sam) Message-Id: <200512300040.jBU0eaPc092233@repoman.freebsd.org> From: Sam Leffler Date: Fri, 30 Dec 2005 00:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 00:41:09 -0000 sam 2005-12-30 00:40:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: correct checking for turbo channels: rev 1.24 fixed static turbo channels but broke handling of the turboG channel; since we aren't ready to revamp the channel list just check for turboA channels for now so channel 6 is considered in auto mode Noticed by: gibbs Revision Changes Path 1.26 +4 -4 src/sys/net80211/ieee80211.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 00:50:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B7416A41F; Fri, 30 Dec 2005 00:50:19 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093C443D62; Fri, 30 Dec 2005 00:50:19 +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 jBU0oIrR099989; Fri, 30 Dec 2005 00:50:18 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU0oIXt099988; Fri, 30 Dec 2005 00:50:18 GMT (envelope-from mlaier) Message-Id: <200512300050.jBU0oIXt099988@repoman.freebsd.org> From: Max Laier Date: Fri, 30 Dec 2005 00:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf.c pfvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 00:50:19 -0000 mlaier 2005-12-30 00:50:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf.c pfvar.h Log: MFC: pf.c 1.39+1.40 and pfvar.h 1.13+1.14 Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags has special handling when zero. This caused no PFSYNC_ACT_DEL message and thus disfunction of pfflowd and state synchronisation in general. Discovered by: thompsa Good catch by: thompsa and Only decrement the max-src-conn counter for tcp connections that reached "established" state. Similar to OpenBSD's rev. 1.499 by joel but not breaking ABI. Obtained from: OpenBSD (with changes) Reported by: Bruno Afonso ok reyk@ Revision Changes Path 1.34.2.3 +9 -2 src/sys/contrib/pf/net/pf.c 1.11.2.2 +5 -2 src/sys/contrib/pf/net/pfvar.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 01:06:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C7516A41F; Fri, 30 Dec 2005 01:06:29 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E2643D58; Fri, 30 Dec 2005 01:06:29 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBU16TxS000705; Fri, 30 Dec 2005 01:06:29 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU16T4u000704; Fri, 30 Dec 2005 01:06:29 GMT (envelope-from ariff) Message-Id: <200512300106.jBU16T4u000704@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 01:06:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 01:06:29 -0000 ariff 2005-12-30 01:06:29 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm ac97.c Log: Few codec such as Conexant CX20468-21 does have this control register, although the only usable part is the mute bit. Noticed by: Hans Petter Selasky Revision Changes Path 1.60 +7 -0 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 01:11:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D57516A41F; Fri, 30 Dec 2005 01:11:07 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2E343D49; Fri, 30 Dec 2005 01:11:05 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id CEC3F6CC27; Fri, 30 Dec 2005 09:17:07 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67549-04; Fri, 30 Dec 2005 09:17:06 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:2c0:9fff:fed9:9e1d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 0E45A6CC22; Fri, 30 Dec 2005 09:17:05 +0800 (MYT) Date: Fri, 30 Dec 2005 09:10:54 +0800 From: Ariff Abdullah To: Ariff Abdullah Message-Id: <20051230091054.5ee02212.ariff@FreeBSD.org> In-Reply-To: <200512300106.jBU16T4u000704@repoman.freebsd.org> References: <200512300106.jBU16T4u000704@repoman.freebsd.org> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__30_Dec_2005_09_10_54_+0800_7R0661q5_HfG5yIz" X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 01:11:07 -0000 --Signature=_Fri__30_Dec_2005_09_10_54_+0800_7R0661q5_HfG5yIz Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 30 Dec 2005 01:06:29 +0000 (UTC) Ariff Abdullah wrote: > ariff 2005-12-30 01:06:29 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/sound/pcm ac97.c=20 > Log: > Few codec such as Conexant CX20468-21 does have this control > register, although the only usable part is the mute bit. > =20 > Noticed by: Hans Petter Selasky > =20 > Revision Changes Path > 1.60 +7 -0 src/sys/dev/sound/pcm/ac97.c "this" means AC97_MIXER_BEEP. Silly me.. -- Ariff Abdullah FreeBSD --Signature=_Fri__30_Dec_2005_09_10_54_+0800_7R0661q5_HfG5yIz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtIkilr+deMUwTNoRAjI3AJ0YC/2i2nNeFS9ZixHYLtNzTlt+xwCgiHaA RTh7sCfY6redmUJOnDk53p8= =NNUw -----END PGP SIGNATURE----- --Signature=_Fri__30_Dec_2005_09_10_54_+0800_7R0661q5_HfG5yIz-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 02:30:27 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD76F16A41F; Fri, 30 Dec 2005 02:30:26 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id B253443D6E; Fri, 30 Dec 2005 02:30:22 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.2] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBU2UIhQ063846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 02:30:18 GMT (envelope-from sobomax@portaone.com) Message-ID: <43B49BBA.9070801@portaone.com> Date: Thu, 29 Dec 2005 18:30:18 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Maksim Yevmenkin References: <200512292011.jBTKBkVa073791@repoman.freebsd.org> <43B45653.5050606@portaone.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,SPF_SOFTFAIL autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 02:30:27 -0000 Maksim Yevmenkin wrote: > [...] > >>> thanks for doing this! unfortunately, the sequence of command you have >>> put into the man page not entirely correct. >>> >>> it will work, if you do all the commands from the scripts and do it >>> fast enough. note that syscons(4) will try to grab the first available >>> keyboard when it does not have one, and, the first thing you do is to >>> release current keyboard. >> Actually I think you not quite correct - such syscons(4) behaviour is >> optional (opt in) and depends on 0x100 flags to sc(4). > > yes, it depends on the flag you have mentioned and the flag is set by > default :) from GENERIC.hints > > hint.sc.0.at="isa" > hint.sc.0.flags="0x100" > >> At least that sequence works here with GENERIC kernel/hints just fine. > > i never said it would not :) i just only pointed out that you have to > put this commands in the script. otherwise how are you going to type > after you have released the keyboard with "kbdcontrol -K"? :) Well, since there are < /dev/console everywhere it's probably assumed that those commands are executed from script or the pseudo-tty. >> In fact I believe the better way to handle this problem is to allow >> kbdmux(4) to be reconfigured on the fly, that is when it's already >> attached to the console. This way you will be able to attach it to the >> console first and then add/remove actual keyboards as you see fit. I >> don't think it will be very hard to do. >> >> What do you think? > > that is why syscons(4) has to support KBD{ADD,DEL}KB ioctl(2)s. you > see, in order to issue ioctl(2) one must open /dev/kdbmux0 device. the > problem is that once keyboard was "kbd_allocate()"d, open(2) calls on > /dev/Xkbd will fail. so you see, once you switched keyboard to > kbdmux(4) you can not open /dev/kbdmux anymore. the only way to > reconfigure kdbmux(4) is to pass ioctl(2)s via syscons(4). just like > any other keyboard ioctl(2). > > so the sequence i sent allows you to reconfigure kbdmux(4) on-the-fly. But you can easily do what most other drivers do to workaround this problem - create separate management device node, through which it will be possible to inject ioctls regardless of the current state of the particular kbdmux instance. There are lot of such examples in the tree - ata(4) and md(4) drivers come into the mind instantly. > however, all of this is really a band-aid to allow people to at least > try kbdbux(4). i have patches to syscons(4) and kbd code that will > make kbdmux(4) to automatically take over any keyboard attached to the > system. everything done in kernel. i did not commit these because > kbdmux(4) has issues that i still need to figure out and fix. It's funny but appears that keyboard and mouse support are going in the entirely opposite directions - I've seen that somebody is working on moving as much mouse code out of the kernel as possible. Perhaps we need some unified HID framework like most of the modern operating systems do? -Maxim From owner-cvs-src@FreeBSD.ORG Fri Dec 30 03:38:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C8316A420 for ; Fri, 30 Dec 2005 03:38:37 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.12]) by mx1.FreeBSD.org (Postfix) with SMTP id D67BD43D53 for ; Fri, 30 Dec 2005 03:38:34 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 28936 invoked by uid 399); 30 Dec 2005 03:38:33 -0000 Received: from localhost (HELO dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 30 Dec 2005 03:38:33 -0000 Date: Thu, 29 Dec 2005 19:38:28 -0800 (PST) From: Doug Barton To: Ruslan Ermilov In-Reply-To: <20051229074829.GA54743@ip.net.ua> Message-ID: <20051229193327.U93713@qbhto.arg> References: <200512290426.jBT4QDlg001028@repoman.freebsd.org> <20051229074829.GA54743@ip.net.ua> Organization: http://www.FreeBSD.org/ X-OpenPGP-Key-ID: 0xD5B2F0FB X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/bin/dnssec dnssec-makekeyset.8 dnssec-makekeyset.c dnssec-makekeyset.docbook dnssec-makekeyset.html dnssec-signkey.8 dnssec-signkey.c dnssec-signkey.docbook dnssec-signkey.html src/contrib/bind9/doc/arm isc.color.gif nominum-docbook-html.dsl.in ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 03:38:37 -0000 On Thu, 29 Dec 2005, Ruslan Ermilov wrote: > On Thu, Dec 29, 2005 at 04:26:13AM +0000, Doug Barton wrote: >> dougb 2005-12-29 04:26:13 UTC >> >> FreeBSD src repository >> >> Removed files: >> contrib/bind9/bin/dnssec dnssec-makekeyset.8 >> dnssec-makekeyset.c >> dnssec-makekeyset.docbook >> dnssec-makekeyset.html >> dnssec-signkey.8 dnssec-signkey.c >> dnssec-signkey.docbook >> dnssec-signkey.html > [...] >> Log: >> Remove files no longer in the BIND 9 distribution >> > Wrong. They should have been cvs-removed on the vendor branch. Please update src/contrib/bind9/FREEBSD-Upgrade with the right incanation for what you want to accomplish, and I'll be glad to do it. > P.S. There's no way to recover from the breakage except for > taking these files out of the CVS backup, but it's still a good > idea to also remove them on the vendor (ISC) branch. Same here, or feel free to fix it yourself. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Fri Dec 30 04:14:37 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB80116A420 for ; Fri, 30 Dec 2005 04:14:37 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D753543D46 for ; Fri, 30 Dec 2005 04:14:35 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1912636nzo for ; Thu, 29 Dec 2005 20:14:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hG6RPGTckKKokhOEcXY9F7cZGAbeKjD/sTdp/Jmc2XchdfdCI+MXHJR7B/JH1F8092pF1HFpwEDbOlqOtxKEQwZtTCvW32PkX/Rxr4qvl3q63F/3FVzhEQ8NgesJQNPmTYEmxvZmpnQosTH8pPWI5f02AwLN2cGixs/49VZNAaY= Received: by 10.36.13.1 with SMTP id 1mr885660nzm; Thu, 29 Dec 2005 20:14:35 -0800 (PST) Received: by 10.36.77.13 with HTTP; Thu, 29 Dec 2005 20:14:35 -0800 (PST) Message-ID: <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> Date: Thu, 29 Dec 2005 23:14:35 -0500 From: Coleman Kane To: Olivier Houchard In-Reply-To: <20051226173819.GA74846@ci0.org> MIME-Version: 1.0 References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> <20051226173819.GA74846@ci0.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, Maxim.Sobolev@portaone.com, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 04:14:38 -0000 On 12/26/05, Olivier Houchard wrote: > > On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > > Hi, > > > > IMHO this approach is suboptimal, since it depends on user's ability to > > debug reason of failure of each particular script. I think since target > > platform allows execution of shared libs by default our emulation layer > > should do the same without requiring user to set some obscure sysctls > first. > > > > I have prepared a patch to remove that sysctl and make such behaviour > > default for linux ELF shared libs. Patch can be found here: > > > > http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch > > > > If there are no objections I would like to commit it (also removing > > respective linux.4 delta). > > > > Thanks! > > > > Regards, > > > > Maxim > > Hi Maxim, > > I see nothing wrong with this patch. If nobody else has an objection, > please > go ahead. > > Chears, > > Olivier > _______________________________________________ > 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" > Do you think this will finally fix the breakage of the gentoo emulation port? The script that you run to do the initial bootstrapping attempts to call ld-linux.so (but dies do to not being allowed to exec it). From owner-cvs-src@FreeBSD.ORG Fri Dec 30 04:20:17 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45A4616A41F; Fri, 30 Dec 2005 04:20:17 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A1743D4C; Fri, 30 Dec 2005 04:20:16 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.2] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBU4KClG081497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 04:20:12 GMT (envelope-from sobomax@portaone.com) Message-ID: <43B4B57B.8040004@portaone.com> Date: Thu, 29 Dec 2005 20:20:11 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Coleman Kane References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> <20051226173819.GA74846@ci0.org> <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> In-Reply-To: <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,SPF_SOFTFAIL autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Olivier Houchard , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 04:20:17 -0000 Coleman Kane wrote: > On 12/26/05, *Olivier Houchard* > > wrote: > > On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > > Hi, > > > > IMHO this approach is suboptimal, since it depends on user's > ability to > > debug reason of failure of each particular script. I think since > target > > platform allows execution of shared libs by default our emulation > layer > > should do the same without requiring user to set some obscure > sysctls first. > > > > I have prepared a patch to remove that sysctl and make such > behaviour > > default for linux ELF shared libs. Patch can be found here: > > > > http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch > > > > If there are no objections I would like to commit it (also removing > > respective linux.4 delta). > > > > Thanks! > > > > Regards, > > > > Maxim > > Hi Maxim, > > I see nothing wrong with this patch. If nobody else has an > objection, please > go ahead. > > Chears, > > Olivier > _______________________________________________ > 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 > " > > > Do you think this will finally fix the breakage of the gentoo emulation > port? The script that you run to do the initial bootstrapping attempts > to call ld-linux.so (but dies do to not being allowed to exec it). Yes, it should be fixed now at least if attempt of ld-linux.so execution is the only obstacle. -Maxim From owner-cvs-src@FreeBSD.ORG Fri Dec 30 05:06:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D4316A41F; Fri, 30 Dec 2005 05:06:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F9643D55; Fri, 30 Dec 2005 05:06:26 +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 jBU56Q8T017455; Fri, 30 Dec 2005 05:06:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU56QOp017454; Fri, 30 Dec 2005 05:06:26 GMT (envelope-from imp) Message-Id: <200512300506.jBU56QOp017454@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 05:06:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 05:06:27 -0000 imp 2005-12-30 05:06:26 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c usbdevs Log: Add a bunch of ipod entries, one as suggested by Bryan Liesner. We should likely fix this better... Submitted by: Bryan Liesner (ipod mini) Revision Changes Path 1.46 +7 -0 src/sys/dev/usb/usb_quirks.c 1.244 +7 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Dec 30 06:16:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2851416A41F; Fri, 30 Dec 2005 06:16:22 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF8B43D46; Fri, 30 Dec 2005 06:16:21 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBU6GLuk020470; Fri, 30 Dec 2005 06:16:21 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU6GLKk020469; Fri, 30 Dec 2005 06:16:21 GMT (envelope-from csjp) Message-Id: <200512300616.jBU6GLKk020469@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 30 Dec 2005 06:16:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil login_class.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 06:16:22 -0000 csjp 2005-12-30 06:16:21 UTC FreeBSD src repository Modified files: lib/libutil login_class.3 Log: Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop in an external reference to mac_set_proc(3). Revision Changes Path 1.18 +5 -0 src/lib/libutil/login_class.3 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 07:33:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6133F16A41F; Fri, 30 Dec 2005 07:33:03 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8E543D5A; Fri, 30 Dec 2005 07:33:03 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBU7X2Jo023322; Fri, 30 Dec 2005 07:33:02 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU7X22D023321; Fri, 30 Dec 2005 07:33:02 GMT (envelope-from ariff) Message-Id: <200512300733.jBU7X22D023321@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 07:33:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 07:33:03 -0000 ariff 2005-12-30 07:33:02 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: Underruns counting logic should be based on bufhard free space and must be done after sndbuf_feed(), or any attempt to fill up bufhard. This should fix false underruns counter. Revision Changes Path 1.105 +6 -22 src/sys/dev/sound/pcm/channel.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 07:33:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B501D16A427; Fri, 30 Dec 2005 07:33:28 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A07C43D5F; Fri, 30 Dec 2005 07:33:28 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBU7XSkB023378; Fri, 30 Dec 2005 07:33:28 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU7XSQs023377; Fri, 30 Dec 2005 07:33:28 GMT (envelope-from ariff) Message-Id: <200512300733.jBU7XSQs023377@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 07:33:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 07:33:28 -0000 ariff 2005-12-30 07:33:28 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c Log: Disable frantic DMA update within few SNDCTL_DSP_* ioctl. This should reduce huge playback / recording latency for applications that try to act smarter and manage their own buffering (XMMS, Skype, etc.). Note to Skype + via8xxx users: Remove previous hackish "hint.pcm..via_dxs_disabled" from kernel hint and see whether this changes cure all those annoying sound issues. Revision Changes Path 1.89 +4 -4 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 08:57:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B3116A420; Fri, 30 Dec 2005 08:57:36 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFC543D68; Fri, 30 Dec 2005 08:57:35 +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 jBU8vZYA034046; Fri, 30 Dec 2005 08:57:35 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU8vZbM034045; Fri, 30 Dec 2005 08:57:35 GMT (envelope-from rse) Message-Id: <200512300857.jBU8vZbM034045@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 30 Dec 2005 08:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d amd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 08:57:36 -0000 rse 2005-12-30 08:57:33 UTC FreeBSD src repository Modified files: etc/rc.d amd Log: Remove superfluous line continuation backslash. MFC after: 3 days Revision Changes Path 1.16 +1 -1 src/etc/rc.d/amd From owner-cvs-src@FreeBSD.ORG Fri Dec 30 09:03:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D524E16A41F; Fri, 30 Dec 2005 09:03:48 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C0D43D55; Fri, 30 Dec 2005 09:03:47 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id A4D4E20A9; Fri, 30 Dec 2005 10:03:40 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 8881320A8; Fri, 30 Dec 2005 10:03:40 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 6764633C3E; Fri, 30 Dec 2005 10:03:40 +0100 (CET) To: Doug Barton References: <200512290426.jBT4QDlg001028@repoman.freebsd.org> <20051229074829.GA54743@ip.net.ua> <20051229193327.U93713@qbhto.arg> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Fri, 30 Dec 2005 10:03:40 +0100 In-Reply-To: <20051229193327.U93713@qbhto.arg> (Doug Barton's message of "Thu, 29 Dec 2005 19:38:28 -0800 (PST)") Message-ID: <86r77vdkib.fsf@xps.des.no> 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 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind9/bin/dnssec dnssec-makekeyset.8 dnssec-makekeyset.c dnssec-makekeyset.docbook dnssec-makekeyset.html dnssec-signkey.8 dnssec-signkey.c dnssec-signkey.docbook dnssec-signkey.html src/contrib/bind9/doc/arm isc.color.gif nominum-docbook-html.dsl.in ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 09:03:49 -0000 Doug Barton writes: > On Thu, 29 Dec 2005, Ruslan Ermilov wrote: > > On Thu, Dec 29, 2005 at 04:26:13AM +0000, Doug Barton wrote: > > > Log: > > > Remove files no longer in the BIND 9 distribution > > Wrong. They should have been cvs-removed on the vendor branch. > Please update src/contrib/bind9/FREEBSD-Upgrade with the right > incanation for what you want to accomplish, and I'll be glad to do it. Bzzzt. This is not specific to BIND; it's SOP for vendor branches in CVS. There is no excuse for not knowing that when you've been around the project as long as you have; the gods know there have been plenty of flame wars in the past over precisely this issue. If you don't feel comfortable enough with CVS to do vendor imports without a detailed instruction sheet, I'll be glad to handle BIND for you. > > P.S. There's no way to recover from the breakage except for > > taking these files out of the CVS backup, but it's still a good >> idea to also remove them on the vendor (ISC) branch. > Same here, or feel free to fix it yourself. You'll have to request a manual fixup from ncvs@. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Dec 30 09:16:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B507616A41F; Fri, 30 Dec 2005 09:16:24 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4283243D5F; Fri, 30 Dec 2005 09:16:24 +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 jBU9GOZT034962; Fri, 30 Dec 2005 09:16:24 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBU9GNJR034961; Fri, 30 Dec 2005 09:16:23 GMT (envelope-from rse) Message-Id: <200512300916.jBU9GNJR034961@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 30 Dec 2005 09:16:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d mountcritremote X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 09:16:24 -0000 rse 2005-12-30 09:16:23 UTC FreeBSD src repository Modified files: etc/rc.d mountcritremote Log: 1. Add missing semicolon between "warn" and "return" to make sure the line continuation backslash doesn't cause "warn" to print "return". 2. Group "warn" and "return" together as the "return 1" should be performed only if the "kldload nfsclient" also failed (and not already if the "vfs.nfs" sysctl(8) check failed). MFC after: 3 days Revision Changes Path 1.13 +3 -3 src/etc/rc.d/mountcritremote From owner-cvs-src@FreeBSD.ORG Fri Dec 30 09:35:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59C116A41F; Fri, 30 Dec 2005 09:35:11 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BED43D60; Fri, 30 Dec 2005 09:35:10 +0000 (GMT) (envelope-from nate@root.org) Received: from [172.16.1.113] (ip-207-145-170-192.lax.megapath.net [207.145.170.192]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id jBU9ZR9e003472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Dec 2005 01:35:28 -0800 Message-ID: <43B4FDD5.1060000@root.org> Date: Fri, 30 Dec 2005 01:28:53 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <20051229183552.205C316A432@hub.freebsd.org> <43B4385D.9030206@root.org> <20051229222645.05311b1f@Magellan.Leidinger.net> In-Reply-To: <20051229222645.05311b1f@Magellan.Leidinger.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 09:35:12 -0000 Alexander Leidinger wrote: > On Thu, 29 Dec 2005 11:26:21 -0800 > Nate Lawson wrote: > > >>>Index: src/sys/dev/usb/ums.c >>>diff -u src/sys/dev/usb/ums.c:1.79 src/sys/dev/usb/ums.c:1.80 >>>--- src/sys/dev/usb/ums.c:1.79 Thu Dec 29 17:44:40 2005 >>>+++ src/sys/dev/usb/ums.c Thu Dec 29 18:35:28 2005 >>>@@ -425,7 +425,7 @@ >>> struct ums_softc *sc = addr; >>> u_char *ibuf; >>> int dx, dy, dz, dt; >>>- u_char buttons = 0; >>>+ int buttons = 0; >>> int i; >>> >>> #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) >> >>I think the UMS_BUT macro operates on only 2 bits. Are you sure that's >>still right? > > > The UMS_BUT macro in NetBSD is different, but I don't know if this is > because of the uhidevs changes (which we don't have) or not. The change > in NetBSD only changed the MAX_BUTTONS define, not the UMS_BUT macro. > > I also don't see where it only operates on 2 bits (BTW.: MAX_BUTTONS was > changed from decimal 7 to decimal 31)... if I rewrite it as a function > it looks like: > int ums_but(int i) { > if (i < 3) { > return (i + 2) % 3; > } else { > return i; > } > } > Or did I miscounted the parenthesis? I meant that this maps 0:2, 1:0, 2:1, 3:3, 4:4, ... Or in other words, it only operates on 2-bit values (0-3). I don't know if that's an issue or not, I just was wondering if that also needed to be expanded. -- Nate From owner-cvs-src@FreeBSD.ORG Fri Dec 30 10:37:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 652F516A420; Fri, 30 Dec 2005 10:37:05 +0000 (GMT) Date: Fri, 30 Dec 2005 10:37:05 +0000 From: Alexey Dokuchaev To: Alexander Leidinger Message-ID: <20051230103705.GA15484@FreeBSD.org> References: <200512281757.jBSHvbL3059651@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200512281757.jBSHvbL3059651@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 10:37:05 -0000 On Wed, Dec 28, 2005 at 05:57:37PM +0000, Alexander Leidinger wrote: > netchild 2005-12-28 17:57:37 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci emu10k1.c > Log: > Fix the order of the stereo channels (left <-> right). > > From the PR: [ .. actual contents skipped, but there's a test-case written in C which allows to precisely determine the problem .. ] This is what I call a *decent* PR. ;-) ./danfe From owner-cvs-src@FreeBSD.ORG Fri Dec 30 10:59:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2AE16A41F; Fri, 30 Dec 2005 10:59:19 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46F543D4C; Fri, 30 Dec 2005 10:59:18 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5CF88.dip.t-dialin.net [84.165.207.136]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jBUAuIL1037521; Fri, 30 Dec 2005 11:56:20 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jBUAxD0o004343; Fri, 30 Dec 2005 11:59:13 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Fri, 30 Dec 2005 11:59:13 +0100 From: Alexander Leidinger To: Nate Lawson Message-ID: <20051230115913.243e3e21@Magellan.Leidinger.net> In-Reply-To: <43B4FDD5.1060000@root.org> References: <20051229183552.205C316A432@hub.freebsd.org> <43B4385D.9030206@root.org> <20051229222645.05311b1f@Magellan.Leidinger.net> <43B4FDD5.1060000@root.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: mux@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, 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.5 Precedence: 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, 30 Dec 2005 10:59:19 -0000 On Fri, 30 Dec 2005 01:28:53 -0800 Nate Lawson wrote: > >>> #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) > I meant that this maps 0:2, 1:0, 2:1, 3:3, 4:4, ... Or in other words, > it only operates on 2-bit values (0-3). I don't know if that's an issue > or not, I just was wondering if that also needed to be expanded. NetBSD has: #define UMS_BUT(i) ((i) == 1 || (i) == 2 ? 3 - (i) : i) So this maps 0:0, 1:2, 2:1, 3:3, 4:4, ... so it's completely different below 3 and the same for the rest. So for the new buttons 8 to 31 it doesn't make a difference. Since it also wasn't changed in the MAX_BUTTONS commit, I didn't merged it. I think the change was introduced in the uhidev commit, but I didn't checked this. Maxime (CCed) is working on merging the uhidev stuff, maybe he knows for sure. Bye, Alexander. -- Weird enough for government work. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:22:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF96916A41F; Fri, 30 Dec 2005 11:22:14 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF6643D55; Fri, 30 Dec 2005 11:22:14 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBMEfY042097; Fri, 30 Dec 2005 11:22:14 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBMEvg042096; Fri, 30 Dec 2005 11:22:14 GMT (envelope-from guido) Message-Id: <200512301122.jBUBMEvg042096@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:22:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Cc: Subject: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:22:15 -0000 guido 2005-12-30 11:22:13 UTC FreeBSD src repository src/sys/contrib/ipfilter/netinet - Imported sources Update of /home/ncvs/src/sys/contrib/ipfilter/netinet In directory repoman.freebsd.org:/tmp/cvs-serv42040 Log Message: Import IP Filter version 4.1.10 Status: Vendor Tag: DARRENR Release Tags: v4-1-10 C src/sys/contrib/ipfilter/netinet/ip_auth.c C src/sys/contrib/ipfilter/netinet/ip_auth.h C src/sys/contrib/ipfilter/netinet/ip_compat.h C src/sys/contrib/ipfilter/netinet/ip_fil.h C src/sys/contrib/ipfilter/netinet/ip_frag.c C src/sys/contrib/ipfilter/netinet/ip_frag.h C src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c U src/sys/contrib/ipfilter/netinet/ip_ipsec_pxy.c U src/sys/contrib/ipfilter/netinet/ip_irc_pxy.c U src/sys/contrib/ipfilter/netinet/ip_netbios_pxy.c U src/sys/contrib/ipfilter/netinet/ip_pptp_pxy.c C src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c C src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c U src/sys/contrib/ipfilter/netinet/ip_rpcb_pxy.c C src/sys/contrib/ipfilter/netinet/fil.c C src/sys/contrib/ipfilter/netinet/ip_log.c C src/sys/contrib/ipfilter/netinet/ip_nat.c C src/sys/contrib/ipfilter/netinet/ip_nat.h C src/sys/contrib/ipfilter/netinet/ip_proxy.c C src/sys/contrib/ipfilter/netinet/ip_proxy.h C src/sys/contrib/ipfilter/netinet/ip_state.c C src/sys/contrib/ipfilter/netinet/ip_state.h C src/sys/contrib/ipfilter/netinet/ipl.h C src/sys/contrib/ipfilter/netinet/mlfk_ipl.c U src/sys/contrib/ipfilter/netinet/ip_lookup.c U src/sys/contrib/ipfilter/netinet/ip_lookup.h C src/sys/contrib/ipfilter/netinet/ip_sync.c U src/sys/contrib/ipfilter/netinet/ip_sync.h U src/sys/contrib/ipfilter/netinet/ip_scan.c U src/sys/contrib/ipfilter/netinet/ip_scan.h U src/sys/contrib/ipfilter/netinet/ip_pool.c U src/sys/contrib/ipfilter/netinet/ip_pool.h C src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c C src/sys/contrib/ipfilter/netinet/ip_htable.c U src/sys/contrib/ipfilter/netinet/ip_htable.h 22 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/contrib/ipfilter/netinet From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:29:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C408216A41F; Fri, 30 Dec 2005 11:29:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C89643D49; Fri, 30 Dec 2005 11:29:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id jBUBT1UB051755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 14:29:01 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id jBUBT1fW051754; Fri, 30 Dec 2005 14:29:01 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 30 Dec 2005 14:29:00 +0300 From: Gleb Smirnoff To: Guido van Rooij Message-ID: <20051230112900.GJ42629@FreeBSD.org> References: <200512301122.jBUBMEvg042096@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200512301122.jBUBMEvg042096@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:29:05 -0000 Guido, On Fri, Dec 30, 2005 at 11:22:13AM +0000, Guido van Rooij wrote: G> guido 2005-12-30 11:22:13 UTC G> G> FreeBSD src repository G> G> src/sys/contrib/ipfilter/netinet - Imported sources G> Update of /home/ncvs/src/sys/contrib/ipfilter/netinet G> In directory repoman.freebsd.org:/tmp/cvs-serv42040 G> G> Log Message: G> Import IP Filter version 4.1.10 G> G> Status: G> G> Vendor Tag: DARRENR G> Release Tags: v4-1-10 we've got quite a lot of ipfilter related PRs. I've just assigned one to Darren. Since you do this import (not Darren), does this mean that you are maintainer now? Who is now responsible for ipfilter PRs? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:31:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B4616A41F; Fri, 30 Dec 2005 11:31:48 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5358443D48; Fri, 30 Dec 2005 11:31:48 +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 jBUBVmbP042522; Fri, 30 Dec 2005 11:31:48 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBVlqf042521; Fri, 30 Dec 2005 11:31:47 GMT (envelope-from glebius) Message-Id: <200512301131.jBUBVlqf042521@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 30 Dec 2005 11:31:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 11:31:48 -0000 glebius 2005-12-30 11:31:47 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: - Retire BARBIT in favor of new PCI_RID2BAR. - Fix build. Revision Changes Path 1.58 +5 -5 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:32:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACB116A41F; Fri, 30 Dec 2005 11:32:24 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42AA043D5A; Fri, 30 Dec 2005 11:32:24 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBWOhb042630; Fri, 30 Dec 2005 11:32:24 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBWOY3042629; Fri, 30 Dec 2005 11:32:24 GMT (envelope-from guido) Message-Id: <200512301132.jBUBWOY3042629@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:32:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.h ip_fil_freebsd.c ip_frag.c ip_frag.h ip_ftp_pxy.c ip_htable.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:32:24 -0000 guido 2005-12-30 11:32:24 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.h ip_fil_freebsd.c ip_frag.c ip_frag.h ip_ftp_pxy.c ip_htable.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ip_sync.c ipl.h mlfk_ipl.c Log: Resolve conflicts Revision Changes Path 1.48 +425 -302 src/sys/contrib/ipfilter/netinet/fil.c 1.42 +7 -13 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.30 +132 -14 src/sys/contrib/ipfilter/netinet/ip_compat.h 1.33 +24 -4 src/sys/contrib/ipfilter/netinet/ip_fil.h 1.3 +42 -3 src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c 1.30 +14 -8 src/sys/contrib/ipfilter/netinet/ip_frag.c 1.18 +4 -0 src/sys/contrib/ipfilter/netinet/ip_frag.h 1.26 +2 -1 src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c 1.3 +3 -6 src/sys/contrib/ipfilter/netinet/ip_htable.c 1.31 +3 -9 src/sys/contrib/ipfilter/netinet/ip_log.c 1.40 +70 -31 src/sys/contrib/ipfilter/netinet/ip_nat.c 1.25 +2 -3 src/sys/contrib/ipfilter/netinet/ip_nat.h 1.26 +7 -9 src/sys/contrib/ipfilter/netinet/ip_proxy.c 1.16 +1 -1 src/sys/contrib/ipfilter/netinet/ip_proxy.h 1.12 +1 -1 src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c 1.13 +3 -1 src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c 1.36 +161 -93 src/sys/contrib/ipfilter/netinet/ip_state.c 1.18 +3 -3 src/sys/contrib/ipfilter/netinet/ip_state.h 1.3 +9 -5 src/sys/contrib/ipfilter/netinet/ip_sync.c 1.24 +2 -2 src/sys/contrib/ipfilter/netinet/ipl.h 1.17 +1 -0 src/sys/contrib/ipfilter/netinet/mlfk_ipl.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:34:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C569B16A41F; Fri, 30 Dec 2005 11:34:57 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680ED43D53; Fri, 30 Dec 2005 11:34:57 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBYvsA042690; Fri, 30 Dec 2005 11:34:57 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBYvsN042687; Fri, 30 Dec 2005 11:34:57 GMT (envelope-from guido) Message-Id: <200512301134.jBUBYvsN042687@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:34:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENR Cc: Subject: cvs commit: src/contrib/ipfilter - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:34:58 -0000 guido 2005-12-30 11:34:57 UTC FreeBSD src repository src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory repoman.freebsd.org:/tmp/cvs-serv42666 Log Message: Import IP Filter 4.1.10 Status: Vendor Tag: DARRENR Release Tags: v4-1-10 U src/contrib/ipfilter/BNF U src/contrib/ipfilter/BugReport U src/contrib/ipfilter/FAQ.FreeBSD U src/contrib/ipfilter/HISTORY U src/contrib/ipfilter/IMPORTANT C src/contrib/ipfilter/INST.FreeBSD-2.2 U src/contrib/ipfilter/INSTALL.FreeBSD U src/contrib/ipfilter/INSTALL.xBSD U src/contrib/ipfilter/IPF.KANJI U src/contrib/ipfilter/IPFILTER.LICENCE C src/contrib/ipfilter/Makefile U src/contrib/ipfilter/README C src/contrib/ipfilter/NAT.FreeBSD U src/contrib/ipfilter/STYLE.TXT U src/contrib/ipfilter/WhatsNew40.txt U src/contrib/ipfilter/Y2K C src/contrib/ipfilter/bpf-ipf.h C src/contrib/ipfilter/bpf_filter.c U src/contrib/ipfilter/bsdinstall U src/contrib/ipfilter/ip_fil.c C src/contrib/ipfilter/ipf.h C src/contrib/ipfilter/ipmon.h C src/contrib/ipfilter/ipt.h C src/contrib/ipfilter/kmem.h C src/contrib/ipfilter/md5.c C src/contrib/ipfilter/md5.h U src/contrib/ipfilter/mkfilters C src/contrib/ipfilter/mlf_ipl.c C src/contrib/ipfilter/mlf_rule.c C src/contrib/ipfilter/mlfk_rule.c C src/contrib/ipfilter/opts.h C src/contrib/ipfilter/pcap-ipf.h C src/contrib/ipfilter/radix.c C src/contrib/ipfilter/radix_ipf.h C src/contrib/ipfilter/snoop.h U src/contrib/ipfilter/BSD/Makefile U src/contrib/ipfilter/BSD/Makefile.ipsend U src/contrib/ipfilter/BSD/kupgrade U src/contrib/ipfilter/BSD/make-devices U src/contrib/ipfilter/FWTK/Index U src/contrib/ipfilter/FWTK/README U src/contrib/ipfilter/FWTK/README.ipfilter U src/contrib/ipfilter/FWTK/ftp-gw.diff U src/contrib/ipfilter/FWTK/fwtk_transparent.diff U src/contrib/ipfilter/FWTK/fwtkp U src/contrib/ipfilter/FreeBSD/conf.c.diffs U src/contrib/ipfilter/FreeBSD/files.diffs U src/contrib/ipfilter/FreeBSD/files.newconf.diffs U src/contrib/ipfilter/FreeBSD/files.oldconf.diffs U src/contrib/ipfilter/FreeBSD/filez.diffs U src/contrib/ipfilter/FreeBSD/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD/kinstall U src/contrib/ipfilter/FreeBSD/minstall U src/contrib/ipfilter/FreeBSD/unkinstall U src/contrib/ipfilter/FreeBSD/unminstall U src/contrib/ipfilter/FreeBSD-2.2/files.diffs U src/contrib/ipfilter/FreeBSD-2.2/files.newconf.diffs U src/contrib/ipfilter/FreeBSD-2.2/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/kinstall U src/contrib/ipfilter/FreeBSD-2.2/minstall U src/contrib/ipfilter/FreeBSD-2.2/unkinstall U src/contrib/ipfilter/FreeBSD-2.2/unminstall U src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3 U src/contrib/ipfilter/FreeBSD-3/kinstall U src/contrib/ipfilter/FreeBSD-3/unkinstall C src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 C src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 C src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 U src/contrib/ipfilter/FreeBSD-4.0/kinstall U src/contrib/ipfilter/FreeBSD-4.0/unkinstall U src/contrib/ipfilter/etc/protocols U src/contrib/ipfilter/etc/services U src/contrib/ipfilter/iplang/BNF U src/contrib/ipfilter/iplang/Makefile C src/contrib/ipfilter/iplang/iplang.h U src/contrib/ipfilter/iplang/iplang.tst C src/contrib/ipfilter/iplang/iplang_l.l C src/contrib/ipfilter/iplang/iplang_y.y U src/contrib/ipfilter/ipsd/Makefile U src/contrib/ipfilter/ipsd/README C src/contrib/ipfilter/ipsd/ipsd.c C src/contrib/ipfilter/ipsd/ipsd.h C src/contrib/ipfilter/ipsd/ipsdr.c C src/contrib/ipfilter/ipsd/linux.h C src/contrib/ipfilter/ipsd/sbpf.c C src/contrib/ipfilter/ipsd/sdlpi.c C src/contrib/ipfilter/ipsd/slinux.c C src/contrib/ipfilter/ipsd/snit.c C src/contrib/ipfilter/ipsd/Celler/ip_compat.h C src/contrib/ipfilter/ipsend/44arp.c U src/contrib/ipfilter/ipsend/Crashable U src/contrib/ipfilter/ipsend/Makefile U src/contrib/ipfilter/ipsend/README C src/contrib/ipfilter/ipsend/arp.c C src/contrib/ipfilter/ipsend/dlcommon.c C src/contrib/ipfilter/ipsend/dltest.h C src/contrib/ipfilter/ipsend/hpux.c C src/contrib/ipfilter/ipsend/in_var.h C src/contrib/ipfilter/ipsend/ip.c C src/contrib/ipfilter/ipsend/ip_var.h C src/contrib/ipfilter/ipsend/ipresend.1 C src/contrib/ipfilter/ipsend/ipresend.c C src/contrib/ipfilter/ipsend/ipsend.1 C src/contrib/ipfilter/ipsend/ipsend.5 C src/contrib/ipfilter/ipsend/ipsend.c C src/contrib/ipfilter/ipsend/ipsend.h C src/contrib/ipfilter/ipsend/ipsopt.c C src/contrib/ipfilter/ipsend/iptest.1 C src/contrib/ipfilter/ipsend/iptest.c C src/contrib/ipfilter/ipsend/iptests.c C src/contrib/ipfilter/ipsend/larp.c C src/contrib/ipfilter/ipsend/linux.h C src/contrib/ipfilter/ipsend/lsock.c C src/contrib/ipfilter/ipsend/resend.c C src/contrib/ipfilter/ipsend/sbpf.c C src/contrib/ipfilter/ipsend/sdlpi.c C src/contrib/ipfilter/ipsend/sirix.c C src/contrib/ipfilter/ipsend/slinux.c C src/contrib/ipfilter/ipsend/snit.c C src/contrib/ipfilter/ipsend/sock.c C src/contrib/ipfilter/ipsend/sockraw.c C src/contrib/ipfilter/ipsend/tcpip.h U src/contrib/ipfilter/l4check/Makefile U src/contrib/ipfilter/l4check/http.check U src/contrib/ipfilter/l4check/http.ok C src/contrib/ipfilter/l4check/l4check.c U src/contrib/ipfilter/l4check/l4check.conf U src/contrib/ipfilter/lib/Makefile C src/contrib/ipfilter/lib/addicmp.c C src/contrib/ipfilter/lib/addipopt.c C src/contrib/ipfilter/lib/addkeep.c C src/contrib/ipfilter/lib/bcopywrap.c C src/contrib/ipfilter/lib/binprint.c C src/contrib/ipfilter/lib/buildopts.c C src/contrib/ipfilter/lib/checkrev.c C src/contrib/ipfilter/lib/count4bits.c C src/contrib/ipfilter/lib/count6bits.c C src/contrib/ipfilter/lib/debug.c C src/contrib/ipfilter/lib/extras.c C src/contrib/ipfilter/lib/facpri.c C src/contrib/ipfilter/lib/facpri.h C src/contrib/ipfilter/lib/fill6bits.c C src/contrib/ipfilter/lib/flags.c C src/contrib/ipfilter/lib/genmask.c C src/contrib/ipfilter/lib/gethost.c C src/contrib/ipfilter/lib/getifname.c C src/contrib/ipfilter/lib/getline.c C src/contrib/ipfilter/lib/getnattype.c C src/contrib/ipfilter/lib/getport.c C src/contrib/ipfilter/lib/getportproto.c C src/contrib/ipfilter/lib/getproto.c C src/contrib/ipfilter/lib/getsumd.c C src/contrib/ipfilter/lib/hexdump.c C src/contrib/ipfilter/lib/hostmask.c C src/contrib/ipfilter/lib/hostname.c C src/contrib/ipfilter/lib/hostnum.c C src/contrib/ipfilter/lib/icmpcode.c C src/contrib/ipfilter/lib/inet_addr.c C src/contrib/ipfilter/lib/initparse.c C src/contrib/ipfilter/lib/ionames.c C src/contrib/ipfilter/lib/ipf_dotuning.c C src/contrib/ipfilter/lib/ipft_ef.c C src/contrib/ipfilter/lib/ipft_hx.c C src/contrib/ipfilter/lib/ipft_pc.c C src/contrib/ipfilter/lib/ipft_sn.c C src/contrib/ipfilter/lib/ipft_td.c C src/contrib/ipfilter/lib/ipft_tx.c C src/contrib/ipfilter/lib/ipoptsec.c C src/contrib/ipfilter/lib/kmem.c C src/contrib/ipfilter/lib/kmem.h C src/contrib/ipfilter/lib/kmemcpywrap.c C src/contrib/ipfilter/lib/kvatoname.c C src/contrib/ipfilter/lib/load_hash.c C src/contrib/ipfilter/lib/load_hashnode.c C src/contrib/ipfilter/lib/load_pool.c C src/contrib/ipfilter/lib/load_poolnode.c C src/contrib/ipfilter/lib/loglevel.c C src/contrib/ipfilter/lib/make_range.c C src/contrib/ipfilter/lib/mutex_emul.c C src/contrib/ipfilter/lib/nametokva.c C src/contrib/ipfilter/lib/nat_setgroupmap.c C src/contrib/ipfilter/lib/natparse.c C src/contrib/ipfilter/lib/ntomask.c C src/contrib/ipfilter/lib/optname.c C src/contrib/ipfilter/lib/optprint.c C src/contrib/ipfilter/lib/optprintv6.c C src/contrib/ipfilter/lib/optvalue.c C src/contrib/ipfilter/lib/parse.c C src/contrib/ipfilter/lib/portname.c C src/contrib/ipfilter/lib/portnum.c C src/contrib/ipfilter/lib/ports.c C src/contrib/ipfilter/lib/print_toif.c C src/contrib/ipfilter/lib/printactivenat.c C src/contrib/ipfilter/lib/printaps.c C src/contrib/ipfilter/lib/printbuf.c C src/contrib/ipfilter/lib/printfr.c C src/contrib/ipfilter/lib/printfraginfo.c C src/contrib/ipfilter/lib/printhash.c C src/contrib/ipfilter/lib/printip.c C src/contrib/ipfilter/lib/printhashnode.c C src/contrib/ipfilter/lib/printhostmap.c C src/contrib/ipfilter/lib/printhostmask.c C src/contrib/ipfilter/lib/printifname.c C src/contrib/ipfilter/lib/printlog.c C src/contrib/ipfilter/lib/printmask.c C src/contrib/ipfilter/lib/printnat.c C src/contrib/ipfilter/lib/printpacket.c C src/contrib/ipfilter/lib/printpacket6.c C src/contrib/ipfilter/lib/printpool.c C src/contrib/ipfilter/lib/printpoolnode.c C src/contrib/ipfilter/lib/printportcmp.c N src/contrib/ipfilter/lib/printproto.c C src/contrib/ipfilter/lib/printsbuf.c C src/contrib/ipfilter/lib/printstate.c C src/contrib/ipfilter/lib/printtunable.c C src/contrib/ipfilter/lib/ratoi.c C src/contrib/ipfilter/lib/ratoui.c C src/contrib/ipfilter/lib/remove_hash.c C src/contrib/ipfilter/lib/remove_hashnode.c C src/contrib/ipfilter/lib/remove_pool.c C src/contrib/ipfilter/lib/remove_poolnode.c C src/contrib/ipfilter/lib/resetlexer.c C src/contrib/ipfilter/lib/rwlock_emul.c C src/contrib/ipfilter/lib/tcp_flags.c C src/contrib/ipfilter/lib/tcpflags.c C src/contrib/ipfilter/lib/tcpoptnames.c C src/contrib/ipfilter/lib/to_interface.c C src/contrib/ipfilter/lib/v6ionames.c C src/contrib/ipfilter/lib/v6optvalue.c C src/contrib/ipfilter/lib/var.c C src/contrib/ipfilter/lib/verbose.c U src/contrib/ipfilter/man/Makefile C src/contrib/ipfilter/man/ipf.4 C src/contrib/ipfilter/man/ipf.5 C src/contrib/ipfilter/man/ipf.8 C src/contrib/ipfilter/man/ipfilter.4 U src/contrib/ipfilter/man/ipfilter.4.mandoc C src/contrib/ipfilter/man/ipfilter.5 C src/contrib/ipfilter/man/ipfs.8 C src/contrib/ipfilter/man/ipfstat.8 C src/contrib/ipfilter/man/ipftest.1 C src/contrib/ipfilter/man/ipl.4 C src/contrib/ipfilter/man/ipmon.5 C src/contrib/ipfilter/man/ipmon.8 C src/contrib/ipfilter/man/ipnat.4 C src/contrib/ipfilter/man/ipnat.5 C src/contrib/ipfilter/man/ipnat.8 C src/contrib/ipfilter/man/ippool.5 C src/contrib/ipfilter/man/ippool.8 C src/contrib/ipfilter/man/ipscan.5 C src/contrib/ipfilter/man/ipscan.8 C src/contrib/ipfilter/man/mkfilters.1 U src/contrib/ipfilter/perl/Ipfanaly.pl U src/contrib/ipfilter/perl/Isbgraph U src/contrib/ipfilter/perl/LICENSE U src/contrib/ipfilter/perl/Services U src/contrib/ipfilter/perl/ipf-mrtg.pl U src/contrib/ipfilter/perl/ipfmeta.pl U src/contrib/ipfilter/perl/logfilter.pl U src/contrib/ipfilter/perl/plog U src/contrib/ipfilter/rules/BASIC.NAT U src/contrib/ipfilter/rules/BASIC_1.FW U src/contrib/ipfilter/rules/BASIC_2.FW U src/contrib/ipfilter/rules/example.1 U src/contrib/ipfilter/rules/example.10 U src/contrib/ipfilter/rules/example.11 U src/contrib/ipfilter/rules/example.12 U src/contrib/ipfilter/rules/example.13 U src/contrib/ipfilter/rules/example.2 U src/contrib/ipfilter/rules/example.3 U src/contrib/ipfilter/rules/example.4 U src/contrib/ipfilter/rules/example.5 U src/contrib/ipfilter/rules/example.6 U src/contrib/ipfilter/rules/example.7 U src/contrib/ipfilter/rules/example.8 U src/contrib/ipfilter/rules/example.9 U src/contrib/ipfilter/rules/example.sr U src/contrib/ipfilter/rules/firewall U src/contrib/ipfilter/rules/ftp-proxy U src/contrib/ipfilter/rules/ftppxy U src/contrib/ipfilter/rules/ip_rules U src/contrib/ipfilter/rules/ipmon.conf U src/contrib/ipfilter/rules/nat-setup U src/contrib/ipfilter/rules/nat.eg U src/contrib/ipfilter/rules/server U src/contrib/ipfilter/rules/pool.conf U src/contrib/ipfilter/rules/tcpstate U src/contrib/ipfilter/samples/Makefile U src/contrib/ipfilter/samples/ipfilter-pb.gif C src/contrib/ipfilter/samples/proxy.c C src/contrib/ipfilter/samples/relay.c C src/contrib/ipfilter/samples/userauth.c U src/contrib/ipfilter/test/Makefile U src/contrib/ipfilter/test/README.TXT U src/contrib/ipfilter/test/bpftest U src/contrib/ipfilter/test/dotest U src/contrib/ipfilter/test/dotest6 U src/contrib/ipfilter/test/hextest U src/contrib/ipfilter/test/intest U src/contrib/ipfilter/test/iptest U src/contrib/ipfilter/test/itest U src/contrib/ipfilter/test/logtest U src/contrib/ipfilter/test/mhtest U src/contrib/ipfilter/test/mtest U src/contrib/ipfilter/test/natipftest U src/contrib/ipfilter/test/nattest U src/contrib/ipfilter/test/ptest U src/contrib/ipfilter/test/test.format U src/contrib/ipfilter/test/vfycksum.pl U src/contrib/ipfilter/test/expected/bpf-f1 U src/contrib/ipfilter/test/expected/bpf1 U src/contrib/ipfilter/test/expected/f1 U src/contrib/ipfilter/test/expected/f10 U src/contrib/ipfilter/test/expected/f11 U src/contrib/ipfilter/test/expected/f12 U src/contrib/ipfilter/test/expected/f13 U src/contrib/ipfilter/test/expected/f14 U src/contrib/ipfilter/test/expected/f15 U src/contrib/ipfilter/test/expected/f16 U src/contrib/ipfilter/test/expected/f17 N src/contrib/ipfilter/test/expected/f18 N src/contrib/ipfilter/test/expected/f19 U src/contrib/ipfilter/test/expected/f2 U src/contrib/ipfilter/test/expected/f3 U src/contrib/ipfilter/test/expected/f4 U src/contrib/ipfilter/test/expected/f5 U src/contrib/ipfilter/test/expected/f6 U src/contrib/ipfilter/test/expected/f7 U src/contrib/ipfilter/test/expected/f8 U src/contrib/ipfilter/test/expected/f9 U src/contrib/ipfilter/test/expected/i1 U src/contrib/ipfilter/test/expected/i10 U src/contrib/ipfilter/test/expected/i11 U src/contrib/ipfilter/test/expected/i12 U src/contrib/ipfilter/test/expected/i13 U src/contrib/ipfilter/test/expected/i14 U src/contrib/ipfilter/test/expected/i15 N src/contrib/ipfilter/test/expected/i16 N src/contrib/ipfilter/test/expected/i17 N src/contrib/ipfilter/test/expected/i18 N src/contrib/ipfilter/test/expected/i19 U src/contrib/ipfilter/test/expected/i2 N src/contrib/ipfilter/test/expected/i20 N src/contrib/ipfilter/test/expected/i21 U src/contrib/ipfilter/test/expected/i3 U src/contrib/ipfilter/test/expected/i4 U src/contrib/ipfilter/test/expected/i5 U src/contrib/ipfilter/test/expected/i6 U src/contrib/ipfilter/test/expected/i7 U src/contrib/ipfilter/test/expected/i8 U src/contrib/ipfilter/test/expected/i9 U src/contrib/ipfilter/test/expected/in1 U src/contrib/ipfilter/test/expected/in2 U src/contrib/ipfilter/test/expected/in3 U src/contrib/ipfilter/test/expected/in4 U src/contrib/ipfilter/test/expected/in5 U src/contrib/ipfilter/test/expected/in6 U src/contrib/ipfilter/test/expected/ip1 U src/contrib/ipfilter/test/expected/ipv6.1 U src/contrib/ipfilter/test/expected/ipv6.2 U src/contrib/ipfilter/test/expected/ipv6.3 U src/contrib/ipfilter/test/expected/l1 U src/contrib/ipfilter/test/expected/l1.b U src/contrib/ipfilter/test/expected/n1 U src/contrib/ipfilter/test/expected/n10 U src/contrib/ipfilter/test/expected/n11 U src/contrib/ipfilter/test/expected/n12 N src/contrib/ipfilter/test/expected/n13 N src/contrib/ipfilter/test/expected/n14 U src/contrib/ipfilter/test/expected/n2 U src/contrib/ipfilter/test/expected/n3 U src/contrib/ipfilter/test/expected/n4 U src/contrib/ipfilter/test/expected/n5 U src/contrib/ipfilter/test/expected/n6 U src/contrib/ipfilter/test/expected/n7 U src/contrib/ipfilter/test/expected/n8 U src/contrib/ipfilter/test/expected/n9 U src/contrib/ipfilter/test/expected/ni1 U src/contrib/ipfilter/test/expected/ni10 U src/contrib/ipfilter/test/expected/ni11 U src/contrib/ipfilter/test/expected/ni12 U src/contrib/ipfilter/test/expected/ni13 U src/contrib/ipfilter/test/expected/ni14 U src/contrib/ipfilter/test/expected/ni15 U src/contrib/ipfilter/test/expected/ni16 U src/contrib/ipfilter/test/expected/ni2 U src/contrib/ipfilter/test/expected/ni3 U src/contrib/ipfilter/test/expected/ni4 U src/contrib/ipfilter/test/expected/ni5 U src/contrib/ipfilter/test/expected/ni6 U src/contrib/ipfilter/test/expected/ni7 U src/contrib/ipfilter/test/expected/ni8 U src/contrib/ipfilter/test/expected/ni9 U src/contrib/ipfilter/test/expected/p1 U src/contrib/ipfilter/test/expected/p2 U src/contrib/ipfilter/test/expected/p3 U src/contrib/ipfilter/test/input/f1 U src/contrib/ipfilter/test/input/f10 U src/contrib/ipfilter/test/input/f11 U src/contrib/ipfilter/test/input/f12 U src/contrib/ipfilter/test/input/f13 U src/contrib/ipfilter/test/input/f14 U src/contrib/ipfilter/test/input/f15 U src/contrib/ipfilter/test/input/f16 U src/contrib/ipfilter/test/input/f17 N src/contrib/ipfilter/test/input/f18 N src/contrib/ipfilter/test/input/f19 U src/contrib/ipfilter/test/input/f2 U src/contrib/ipfilter/test/input/f3 U src/contrib/ipfilter/test/input/f4 U src/contrib/ipfilter/test/input/f5 U src/contrib/ipfilter/test/input/f6 U src/contrib/ipfilter/test/input/f7 U src/contrib/ipfilter/test/input/f8 U src/contrib/ipfilter/test/input/f9 U src/contrib/ipfilter/test/input/ipv6.1 U src/contrib/ipfilter/test/input/ipv6.2 U src/contrib/ipfilter/test/input/ipv6.3 U src/contrib/ipfilter/test/input/l1 U src/contrib/ipfilter/test/input/n1 U src/contrib/ipfilter/test/input/n10 U src/contrib/ipfilter/test/input/n11 U src/contrib/ipfilter/test/input/n12 N src/contrib/ipfilter/test/input/n13 N src/contrib/ipfilter/test/input/n14 U src/contrib/ipfilter/test/input/n2 U src/contrib/ipfilter/test/input/n3 U src/contrib/ipfilter/test/input/n4 U src/contrib/ipfilter/test/input/n5 U src/contrib/ipfilter/test/input/n6 U src/contrib/ipfilter/test/input/n7 U src/contrib/ipfilter/test/input/n8 U src/contrib/ipfilter/test/input/n9 U src/contrib/ipfilter/test/input/ni1 U src/contrib/ipfilter/test/input/ni10 U src/contrib/ipfilter/test/input/ni11 U src/contrib/ipfilter/test/input/ni12 U src/contrib/ipfilter/test/input/ni13 U src/contrib/ipfilter/test/input/ni14 U src/contrib/ipfilter/test/input/ni15 U src/contrib/ipfilter/test/input/ni16 N src/contrib/ipfilter/test/input/ni17 U src/contrib/ipfilter/test/input/ni2 U src/contrib/ipfilter/test/input/ni3 U src/contrib/ipfilter/test/input/ni4 U src/contrib/ipfilter/test/input/ni5 U src/contrib/ipfilter/test/input/ni6 U src/contrib/ipfilter/test/input/ni7 U src/contrib/ipfilter/test/input/ni8 U src/contrib/ipfilter/test/input/ni9 U src/contrib/ipfilter/test/input/p1 U src/contrib/ipfilter/test/input/p2 U src/contrib/ipfilter/test/input/p3 U src/contrib/ipfilter/test/regress/bpf-f1 U src/contrib/ipfilter/test/regress/bpf1 U src/contrib/ipfilter/test/regress/f1 U src/contrib/ipfilter/test/regress/f10 U src/contrib/ipfilter/test/regress/f11 U src/contrib/ipfilter/test/regress/f12 U src/contrib/ipfilter/test/regress/f13 U src/contrib/ipfilter/test/regress/f14 U src/contrib/ipfilter/test/regress/f15 U src/contrib/ipfilter/test/regress/f16 U src/contrib/ipfilter/test/regress/f17 N src/contrib/ipfilter/test/regress/f18 N src/contrib/ipfilter/test/regress/f19 U src/contrib/ipfilter/test/regress/f2 U src/contrib/ipfilter/test/regress/f3 U src/contrib/ipfilter/test/regress/f4 U src/contrib/ipfilter/test/regress/f5 U src/contrib/ipfilter/test/regress/f6 U src/contrib/ipfilter/test/regress/f7 U src/contrib/ipfilter/test/regress/f8 U src/contrib/ipfilter/test/regress/f9 U src/contrib/ipfilter/test/regress/i1 U src/contrib/ipfilter/test/regress/i10 U src/contrib/ipfilter/test/regress/i11 U src/contrib/ipfilter/test/regress/i12 U src/contrib/ipfilter/test/regress/i13 U src/contrib/ipfilter/test/regress/i14 U src/contrib/ipfilter/test/regress/i15 N src/contrib/ipfilter/test/regress/i16 N src/contrib/ipfilter/test/regress/i17 N src/contrib/ipfilter/test/regress/i18 N src/contrib/ipfilter/test/regress/i19 U src/contrib/ipfilter/test/regress/i2 N src/contrib/ipfilter/test/regress/i20 N src/contrib/ipfilter/test/regress/i21 U src/contrib/ipfilter/test/regress/i3 U src/contrib/ipfilter/test/regress/i4 U src/contrib/ipfilter/test/regress/i5 U src/contrib/ipfilter/test/regress/i6 U src/contrib/ipfilter/test/regress/i7 U src/contrib/ipfilter/test/regress/i8 U src/contrib/ipfilter/test/regress/i9 U src/contrib/ipfilter/test/regress/in1 U src/contrib/ipfilter/test/regress/in2 U src/contrib/ipfilter/test/regress/in3 U src/contrib/ipfilter/test/regress/in4 U src/contrib/ipfilter/test/regress/in5 U src/contrib/ipfilter/test/regress/in6 U src/contrib/ipfilter/test/regress/ip1 U src/contrib/ipfilter/test/regress/ipv6.1 U src/contrib/ipfilter/test/regress/ipv6.2 U src/contrib/ipfilter/test/regress/ipv6.3 U src/contrib/ipfilter/test/regress/l1 U src/contrib/ipfilter/test/regress/n1 U src/contrib/ipfilter/test/regress/n10 U src/contrib/ipfilter/test/regress/n11 U src/contrib/ipfilter/test/regress/n12 N src/contrib/ipfilter/test/regress/n13 N src/contrib/ipfilter/test/regress/n14 U src/contrib/ipfilter/test/regress/n2 U src/contrib/ipfilter/test/regress/n3 U src/contrib/ipfilter/test/regress/n4 U src/contrib/ipfilter/test/regress/n5 U src/contrib/ipfilter/test/regress/n6 U src/contrib/ipfilter/test/regress/n7 U src/contrib/ipfilter/test/regress/n8 U src/contrib/ipfilter/test/regress/n9 U src/contrib/ipfilter/test/regress/ni1.ipf U src/contrib/ipfilter/test/regress/ni1.nat U src/contrib/ipfilter/test/regress/ni10.ipf U src/contrib/ipfilter/test/regress/ni10.nat U src/contrib/ipfilter/test/regress/ni11.ipf U src/contrib/ipfilter/test/regress/ni11.nat U src/contrib/ipfilter/test/regress/ni12.ipf U src/contrib/ipfilter/test/regress/ni12.nat U src/contrib/ipfilter/test/regress/ni13.ipf U src/contrib/ipfilter/test/regress/ni13.nat U src/contrib/ipfilter/test/regress/ni14.ipf U src/contrib/ipfilter/test/regress/ni14.nat U src/contrib/ipfilter/test/regress/ni15.ipf U src/contrib/ipfilter/test/regress/ni15.nat U src/contrib/ipfilter/test/regress/ni16.ipf U src/contrib/ipfilter/test/regress/ni16.nat N src/contrib/ipfilter/test/regress/ni17.nat U src/contrib/ipfilter/test/regress/ni2.ipf U src/contrib/ipfilter/test/regress/ni2.nat U src/contrib/ipfilter/test/regress/ni3.ipf U src/contrib/ipfilter/test/regress/ni3.nat U src/contrib/ipfilter/test/regress/ni4.ipf U src/contrib/ipfilter/test/regress/ni4.nat U src/contrib/ipfilter/test/regress/ni5.ipf U src/contrib/ipfilter/test/regress/ni5.nat U src/contrib/ipfilter/test/regress/ni6.ipf U src/contrib/ipfilter/test/regress/ni6.nat U src/contrib/ipfilter/test/regress/ni7.ipf U src/contrib/ipfilter/test/regress/ni7.nat U src/contrib/ipfilter/test/regress/ni8.ipf U src/contrib/ipfilter/test/regress/ni8.nat U src/contrib/ipfilter/test/regress/ni9.ipf U src/contrib/ipfilter/test/regress/ni9.nat U src/contrib/ipfilter/test/regress/p1.ipf U src/contrib/ipfilter/test/regress/p1.pool U src/contrib/ipfilter/test/regress/p2.ipf U src/contrib/ipfilter/test/regress/p3.ipf U src/contrib/ipfilter/test/regress/p3.pool U src/contrib/ipfilter/tools/BNF.ipf U src/contrib/ipfilter/tools/BNF.ipnat U src/contrib/ipfilter/tools/Makefile C src/contrib/ipfilter/tools/ipf.c C src/contrib/ipfilter/tools/ipf_y.y C src/contrib/ipfilter/tools/ipfcomp.c C src/contrib/ipfilter/tools/ipfs.c C src/contrib/ipfilter/tools/ipfstat.c C src/contrib/ipfilter/tools/ipftest.c C src/contrib/ipfilter/tools/ipmon.c C src/contrib/ipfilter/tools/ipmon_y.y C src/contrib/ipfilter/tools/ipnat.c C src/contrib/ipfilter/tools/ipnat_y.y C src/contrib/ipfilter/tools/ippool.c C src/contrib/ipfilter/tools/ippool_y.y C src/contrib/ipfilter/tools/ipscan_y.y C src/contrib/ipfilter/tools/ipsyncm.c C src/contrib/ipfilter/tools/ipsyncs.c C src/contrib/ipfilter/tools/lex_var.h C src/contrib/ipfilter/tools/lexer.c C src/contrib/ipfilter/tools/lexer.h 207 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:45:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3FA16A41F; Fri, 30 Dec 2005 11:45:08 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE66A43D45; Fri, 30 Dec 2005 11:45:07 +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 jBUBj7Z3043291; Fri, 30 Dec 2005 11:45:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBj7fW043290; Fri, 30 Dec 2005 11:45:07 GMT (envelope-from pjd) Message-Id: <200512301145.jBUBj7fW043290@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 30 Dec 2005 11:45:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:45:08 -0000 pjd 2005-12-30 11:45:07 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c sys/sys malloc.h sys/vm memguard.c memguard.h Log: Improve memguard a bit: - Provide tunable vm.memguard.desc, so one can specify memory type without changing the code and recompiling the kernel. - Allow to use memguard for kernel modules by providing sysctl vm.memguard.desc, which can be changed to short description of memory type before module is loaded. - Move as much memguard code as possible to memguard.c. - Add sysctl node vm.memguard. and move memguard-specific sysctl there. - Add malloc_desc2type() function for finding memory type based on its short description (ks_shortdesc field). - Memory type can be changed (via vm.memguard.desc sysctl) only if it doesn't exist (will be loaded later) or when no memory is allocated yet. If there is allocated memory for the given memory type, return EBUSY. - Implement two ways of memory types comparsion and make safer/slower the default. Revision Changes Path 1.151 +17 -13 src/sys/kern/kern_malloc.c 1.83 +2 -0 src/sys/sys/malloc.h 1.6 +90 -0 src/sys/vm/memguard.c 1.3 +3 -0 src/sys/vm/memguard.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:52:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB5E16A420; Fri, 30 Dec 2005 11:52:38 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E115343D60; Fri, 30 Dec 2005 11:52:29 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBqRm0044103; Fri, 30 Dec 2005 11:52:27 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBqRBi044102; Fri, 30 Dec 2005 11:52:27 GMT (envelope-from guido) Message-Id: <200512301152.jBUBqRBi044102@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:52:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/ipfilter Makefile bpf_filter.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h src/contrib/ipfilter/iplang iplang_l.l iplang_y.y src/contrib/ipfilter/ipsd ipsd.c ipsdr.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 11:52:38 -0000 guido 2005-12-30 11:52:26 UTC FreeBSD src repository Modified files: contrib/ipfilter Makefile bpf_filter.c ipf.h ipmon.h ipt.h kmem.h mlfk_rule.c opts.h radix.c radix_ipf.h snoop.h contrib/ipfilter/iplang iplang_l.l iplang_y.y contrib/ipfilter/ipsd ipsd.c ipsdr.c contrib/ipfilter/ipsend arp.c ip.c ipresend.c ipsend.c ipsopt.c iptest.c iptests.c larp.c lsock.c resend.c sbpf.c sdlpi.c slinux.c snit.c sock.c tcpip.h contrib/ipfilter/lib addicmp.c addipopt.c addkeep.c binprint.c buildopts.c checkrev.c count4bits.c count6bits.c debug.c extras.c facpri.c facpri.h fill6bits.c flags.c genmask.c getline.c getnattype.c getproto.c hostmask.c hostnum.c icmpcode.c inet_addr.c initparse.c ionames.c ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c ipoptsec.c kmem.c kmem.h load_hash.c load_hashnode.c load_pool.c load_poolnode.c loglevel.c make_range.c nat_setgroupmap.c natparse.c optname.c optprint.c optprintv6.c optvalue.c parse.c portname.c portnum.c ports.c print_toif.c printactivenat.c printaps.c printbuf.c printfr.c printfraginfo.c printhostmap.c printhostmask.c printifname.c printip.c printlog.c printmask.c printnat.c printpacket.c printportcmp.c printstate.c ratoi.c ratoui.c remove_hash.c remove_hashnode.c remove_pool.c remove_poolnode.c tcp_flags.c tcpflags.c tcpoptnames.c to_interface.c v6ionames.c v6optvalue.c verbose.c contrib/ipfilter/man ipf.5 ipftest.1 ipmon.8 ipnat.5 ipnat.8 contrib/ipfilter/samples proxy.c relay.c contrib/ipfilter/tools ipf.c ipf_y.y ipfcomp.c ipfstat.c ipftest.c ipmon.c ipnat.c ipnat_y.y ipsyncm.c ipsyncs.c Log: Resolve conflicts (and believe me...you don't want to know). Revision Changes Path 1.5 +23 -1 src/contrib/ipfilter/Makefile 1.4 +1 -1 src/contrib/ipfilter/bpf_filter.c 1.3 +2 -1 src/contrib/ipfilter/ipf.h 1.3 +1 -1 src/contrib/ipfilter/iplang/iplang_l.l 1.7 +7 -1 src/contrib/ipfilter/iplang/iplang_y.y 1.3 +1 -1 src/contrib/ipfilter/ipmon.h 1.3 +1 -1 src/contrib/ipfilter/ipsd/ipsd.c 1.3 +1 -1 src/contrib/ipfilter/ipsd/ipsdr.c 1.3 +2 -2 src/contrib/ipfilter/ipsend/arp.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/ip.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/ipresend.c 1.13 +1 -1 src/contrib/ipfilter/ipsend/ipsend.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/ipsopt.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/iptest.c 1.11 +2 -2 src/contrib/ipfilter/ipsend/iptests.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/larp.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/lsock.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/resend.c 1.7 +1 -1 src/contrib/ipfilter/ipsend/sbpf.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/sdlpi.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/slinux.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/snit.c 1.16 +1 -1 src/contrib/ipfilter/ipsend/sock.c 1.3 +1 -1 src/contrib/ipfilter/ipsend/tcpip.h 1.3 +1 -1 src/contrib/ipfilter/ipt.h 1.3 +1 -1 src/contrib/ipfilter/kmem.h 1.3 +1 -1 src/contrib/ipfilter/lib/addicmp.c 1.3 +1 -1 src/contrib/ipfilter/lib/addipopt.c 1.3 +1 -1 src/contrib/ipfilter/lib/addkeep.c 1.3 +1 -1 src/contrib/ipfilter/lib/binprint.c 1.3 +1 -1 src/contrib/ipfilter/lib/buildopts.c 1.3 +1 -1 src/contrib/ipfilter/lib/checkrev.c 1.3 +1 -1 src/contrib/ipfilter/lib/count4bits.c 1.3 +1 -1 src/contrib/ipfilter/lib/count6bits.c 1.3 +1 -1 src/contrib/ipfilter/lib/debug.c 1.3 +1 -1 src/contrib/ipfilter/lib/extras.c 1.3 +4 -4 src/contrib/ipfilter/lib/facpri.c 1.3 +1 -1 src/contrib/ipfilter/lib/facpri.h 1.3 +1 -1 src/contrib/ipfilter/lib/fill6bits.c 1.3 +1 -1 src/contrib/ipfilter/lib/flags.c 1.3 +1 -1 src/contrib/ipfilter/lib/genmask.c 1.3 +1 -1 src/contrib/ipfilter/lib/getline.c 1.3 +1 -1 src/contrib/ipfilter/lib/getnattype.c 1.3 +8 -0 src/contrib/ipfilter/lib/getproto.c 1.3 +1 -1 src/contrib/ipfilter/lib/hostmask.c 1.3 +1 -1 src/contrib/ipfilter/lib/hostnum.c 1.3 +1 -1 src/contrib/ipfilter/lib/icmpcode.c 1.3 +1 -1 src/contrib/ipfilter/lib/inet_addr.c 1.3 +1 -1 src/contrib/ipfilter/lib/initparse.c 1.3 +1 -1 src/contrib/ipfilter/lib/ionames.c 1.3 +2 -2 src/contrib/ipfilter/lib/ipft_ef.c 1.3 +5 -3 src/contrib/ipfilter/lib/ipft_hx.c 1.3 +25 -8 src/contrib/ipfilter/lib/ipft_pc.c 1.3 +2 -2 src/contrib/ipfilter/lib/ipft_sn.c 1.3 +2 -2 src/contrib/ipfilter/lib/ipft_td.c 1.4 +16 -7 src/contrib/ipfilter/lib/ipft_tx.c 1.3 +1 -1 src/contrib/ipfilter/lib/ipoptsec.c 1.3 +4 -3 src/contrib/ipfilter/lib/kmem.c 1.3 +1 -1 src/contrib/ipfilter/lib/kmem.h 1.3 +3 -3 src/contrib/ipfilter/lib/load_hash.c 1.3 +1 -1 src/contrib/ipfilter/lib/load_hashnode.c 1.3 +6 -3 src/contrib/ipfilter/lib/load_pool.c 1.3 +1 -1 src/contrib/ipfilter/lib/load_poolnode.c 1.3 +1 -1 src/contrib/ipfilter/lib/loglevel.c 1.3 +1 -1 src/contrib/ipfilter/lib/make_range.c 1.3 +1 -1 src/contrib/ipfilter/lib/nat_setgroupmap.c 1.3 +1 -1 src/contrib/ipfilter/lib/natparse.c 1.3 +1 -1 src/contrib/ipfilter/lib/optname.c 1.3 +1 -1 src/contrib/ipfilter/lib/optprint.c 1.3 +1 -1 src/contrib/ipfilter/lib/optprintv6.c 1.3 +1 -1 src/contrib/ipfilter/lib/optvalue.c 1.3 +1 -1 src/contrib/ipfilter/lib/parse.c 1.3 +1 -1 src/contrib/ipfilter/lib/portname.c 1.3 +1 -1 src/contrib/ipfilter/lib/portnum.c 1.3 +1 -1 src/contrib/ipfilter/lib/ports.c 1.3 +1 -1 src/contrib/ipfilter/lib/print_toif.c 1.3 +1 -1 src/contrib/ipfilter/lib/printactivenat.c 1.3 +1 -1 src/contrib/ipfilter/lib/printaps.c 1.3 +1 -1 src/contrib/ipfilter/lib/printbuf.c 1.3 +44 -13 src/contrib/ipfilter/lib/printfr.c 1.3 +1 -1 src/contrib/ipfilter/lib/printfraginfo.c 1.3 +4 -1 src/contrib/ipfilter/lib/printhostmap.c 1.3 +1 -1 src/contrib/ipfilter/lib/printhostmask.c 1.3 +1 -1 src/contrib/ipfilter/lib/printifname.c 1.3 +1 -1 src/contrib/ipfilter/lib/printip.c 1.3 +4 -7 src/contrib/ipfilter/lib/printlog.c 1.3 +1 -1 src/contrib/ipfilter/lib/printmask.c 1.3 +14 -32 src/contrib/ipfilter/lib/printnat.c 1.3 +3 -2 src/contrib/ipfilter/lib/printpacket.c 1.3 +1 -1 src/contrib/ipfilter/lib/printportcmp.c 1.4 +2 -2 src/contrib/ipfilter/lib/printstate.c 1.3 +1 -1 src/contrib/ipfilter/lib/ratoi.c 1.3 +1 -1 src/contrib/ipfilter/lib/ratoui.c 1.3 +1 -1 src/contrib/ipfilter/lib/remove_hash.c 1.3 +1 -1 src/contrib/ipfilter/lib/remove_hashnode.c 1.3 +1 -1 src/contrib/ipfilter/lib/remove_pool.c 1.3 +1 -1 src/contrib/ipfilter/lib/remove_poolnode.c 1.3 +1 -1 src/contrib/ipfilter/lib/tcp_flags.c 1.3 +1 -1 src/contrib/ipfilter/lib/tcpflags.c 1.3 +1 -1 src/contrib/ipfilter/lib/tcpoptnames.c 1.3 +1 -1 src/contrib/ipfilter/lib/to_interface.c 1.3 +2 -1 src/contrib/ipfilter/lib/v6ionames.c 1.3 +1 -1 src/contrib/ipfilter/lib/v6optvalue.c 1.3 +1 -1 src/contrib/ipfilter/lib/verbose.c 1.10 +5 -2 src/contrib/ipfilter/man/ipf.5 1.7 +17 -1 src/contrib/ipfilter/man/ipftest.1 1.16 +9 -1 src/contrib/ipfilter/man/ipmon.8 1.3 +2 -1 src/contrib/ipfilter/man/ipnat.5 1.3 +3 -3 src/contrib/ipfilter/man/ipnat.8 1.3 +1 -1 src/contrib/ipfilter/mlfk_rule.c 1.3 +1 -1 src/contrib/ipfilter/opts.h 1.3 +6 -0 src/contrib/ipfilter/radix.c 1.3 +9 -3 src/contrib/ipfilter/radix_ipf.h 1.3 +2 -2 src/contrib/ipfilter/samples/proxy.c 1.4 +3 -3 src/contrib/ipfilter/samples/relay.c 1.3 +1 -1 src/contrib/ipfilter/snoop.h 1.3 +1 -1 src/contrib/ipfilter/tools/ipf.c 1.4 +17 -14 src/contrib/ipfilter/tools/ipf_y.y 1.3 +1 -1 src/contrib/ipfilter/tools/ipfcomp.c 1.3 +12 -5 src/contrib/ipfilter/tools/ipfstat.c 1.3 +48 -20 src/contrib/ipfilter/tools/ipftest.c 1.5 +11 -2 src/contrib/ipfilter/tools/ipmon.c 1.4 +1 -1 src/contrib/ipfilter/tools/ipnat.c 1.3 +8 -7 src/contrib/ipfilter/tools/ipnat_y.y 1.3 +1 -1 src/contrib/ipfilter/tools/ipsyncm.c 1.3 +1 -1 src/contrib/ipfilter/tools/ipsyncs.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:55:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0740E16A41F; Fri, 30 Dec 2005 11:55:39 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A74043D4C; Fri, 30 Dec 2005 11:55:38 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBtb2h044257; Fri, 30 Dec 2005 11:55:37 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBtbpD044256; Fri, 30 Dec 2005 11:55:37 GMT (envelope-from guido) Message-Id: <200512301155.jBUBtbpD044256@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:55:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_compat.h ip_proxy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 11:55:39 -0000 guido 2005-12-30 11:55:37 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_compat.h ip_proxy.c Log: Add mcopywrap prototype to ip_compat.h Remove h323 proxy from ip_proxy (copyright issue) Revision Changes Path 1.31 +1 -0 src/sys/contrib/ipfilter/netinet/ip_compat.h 1.27 +0 -1 src/sys/contrib/ipfilter/netinet/ip_proxy.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:56:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 471A516A41F; Fri, 30 Dec 2005 11:56:58 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF1C43D53; Fri, 30 Dec 2005 11:56:57 +0000 (GMT) (envelope-from guido@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUBuvqC044310; Fri, 30 Dec 2005 11:56:57 GMT (envelope-from guido@repoman.freebsd.org) Received: (from guido@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUBuv1E044309; Fri, 30 Dec 2005 11:56:57 GMT (envelope-from guido) Message-Id: <200512301156.jBUBuv1E044309@repoman.freebsd.org> From: Guido van Rooij Date: Fri, 30 Dec 2005 11:56:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipf/libipf Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:56:58 -0000 guido 2005-12-30 11:56:57 UTC FreeBSD src repository Modified files: sbin/ipf/libipf Makefile Log: Add printproto.c to libipf Revision Changes Path 1.3 +2 -2 src/sbin/ipf/libipf/Makefile From owner-cvs-src@FreeBSD.ORG Fri Dec 30 11:58:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125CF16A41F; Fri, 30 Dec 2005 11:58:56 +0000 (GMT) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46B443D55; Fri, 30 Dec 2005 11:58:55 +0000 (GMT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id EB752C0FF; Fri, 30 Dec 2005 12:58:54 +0100 (CET) Date: Fri, 30 Dec 2005 12:58:54 +0100 From: Guido van Rooij To: Gleb Smirnoff Message-ID: <20051230115854.GA15284@gvr.gvr.org> References: <200512301122.jBUBMEvg042096@repoman.freebsd.org> <20051230112900.GJ42629@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051230112900.GJ42629@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 11:58:56 -0000 On Fri, Dec 30, 2005 at 02:29:00PM +0300, Gleb Smirnoff wrote: > > we've got quite a lot of ipfilter related PRs. I've just assigned one to > Darren. Since you do this import (not Darren), does this mean that you > are maintainer now? Who is now responsible for ipfilter PRs? No, I am just helping out Darren to do the imports. For the moment please keep assiging the PR's to Darren. -Guido From owner-cvs-src@FreeBSD.ORG Fri Dec 30 12:25:11 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C7AB16A41F; Fri, 30 Dec 2005 12:25:11 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E8343D49; Fri, 30 Dec 2005 12:25:10 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 9E8381FFDDB; Fri, 30 Dec 2005 13:25:08 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id AEF301FFDD8; Fri, 30 Dec 2005 13:25:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 2B55644487E; Fri, 30 Dec 2005 12:23:26 +0000 (UTC) Date: Fri, 30 Dec 2005 12:23:26 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Guido van Rooij In-Reply-To: <20051230112900.GJ42629@FreeBSD.org> Message-ID: <20051230122303.B1898@maildrop.int.zabbadoz.net> References: <200512301122.jBUBMEvg042096@repoman.freebsd.org> <20051230112900.GJ42629@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 12:25:11 -0000 On Fri, 30 Dec 2005, Gleb Smirnoff wrote: > Guido, > > On Fri, Dec 30, 2005 at 11:22:13AM +0000, Guido van Rooij wrote: > G> guido 2005-12-30 11:22:13 UTC > G> > G> FreeBSD src repository > G> > G> src/sys/contrib/ipfilter/netinet - Imported sources > G> Update of /home/ncvs/src/sys/contrib/ipfilter/netinet > G> In directory repoman.freebsd.org:/tmp/cvs-serv42040 > G> > G> Log Message: > G> Import IP Filter version 4.1.10 > G> > G> Status: > G> > G> Vendor Tag: DARRENR > G> Release Tags: v4-1-10 > > we've got quite a lot of ipfilter related PRs. I've just assigned one to and LORs. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Fri Dec 30 12:28:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138F816A41F; Fri, 30 Dec 2005 12:28:22 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD0E43D6D; Fri, 30 Dec 2005 12:28:20 +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 jBUCSKOG045457; Fri, 30 Dec 2005 12:28:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUCSKPP045456; Fri, 30 Dec 2005 12:28:20 GMT (envelope-from pjd) Message-Id: <200512301228.jBUCSKPP045456@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 30 Dec 2005 12:28:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 memguard.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 12:28:22 -0000 pjd 2005-12-30 12:28:19 UTC FreeBSD src repository Modified files: share/man/man9 memguard.9 Log: Update manual page after last memguard changes. Glanced at by: simon Revision Changes Path 1.2 +22 -36 src/share/man/man9/memguard.9 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 13:16:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9EB16A41F; Fri, 30 Dec 2005 13:16:16 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDFA43D45; Fri, 30 Dec 2005 13:16:15 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUDGFSl054592; Fri, 30 Dec 2005 13:16:15 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUDGFwn054591; Fri, 30 Dec 2005 13:16:15 GMT (envelope-from ceri) Message-Id: <200512301316.jBUDGFwn054591@repoman.freebsd.org> From: Ceri Davies Date: Fri, 30 Dec 2005 13:16:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/inetd inetd.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 13:16:16 -0000 ceri 2005-12-30 13:16:15 UTC FreeBSD src repository Modified files: usr.sbin/inetd inetd.8 Log: inetd(8) requires that /etc/netconfig be present, and contain entries for each of udp and tcp (and their IPv6 equivalents when INET6 is enabled). Note that dependency here. PR: docs/90435 Submitted by: Dmitry Kazarov Pointed out by: Daniel Gerzo MFC after: 8 days Revision Changes Path 1.82 +29 -0 src/usr.sbin/inetd/inetd.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 13:29:52 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2252316A422; Fri, 30 Dec 2005 13:29:52 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A8643D5C; Fri, 30 Dec 2005 13:29:50 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4870822 for multiple; Fri, 30 Dec 2005 08:27:50 -0500 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBUDTmaW048733; Fri, 30 Dec 2005 08:29:48 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Pawel Jakub Dawidek Date: Fri, 30 Dec 2005 08:15:56 -0500 User-Agent: KMail/1.8.3 References: <200512301145.jBUBj7fW043290@repoman.freebsd.org> In-Reply-To: <200512301145.jBUBj7fW043290@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512300815.57417.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 17:57:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 13:29:52 -0000 On Friday 30 December 2005 06:45 am, Pawel Jakub Dawidek wrote: > pjd 2005-12-30 11:45:07 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_malloc.c > sys/sys malloc.h > sys/vm memguard.c memguard.h > Log: > Improve memguard a bit: > - Provide tunable vm.memguard.desc, so one can specify memory type > without changing the code and recompiling the kernel. > - Allow to use memguard for kernel modules by providing sysctl > vm.memguard.desc, which can be changed to short description of memory > type before module is loaded. You don't actually need a sysctl for this case. You can use kenv to set a= =20 tunable after boot but before loading the module to achieve the same purpos= e. =20 E.g. 'kenv vm.memguard.desc=3DFOO' will work and TUNABLE_FETCH will find i= t=20 during a subsequent kldload. Just FYI. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Dec 30 13:42:27 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4613816A41F; Fri, 30 Dec 2005 13:42:27 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E4243D5F; Fri, 30 Dec 2005 13:42:25 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 8392952CB5; Fri, 30 Dec 2005 14:42:23 +0100 (CET) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id DE49552C88; Fri, 30 Dec 2005 14:42:16 +0100 (CET) Date: Fri, 30 Dec 2005 14:42:15 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20051230134215.GE779@garage.freebsd.pl> References: <200512301145.jBUBj7fW043290@repoman.freebsd.org> <200512300815.57417.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h56sxpGKRmy85csR" Content-Disposition: inline In-Reply-To: <200512300815.57417.jhb@freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 13:42:27 -0000 --h56sxpGKRmy85csR Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 30, 2005 at 08:15:56AM -0500, John Baldwin wrote: +> On Friday 30 December 2005 06:45 am, Pawel Jakub Dawidek wrote: +> > pjd 2005-12-30 11:45:07 UTC +> > +> > FreeBSD src repository +> > +> > Modified files: +> > sys/kern kern_malloc.c +> > sys/sys malloc.h +> > sys/vm memguard.c memguard.h +> > Log: +> > Improve memguard a bit: +> > - Provide tunable vm.memguard.desc, so one can specify memory type +> > without changing the code and recompiling the kernel. +> > - Allow to use memguard for kernel modules by providing sysctl +> > vm.memguard.desc, which can be changed to short description of mem= ory +> > type before module is loaded. +>=20 +> You don't actually need a sysctl for this case. You can use kenv to set= a=20 +> tunable after boot but before loading the module to achieve the same pur= pose. =20 +> E.g. 'kenv vm.memguard.desc=3DFOO' will work and TUNABLE_FETCH will fin= d it=20 +> during a subsequent kldload. Just FYI. But I need to control vm.memguard.desc change to be able to detect if memory type has allocated memory already, etc. and eventually deny the change. AFAIK it won't be possible with kenv. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --h56sxpGKRmy85csR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtTk3ForvXbEpPzQRAjOeAJ0QbOk9yp82d/Ct9J5TzDfy93IjlACgt0nS DbcryuBLrK+Mhc8Vw5vZPzQ= =f3cA -----END PGP SIGNATURE----- --h56sxpGKRmy85csR-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 14:01:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA14716A41F; Fri, 30 Dec 2005 14:01:02 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CC143D5D; Fri, 30 Dec 2005 14:01:02 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUE12nN056754; Fri, 30 Dec 2005 14:01:02 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUE12rV056753; Fri, 30 Dec 2005 14:01:02 GMT (envelope-from ceri) Message-Id: <200512301401.jBUE12rV056753@repoman.freebsd.org> From: Ceri Davies Date: Fri, 30 Dec 2005 14:01:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 devctl.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:01:03 -0000 ceri 2005-12-30 14:01:01 UTC FreeBSD src repository Modified files: share/man/man4 devctl.4 Log: Add nofification events to the list of event types. PR: docs/88390 Submitted by: Niki Denev Discussed with: Daniel Gerzo MFC After: 8 days Revision Changes Path 1.4 +1 -0 src/share/man/man4/devctl.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 14:04:29 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF3116A41F; Fri, 30 Dec 2005 14:04:29 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E6443D4C; Fri, 30 Dec 2005 14:04:28 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 4872971 for multiple; Fri, 30 Dec 2005 09:02:29 -0500 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id jBUE4Op5048996; Fri, 30 Dec 2005 09:04:26 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Pawel Jakub Dawidek Date: Fri, 30 Dec 2005 09:04:12 -0500 User-Agent: KMail/1.8.3 References: <200512301145.jBUBj7fW043290@repoman.freebsd.org> <200512300815.57417.jhb@freebsd.org> <20051230134215.GE779@garage.freebsd.pl> In-Reply-To: <20051230134215.GE779@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512300904.14227.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 17:57:59 2005 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:04:30 -0000 On Friday 30 December 2005 08:42 am, Pawel Jakub Dawidek wrote: > On Fri, Dec 30, 2005 at 08:15:56AM -0500, John Baldwin wrote: > +> On Friday 30 December 2005 06:45 am, Pawel Jakub Dawidek wrote: > +> > pjd 2005-12-30 11:45:07 UTC > +> > > +> > FreeBSD src repository > +> > > +> > Modified files: > +> > sys/kern kern_malloc.c > +> > sys/sys malloc.h > +> > sys/vm memguard.c memguard.h > +> > Log: > +> > Improve memguard a bit: > +> > - Provide tunable vm.memguard.desc, so one can specify memory type > +> > without changing the code and recompiling the kernel. > +> > - Allow to use memguard for kernel modules by providing sysctl > +> > vm.memguard.desc, which can be changed to short description of > memory +> > type before module is loaded. > +> > +> You don't actually need a sysctl for this case. You can use kenv to s= et > a +> tunable after boot but before loading the module to achieve the same > purpose. +> E.g. 'kenv vm.memguard.desc=3DFOO' will work and TUNABLE_FET= CH > will find it +> during a subsequent kldload. Just FYI. > > But I need to control vm.memguard.desc change to be able to detect if > memory type has allocated memory already, etc. and eventually deny the > change. > AFAIK it won't be possible with kenv. =46or the case I quoted (_before_ kldload) you must be doing all that check= ing=20 when you load the module either via MOD_LOAD in a module event or a SYSINIT= =2E =20 In that case, setting the tunable via kenv before you kldload is identical = to=20 setting the tunable in the loader, then booting and then kldloading the=20 module. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Dec 30 14:17:51 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2689016A41F; Fri, 30 Dec 2005 14:17:51 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D59843D58; Fri, 30 Dec 2005 14:17:50 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id B4ED552CB5; Fri, 30 Dec 2005 15:17:48 +0100 (CET) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 70AF451B27; Fri, 30 Dec 2005 15:17:42 +0100 (CET) Date: Fri, 30 Dec 2005 15:17:41 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20051230141741.GG779@garage.freebsd.pl> References: <200512301145.jBUBj7fW043290@repoman.freebsd.org> <200512300815.57417.jhb@freebsd.org> <20051230134215.GE779@garage.freebsd.pl> <200512300904.14227.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kadn00tgSopKmJ1H" Content-Disposition: inline In-Reply-To: <200512300904.14227.jhb@freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:17:51 -0000 --kadn00tgSopKmJ1H Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 30, 2005 at 09:04:12AM -0500, John Baldwin wrote: +> For the case I quoted (_before_ kldload) you must be doing all that chec= king=20 +> when you load the module either via MOD_LOAD in a module event or a SYSI= NIT. =20 +> In that case, setting the tunable via kenv before you kldload is identic= al to=20 +> setting the tunable in the loader, then booting and then kldloading the= =20 +> module. I understand, but in memguard's case, vm.memguard.desc is part of the kernel, not the module and I don't know when module is loaded from memguard. The module also knows nothing about memguard. I see your point in general case, but it doesn't fits here. Sorry if my commit log wasn't clear about that. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --kadn00tgSopKmJ1H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtUGFForvXbEpPzQRAmJaAKDKFdXb3eX5cU+5PQg0XxMOvQlANACguNf9 htjiWx/rb3IkYEfFwfDFCYk= =OR/f -----END PGP SIGNATURE----- --kadn00tgSopKmJ1H-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 14:43:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5C516A41F; Fri, 30 Dec 2005 14:43:38 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B737F43D76; Fri, 30 Dec 2005 14:43:33 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUEhX8D058359; Fri, 30 Dec 2005 14:43:33 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUEhXlZ058358; Fri, 30 Dec 2005 14:43:33 GMT (envelope-from ceri) Message-Id: <200512301443.jBUEhXlZ058358@repoman.freebsd.org> From: Ceri Davies Date: Fri, 30 Dec 2005 14:43:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man8 diskless.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:43:38 -0000 ceri 2005-12-30 14:43:31 UTC FreeBSD src repository Modified files: share/man/man8 diskless.8 Log: Fix the location of the initdiskless rc script. Lose pointers to where these files were two major releases ago. PR: docs/90370 Submitted by: Daniel Feenberg Harassed by: Daniel Gerzo Revision Changes Path 1.30 +2 -9 src/share/man/man8/diskless.8 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 14:45:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F74216A422; Fri, 30 Dec 2005 14:45:02 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-3-1-cust208.cdif.cable.ntl.com [82.31.78.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18E643D67; Fri, 30 Dec 2005 14:44:51 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EsLUw-000GjZ-UD; Fri, 30 Dec 2005 14:44:50 +0000 Date: Fri, 30 Dec 2005 14:44:50 +0000 From: Ceri Davies To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20051230144450.GL31522@submonkey.net> Mail-Followup-To: Ceri Davies , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200512301443.jBUEhXlZ058358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oxV4ZoPwBLqAyY+a" Content-Disposition: inline In-Reply-To: <200512301443.jBUEhXlZ058358@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: Subject: Re: cvs commit: src/share/man/man8 diskless.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 14:45:02 -0000 --oxV4ZoPwBLqAyY+a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 30, 2005 at 02:43:31PM +0000, Ceri Davies wrote: > ceri 2005-12-30 14:43:31 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man8 diskless.8=20 > Log: > Fix the location of the initdiskless rc script. > Lose pointers to where these files were two major releases ago. > =20 > PR: docs/90370 > Submitted by: Daniel Feenberg > Harassed by: Daniel Gerzo MFC After: a week or so. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --oxV4ZoPwBLqAyY+a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtUfiocfcwTS3JF8RAhEBAJ0QKq3Ig7hkAeWjpwO8y8o92yHjDgCfWX+9 u3+AEeWDGIA5EU257p/ilXg= =AYDu -----END PGP SIGNATURE----- --oxV4ZoPwBLqAyY+a-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 15:29:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D80B16A41F; Fri, 30 Dec 2005 15:29:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCF943D4C; Fri, 30 Dec 2005 15:29:50 +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 jBUFTooH060069; Fri, 30 Dec 2005 15:29:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUFTodg060068; Fri, 30 Dec 2005 15:29:50 GMT (envelope-from ru) Message-Id: <200512301529.jBUFTodg060068@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Dec 2005 15:29:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config config.h main.c mkmakefile.c mkoptions.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 15:29:52 -0000 ru 2005-12-30 15:29:50 UTC FreeBSD src repository Modified files: usr.sbin/config config.h main.c mkmakefile.c mkoptions.c Log: Clean up most of the "XXX"-tagged items: - The code that creates hints.c and env.c from the skeleton files moved into separate functions. - Sanity checks for missing "ident" and "cputype" directives moved into main(), alongside the existing check for "machine". PR: bin/90310 Submitted by: Matt Emmerton Revision Changes Path 1.59 +2 -0 src/usr.sbin/config/config.h 1.70 +15 -0 src/usr.sbin/config/main.c 1.84 +22 -13 src/usr.sbin/config/mkmakefile.c 1.33 +0 -4 src/usr.sbin/config/mkoptions.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 15:31:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B11B16A41F; Fri, 30 Dec 2005 15:31:56 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from nowhere.iedowse.com (nowhere.iedowse.com [82.195.144.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A40C43D70; Fri, 30 Dec 2005 15:31:53 +0000 (GMT) (envelope-from iedowse@iedowse.com) Received: from localhost ([127.0.0.1] helo=iedowse.com) by nowhere.iedowse.com via local-iedowse id ; 30 Dec 2005 15:31:52 +0000 (GMT) To: Warner Losh In-Reply-To: Your message of "Fri, 30 Dec 2005 05:06:26 GMT." <200512300506.jBU56QOp017454@repoman.freebsd.org> Date: Fri, 30 Dec 2005 15:31:51 +0000 From: Ian Dowse Message-ID: <200512301531.aa59529@nowhere.iedowse.com> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 15:31:56 -0000 In message <200512300506.jBU56QOp017454@repoman.freebsd.org>, Warner Losh write s: > Add a bunch of ipod entries, one as suggested by Bryan Liesner. We > should likely fix this better... I was planning to just remove the clear stall on open behaviour, which is what NetBSD have done. Can you think of any reasons not to do that? The quirks are good to have for now anyway, as they can be MFC'd more quickly than removal of the clear stall code. Ian From owner-cvs-src@FreeBSD.ORG Fri Dec 30 16:28:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73A6916A41F; Fri, 30 Dec 2005 16:28:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293E843D46; Fri, 30 Dec 2005 16:28:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUGS7Rh062139; Fri, 30 Dec 2005 16:28:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUGS7Zb062138; Fri, 30 Dec 2005 16:28:07 GMT (envelope-from ru) Message-Id: <200512301628.jBUGS7Zb062138@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Dec 2005 16:28:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/config config.y mkmakefile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 16:28:07 -0000 ru 2005-12-30 16:28:07 UTC FreeBSD src repository Modified files: usr.sbin/config config.y mkmakefile.c Log: - Avoid adding devices multiple times to the device list. - Avoid adding options multiple times to the option list. Based on a patch by: Matt Emmerton Revision Changes Path 1.71 +62 -26 src/usr.sbin/config/config.y 1.85 +2 -5 src/usr.sbin/config/mkmakefile.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 16:45:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B04D16A41F; Fri, 30 Dec 2005 16:45:32 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC7043D64; Fri, 30 Dec 2005 16:45:32 +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 jBUGjWdv062834; Fri, 30 Dec 2005 16:45:32 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUGjVGr062833; Fri, 30 Dec 2005 16:45:31 GMT (envelope-from ru) Message-Id: <200512301645.jBUGjVGr062833@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 30 Dec 2005 16:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 16:45:32 -0000 ru 2005-12-30 16:45:31 UTC FreeBSD src repository Modified files: sys/powerpc/conf NOTES Log: Remove duplicate options (originals in sys/conf/NOTES). Reported by: fresh config(8) Revision Changes Path 1.2 +0 -2 src/sys/powerpc/conf/NOTES From owner-cvs-src@FreeBSD.ORG Fri Dec 30 17:27:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 178DF16A41F; Fri, 30 Dec 2005 17:27:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A474E43D6A; Fri, 30 Dec 2005 17:27:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUHRQ0q071571; Fri, 30 Dec 2005 17:27:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUHRQYY071570; Fri, 30 Dec 2005 17:27:26 GMT (envelope-from rwatson) Message-Id: <200512301727.jBUHRQYY071570@repoman.freebsd.org> From: Robert Watson Date: Fri, 30 Dec 2005 17:27:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 17:27:35 -0000 rwatson 2005-12-30 17:27:26 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: When printing SSID's in ifconfig(8)'s scan mode, set the width of the ssid field to 32 characters instead of 14, as long SSID's are quite common and hard to type in if you can't read them. Revision Changes Path 1.32 +3 -3 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 17:59:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D553616A41F; Fri, 30 Dec 2005 17:59:23 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A61F43D45; Fri, 30 Dec 2005 17:59:23 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUHxN1f072726; Fri, 30 Dec 2005 17:59:23 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUHxN7c072725; Fri, 30 Dec 2005 17:59:23 GMT (envelope-from ceri) Message-Id: <200512301759.jBUHxN7c072725@repoman.freebsd.org> From: Ceri Davies Date: Fri, 30 Dec 2005 17:59:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/atrun atrun.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 17:59:24 -0000 ceri 2005-12-30 17:59:23 UTC FreeBSD src repository Modified files: libexec/atrun atrun.c Log: Don't be sexist - fix a typo. Revision Changes Path 1.19 +1 -1 src/libexec/atrun/atrun.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 18:17:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80ED316A41F; Fri, 30 Dec 2005 18:17:12 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3837A43D45; Fri, 30 Dec 2005 18:17:12 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUIHC3Z073364; Fri, 30 Dec 2005 18:17:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUIHC5S073363; Fri, 30 Dec 2005 18:17:12 GMT (envelope-from des) Message-Id: <200512301817.jBUIHC5S073363@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 30 Dec 2005 18:17:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 18:17:12 -0000 des 2005-12-30 18:17:11 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Reflect progress in process title. Submitted by: flz MFC after: 2 weeks Revision Changes Path 1.76 +4 -0 src/usr.bin/fetch/fetch.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:11:52 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E51E116A41F; Fri, 30 Dec 2005 19:11:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C64243D45; Fri, 30 Dec 2005 19:11:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jBUJ9Ut0064926; Fri, 30 Dec 2005 12:09:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 30 Dec 2005 12:09:32 -0700 (MST) Message-Id: <20051230.120932.53067419.imp@bsdimp.com> To: iedowse@iedowse.com From: "M. Warner Losh" In-Reply-To: <200512301531.aa59529@nowhere.iedowse.com> References: <200512300506.jBU56QOp017454@repoman.freebsd.org> <200512301531.aa59529@nowhere.iedowse.com> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 30 Dec 2005 12:09:30 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb usb_quirks.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 19:11:53 -0000 In message: <200512301531.aa59529@nowhere.iedowse.com> Ian Dowse writes: : In message <200512300506.jBU56QOp017454@repoman.freebsd.org>, Warner Losh write : s: : > Add a bunch of ipod entries, one as suggested by Bryan Liesner. We : > should likely fix this better... : : I was planning to just remove the clear stall on open behaviour, which : is what NetBSD have done. Can you think of any reasons not to do that? : The quirks are good to have for now anyway, as they can be MFC'd more : quickly than removal of the clear stall code. I can't think of any reason. While it is 100% standards conformant behavior, many usb devices are not standards conformaning :-(. Warner From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:23:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2EB016A41F; Fri, 30 Dec 2005 19:23:32 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 510A743D5C; Fri, 30 Dec 2005 19:23:32 +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 jBUJNWa6076158; Fri, 30 Dec 2005 19:23:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJNWTh076157; Fri, 30 Dec 2005 19:23:32 GMT (envelope-from imp) Message-Id: <200512301923.jBUJNWTh076157@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 19:23:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 19:23:32 -0000 imp 2005-12-30 19:23:32 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: The RID2BAR macro returns a number, not a bitmask. Fix this. Spotted by: ru, jhb Revision Changes Path 1.55 +6 -4 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:25:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 451E916A41F; Fri, 30 Dec 2005 19:25:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DF543D46; Fri, 30 Dec 2005 19:25:04 +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 jBUJP4Wx076272; Fri, 30 Dec 2005 19:25:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJP4MT076271; Fri, 30 Dec 2005 19:25:04 GMT (envelope-from imp) Message-Id: <200512301925.jBUJP4MT076271@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 19:25:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 19:25:05 -0000 imp 2005-12-30 19:25:04 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Move all of the resource allocation into the pci layer. The resource allocation here just duplicated it (badly). Revision Changes Path 1.59 +15 -321 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:25:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5128416A422; Fri, 30 Dec 2005 19:25:29 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B7443D5E; Fri, 30 Dec 2005 19:25:28 +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 jBUJPSJc076360; Fri, 30 Dec 2005 19:25:28 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJPSXp076359; Fri, 30 Dec 2005 19:25:28 GMT (envelope-from brueffer) Message-Id: <200512301925.jBUJPSXp076359@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 30 Dec 2005 19:25:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 19:25:29 -0000 brueffer 2005-12-30 19:25:28 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 uscanner.4 Log: More scanners supported. Revision Changes Path 1.20 +8 -0 src/share/man/man4/uscanner.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:28:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731B316A41F; Fri, 30 Dec 2005 19:28:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2531043D53; Fri, 30 Dec 2005 19:28:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUJSRi3076480; Fri, 30 Dec 2005 19:28:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJSRgw076479; Fri, 30 Dec 2005 19:28:27 GMT (envelope-from imp) Message-Id: <200512301928.jBUJSRgw076479@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 19:28:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c pci_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 19:28:27 -0000 imp 2005-12-30 19:28:26 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_private.h Log: Expose pci_add_resources to the outside world, add a 'force' flag to force allocation of unallocated BARs (cardbus uses this to preallocate everything). Add a prefetchmask to allow for busses that get prefetch hints to set them. Addjust pci_add_map and pci_ata_maps to take a new force flag which pci_add_resources will pass in. Implement 'force' in pci_add_map. Write new value of allocated resource into the bar, if the allocation succeeded (we should have done this before, but with the new force the bug was very obvious). Revision Changes Path 1.306 +61 -29 src/sys/dev/pci/pci.c 1.16 +2 -0 src/sys/dev/pci/pci_private.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:36:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B8316A41F; Fri, 30 Dec 2005 19:36:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1917D43D5F; Fri, 30 Dec 2005 19:36:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUJaTYL076856; Fri, 30 Dec 2005 19:36:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJaT0R076855; Fri, 30 Dec 2005 19:36:29 GMT (envelope-from imp) Message-Id: <200512301936.jBUJaT0R076855@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 19:36:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 19:36:30 -0000 imp 2005-12-30 19:36:29 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Remove debug now that I've looped back the big changes into my p4 tree. Revision Changes Path 1.307 +0 -4 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:38:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C796716A41F; Fri, 30 Dec 2005 19:38:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E47843D5C; Fri, 30 Dec 2005 19:38:47 +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 jBUJcllu077000; Fri, 30 Dec 2005 19:38:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJclPo076999; Fri, 30 Dec 2005 19:38:47 GMT (envelope-from imp) Message-Id: <200512301938.jBUJclPo076999@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 19:38:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 19:38:47 -0000 imp 2005-12-30 19:38:47 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: Remove now-obsolete printf warning. Revision Changes Path 1.60 +2 -7 src/sys/dev/cardbus/cardbus.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 19:55:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB15816A41F; Fri, 30 Dec 2005 19:55:56 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B748743D66; Fri, 30 Dec 2005 19:55:55 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUJttLY078175; Fri, 30 Dec 2005 19:55:55 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUJtto5078174; Fri, 30 Dec 2005 19:55:55 GMT (envelope-from netchild) Message-Id: <200512301955.jBUJtto5078174@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 30 Dec 2005 19:55:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src UPDATING src/sys/conf NOTES files src/sys/boot/forth loader.conf src/sys/sys soundcard.h src/sys/dev/sound driver.c src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci als4000.c atiixp.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 19:55:57 -0000 netchild 2005-12-30 19:55:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING sys/conf NOTES files sys/boot/forth loader.conf sys/sys soundcard.h sys/dev/sound driver.c sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c sys/dev/sound/pci als4000.c cmi.c csa.c csapcm.c emu10k1.c es137x.c es137x.h ich.c neomagic.c via8233.c via82c686.c sys/dev/sound/pcm ac97.c ac97.h ac97_patch.c ac97_patch.h buffer.c channel.c channel.h dsp.c fake.c feeder.c feeder_fmt.c feeder_rate.c mixer.c sndstat.c sound.c sound.h vchan.c sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c sys/modules/sound/driver Makefile sys/modules/sound/sound Makefile share/man/man4 Makefile snd_es137x.4 snd_via8233.4 Added files: (Branch: RELENG_6) sys/dev/sound/pci atiixp.c atiixp.h sys/dev/sound/pcm feeder_volume.c sys/modules/sound/driver/atiixp Makefile share/man/man4 snd_atiixp.4 Log: MFC nearly everything of the soundsystem except recent commits and most of the sysctl's (those which would introduce a new interface). The spdif_enabled sysctl is still there (or more correctly: added to another driver). A rough overview what's there now: - new driver for ATI chips (snd_atiixp) - support for some Intel HDA chips in AC97 mode (no real HDA support!), this doesn't work with every mainboard and is subject to the wiring on the mainboard (no servicable parts inside) - MPSAFE and fixes for snd_als4000(4), snd_es137x(4), snd_via82c686(4), snd_via8233(4) and snd_ich(4) - 24bit and 32bit sound format support - feeder infrastructure (format, rate) has been reworked, new feeder (volume) has been introduced - lots of LOR and panic issues fixed - and a lot of small or not so small fixes I may have forgotten... As noted in UPDATING: you may want to recompile mplayer (after booting into the new world) to get all new features. Tested by: a lot of people Requested by: ariff Submitted by: ariff Revision Changes Path 1.416.2.12 +5 -0 src/UPDATING 1.320.2.6 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +87 -0 src/share/man/man4/snd_atiixp.4 (new) 1.4.2.2 +28 -3 src/share/man/man4/snd_es137x.4 1.2.2.1 +15 -1 src/share/man/man4/snd_via8233.4 1.95.2.4 +1 -0 src/sys/boot/forth/loader.conf 1.1325.2.7 +2 -0 src/sys/conf/NOTES 1.1031.2.14 +2 -0 src/sys/conf/files 1.13.2.1 +1 -0 src/sys/dev/sound/driver.c 1.37.2.1 +4 -0 src/sys/dev/sound/isa/ad1816.c 1.34.2.1 +8 -2 src/sys/dev/sound/isa/ess.c 1.95.2.2 +30 -3 src/sys/dev/sound/isa/mss.c 1.90.2.1 +25 -15 src/sys/dev/sound/isa/sb16.c 1.79.2.1 +17 -3 src/sys/dev/sound/isa/sb8.c 1.44.2.1 +1 -0 src/sys/dev/sound/isa/sbc.c 1.18.2.1 +54 -10 src/sys/dev/sound/pci/als4000.c 1.2.2.1 +1090 -0 src/sys/dev/sound/pci/atiixp.c (new) 1.1.2.1 +203 -0 src/sys/dev/sound/pci/atiixp.h (new) 1.32.2.1 +2 -2 src/sys/dev/sound/pci/cmi.c 1.33.2.1 +4 -4 src/sys/dev/sound/pci/csa.c 1.34.2.1 +8 -0 src/sys/dev/sound/pci/csapcm.c 1.55.2.1 +4 -4 src/sys/dev/sound/pci/emu10k1.c 1.55.2.1 +869 -251 src/sys/dev/sound/pci/es137x.c 1.5.2.1 +11 -0 src/sys/dev/sound/pci/es137x.h 1.53.2.1 +171 -113 src/sys/dev/sound/pci/ich.c 1.34.2.1 +9 -0 src/sys/dev/sound/pci/neomagic.c 1.20.2.1 +218 -86 src/sys/dev/sound/pci/via8233.c 1.34.2.1 +28 -12 src/sys/dev/sound/pci/via82c686.c 1.53.2.1 +151 -17 src/sys/dev/sound/pcm/ac97.c 1.16.2.1 +2 -0 src/sys/dev/sound/pcm/ac97.h 1.3.2.1 +10 -0 src/sys/dev/sound/pcm/ac97_patch.c 1.3.2.1 +1 -0 src/sys/dev/sound/pcm/ac97_patch.h 1.25.2.1 +6 -2 src/sys/dev/sound/pcm/buffer.c 1.99.2.1 +190 -64 src/sys/dev/sound/pcm/channel.c 1.31.2.1 +4 -1 src/sys/dev/sound/pcm/channel.h 1.80.2.2 +39 -48 src/sys/dev/sound/pcm/dsp.c 1.14.2.1 +26 -0 src/sys/dev/sound/pcm/fake.c 1.33.2.1 +14 -3 src/sys/dev/sound/pcm/feeder.c 1.14.2.1 +875 -348 src/sys/dev/sound/pcm/feeder_fmt.c 1.11.2.1 +640 -321 src/sys/dev/sound/pcm/feeder_rate.c 1.2.2.1 +78 -0 src/sys/dev/sound/pcm/feeder_volume.c (new) 1.43.2.3 +37 -16 src/sys/dev/sound/pcm/mixer.c 1.20.2.2 +26 -40 src/sys/dev/sound/pcm/sndstat.c 1.93.2.2 +132 -57 src/sys/dev/sound/pcm/sound.c 1.63.2.1 +10 -5 src/sys/dev/sound/pcm/sound.h 1.17.2.2 +241 -41 src/sys/dev/sound/pcm/vchan.c 1.14.2.1 +455 -260 src/sys/dev/sound/usb/uaudio.c 1.6.2.1 +2 -2 src/sys/dev/sound/usb/uaudio.h 1.15.2.1 +58 -41 src/sys/dev/sound/usb/uaudio_pcm.c 1.16.2.1 +2 -2 src/sys/modules/sound/driver/Makefile 1.1.2.1 +9 -0 src/sys/modules/sound/driver/atiixp/Makefile (new) 1.16.2.1 +1 -1 src/sys/modules/sound/sound/Makefile 1.44.2.1 +4 -0 src/sys/sys/soundcard.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:10:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9275D16A41F; Fri, 30 Dec 2005 20:10:25 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48C743D83; Fri, 30 Dec 2005 20:10:21 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKALKN078889; Fri, 30 Dec 2005 20:10:21 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKALdg078888; Fri, 30 Dec 2005 20:10:21 GMT (envelope-from csjp) Message-Id: <200512302010.jBUKALdg078888@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 30 Dec 2005 20:10:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mktemp mktemp.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:10:25 -0000 csjp 2005-12-30 20:10:21 UTC FreeBSD src repository Modified files: usr.bin/mktemp mktemp.1 Log: mkstemp(3) and friends use a combination of base 10 digits, along with upper and lower case letters from the English alphabet. Change the number of possible file names mktemp will return from 26**6 to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3) Revision Changes Path 1.20 +1 -1 src/usr.bin/mktemp/mktemp.1 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:13:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED2216A41F; Fri, 30 Dec 2005 20:13:51 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EBBC43D5D; Fri, 30 Dec 2005 20:13:47 +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 jBUKDldg079086; Fri, 30 Dec 2005 20:13:47 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKDl5k079085; Fri, 30 Dec 2005 20:13:47 GMT (envelope-from bz) Message-Id: <200512302013.jBUKDl5k079085@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 30 Dec 2005 20:13:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 vlan.4 src/sys/pci if_sk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 20:13:51 -0000 bz 2005-12-30 20:13:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vlan.4 sys/pci if_sk.c Log: MFC: rev. 1.111 date: 2005/10/11 22:55:16; author: yar sys/pci/if_sk.c rev. 1.28 date: 2005/10/11 22:59:01; author: yar share/man/man4/vlan.4 Mark sk(4) capable of handling extended VLAN frames. PR: kern/79998 Revision Changes Path 1.23.2.3 +4 -0 src/share/man/man4/vlan.4 1.106.2.6 +6 -0 src/sys/pci/if_sk.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:14:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1977C16A41F; Fri, 30 Dec 2005 20:14:09 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4105C43D6D; Fri, 30 Dec 2005 20:14:03 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EEE4.dip.t-dialin.net [84.165.238.228]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jBUKAume039702; Fri, 30 Dec 2005 21:10:57 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jBUKDuVN006118; Fri, 30 Dec 2005 21:13:57 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 30 Dec 2005 21:13:56 +0100 From: Alexander Leidinger To: src-committers@FreeBSD.org Message-ID: <20051230211356.40a0e14a@Magellan.Leidinger.net> In-Reply-To: <200512301955.jBUJtto5078174@repoman.freebsd.org> References: <200512301955.jBUJtto5078174@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/conf NOTES files src/sys/boot/forth loader.conf src/sys/sys soundcard.h src/sys/dev/sound driver.c src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci als4000.c atiixp.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:14:09 -0000 On Fri, 30 Dec 2005 19:55:55 +0000 (UTC) Alexander Leidinger wrote: > Log: > MFC nearly everything of the soundsystem I wish every one a happy evening of Dec 31... or the lack of it now that everyone rushes out to play with the shiny improved sound subsystem instead of enjoying a party and some fireworks (where appropriate). Many thanks to all involved for writing the code, fixing bugs, testing patches and so on. Bye, Alexander. -- The three Rs of Microsoft support: Retry, Reboot, Reinstall. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:25:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659C316A41F; Fri, 30 Dec 2005 20:25:41 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E31B43D49; Fri, 30 Dec 2005 20:25:41 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKPe7A079669; Fri, 30 Dec 2005 20:25:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKPeMJ079668; Fri, 30 Dec 2005 20:25:40 GMT (envelope-from imp) Message-Id: <200512302025.jBUKPeMJ079668@repoman.freebsd.org> From: Warner Losh Date: Fri, 30 Dec 2005 20:25:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pcireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:25:41 -0000 imp 2005-12-30 20:25:40 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Make RID2BAR actually return a number that can be plugged into PCIR_BAR() rather than a bitmask. Submitted by: ru@ Revision Changes Path 1.51 +1 -1 src/sys/dev/pci/pcireg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:33:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B66016A41F; Fri, 30 Dec 2005 20:33:07 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F357843D49; Fri, 30 Dec 2005 20:33:06 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKX6gT080266; Fri, 30 Dec 2005 20:33:06 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKX6Ec080265; Fri, 30 Dec 2005 20:33:06 GMT (envelope-from ariff) Message-Id: <200512302033.jBUKX6Ec080265@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 20:33:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:33:07 -0000 ariff 2005-12-30 20:33:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files Log: Should be "snd_atiixp" (without ".c"). Sorry Alex. Revision Changes Path 1.1031.2.15 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:34:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D5BF16A437; Fri, 30 Dec 2005 20:34:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F1343D53; Fri, 30 Dec 2005 20:34:50 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKYoNE080533; Fri, 30 Dec 2005 20:34:50 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKYofj080532; Fri, 30 Dec 2005 20:34:50 GMT (envelope-from netchild) Message-Id: <200512302034.jBUKYofj080532@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 30 Dec 2005 20:34:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 20:34:52 -0000 netchild 2005-12-30 20:34:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/misc dev.archlist.txt Log: MFC snd_atiixp entry Revision Changes Path 1.62.2.4 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:35:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF2716A41F; Fri, 30 Dec 2005 20:35:40 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F7443D58; Fri, 30 Dec 2005 20:35:39 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKZdrP080749; Fri, 30 Dec 2005 20:35:39 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKZdp2080748; Fri, 30 Dec 2005 20:35:39 GMT (envelope-from netchild) Message-Id: <200512302035.jBUKZdp2080748@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 30 Dec 2005 20:35:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:35:40 -0000 netchild 2005-12-30 20:35:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: MFC snd_atiixp entry Revision Changes Path 1.282.2.5 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:38:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2510F16A420; Fri, 30 Dec 2005 20:38:14 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5E043D53; Fri, 30 Dec 2005 20:38:12 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id C6B246CC2D; Sat, 31 Dec 2005 04:44:17 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80135-04; Sat, 31 Dec 2005 04:44:16 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:dead:babe:feed:beef]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 132BF6CC24; Sat, 31 Dec 2005 04:44:16 +0800 (MYT) Date: Sat, 31 Dec 2005 04:38:00 +0800 From: Ariff Abdullah To: Alexander Leidinger Message-Id: <20051231043800.7c627f45.ariff@FreeBSD.org> In-Reply-To: <20051230211356.40a0e14a@Magellan.Leidinger.net> References: <200512301955.jBUJtto5078174@repoman.freebsd.org> <20051230211356.40a0e14a@Magellan.Leidinger.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__31_Dec_2005_04_38_00_+0800_NdtI.XcgQuzrRLRZ" X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/conf NOTES files src/sys/boot/forth loader.conf src/sys/sys soundcard.h src/sys/dev/sound driver.c src/sys/dev/sound/isa ad1816.c ess.c mss.c sb16.c sb8.c sbc.c src/sys/dev/sound/pci als4000.c atiixp.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:38:14 -0000 --Signature=_Sat__31_Dec_2005_04_38_00_+0800_NdtI.XcgQuzrRLRZ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 30 Dec 2005 21:13:56 +0100 Alexander Leidinger wrote: > On Fri, 30 Dec 2005 19:55:55 +0000 (UTC) > Alexander Leidinger wrote: >=20 > > Log: > > MFC nearly everything of the soundsystem >=20 > > I wish every one a happy evening of Dec 31... or the lack of it now > that everyone rushes out to play with the shiny improved sound > subsystem instead of enjoying a party and some fireworks (where > appropriate). > >=20 > Many thanks to all involved for writing the code, fixing bugs, > testing patches and so on. >=20 Thanks, Alex! Lets go to the zoo.. -- Ariff Abdullah FreeBSD --Signature=_Sat__31_Dec_2005_04_38_00_+0800_NdtI.XcgQuzrRLRZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtZqqlr+deMUwTNoRAoPVAJ0Y6aG5xt9tGEkSrCEZ9fkuC14oKACfSh2H /1r2LXdNHrUsJeU+8yitCBs= =xAOX -----END PGP SIGNATURE----- --Signature=_Sat__31_Dec_2005_04_38_00_+0800_NdtI.XcgQuzrRLRZ-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:44:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0765016A41F; Fri, 30 Dec 2005 20:44:40 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD2B43D5C; Fri, 30 Dec 2005 20:44:39 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUKicGd081384; Fri, 30 Dec 2005 20:44:38 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUKicT2081383; Fri, 30 Dec 2005 20:44:38 GMT (envelope-from ariff) Message-Id: <200512302044.jBUKicT2081383@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 30 Dec 2005 20:44:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 20:44:40 -0000 ariff 2005-12-30 20:44:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm ac97.c Log: MFC: Few codec such as Conexant CX20468-21 does have AC97_MIX_BEEP control register, although the only usable part is the mute bit. Noticed by: Hans Petter Selasky Revision Changes Path 1.53.2.2 +7 -0 src/sys/dev/sound/pcm/ac97.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:46:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B6916A41F; Fri, 30 Dec 2005 20:46:54 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6677543D64; Fri, 30 Dec 2005 20:46:53 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5EEE4.dip.t-dialin.net [84.165.238.228]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jBUKhnRQ039832; Fri, 30 Dec 2005 21:43:50 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jBUKknql012301; Fri, 30 Dec 2005 21:46:49 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Fri, 30 Dec 2005 21:46:49 +0100 From: Alexander Leidinger To: Ariff Abdullah Message-ID: <20051230214649.569cdda8@Magellan.Leidinger.net> In-Reply-To: <200512302033.jBUKX6Ec080265@repoman.freebsd.org> References: <200512302033.jBUKX6Ec080265@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:46:54 -0000 On Fri, 30 Dec 2005 20:33:06 +0000 (UTC) Ariff Abdullah wrote: > ariff 2005-12-30 20:33:06 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/conf files > Log: > Should be "snd_atiixp" (without ".c"). > Sorry Alex. Why did this compile for the testers then? Confused, Alexander. -- The dark ages were caused by the Y1K problem. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 20:50:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7A116A41F; Fri, 30 Dec 2005 20:50:08 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E9643D62; Fri, 30 Dec 2005 20:49:58 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id B08746CC24; Sat, 31 Dec 2005 04:56:00 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80135-07; Sat, 31 Dec 2005 04:55:59 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:dead:babe:feed:beef]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 00DA96CC2E; Sat, 31 Dec 2005 04:55:58 +0800 (MYT) Date: Sat, 31 Dec 2005 04:49:43 +0800 From: Ariff Abdullah To: Alexander Leidinger Message-Id: <20051231044943.761d3107.ariff@FreeBSD.org> In-Reply-To: <20051230214649.569cdda8@Magellan.Leidinger.net> References: <200512302033.jBUKX6Ec080265@repoman.freebsd.org> <20051230214649.569cdda8@Magellan.Leidinger.net> Organization: FreeBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__31_Dec_2005_04_49_43_+0800_NxEBnQWxNxw8vjoJ" X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 20:50:08 -0000 --Signature=_Sat__31_Dec_2005_04_49_43_+0800_NxEBnQWxNxw8vjoJ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, 30 Dec 2005 21:46:49 +0100 Alexander Leidinger wrote: > On Fri, 30 Dec 2005 20:33:06 +0000 (UTC) > Ariff Abdullah wrote: >=20 > > ariff 2005-12-30 20:33:06 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_6) > > sys/conf files=20 > > Log: > > Should be "snd_atiixp" (without ".c"). > > Sorry Alex. >=20 > Why did this compile for the testers then? >=20 Because most of them use modules instead of statically linked. By the way that was my mistake, supplying you with tiny broken diff. Sorry. -- Ariff Abdullah FreeBSD --Signature=_Sat__31_Dec_2005_04_49_43_+0800_NxEBnQWxNxw8vjoJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDtZ1plr+deMUwTNoRAsMcAKCGq8vdL434eK7WzcFoZWLE0te6DACfSaYp sCv9zqDU99zV/mSJwnVrxOs= =NS6+ -----END PGP SIGNATURE----- --Signature=_Sat__31_Dec_2005_04_49_43_+0800_NxEBnQWxNxw8vjoJ-- From owner-cvs-src@FreeBSD.ORG Fri Dec 30 21:45:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB1416A420; Fri, 30 Dec 2005 21:45:15 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B471843D6A; Fri, 30 Dec 2005 21:45:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBULjAGS091900; Fri, 30 Dec 2005 21:45:10 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBULjA4E091899; Fri, 30 Dec 2005 21:45:10 GMT (envelope-from ceri) Message-Id: <200512302145.jBULjA4E091899@repoman.freebsd.org> From: Ceri Davies Date: Fri, 30 Dec 2005 21:45:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 21:45:16 -0000 ceri 2005-12-30 21:45:10 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall label.c Log: On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB. Bump USR_MIN_SIZE to 128MB, so that an auto-layout install won't fail due to /usr being too small. MFC After: 8 days Revision Changes Path 1.150 +1 -1 src/usr.sbin/sysinstall/label.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 22:14:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD1A16A41F; Fri, 30 Dec 2005 22:14:06 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263C243D69; Fri, 30 Dec 2005 22:14:01 +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 jBUME0lx093482; Fri, 30 Dec 2005 22:14:00 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUMDxLU093481; Fri, 30 Dec 2005 22:14:00 GMT (envelope-from marcel) Message-Id: <200512302214.jBUMDxLU093481@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 30 Dec 2005 22:13:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/gen nlist.c src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/ia64 reloc.c src/libexec/rtld-elf/sparc64 reloc.c src/share/man/man5 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 22:14:06 -0000 marcel 2005-12-30 22:13:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen nlist.c libexec/rtld-elf rtld.c rtld.h libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/amd64 reloc.c libexec/rtld-elf/ia64 reloc.c libexec/rtld-elf/sparc64 reloc.c share/man/man5 elf.5 sys/alpha/alpha elf_machdep.c sys/amd64/amd64 elf_machdep.c sys/boot/common bootstrap.h load_elf.c load_elf_obj.c reloc_elf.c sys/ia64/ia64 elf_machdep.c sys/kern link_elf.c link_elf_obj.c sys/sparc64/sparc64 elf_machdep.c sys/sys elf32.h elf64.h elf_common.h elf_generic.h imgact_elf.h linker.h usr.bin/elf2aout elf2aout.c usr.bin/elfdump elfdump.c usr.sbin/crunch/crunchide exec_elf32.c usr.sbin/kldxref ef.c ef.h ef_amd64.c ef_i386.c ef_obj.c ef_powerpc.c ef_sparc64.c Log: MFC standardization of the ELF types and update of the ELF constants: lib/libc/gen/nlist.c:1.19 libexec/rtld-elf/rtld.c:1.108 libexec/rtld-elf/rtld.h:1.36 libexec/rtld-elf/alpha/reloc.c:1.21 libexec/rtld-elf/amd64/reloc.c:1.16 libexec/rtld-elf/ia64/reloc.c:1.16 libexec/rtld-elf/sparc64/reloc.c:1.11 share/man/man5/elf.5:1.32-1.33 sys/alpha/alpha/elf_machdep.c:1.20 sys/amd64/amd64/elf_machdep.c:1.24 sys/boot/common/bootstrap.h:1.42 sys/boot/common/load_elf.c:1.33 sys/boot/common/load_elf_obj.c:1.2 sys/boot/common/reloc_elf.c:1.2 sys/ia64/ia64/elf_machdep.c:1.21 sys/kern/link_elf.c:1.87 sys/kern/link_elf_obj.c:1.90 sys/sparc64/sparc64/elf_machdep.c:1.20 sys/sys/elf32.h:1.9-1.10 sys/sys/elf64.h:1.11-1.13 sys/sys/elf_common.h:1.16 sys/sys/elf_generic.h:1.7 sys/sys/imgact_elf.h:1.28 sys/sys/linker.h:1.40 usr.bin/elf2aout/elf2aout.c:1.10 usr.bin/elfdump/elfdump.c:1.13 usr.sbin/crunch/crunchide/exec_elf32.c:1.15 usr.sbin/kldxref/ef.c:1.9 usr.sbin/kldxref/ef.h:1.6 usr.sbin/kldxref/ef_amd64.c:1.3 usr.sbin/kldxref/ef_i386.c:1.3 usr.sbin/kldxref/ef_obj.c:1.4 usr.sbin/kldxref/ef_powerpc.c:1.3 usr.sbin/kldxref/ef_sparc64.c:1.4-1.5 Revision Changes Path 1.18.12.1 +3 -3 src/lib/libc/gen/nlist.c 1.20.2.1 +2 -2 src/libexec/rtld-elf/alpha/reloc.c 1.15.8.1 +2 -2 src/libexec/rtld-elf/amd64/reloc.c 1.15.8.1 +2 -2 src/libexec/rtld-elf/ia64/reloc.c 1.106.2.2 +1 -1 src/libexec/rtld-elf/rtld.c 1.35.2.1 +2 -2 src/libexec/rtld-elf/rtld.h 1.10.2.1 +8 -8 src/libexec/rtld-elf/sparc64/reloc.c 1.31.2.1 +49 -50 src/share/man/man5/elf.5 1.19.8.1 +1 -1 src/sys/alpha/alpha/elf_machdep.c 1.22.8.1 +1 -1 src/sys/amd64/amd64/elf_machdep.c 1.41.2.1 +1 -1 src/sys/boot/common/bootstrap.h 1.32.2.1 +1 -1 src/sys/boot/common/load_elf.c 1.1.4.1 +2 -2 src/sys/boot/common/load_elf_obj.c 1.1.4.1 +3 -3 src/sys/boot/common/reloc_elf.c 1.19.8.2 +2 -2 src/sys/ia64/ia64/elf_machdep.c 1.81.8.5 +5 -5 src/sys/kern/link_elf.c 1.87.2.3 +5 -5 src/sys/kern/link_elf_obj.c 1.19.8.1 +3 -3 src/sys/sparc64/sparc64/elf_machdep.c 1.8.14.1 +21 -14 src/sys/sys/elf32.h 1.10.14.1 +48 -41 src/sys/sys/elf64.h 1.15.8.1 +105 -49 src/sys/sys/elf_common.h 1.6.14.1 +5 -2 src/sys/sys/elf_generic.h 1.27.8.1 +9 -9 src/sys/sys/imgact_elf.h 1.39.2.1 +3 -3 src/sys/sys/linker.h 1.9.12.1 +6 -6 src/usr.bin/elf2aout/elf2aout.c 1.12.8.1 +10 -2 src/usr.bin/elfdump/elfdump.c 1.14.8.1 +4 -4 src/usr.sbin/crunch/crunchide/exec_elf32.c 1.8.2.1 +2 -2 src/usr.sbin/kldxref/ef.c 1.5.2.1 +1 -1 src/usr.sbin/kldxref/ef.h 1.2.4.1 +1 -1 src/usr.sbin/kldxref/ef_amd64.c 1.2.4.1 +1 -1 src/usr.sbin/kldxref/ef_i386.c 1.3.4.1 +2 -2 src/usr.sbin/kldxref/ef_obj.c 1.2.2.1 +1 -1 src/usr.sbin/kldxref/ef_powerpc.c 1.3.2.1 +2 -2 src/usr.sbin/kldxref/ef_sparc64.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 22:25:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6318616A420; Fri, 30 Dec 2005 22:25:17 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F9C43D68; Fri, 30 Dec 2005 22:25:15 +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 jBUMPFrF094018; Fri, 30 Dec 2005 22:25:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUMPFY8094017; Fri, 30 Dec 2005 22:25:15 GMT (envelope-from marcel) Message-Id: <200512302225.jBUMPFY8094017@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 30 Dec 2005 22:25:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 22:25:17 -0000 marcel 2005-12-30 22:25:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Bump __FreeBSD_version after MFC of ELF types and constants. Revision Changes Path 1.244.2.5 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Fri Dec 30 22:48:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5D616A41F; Fri, 30 Dec 2005 22:48:54 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8794543D48; Fri, 30 Dec 2005 22:48:53 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id jBUNIwSF006975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 30 Dec 2005 18:18:59 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Fri, 30 Dec 2005 17:48:46 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-Id: <20051230174846.3dabab29.trhodes@FreeBSD.org> In-Reply-To: <200512301529.jBUFTodg060068@repoman.freebsd.org> References: <200512301529.jBUFTodg060068@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.h main.c mkmakefile.c mkoptions.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 22:48:54 -0000 On Fri, 30 Dec 2005 15:29:50 +0000 (UTC) Ruslan Ermilov wrote: > ru 2005-12-30 15:29:50 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config config.h main.c mkmakefile.c mkoptions.c > Log: > Clean up most of the "XXX"-tagged items: > > - The code that creates hints.c and env.c from the skeleton files > moved into separate functions. > > - Sanity checks for missing "ident" and "cputype" directives moved > into main(), alongside the existing check for "machine". Thanks!!! Really makes my day when I see someone cleaning up a few of the XXX items. :) -- Tom Rhodes From owner-cvs-src@FreeBSD.ORG Fri Dec 30 22:59:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13EB416A41F; Fri, 30 Dec 2005 22:59:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B826B43D49; Fri, 30 Dec 2005 22:59:07 +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 jBUMx7GJ095324; Fri, 30 Dec 2005 22:59:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUMx7S7095323; Fri, 30 Dec 2005 22:59:07 GMT (envelope-from brueffer) Message-Id: <200512302259.jBUMx7S7095323@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 30 Dec 2005 22:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile snd_mss.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 22:59:08 -0000 brueffer 2005-12-30 22:59:07 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 Makefile Added files: (Branch: RELENG_6) share/man/man4 snd_mss.4 Log: MFC: Add manual page for snd_mss(4) and hook it up to the build. Revision Changes Path 1.320.2.7 +1 -0 src/share/man/man4/Makefile 1.3.2.1 +116 -0 src/share/man/man4/snd_mss.4 (new) From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:03:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4288016A420; Fri, 30 Dec 2005 23:03:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F5743D53; Fri, 30 Dec 2005 23:03:40 +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 jBUN3eAA095495; Fri, 30 Dec 2005 23:03:40 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUN3eEv095494; Fri, 30 Dec 2005 23:03:40 GMT (envelope-from brueffer) Message-Id: <200512302303.jBUN3eEv095494@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 30 Dec 2005 23:03:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 pcm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 23:03:41 -0000 brueffer 2005-12-30 23:03:40 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 pcm.4 Log: MFC: rev. 1.43 + 1.44 - Xref snd_mss(4). - Remove a few items from the HARDWARE list. This support is already described in the snd_mss(4) manual page. - Xref snd_atiixp.4 Revision Changes Path 1.39.2.4 +3 -9 src/share/man/man4/pcm.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:07:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212FE16A41F; Fri, 30 Dec 2005 23:07:24 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C079943D55; Fri, 30 Dec 2005 23:07:23 +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 jBUN7N8c095713; Fri, 30 Dec 2005 23:07:23 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUN7NNv095712; Fri, 30 Dec 2005 23:07:23 GMT (envelope-from brueffer) Message-Id: <200512302307.jBUN7NNv095712@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 30 Dec 2005 23:07:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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.5 Precedence: 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, 30 Dec 2005 23:07:24 -0000 brueffer 2005-12-30 23:07:23 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Autogenerate hardware notes for snd_mss(4). Revision Changes Path 1.282.2.6 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.62.2.5 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:15:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A65116A41F; Fri, 30 Dec 2005 23:15:04 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D93C43D5F; Fri, 30 Dec 2005 23:15:03 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUNF3e8096100; Fri, 30 Dec 2005 23:15:03 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUNF3Eo096099; Fri, 30 Dec 2005 23:15:03 GMT (envelope-from sos) Message-Id: <200512302315.jBUNF3Eo096099@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 30 Dec 2005 23:15:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 23:15:04 -0000 sos 2005-12-30 23:15:03 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Add hotplug support for Marvell chips. Revision Changes Path 1.146 +42 -15 src/sys/dev/ata/ata-chipset.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:22:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F32616A41F; Fri, 30 Dec 2005 23:22:50 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D7F43D45; Fri, 30 Dec 2005 23:22:50 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUNMojo096468; Fri, 30 Dec 2005 23:22:50 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUNMoel096467; Fri, 30 Dec 2005 23:22:50 GMT (envelope-from jmallett) Message-Id: <200512302322.jBUNMoel096467@repoman.freebsd.org> From: Juli Mallett Date: Fri, 30 Dec 2005 23:22:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/xargs strnsubst.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 23:22:50 -0000 jmallett 2005-12-30 23:22:50 UTC FreeBSD src repository Modified files: usr.bin/xargs strnsubst.c Log: Handle maxsize==0 in such a way that we don't modify the string. Revision Changes Path 1.8 +12 -0 src/usr.bin/xargs/strnsubst.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:25:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE0216A41F; Fri, 30 Dec 2005 23:25:42 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582E243D5E; Fri, 30 Dec 2005 23:25:42 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUNPg5o096627; Fri, 30 Dec 2005 23:25:42 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUNPgcp096626; Fri, 30 Dec 2005 23:25:42 GMT (envelope-from jmallett) Message-Id: <200512302325.jBUNPgcp096626@repoman.freebsd.org> From: Juli Mallett Date: Fri, 30 Dec 2005 23:25:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 23:25:42 -0000 jmallett 2005-12-30 23:25:42 UTC FreeBSD src repository Modified files: usr.bin/xargs xargs.1 xargs.c Log: Add a FreeBSD-specific -S flag which controls the maximum size of an argument having replacements done in it via -I. Revision Changes Path 1.36 +19 -4 src/usr.bin/xargs/xargs.1 1.59 +15 -6 src/usr.bin/xargs/xargs.c From owner-cvs-src@FreeBSD.ORG Fri Dec 30 23:36:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ABE216A41F; Fri, 30 Dec 2005 23:36:27 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B56B943D53; Fri, 30 Dec 2005 23:36:26 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBUNaQBt097042; Fri, 30 Dec 2005 23:36:26 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBUNaQbu097041; Fri, 30 Dec 2005 23:36:26 GMT (envelope-from des) Message-Id: <200512302336.jBUNaQbu097041@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 30 Dec 2005 23:36:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Dec 2005 23:36:27 -0000 des 2005-12-30 23:36:26 UTC FreeBSD src repository Modified files: usr.bin/fetch fetch.c Log: Only clear sb.st_size if it is clearly wrong or meaningless. This fixes mirror mode. PR: bin/86940 MFC after: 2 weeks Revision Changes Path 1.77 +5 -5 src/usr.bin/fetch/fetch.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 01:45:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E21016A41F; Sat, 31 Dec 2005 01:45:41 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A1743D5C; Sat, 31 Dec 2005 01:45:40 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV1jecX009341; Sat, 31 Dec 2005 01:45:40 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV1jeSw009340; Sat, 31 Dec 2005 01:45:40 GMT (envelope-from avatar) Message-Id: <200512310145.jBV1jeSw009340@repoman.freebsd.org> From: Tai-hwa Liang Date: Sat, 31 Dec 2005 01:45:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 01:45:41 -0000 avatar 2005-12-31 01:45:40 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Fixing build bustage. Revision Changes Path 1.56 +1 -1 src/sys/dev/cardbus/cardbus_cis.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 01:58:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB03616A41F; Sat, 31 Dec 2005 01:58:43 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD5943D60; Sat, 31 Dec 2005 01:58:41 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV1wf1X009792; Sat, 31 Dec 2005 01:58:41 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV1wfgg009791; Sat, 31 Dec 2005 01:58:41 GMT (envelope-from ariff) Message-Id: <200512310158.jBV1wfgg009791@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 31 Dec 2005 01:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 01:58:43 -0000 ariff 2005-12-31 01:58:40 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm dsp.c Log: Fix LOR #174. Tested with: WITNESS, INVARIANTS and DIAGNOSTICS Revision Changes Path 1.90 +10 -3 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 02:03:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E2816A41F; Sat, 31 Dec 2005 02:03:48 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B10B43D45; Sat, 31 Dec 2005 02:03:48 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV23m8m010030; Sat, 31 Dec 2005 02:03:48 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV23m5C010029; Sat, 31 Dec 2005 02:03:48 GMT (envelope-from ariff) Message-Id: <200512310203.jBV23m5C010029@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 31 Dec 2005 02:03:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 02:03:48 -0000 ariff 2005-12-31 02:03:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pcm dsp.c Log: MFC: Fix LOR #174. Tested with: WITNESS, INVARIANTS and DIAGNOSTICS Revision Changes Path 1.80.2.3 +10 -3 src/sys/dev/sound/pcm/dsp.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 03:53:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96FB16A41F; Sat, 31 Dec 2005 03:53:03 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2FD43D5F; Sat, 31 Dec 2005 03:53:03 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV3r32L014279; Sat, 31 Dec 2005 03:53:03 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV3r3Kl014278; Sat, 31 Dec 2005 03:53:03 GMT (envelope-from iedowse) Message-Id: <200512310353.jBV3r3Kl014278@repoman.freebsd.org> From: Ian Dowse Date: Sat, 31 Dec 2005 03:53:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile usbdi.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 03:53:04 -0000 iedowse 2005-12-31 03:53:03 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 usbdi.9 Log: Add basic documentation for many of the kernel USB functions that USB device drivers use to talk to USB devices. This is probably still a bit rough and it does not yet include the functions specific to HID, ethernet, hubs, host controller drivers, task threads or debugging. Revision Changes Path 1.266 +50 -0 src/share/man/man9/Makefile 1.1 +1253 -0 src/share/man/man9/usbdi.9 (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 31 04:22:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C965316A41F; Sat, 31 Dec 2005 04:22:35 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C19443D46; Sat, 31 Dec 2005 04:22:35 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV4MZsM015358; Sat, 31 Dec 2005 04:22:35 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV4MZik015357; Sat, 31 Dec 2005 04:22:35 GMT (envelope-from mux) Message-Id: <200512310422.jBV4MZik015357@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 31 Dec 2005 04:22:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uhid.c usb.h uxb360gp_rdesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 04:22:36 -0000 mux 2005-12-31 04:22:35 UTC FreeBSD src repository Modified files: sys/dev/usb uhid.c usb.h Added files: sys/dev/usb uxb360gp_rdesc.h Log: Add support for Xbox 360 gamepads. They are HID-capable devices, but lack a report descriptor and don't use the standard interface class. This patch works around these deficiencies so that the uhid(4) driver can recognize and use those broken devices. PR: usb/90141 Submitted by: Ed Schouten (with minor mods from me) MFC after: 1 week Revision Changes Path 1.79 +23 -4 src/sys/dev/usb/uhid.c 1.40 +2 -0 src/sys/dev/usb/usb.h 1.1 +124 -0 src/sys/dev/usb/uxb360gp_rdesc.h (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 31 04:38:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6299B16A41F; Sat, 31 Dec 2005 04:38:51 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035E043D46; Sat, 31 Dec 2005 04:38:50 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV4cov7016184; Sat, 31 Dec 2005 04:38:50 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV4cop0016183; Sat, 31 Dec 2005 04:38:50 GMT (envelope-from mux) Message-Id: <200512310438.jBV4cop0016183@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 31 Dec 2005 04:38:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ugraphire_rdesc.h uhid.c usbdevs uxb360gp_rdesc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 04:38:51 -0000 mux 2005-12-31 04:38:50 UTC FreeBSD src repository Modified files: sys/dev/usb ugraphire_rdesc.h uhid.c usbdevs uxb360gp_rdesc.h Log: Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has a broken report descriptor. While I'm here, make all the other report descriptors const to match the newly added one. Obtained from: NetBSD MFC after: 1 week Revision Changes Path 1.3 +85 -1 src/sys/dev/usb/ugraphire_rdesc.h 1.80 +20 -6 src/sys/dev/usb/uhid.c 1.245 +1 -1 src/sys/dev/usb/usbdevs 1.2 +1 -1 src/sys/dev/usb/uxb360gp_rdesc.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 04:41:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D216A420; Sat, 31 Dec 2005 04:41:21 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABD643D62; Sat, 31 Dec 2005 04:41:18 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV4fIIK016382; Sat, 31 Dec 2005 04:41:18 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV4fH6F016381; Sat, 31 Dec 2005 04:41:17 GMT (envelope-from mux) Message-Id: <200512310441.jBV4fH6F016381@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 31 Dec 2005 04:41:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 04:41:21 -0000 mux 2005-12-31 04:41:17 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add a new vendor ID for Personal Cummunication Systems. They make a nice USB HID device that allows to plug two PS2 controllers. This specific device doesn't work yet but will as soon as we support devices with multiple report IDs. MFC after: 3 days Revision Changes Path 1.246 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sat Dec 31 05:07:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAAC16A420; Sat, 31 Dec 2005 05:07:04 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146CD43D58; Sat, 31 Dec 2005 05:07:03 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV56xpM024699; Sat, 31 Dec 2005 05:06:59 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV56xx7024698; Sat, 31 Dec 2005 05:06:59 GMT (envelope-from csjp) Message-Id: <200512310506.jBV56xx7024698@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 31 Dec 2005 05:06:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 05:07:05 -0000 csjp 2005-12-31 05:06:59 UTC FreeBSD src repository Modified files: sys/security/mac_biba mac_biba.c Log: Introduce a new sysctl variable: security.mac.biba.interfaces_equal If non-zero, all network interfaces be created with the label: biba/equal(equal-equal) This is useful where programs which initialize network interfaces do not have any labeling support. This includes dhclient and ppp. A long term solution is to add labeling support into dhclient(8) and ppp(8), and remove this variable. It should be noted that this behavior is different then setting the: security.mac.biba.trust_all_interfaces sysctl variable, as this will create interfaces with a biba/high label. Lower integrity processes are not able to write to the interface in this event. The security.mac.biba.interfaces_equal will override trust_all_interfaces. The security.mac.biba.interfaces_equal variable will be set to zero or disabled by default. MFC after: 2 weeks Revision Changes Path 1.91 +6 -1 src/sys/security/mac_biba/mac_biba.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 05:09:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6372716A41F; Sat, 31 Dec 2005 05:09:38 +0000 (GMT) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1512A43D80; Sat, 31 Dec 2005 05:09:32 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 018E01A3C1E; Fri, 30 Dec 2005 21:09:32 -0800 (PST) Date: Sat, 31 Dec 2005 06:09:31 +0100 From: Maxime Henrion To: Alexander Leidinger Message-ID: <20051231050931.GH55746@elvis.mu.org> References: <20051229183552.205C316A432@hub.freebsd.org> <43B4385D.9030206@root.org> <20051229222645.05311b1f@Magellan.Leidinger.net> <43B4FDD5.1060000@root.org> <20051230115913.243e3e21@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051230115913.243e3e21@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/usb ums.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 05:09:38 -0000 Alexander Leidinger wrote: > On Fri, 30 Dec 2005 01:28:53 -0800 > Nate Lawson wrote: > > > >>> #define UMS_BUT(i) ((i) < 3 ? (((i) + 2) % 3) : (i)) > > > I meant that this maps 0:2, 1:0, 2:1, 3:3, 4:4, ... Or in other words, > > it only operates on 2-bit values (0-3). I don't know if that's an issue > > or not, I just was wondering if that also needed to be expanded. > > NetBSD has: > #define UMS_BUT(i) ((i) == 1 || (i) == 2 ? 3 - (i) : i) > > So this maps 0:0, 1:2, 2:1, 3:3, 4:4, ... so it's completely different > below 3 and the same for the rest. So for the new buttons 8 to 31 it > doesn't make a difference. Since it also wasn't changed in the > MAX_BUTTONS commit, I didn't merged it. > > I think the change was introduced in the uhidev commit, but I didn't > checked this. Maxime (CCed) is working on merging the uhidev stuff, > maybe he knows for sure. Actually, NetBSD has had the UMS_BUT() macro this way since the beginning (revision 1.16), it wasn't changed by the uhidev commit. I have no idea what's the correct thing to do here, what's quite sure is that one of us has it wrong :-). You should send a mail to augustss@NetBSD.org since he changed the UMS_BUT() macro this way a long time ago when committing patches from Nick Hibma : revision 1.16 date: 1998/12/26 12:53:03; author: augustss; state: Exp; lines: +439-88 Merge changes to make the USB stack work with FreeBSD. The original diffs from Nick Hibma , but with substantial changes from me. XXX Not tested on FreeBSD yet. Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Sat Dec 31 05:35:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8522C16A41F; Sat, 31 Dec 2005 05:35:59 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3891043D53; Sat, 31 Dec 2005 05:35:59 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV5ZxTt025763; Sat, 31 Dec 2005 05:35:59 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV5Zxxo025762; Sat, 31 Dec 2005 05:35:59 GMT (envelope-from delphij) Message-Id: <200512310535.jBV5Zxxo025762@repoman.freebsd.org> From: Xin LI Date: Sat, 31 Dec 2005 05:35:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/diff diff.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 05:35:59 -0000 delphij 2005-12-31 05:35:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/diff diff.1 Log: MFC revision 1.10: Suggest the user to use 'diff -urN' instead of 'diff -crN'. Submitted by: Jimmie James PR: docs/88427 Revision Changes Path 1.9.8.1 +1 -1 src/gnu/usr.bin/diff/diff.1 From owner-cvs-src@FreeBSD.ORG Sat Dec 31 05:36:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B2316A41F; Sat, 31 Dec 2005 05:36:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF8D43D49; Sat, 31 Dec 2005 05:36:42 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV5ag9U025814; Sat, 31 Dec 2005 05:36:42 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV5agQR025813; Sat, 31 Dec 2005 05:36:42 GMT (envelope-from delphij) Message-Id: <200512310536.jBV5agQR025813@repoman.freebsd.org> From: Xin LI Date: Sat, 31 Dec 2005 05:36:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/diff diff.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 05:36:43 -0000 delphij 2005-12-31 05:36:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/diff diff.1 Log: MFC revision 1.10: Suggest the user to use 'diff -urN' instead of 'diff -crN'. Submitted by: Jimmie James PR: docs/88427 Revision Changes Path 1.9.2.1 +1 -1 src/gnu/usr.bin/diff/diff.1 From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:23:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C2416A41F; Sat, 31 Dec 2005 06:23:58 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB4A43D62; Sat, 31 Dec 2005 06:23:58 +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 jBV6Nw6J027546; Sat, 31 Dec 2005 06:23:58 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6NwBI027545; Sat, 31 Dec 2005 06:23:58 GMT (envelope-from ps) Message-Id: <200512310623.jBV6NwBI027545@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:23:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:23:58 -0000 ps 2005-12-31 06:23:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss ciss.c Log: MFC: rev 1.65 There's no reason to check the valence. This allows ciss to work on the P600. Revision Changes Path 1.56.2.4 +0 -6 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:24:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAC116A41F; Sat, 31 Dec 2005 06:24:44 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A4343D55; Sat, 31 Dec 2005 06:24:44 +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 jBV6OiDb027614; Sat, 31 Dec 2005 06:24:44 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6OiYZ027613; Sat, 31 Dec 2005 06:24:44 GMT (envelope-from ps) Message-Id: <200512310624.jBV6OiYZ027613@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:24:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:24:44 -0000 ps 2005-12-31 06:24:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss ciss.c Log: MFC: rev 1.66 Update PCI ids to add the E200, E200i, P400, and P400i storage controllers. Remove the E400 since it is not a real product. Revision Changes Path 1.56.2.5 +8 -3 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:25:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 425C516A41F; Sat, 31 Dec 2005 06:25:17 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFF843D49; Sat, 31 Dec 2005 06:25:16 +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 jBV6PGnA027773; Sat, 31 Dec 2005 06:25:16 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6PG1s027772; Sat, 31 Dec 2005 06:25:16 GMT (envelope-from ps) Message-Id: <200512310625.jBV6PG1s027772@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:25:17 -0000 ps 2005-12-31 06:25:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss ciss.c Log: MFC: rev 1.67 It seems ciss should ignore overrun and underrun on a SCSI INQUIRY command. This fixes some weird booting issues on newer versions of the firmware on the MSA20. Revision Changes Path 1.56.2.6 +4 -1 src/sys/dev/ciss/ciss.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:28:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 304CA16A41F; Sat, 31 Dec 2005 06:28:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29D143D5F; Sat, 31 Dec 2005 06:28: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 jBV6S6SS027883; Sat, 31 Dec 2005 06:28:06 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6S68a027882; Sat, 31 Dec 2005 06:28:06 GMT (envelope-from ps) Message-Id: <200512310628.jBV6S68a027882@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:28:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ciss cissreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:28:07 -0000 ps 2005-12-31 06:28:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ciss cissreg.h Log: MFC: There's no reason to check the valence. This allows ciss to work on the P600. Revision Changes Path 1.14.2.2 +0 -2 src/sys/dev/ciss/cissreg.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:28:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837C316A41F; Sat, 31 Dec 2005 06:28:58 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF0943D5A; Sat, 31 Dec 2005 06:28:58 +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 jBV6SwnA027969; Sat, 31 Dec 2005 06:28:58 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6Sw9b027968; Sat, 31 Dec 2005 06:28:58 GMT (envelope-from ps) Message-Id: <200512310628.jBV6Sw9b027968@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:28:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:28:58 -0000 ps 2005-12-31 06:28:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c cissreg.h Log: MFC: revision 1.67 It seems ciss should ignore overrun and underrun on a SCSI INQUIRY command. This fixes some weird booting issues on newer versions of the firmware on the MSA20. revision 1.66 Update PCI ids to add the E200, E200i, P400, and P400i storage controllers. Remove the E400 since it is not a real product. revision 1.65 There's no reason to check the valence. This allows ciss to work on the P600. Revision Changes Path 1.2.2.22 +11 -9 src/sys/dev/ciss/ciss.c 1.1.2.9 +0 -2 src/sys/dev/ciss/cissreg.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:45:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 680) id CA55F16A420; Sat, 31 Dec 2005 06:45:16 +0000 (GMT) Date: Sat, 31 Dec 2005 06:45:16 +0000 From: Darren Reed To: "Bjoern A. Zeeb" Message-ID: <20051231064516.GA22109@hub.freebsd.org> References: <200512301122.jBUBMEvg042096@repoman.freebsd.org> <20051230112900.GJ42629@FreeBSD.org> <20051230122303.B1898@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051230122303.B1898@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, Guido van Rooij , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:45:17 -0000 On Fri, Dec 30, 2005 at 12:23:26PM +0000, Bjoern A. Zeeb wrote: > > > >we've got quite a lot of ipfilter related PRs. I've just assigned one to And from time to time I work through all of them, chase people up best I can for responses on whether things are fixed or i progress has been made. > and LORs. To me LORs that involve IPFilter are an indication of where we need to continue work on improving locking within FreeBSD's networking. I believe that in most places where there is a LOR with IPFilter, you will also find a LOR for pf/ipfw - or anyone else that dares write (or attempt to write) an SMP-safe firewall module for FreeBSD. The work on making FreeBSD's networking SMP safe and worthwhile is not yet over. Darren From owner-cvs-src@FreeBSD.ORG Sat Dec 31 09:06:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC9C16A41F; Sat, 31 Dec 2005 09:06:46 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0D643D48; Sat, 31 Dec 2005 09:06:46 +0000 (GMT) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBV96jTT041420; Sat, 31 Dec 2005 09:06:45 GMT (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV96jiU041419; Sat, 31 Dec 2005 09:06:45 GMT (envelope-from jmallett) Message-Id: <200512310906.jBV96jiU041419@repoman.freebsd.org> From: Juli Mallett Date: Sat, 31 Dec 2005 09:06:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/xargs xargs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 09:06:46 -0000 jmallett 2005-12-31 09:06:45 UTC FreeBSD src repository Modified files: usr.bin/xargs xargs.c Log: Check the entire length of the current argument for the EOF string with -E, but don't expect a proper ASCII string to exist right here right now, don't use strcmp(3) which checks for a NUL. As we're still building the argument up, the next character might be garbage. It would probably be just as safe to temporarily write a NUL there, but if we've reached the end of argument memory that might not be the best idea, I think. It's unclear. Doing it this way seems to meet the most with the original intent. PR: 85696 Prodded by: stefanf Revision Changes Path 1.60 +1 -1 src/usr.bin/xargs/xargs.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 09:38:57 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D9F16A41F for ; Sat, 31 Dec 2005 09:38:57 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2465C43D5F for ; Sat, 31 Dec 2005 09:38:57 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 3ABDA115A6 for ; Sat, 31 Dec 2005 10:38:56 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03557-04 for ; Sat, 31 Dec 2005 10:38:51 +0100 (CET) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id A079411445 for ; Sat, 31 Dec 2005 10:38:50 +0100 (CET) From: Florent Thoumie To: cvs-src@freebsd.org Date: Sat, 31 Dec 2005 10:38:34 +0100 User-Agent: KMail/1.8.2 References: <200512302336.jBUNaQbu097041@repoman.freebsd.org> In-Reply-To: <200512302336.jBUNaQbu097041@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3851723.nioy2moyEm"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512311038.46974.flz@xbsd.org> X-Virus-Scanned: amavisd-new at xbsd.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 09:38:57 -0000 --nextPart3851723.nioy2moyEm Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 31 December 2005 00:36, Dag-Erling Smorgrav wrote: > des 2005-12-30 23:36:26 UTC > > FreeBSD src repository > > Modified files: > usr.bin/fetch fetch.c > Log: > Only clear sb.st_size if it is clearly wrong or meaningless. This fixes > mirror mode. > > PR: bin/86940 > MFC after: 2 weeks Cool, thanks! =2D-=20 =46lorent Thoumie flz@FreeBSD.org =46reeBSD Committer --nextPart3851723.nioy2moyEm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDtlGmMxEkbVFH3PQRAll2AJ9c2IbQBueEUfBuQdxVnioSsD7DmgCfRoyZ 0CDN0SrxkNuQBpNQxS8tKLU= =g6wJ -----END PGP SIGNATURE----- --nextPart3851723.nioy2moyEm-- From owner-cvs-src@FreeBSD.ORG Sat Dec 31 11:00:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2B09716A420; Sat, 31 Dec 2005 11:00:01 +0000 (GMT) Date: Sat, 31 Dec 2005 11:00:01 +0000 From: Darren Reed To: Gleb Smirnoff Message-ID: <20051231110001.GA38051@hub.freebsd.org> References: <200512061045.jB6AjopR018089@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512061045.jB6AjopR018089@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 11:00:01 -0000 On Tue, Dec 06, 2005 at 10:45:49AM +0000, Gleb Smirnoff wrote: > glebius 2005-12-06 10:45:49 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > Log: > Optimize parallel processing of ipfw(4) rulesets eliminating the locking > of the radix lookup tables. Since several rnh_lookup() can run in > parallel on the same table, we can piggyback on the shared locking > provided by ipfw(4). While I understand what you're doing here, it isn't the correct way to approach this problem. The lock macros for locking the radix code are the ones that should be used here and are the ones that should be relied on to properly protect the data in the radix table, not ipfw locks. If someone were to now change the radix code in a way that depended upon the locking it currently has, ipfw would get broken needlessly. Whilst that kind of change isn't likely to happen, it would never happen if ipfw used the right locking interface for interaction with the radix code. Given you're using a r/w lock and the radix code uses a mutex (presumably put there by someone who studied this code?), how can you be sure the results of your change are safe ? Are you saying that the radix code can safely be wrapt up inside of a r/w lock instead of a mutex ? Why not change the LOCK macros for radix.[ch] if that is the case ? Darren From owner-cvs-src@FreeBSD.ORG Sat Dec 31 11:24:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DB616A41F; Sat, 31 Dec 2005 11:24:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30A243D4C; Sat, 31 Dec 2005 11:24:36 +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 jBVBOanl046597; Sat, 31 Dec 2005 11:24:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVBOaHO046596; Sat, 31 Dec 2005 11:24:36 GMT (envelope-from brueffer) Message-Id: <200512311124.jBVBOaHO046596@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 31 Dec 2005 11:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 Makefile amdsmb.4 nfsmb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 11:24:37 -0000 brueffer 2005-12-31 11:24:36 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Added files: share/man/man4 amdsmb.4 nfsmb.4 Log: Add basic manpages for amdsmb(4) and nfsmb(4). Revision Changes Path 1.332 +4 -0 src/share/man/man4/Makefile 1.1 +54 -0 src/share/man/man4/amdsmb.4 (new) 1.1 +54 -0 src/share/man/man4/nfsmb.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 31 11:26:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F6516A426; Sat, 31 Dec 2005 11:26:55 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A4943D48; Sat, 31 Dec 2005 11:26:54 +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 jBVBQsl2046875; Sat, 31 Dec 2005 11:26:54 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVBQs3C046874; Sat, 31 Dec 2005 11:26:54 GMT (envelope-from trhodes) Message-Id: <200512311126.jBVBQs3C046874@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 31 Dec 2005 11:26:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 11:26:55 -0000 trhodes 2005-12-31 11:26:54 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump FreeBSD_Version for tv_sec change. Reminded by: kris Revision Changes Path 1.259 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 13:52:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDB216A41F; Sat, 31 Dec 2005 13:52:31 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB1943D48; Sat, 31 Dec 2005 13:52: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 jBVDqUVt059443; Sat, 31 Dec 2005 13:52:30 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVDqU9t059442; Sat, 31 Dec 2005 13:52:30 GMT (envelope-from brueffer) Message-Id: <200512311352.jBVDqU9t059442@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 31 Dec 2005 13:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 agp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 13:52:31 -0000 brueffer 2005-12-31 13:52:30 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 agp.4 Log: Beautification. Revision Changes Path 1.9 +1 -1 src/share/man/man4/agp.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 31 13:55:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69EEA16A41F; Sat, 31 Dec 2005 13:55:11 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0346543D4C; Sat, 31 Dec 2005 13:55: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 jBVDt8Q3059544; Sat, 31 Dec 2005 13:55:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVDt8gU059543; Sat, 31 Dec 2005 13:55:08 GMT (envelope-from brueffer) Message-Id: <200512311355.jBVDt8gU059543@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 31 Dec 2005 13:55:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 agp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 13:55:11 -0000 brueffer 2005-12-31 13:55:08 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 agp.4 Log: MFC: rev. 1.8 + 1.9 Update list of supported bridges and controllers, use markup similar to ata.4 to display them and replace an XFree86 xref with Xorg. Revision Changes Path 1.6.10.2 +22 -16 src/share/man/man4/agp.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 31 14:04:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C179E16A41F; Sat, 31 Dec 2005 14:04:38 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E57CD43D53; Sat, 31 Dec 2005 14:04:35 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVE4ZtS059920; Sat, 31 Dec 2005 14:04:35 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVE4ZZx059919; Sat, 31 Dec 2005 14:04:35 GMT (envelope-from netchild) Message-Id: <200512311404.jBVE4ZZx059919@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 31 Dec 2005 14:04:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 14:04:39 -0000 netchild 2005-12-31 14:04:35 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add some more obsolete files. Submitted by: kris (6 of the files) Revision Changes Path 1.24 +135 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Sat Dec 31 14:13:36 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF7916A420 for ; Sat, 31 Dec 2005 14:13:36 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id E723A43D58 for ; Sat, 31 Dec 2005 14:13:34 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so2225715nzo for ; Sat, 31 Dec 2005 06:13:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=uogwCiEtTEDFDqxgndMPU21v5t2zF1ZbZ7qR9vOBpGxRHbxol1iemwDXvhX9UjhPAAdnyJleOyUt+3Smi5+YD0SXDon4Ckxftk95xfTq7yfrZ7euNiDelJEJsleW9w/CJpoZa7Z0tHxhrlApUmsdIVC8/oI1LfD+8UHG4BgJcd4= Received: by 10.37.15.56 with SMTP id s56mr9032474nzi; Sat, 31 Dec 2005 06:13:33 -0800 (PST) Received: by 10.36.77.13 with HTTP; Sat, 31 Dec 2005 06:13:32 -0800 (PST) Message-ID: <346a80220512310613l2cb3dcd7kd1b524c77682cba0@mail.gmail.com> Date: Sat, 31 Dec 2005 09:13:32 -0500 From: Coleman Kane To: Maxim Sobolev MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/linux linux_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/kern imgact_elf.c src/sys/sparc64/sparc64 elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/sys imgact_elf.h src/sys/arm/arm elf_machdep.c src/sys/alpha/l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 14:13:36 -0000 Any idea on if this is a candidate for MFC, and if so, when? On 12/26/05, Maxim Sobolev wrote: > sobomax 2005-12-26 21:23:57 UTC > > FreeBSD src repository > > Modified files: > sys/i386/linux linux_sysvec.c > sys/i386/i386 elf_machdep.c > sys/kern imgact_elf.c > sys/sparc64/sparc64 elf_machdep.c > sys/compat/ia32 ia32_sysvec.c > sys/sys imgact_elf.h > sys/arm/arm elf_machdep.c > sys/alpha/linux linux_sysvec.c > sys/alpha/alpha elf_machdep.c > sys/ia64/ia64 elf_machdep.c > sys/amd64/amd64 elf_machdep.c > sys/amd64/linux32 linux32_sysvec.c > sys/powerpc/powerpc elf_machdep.c > share/man/man4/man4.i386 linux.4 > Log: > Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structu= re > with flags bitfield and set BI_CAN_EXEC_DYN flag for all brands that > usually > allow executing elf dynamic binaries (aka shared libraries). When it is > requested to execute ET_DYN elf image check if this flag is on after we > know the elf brand allowing execution if so. > > PR: kern/87615 > Submitted by: Marcin Koziej > > Revision Changes Path > 1.9 +0 -8 src/share/man/man4/man4.i386/linux.4 > 1.21 +2 -0 src/sys/alpha/alpha/elf_machdep.c > 1.98 +2 -0 src/sys/alpha/linux/linux_sysvec.c > 1.25 +2 -0 src/sys/amd64/amd64/elf_machdep.c > 1.14 +2 -0 src/sys/amd64/linux32/linux32_sysvec.c > 1.6 +2 -0 src/sys/arm/arm/elf_machdep.c > 1.22 +2 -0 src/sys/compat/ia32/ia32_sysvec.c > 1.21 +2 -0 src/sys/i386/i386/elf_machdep.c > 1.142 +2 -0 src/sys/i386/linux/linux_sysvec.c > 1.22 +2 -0 src/sys/ia64/ia64/elf_machdep.c > 1.173 +10 -7 src/sys/kern/imgact_elf.c > 1.23 +2 -0 src/sys/powerpc/powerpc/elf_machdep.c > 1.21 +2 -0 src/sys/sparc64/sparc64/elf_machdep.c > 1.29 +2 -0 src/sys/sys/imgact_elf.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" > From owner-cvs-src@FreeBSD.ORG Sat Dec 31 14:39:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360FE16A41F; Sat, 31 Dec 2005 14:39:23 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C4143D49; Sat, 31 Dec 2005 14:39:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVEdLZR061357; Sat, 31 Dec 2005 14:39:21 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVEdLak061352; Sat, 31 Dec 2005 14:39:21 GMT (envelope-from netchild) Message-Id: <200512311439.jBVEdLak061352@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 31 Dec 2005 14:39:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/amd64/amd64 identcpu.c src/sys/alpha/alpha cpuconf.c src/sys/arm/arm identcpu.c src/sys/ia64/ia64 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 identcpu.c src/sys/kern ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 14:39:23 -0000 netchild 2005-12-31 14:39:20 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c sys/amd64/amd64 identcpu.c sys/alpha/alpha cpuconf.c sys/arm/arm identcpu.c sys/ia64/ia64 machdep.c sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 identcpu.c sys/kern vfs_bio.c sys/conf NOTES options sys/vm vm_contig.c vm_fault.c vm_object.c vm_page.c vm_page.h vm_pageout.c vm_pageq.c vm_zeroidle.c Log: MI changes: - provide an interface (macros) to the page coloring part of the VM system, this allows to try different coloring algorithms without the need to touch every file [1] - make the page queue tuning values readable: sysctl vm.stats.pagequeue - autotuning of the page coloring values based upon the cache size instead of options in the kernel config (disabling of the page coloring as a kernel option is still possible) MD changes: - detection of the cache size: only IA32 and AMD64 (untested) contains cache size detection code, every other arch just comes with a dummy function (this results in the use of default values like it was the case without the autotuning of the page coloring) - print some more info on Intel CPU's (like we do on AMD and Transmeta CPU's) Note to AMD owners (IA32 and AMD64): please run "sysctl vm.stats.pagequeue" and report if the cache* values are zero (= bug in the cache detection code) or not. Based upon work by: Chad David [1] Reviewed by: alc, arch (in 2004) Discussed with: alc, Chad David, arch (in 2004) Revision Changes Path 1.19 +7 -0 src/sys/alpha/alpha/cpuconf.c 1.142 +32 -0 src/sys/amd64/amd64/identcpu.c 1.6 +9 -0 src/sys/arm/arm/identcpu.c 1.1341 +1 -7 src/sys/conf/NOTES 1.522 +0 -5 src/sys/conf/options 1.152 +466 -0 src/sys/i386/i386/identcpu.c 1.205 +8 -0 src/sys/ia64/ia64/machdep.c 1.500 +2 -2 src/sys/kern/vfs_bio.c 1.93 +8 -0 src/sys/powerpc/powerpc/machdep.c 1.15 +8 -0 src/sys/sparc64/sparc64/identcpu.c 1.45 +5 -6 src/sys/vm/vm_contig.c 1.211 +3 -2 src/sys/vm/vm_fault.c 1.353 +8 -11 src/sys/vm/vm_object.c 1.310 +21 -21 src/sys/vm/vm_page.c 1.138 +48 -67 src/sys/vm/vm_page.h 1.271 +6 -6 src/sys/vm/vm_pageout.c 1.19 +121 -31 src/sys/vm/vm_pageq.c 1.36 +1 -1 src/sys/vm/vm_zeroidle.c From owner-cvs-src@FreeBSD.ORG Sat Dec 31 14:44:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D83016A41F; Sat, 31 Dec 2005 14:44:58 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7751143D70; Sat, 31 Dec 2005 14:44:49 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVEinfM061857; Sat, 31 Dec 2005 14:44:49 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVEinFv061856; Sat, 31 Dec 2005 14:44:49 GMT (envelope-from netchild) Message-Id: <200512311444.jBVEinFv061856@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 31 Dec 2005 14:44:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 14:44:58 -0000 netchild 2005-12-31 14:44:49 UTC FreeBSD src repository Modified files: . UPDATING Log: Say some words about the removed PQ_* kernel options. Revision Changes Path 1.431 +5 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sat Dec 31 14:50:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 680) id 79DCF16A420; Sat, 31 Dec 2005 14:50:27 +0000 (GMT) Date: Sat, 31 Dec 2005 14:50:27 +0000 From: Darren Reed To: Jung-uk Kim Message-ID: <20051231145027.GB38051@hub.freebsd.org> References: <200512080005.jB8053R4099474@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512080005.jB8053R4099474@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bpf_filter.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Dec 2005 14:50:27 -0000 On Thu, Dec 08, 2005 at 12:05:03AM +0000, Jung-uk Kim wrote: > jkim 2005-12-08 00:05:03 UTC > > FreeBSD src repository > > Modified files: > sys/net bpf_filter.c > Log: > Do not accept an empty bpf program. You need to make one of two follow up changes here: 1) explicitly allow 0-length programs 2) fix bpf_filter (see the first check and its comments for "return -1") Personally I'd prefer to see (1) because it allows you to "set" a BPF program and measure the performance impact of the BPF code on networking without having to worry about the cost of executing the BPF program itself. Darren From owner-cvs-src@FreeBSD.ORG Sat Dec 31 16:32:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E35F16A41F; Sat, 31 Dec 2005 16:32:28 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF49E43D45; Sat, 31 Dec 2005 16:32:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVGWRLZ067704; Sat, 31 Dec 2005 16:32:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVGWRHJ067703; Sat, 31 Dec 2005 16:32:27 GMT (envelope-from brueffer) Message-Id: <200512311632.jBVGWRHJ067703@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 31 Dec 2005 16:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4/man4.i386 amdpm.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 16:32:28 -0000 brueffer 2005-12-31 16:32:27 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 amdpm.4 Log: Update for new devices, including the AMD 8111. Also mention amdsmb(4) for SMBus 2.0 functionality of the AMD 8111. Revision Changes Path 1.5 +9 -5 src/share/man/man4/man4.i386/amdpm.4 From owner-cvs-src@FreeBSD.ORG Sat Dec 31 17:58:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC79616A41F; Sat, 31 Dec 2005 17:58:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DCA43D58; Sat, 31 Dec 2005 17:58:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVHwU4j078372; Sat, 31 Dec 2005 17:58:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVHwTNP078371; Sat, 31 Dec 2005 17:58:29 GMT (envelope-from imp) Message-Id: <200512311758.jBVHwTNP078371@repoman.freebsd.org> From: Warner Losh Date: Sat, 31 Dec 2005 17:58:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 17:58:31 -0000 imp 2005-12-31 17:58:29 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: It is next year in Asia already, so jump the gun a little and commit the year bump. # If we behaved like book publishers, we'd do this in July. I can't find # a good reference for why they do it then, but it has been explained to # me that copyrights in the last 1/2 of the year expire as if they were # published in the following year. I can't confirm this info, but if you # have a pointer, please send it to me. Revision Changes Path 1.20 +3 -3 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 20:00:13 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E91316A41F; Sat, 31 Dec 2005 20:00:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBBD43D55; Sat, 31 Dec 2005 20:00:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBVK0DhA087513; Sat, 31 Dec 2005 20:00:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVK0DRY087512; Sat, 31 Dec 2005 20:00:13 GMT (envelope-from imp) Message-Id: <200512312000.jBVK0DRY087512@repoman.freebsd.org> From: Warner Losh Date: Sat, 31 Dec 2005 20:00:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 20:00:13 -0000 imp 2005-12-31 20:00:12 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: Remove K&R vestige. It is no longer necessary to concatenate strings using /**/. A simple space will do. Revision Changes Path 1.21 +2 -2 src/sys/sys/copyright.h From owner-cvs-src@FreeBSD.ORG Sat Dec 31 20:04:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCDC16A41F; Sat, 31 Dec 2005 20:04:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AB443D46; Sat, 31 Dec 2005 20:04:39 +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 jBVK4dj1088005; Sat, 31 Dec 2005 20:04:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBVK4dJq088004; Sat, 31 Dec 2005 20:04:39 GMT (envelope-from imp) Message-Id: <200512312004.jBVK4dJq088004@repoman.freebsd.org> From: Warner Losh Date: Sat, 31 Dec 2005 20:04:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 20:04:40 -0000 imp 2005-12-31 20:04:39 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Remove extra debugging that crept in with the integration from p4. Revision Changes Path 1.137 +1 -1 src/sys/dev/pccbb/pccbb.c