From owner-cvs-src@FreeBSD.ORG Sun Sep 14 02:16:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E545E1065745; Sun, 14 Sep 2008 02:16:13 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18D408FC19; Sun, 14 Sep 2008 02:16:13 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E2GC2b008643; Sun, 14 Sep 2008 02:16:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E2GCeW008642; Sun, 14 Sep 2008 02:16:12 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809140216.m8E2GCeW008642@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 14 Sep 2008 02:16: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/usr.bin/tar/test Makefile test_symlink_dir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Sep 2008 02:16:14 -0000 kientzle 2008-09-14 02:16:04 UTC FreeBSD src repository Modified files: usr.bin/tar/test Makefile Added files: usr.bin/tar/test test_symlink_dir.c Log: SVN rev 183009 on 2008-09-14 02:16:04Z by kientzle Test handling of restores relative to symlinks. In particular: * tar -x -P follows symlinks to existing dirs, but not without -P * symlinks to files are always replaced * broken symlinks are always replaced Revision Changes Path 1.4 +1 -0 src/usr.bin/tar/test/Makefile 1.1 +172 -0 src/usr.bin/tar/test/test_symlink_dir.c (new) From owner-cvs-src@FreeBSD.ORG Sun Sep 14 03:49:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37D51065680; Sun, 14 Sep 2008 03:49:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B37BE8FC15; Sun, 14 Sep 2008 03:49:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E3nGcJ046500; Sun, 14 Sep 2008 03:49:16 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E3nGKG046499; Sun, 14 Sep 2008 03:49:16 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809140349.m8E3nGKG046499@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 14 Sep 2008 03:49:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar config_freebsd.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 03:49:16 -0000 kientzle 2008-09-14 03:49:00 UTC FreeBSD src repository Modified files: usr.bin/tar config_freebsd.h write.c Log: SVN rev 183010 on 2008-09-14 03:49:00Z by kientzle Clean up flags support just a tad: FreeBSD support depends on HAVE_STRUCT_STAT_ST_FLAGS, Linux support depends on the existence of the appropriate ioctl() options. In particular, this should fix some nagging compile errors on Linux platforms that don't have e2fsprogs-devel installed. Revision Changes Path 1.6 +1 -0 src/usr.bin/tar/config_freebsd.h 1.77 +29 -28 src/usr.bin/tar/write.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 05:51:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05B681065698; Sun, 14 Sep 2008 05:51:35 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81FB18FC1D; Sun, 14 Sep 2008 05:51:34 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E5pYNe001943; Sun, 14 Sep 2008 05:51:34 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E5pYm7001918; Sun, 14 Sep 2008 05:51:34 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809140551.m8E5pYm7001918@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 14 Sep 2008 05:51: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/lib/libarchive archive_write_disk.c config_freebsd.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, 14 Sep 2008 05:51:35 -0000 kientzle 2008-09-14 05:51:25 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_disk.c config_freebsd.h Log: SVN rev 183011 on 2008-09-14 05:51:25Z by kientzle Choose a flag-handling strategy based on platform capabilities rather than on platform. Revision Changes Path 1.39 +7 -6 src/lib/libarchive/archive_write_disk.c 1.14 +1 -0 src/lib/libarchive/config_freebsd.h From owner-cvs-src@FreeBSD.ORG Sun Sep 14 06:14:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C0EF1065690; Sun, 14 Sep 2008 06:14:21 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CEBC8FC0A; Sun, 14 Sep 2008 06:14:21 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E6ELsP039666; Sun, 14 Sep 2008 06:14:21 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E6ELc5039665; Sun, 14 Sep 2008 06:14:21 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809140614.m8E6ELc5039665@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sun, 14 Sep 2008 06:14: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/netinet ip_fw.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, 14 Sep 2008 06:14:21 -0000 rik 2008-09-14 06:14:06 UTC FreeBSD src repository Modified files: sys/netinet ip_fw.h Log: SVN rev 183012 on 2008-09-14 06:14:06Z by rik Make the commet for the default rule number more clear. Submitted by: yar@ Revision Changes Path 1.116 +4 -1 src/sys/netinet/ip_fw.h From owner-cvs-src@FreeBSD.ORG Sun Sep 14 08:21:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE5A71065673; Sun, 14 Sep 2008 08:21:13 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D96FB8FC0A; Sun, 14 Sep 2008 08:21:13 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E8LD4O037083; Sun, 14 Sep 2008 08:21:13 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E8LDmV037082; Sun, 14 Sep 2008 08:21:13 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <200809140821.m8E8LDmV037082@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 14 Sep 2008 08:19: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/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c route.h src/sys/netinet if_ether.c in_rmx.c in_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 08:21:14 -0000 julian 2008-09-14 08:19:48 UTC FreeBSD src repository Modified files: sys/net if_atmsubr.c if_fwsubr.c if_iso88025subr.c route.c route.h sys/netinet if_ether.c in_rmx.c in_var.h Log: SVN rev 183013 on 2008-09-14 08:19:48Z by julian Revert a part of the MRT commit that proved un-needed. rt_check() in its original form proved to be sufficient and rt_check_fib() can go away (as can its evil twin in_rt_check()). I believe this does NOT address the crashes people have been seeing in rt_check. MFC after: 1 week Revision Changes Path 1.48 +1 -2 src/sys/net/if_atmsubr.c 1.27 +1 -1 src/sys/net/if_fwsubr.c 1.79 +1 -2 src/sys/net/if_iso88025subr.c 1.135 +3 -10 src/sys/net/route.c 1.73 +1 -2 src/sys/net/route.h 1.177 +15 -6 src/sys/netinet/if_ether.c 1.61 +0 -7 src/sys/netinet/in_rmx.c 1.64 +0 -1 src/sys/netinet/in_var.h From owner-cvs-src@FreeBSD.ORG Sun Sep 14 08:24:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CD921065739; Sun, 14 Sep 2008 08:24:52 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACEB38FC19; Sun, 14 Sep 2008 08:24:52 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E8Oqlv059447; Sun, 14 Sep 2008 08:24:52 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E8OqCr059444; Sun, 14 Sep 2008 08:24:52 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <200809140824.m8E8OqCr059444@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 14 Sep 2008 08:24: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/netinet if_ether.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Sep 2008 08:24:53 -0000 julian 2008-09-14 08:24:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 183014 on 2008-09-14 08:24:45Z by julian oops commit the version that compiles Revision Changes Path 1.178 +1 -0 src/sys/netinet/if_ether.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 09:24:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C0B31065685; Sun, 14 Sep 2008 09:24:24 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60C698FC13; Sun, 14 Sep 2008 09:24:24 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E9OOMR005173; Sun, 14 Sep 2008 09:24:24 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E9OO94005172; Sun, 14 Sep 2008 09:24:24 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809140924.m8E9OO94005172@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sun, 14 Sep 2008 09:24: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/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: Sun, 14 Sep 2008 09:24:24 -0000 rik 2008-09-14 09:24:12 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: SVN rev 183015 on 2008-09-14 09:24:12Z by rik Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058. PR: 127058 Revision Changes Path 1.193 +2 -0 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 09:56:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B61891065738; Sun, 14 Sep 2008 09:56:42 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 090D68FC0C; Sun, 14 Sep 2008 09:56:42 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8E9ufP4077057; Sun, 14 Sep 2008 09:56:41 GMT (envelope-from joel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8E9ufuA077053; Sun, 14 Sep 2008 09:56:41 GMT (envelope-from joel@repoman.freebsd.org) Message-Id: <200809140956.m8E9ufuA077053@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joel@repoman.freebsd.org using -f From: Joel Dahl Date: Sun, 14 Sep 2008 09:56: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/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 09:56:44 -0000 joel 2008-09-14 09:56:35 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183016 on 2008-09-14 09:56:35Z by joel Minor language fixes and updates to the hardware section. Revision Changes Path 1.16 +32 -12 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Sun Sep 14 10:22:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00BA1065675; Sun, 14 Sep 2008 10:22:42 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5E738FC15; Sun, 14 Sep 2008 10:22:42 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EAMgU3015922; Sun, 14 Sep 2008 10:22:42 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EAMguK015921; Sun, 14 Sep 2008 10:22:42 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <200809141022.m8EAMguK015921@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 14 Sep 2008 10:22: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/net route.c route.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, 14 Sep 2008 10:22:43 -0000 julian 2008-09-14 10:22:37 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: SVN rev 183017 on 2008-09-14 10:22:37Z by julian come on Julian, make up if you're committing one change or the other. fix braino Revision Changes Path 1.136 +1 -1 src/sys/net/route.c 1.74 +28 -12 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Sun Sep 14 11:50:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA4F10656A3; Sun, 14 Sep 2008 11:50:29 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC4EE8FC33; Sun, 14 Sep 2008 11:50:29 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EBoTxt086123; Sun, 14 Sep 2008 11:50:29 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EBoTOf086122; Sun, 14 Sep 2008 11:50:29 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809141150.m8EBoTOf086122@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 14 Sep 2008 11:50: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/usr.sbin/quot quot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Sep 2008 11:50:29 -0000 ed 2008-09-14 11:50:19 UTC FreeBSD src repository Modified files: usr.sbin/quot quot.c Log: SVN rev 183018 on 2008-09-14 11:50:19Z by ed Make `quot -a' work when we've got slashes in the device name. A very long time ago we had raw device nodes. quot(8) was supposed to use these when running `quot -a'. For some reason the code got once changed to strip the device name until it reaches the last slash. This is not reliable, because this means /dev/mirror/foo will be stripped to /dev/foo. This bug also exists on RELENG_7 and RELENG_6, but I think I'll just merge them back somewhere after the upcoming releases. There's no rush. MFC after: 2 months Revision Changes Path 1.27 +2 -10 src/usr.sbin/quot/quot.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 15:11:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 547471065731; Sun, 14 Sep 2008 15:11:07 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB518FC37; Sun, 14 Sep 2008 15:11:03 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EFB29E025333; Sun, 14 Sep 2008 15:11:02 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EFB20M025327; Sun, 14 Sep 2008 15:11:02 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809141511.m8EFB20M025327@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 14 Sep 2008 15:10:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 15:11:07 -0000 mav 2008-09-14 15:10:53 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183019 on 2008-09-14 15:10:53Z by mav Remove one unneeded printf from non-verbose output. Submitted by: Artem Naluzhnyy Revision Changes Path 1.58 +3 -1 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 15:21:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59A181065674; Sun, 14 Sep 2008 15:21:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AFC38FC13; Sun, 14 Sep 2008 15:21:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EFLYVf081680; Sun, 14 Sep 2008 15:21:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EFLYO8081679; Sun, 14 Sep 2008 15:21:34 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809141521.m8EFLYO8081679@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 14 Sep 2008 15:21: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/sys/dev/usb ubsa.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: Sun, 14 Sep 2008 15:21:34 -0000 thompsa 2008-09-14 15:21:22 UTC FreeBSD src repository Modified files: sys/dev/usb ubsa.c usbdevs Log: SVN rev 183020 on 2008-09-14 15:21:22Z by thompsa Add a bunch of Novatel and Sierra 3G wireless product ids. Obtained from: Hobnob, Inc Revision Changes Path 1.40 +72 -7 src/sys/dev/usb/ubsa.c 1.371 +34 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sun Sep 14 16:07:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06BBD1065674; Sun, 14 Sep 2008 16:07:37 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C49028FC14; Sun, 14 Sep 2008 16:07:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EG7aCS055561; Sun, 14 Sep 2008 16:07:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EG7a8Y055556; Sun, 14 Sep 2008 16:07:36 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809141607.m8EG7a8Y055556@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 14 Sep 2008 16:07: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/libthr/thread thr_event.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 16:07:37 -0000 marcel 2008-09-14 16:07:21 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_event.c Log: SVN rev 183021 on 2008-09-14 16:07:21Z by marcel Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, where critical. Some places still use ps_pread/ps_pwrite directly, but only need changed when byte-order comes into the picture. Also, change th_p in td_event_msg_t from a pointer type to psaddr_t, so that events also work when psaddr_t is widened. Revision Changes Path 1.3 +2 -2 src/lib/libthr/thread/thr_event.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 16:50:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47B421065680; Sun, 14 Sep 2008 16:50:08 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E6B2C8FC13; Sun, 14 Sep 2008 16:50:07 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EGo7o0023545; Sun, 14 Sep 2008 16:50:07 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EGo7xC023544; Sun, 14 Sep 2008 16:50:07 GMT (envelope-from takawata@repoman.freebsd.org) Message-Id: <200809141650.m8EGo7xC023544@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to takawata@repoman.freebsd.org using -f From: Takanori Watanabe Date: Sun, 14 Sep 2008 16:49:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ufoma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Sep 2008 16:50:08 -0000 takawata 2008-09-14 16:49:51 UTC FreeBSD src repository Modified files: sys/dev/usb ufoma.c Log: SVN rev 183022 on 2008-09-14 16:49:51Z by takawata Recover handsfree port support.(Almost all changes are done on previous commit). Don't send serial line emulation request for OBEX port. Revision Changes Path 1.15 +24 -5 src/sys/dev/usb/ufoma.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 16:57:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3131A106567A; Sun, 14 Sep 2008 16:57:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 02C428FC12; Sun, 14 Sep 2008 16:57:51 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EGvojN068853; Sun, 14 Sep 2008 16:57:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EGvoAb068848; Sun, 14 Sep 2008 16:57:50 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809141657.m8EGvoAb068848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 14 Sep 2008 16:52:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.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, 14 Sep 2008 16:57:51 -0000 marcel 2008-09-14 16:52:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h sys/sys procfs.h Log: SVN rev 183023 on 2008-09-14 16:52:42Z by marcel Widen psaddr_t from uintptr_t to uint64_t. This results in an ABI change on ILP32 platforms and relating to events. However it's harmless on little-endian ILP32 platforms in the sense that it doesn't cause breakages. Old ILP32 thread libraries write a 32-bit th_p and new thread libraries write a 64-bit th_p. But due to the fact that we have an unused 32-bit data field right after th_p and that field is always initialized to zero, little-endian ILP32 machines effectively have a valid 64-bit th_p by accident. Likewise for new thread libraries and old libthread_db: little endian ILP32 is unaffected. At this time we don't support big-endian threaded applications in GDB, so the breakage for the ILP32 case goes unnoticed. Revision Changes Path 1.18 +7 -6 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c 1.20 +36 -57 src/lib/libthread_db/libpthread_db.c 1.16 +38 -52 src/lib/libthread_db/libthr_db.c 1.9 +13 -7 src/lib/libthread_db/thread_db.c 1.9 +1 -1 src/lib/libthread_db/thread_db.h 1.6 +6 -6 src/lib/libthread_db/thread_db_int.h 1.7 +1 -1 src/sys/sys/procfs.h From owner-cvs-src@FreeBSD.ORG Sun Sep 14 17:37:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2EFA1065678; Sun, 14 Sep 2008 17:37:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 976DD8FC24; Sun, 14 Sep 2008 17:37:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EHbn3V060061; Sun, 14 Sep 2008 17:37:49 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EHbnwj060056; Sun, 14 Sep 2008 17:37:49 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809141737.m8EHbnwj060056@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 14 Sep 2008 17:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 17:37:49 -0000 mav 2008-09-14 17:37:34 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183024 on 2008-09-14 17:37:34Z by mav Add some missing Realtek codec IDs. Just for reference. Fix small typo in error message. Revision Changes Path 1.59 +10 -1 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 17:41:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19FB51065675; Sun, 14 Sep 2008 17:41:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D31EC8FC1F; Sun, 14 Sep 2008 17:41:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EHf57W074457; Sun, 14 Sep 2008 17:41:05 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EHf5L0074452; Sun, 14 Sep 2008 17:41:05 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809141741.m8EHf5L0074452@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 14 Sep 2008 17:40:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 17:41:06 -0000 mav 2008-09-14 17:40:53 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183025 on 2008-09-14 17:40:53Z by mav Small addition to the previous commit. Sorry. Revision Changes Path 1.60 +1 -0 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Sun Sep 14 17:50:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EAD1106566B; Sun, 14 Sep 2008 17:50:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 534EF8FC14; Sun, 14 Sep 2008 17:50:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EHotwS030930; Sun, 14 Sep 2008 17:50:55 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EHotNE030929; Sun, 14 Sep 2008 17:50:55 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <200809141750.m8EHotNE030929@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sun, 14 Sep 2008 17:49: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 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: Sun, 14 Sep 2008 17:50:55 -0000 antoine 2008-09-14 17:49:46 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: SVN rev 183026 on 2008-09-14 17:49:46Z by antoine Add an obsolete file: pax removed from rescue. Revision Changes Path 1.160 +2 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Sun Sep 14 19:44:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2864A106566B; Sun, 14 Sep 2008 19:44:32 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EED5E8FC14; Sun, 14 Sep 2008 19:44:31 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8EJiV5J053216; Sun, 14 Sep 2008 19:44:31 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8EJiVfL053215; Sun, 14 Sep 2008 19:44:31 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809141944.m8EJiVfL053215@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 14 Sep 2008 19:25: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 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: Sun, 14 Sep 2008 19:44:32 -0000 ed 2008-09-14 19:25:57 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 183027 on 2008-09-14 19:25:57Z by ed The si(4) and ufoma(4) drivers have been ported to the new TTY layer. Remove the entries from the UPDATING entry, to cause less confusion among our users. Revision Changes Path 1.542 +2 -2 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sun Sep 14 21:30:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCFEF1065672; Sun, 14 Sep 2008 21:30:16 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6C018FC17; Sun, 14 Sep 2008 21:30:16 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8ELUG74047813; Sun, 14 Sep 2008 21:30:16 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8ELUGBT047806; Sun, 14 Sep 2008 21:30:16 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809142130.m8ELUGBT047806@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 14 Sep 2008 21:30: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/powerpc/powerpc openpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Sep 2008 21:30:17 -0000 marcel 2008-09-14 21:30:01 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc openpic.c Log: SVN rev 183028 on 2008-09-14 21:30:01Z by marcel Remove debugging code. Revision Changes Path 1.20 +7 -15 src/sys/powerpc/powerpc/openpic.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 01:00:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 337701065688; Mon, 15 Sep 2008 01:00:07 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D16298FC12; Mon, 15 Sep 2008 01:00:06 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F106m6004474; Mon, 15 Sep 2008 01:00:06 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F106Qd004459; Mon, 15 Sep 2008 01:00:06 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809150100.m8F106Qd004459@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 15 Sep 2008 00:59: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/powerpc/powerpc cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 01:00:07 -0000 marcel 2008-09-15 00:59:49 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: SVN rev 183029 on 2008-09-15 00:59:49Z by marcel Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're not configuring the L2 cache on the BSP. Nor the L3 cache. We merely print the settings. Save the L2 and L3 cache configuration in global values so that we know how to configure the cache on APs. Revision Changes Path 1.12 +47 -103 src/sys/powerpc/powerpc/cpu.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 01:03:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57BF51065674; Mon, 15 Sep 2008 01:03:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2B98FC35; Mon, 15 Sep 2008 01:03:24 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F13OSh026849; Mon, 15 Sep 2008 01:03:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F13Oi4026848; Mon, 15 Sep 2008 01:03:24 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809150103.m8F13Oi4026848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 15 Sep 2008 01:03:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim mp_cpudep.c src/sys/powerpc/powerpc autoconf.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 01:03:24 -0000 marcel 2008-09-15 01:03:16 UTC FreeBSD src repository Modified files: sys/powerpc/aim mp_cpudep.c sys/powerpc/powerpc autoconf.c mp_machdep.c Log: SVN rev 183030 on 2008-09-15 01:03:16Z by marcel Dont worry about PSL_RI (restartable interrupt indicator) in common PowerPC code when all we want to achieve is to enable external interrupts. We can set PSL_RI at any time before we allow interrupts and/or exceptions, so move it to the AIM specific initialization and do it when we also set PSL_ME (machine check enable). Revision Changes Path 1.2 +1 -1 src/sys/powerpc/aim/mp_cpudep.c 1.18 +1 -4 src/sys/powerpc/powerpc/autoconf.c 1.16 +1 -1 src/sys/powerpc/powerpc/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 02:51:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5C681065677; Mon, 15 Sep 2008 02:51:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8383B8FC0C; Mon, 15 Sep 2008 02:51:11 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F2pBM7018137; Mon, 15 Sep 2008 02:51:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F2pBBi018136; Mon, 15 Sep 2008 02:51:11 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809150251.m8F2pBBi018136@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 15 Sep 2008 02:51: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/powerpc/include spr.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, 15 Sep 2008 02:51:11 -0000 marcel 2008-09-15 02:51:07 UTC FreeBSD src repository Modified files: sys/powerpc/include spr.h Log: SVN rev 183031 on 2008-09-15 02:51:07Z by marcel o Remove SPR_TSR & SPR_TCR for AIM. o Remove SPR_HID2. o Add more SPR_L3CR bit definitions. Revision Changes Path 1.10 +23 -8 src/sys/powerpc/include/spr.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 04:15:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED5AE1065684; Mon, 15 Sep 2008 04:15:14 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BFB638FC0C; Mon, 15 Sep 2008 04:15:14 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F4FE1X059174; Mon, 15 Sep 2008 04:15:14 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F4FEZJ059159; Mon, 15 Sep 2008 04:15:14 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <200809150415.m8F4FEZJ059159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 15 Sep 2008 04:14:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 04:15:15 -0000 julian 2008-09-15 04:14:53 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 183032 on 2008-09-15 04:14:53Z by julian rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked, someone else might change it, so after we re-acquire the lock on it, we need to check it is still valid. People have been panicing in this function due to soem edge cases which I have hopefully removed. Reviewed by: keramida @ Obtained from: 1 week Revision Changes Path 1.137 +83 -40 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 06:48:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EC611065673; Mon, 15 Sep 2008 06:48:40 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB998FC13; Mon, 15 Sep 2008 06:48:40 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F6meMe051666; Mon, 15 Sep 2008 06:48:40 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F6meYe051665; Mon, 15 Sep 2008 06:48:40 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809150648.m8F6meYe051665@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Mon, 15 Sep 2008 06:47:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include pmc_mdep.h src/sys/dev/hwpmc hwpmc_x86.c src/sys/i386/include pmc_mdep.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, 15 Sep 2008 06:48:40 -0000 jkoshy 2008-09-15 06:47:52 UTC FreeBSD src repository Modified files: sys/amd64/include pmc_mdep.h sys/dev/hwpmc hwpmc_x86.c sys/i386/include pmc_mdep.h Log: SVN rev 183033 on 2008-09-15 06:47:52Z by jkoshy Correct a callchain capture bug on the i386. On the i386 architecture, the processor only saves the current value of `%esp' on stack if a privilege switch is necessary when entering the interrupt handler. Thus, `frame->tf_esp' is only valid for an entry from user mode. For interrupts taken in kernel mode, we need to determine the top-of-stack for the interrupted kernel procedure by adding the appropriate offset to the current frame pointer. Reported by: kris, Fabien Thomas Tested by: Fabien Thomas Revision Changes Path 1.6 +3 -2 src/sys/amd64/include/pmc_mdep.h 1.8 +3 -3 src/sys/dev/hwpmc/hwpmc_x86.c 1.8 +20 -2 src/sys/i386/include/pmc_mdep.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 07:24:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89AFA1065689; Mon, 15 Sep 2008 07:24:16 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61D758FC0C; Mon, 15 Sep 2008 07:24:16 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F7OGhU072778; Mon, 15 Sep 2008 07:24:16 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F7OGTa072777; Mon, 15 Sep 2008 07:24:16 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <200809150724.m8F7OGTa072777@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 15 Sep 2008 07:23:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 07:24:16 -0000 julian 2008-09-15 07:23:56 UTC FreeBSD src repository Modified files: sys/net route.c Log: SVN rev 183034 on 2008-09-15 07:23:56Z by julian Hey, committed the same typo twice! must be a record Revision Changes Path 1.138 +1 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 09:35:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8472E10656CB; Mon, 15 Sep 2008 09:35:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 722E28FC13; Mon, 15 Sep 2008 09:35:35 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8F9ZZQ8027181; Mon, 15 Sep 2008 09:35:35 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8F9ZZ4l027180; Mon, 15 Sep 2008 09:35:35 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809150935.m8F9ZZ4l027180@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 09:35:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/include segments.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, 15 Sep 2008 09:35:36 -0000 kib 2008-09-15 09:35:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 machdep.c sys/amd64/include segments.h Log: SVN rev 183035 on 2008-09-15 09:35:29Z by kib MFC r182865: Fix inconsistencies in the comments. Approved by: re (blackend) Revision Changes Path 1.675.2.9 +2 -2 src/sys/amd64/amd64/machdep.c 1.39.2.1 +1 -1 src/sys/amd64/include/segments.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 10:12:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4F3A106564A; Mon, 15 Sep 2008 10:12:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84BC58FC16; Mon, 15 Sep 2008 10:12:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FACMIp067652; Mon, 15 Sep 2008 10:12:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FACMKQ067651; Mon, 15 Sep 2008 10:12:22 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809151012.m8FACMKQ067651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 10:12: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/share/man/man9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 10:12:22 -0000 kib 2008-09-15 10:12:04 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Log: SVN rev 183036 on 2008-09-15 10:12:04Z by kib Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build. Revision Changes Path 1.339 +5 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 15 11:27:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D3D81065676; Mon, 15 Sep 2008 11:27:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DAD68FC2A; Mon, 15 Sep 2008 11:27:39 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FBRdK8025022; Mon, 15 Sep 2008 11:27:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FBRdqi025017; Mon, 15 Sep 2008 11:27:39 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <200809151127.m8FBRdqi025017@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Mon, 15 Sep 2008 11:27:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ctldir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 11:27:39 -0000 pjd 2008-09-15 11:27:25 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_ctldir.c Log: SVN rev 183037 on 2008-09-15 11:27:25Z by pjd Add missing ZFS_EXIT(). PR: kern/124899 Submitted by: Masakazu Asama Revision Changes Path 1.11 +1 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 14:01:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19626106564A; Mon, 15 Sep 2008 14:01:58 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E36308FC08; Mon, 15 Sep 2008 14:01:57 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FE1vbL025622; Mon, 15 Sep 2008 14:01:57 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FE1v5x025617; Mon, 15 Sep 2008 14:01:57 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200809151401.m8FE1v5x025617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Mon, 15 Sep 2008 14:01: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/usr.sbin/ypbind yp_ping.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 14:01:58 -0000 dfr 2008-09-15 14:01:40 UTC FreeBSD src repository Modified files: usr.sbin/ypbind yp_ping.c Log: SVN rev 183038 on 2008-09-15 14:01:40Z by dfr Don't rely on private RPC data structures when there is a perfectly good public API. Revision Changes Path 1.17 +4 -22 src/usr.sbin/ypbind/yp_ping.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 14:02:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B941065676; Mon, 15 Sep 2008 14:02:58 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 997F48FC14; Mon, 15 Sep 2008 14:02:58 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FE2wkJ031198; Mon, 15 Sep 2008 14:02:58 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FE2wlM031192; Mon, 15 Sep 2008 14:02:58 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200809151402.m8FE2wlM031192@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Mon, 15 Sep 2008 14:02: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/lib/libc/rpc clnt_dg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 14:02:58 -0000 dfr 2008-09-15 14:02:49 UTC FreeBSD src repository Modified files: lib/libc/rpc clnt_dg.c Log: SVN rev 183039 on 2008-09-15 14:02:49Z by dfr Fix async mode (required for ypbind in manycast mode). Revision Changes Path 1.21 +2 -2 src/lib/libc/rpc/clnt_dg.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 15:11:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C0A106566C; Mon, 15 Sep 2008 15:11:15 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD9A8FC08; Mon, 15 Sep 2008 15:11:15 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FFBFQf043652; Mon, 15 Sep 2008 15:11:15 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FFBFJD043651; Mon, 15 Sep 2008 15:11:15 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809151511.m8FFBFJD043651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Mon, 15 Sep 2008 15:09: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/compat/svr4 svr4_stream.c svr4_sysvec.c src/sys/modules/svr4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 15:11:15 -0000 ed 2008-09-15 15:09:35 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_stream.c svr4_sysvec.c sys/modules/svr4 Makefile Log: SVN rev 183040 on 2008-09-15 15:09:35Z by ed Allow COMPAT_SVR4 to be built without COMPAT_43. It seems we only depend on COMPAT_43 to implement the send() and recv() routines. We can easily implement them using sendto() and recvfrom(), just like we do inside our very own C library. I wasn't able to really test it, apart from simple compilation testing. I've heard rumours that COMPAT_SVR4 is broken inside execve() anyway. It's still worth to fix this, because I suspect we'll get rid of COMPAT_43 somewhere in the future... Reviewed by: rdivacky Discussed with: jhb Revision Changes Path 1.64 +20 -12 src/sys/compat/svr4/svr4_stream.c 1.46 +0 -4 src/sys/compat/svr4/svr4_sysvec.c 1.32 +1 -6 src/sys/modules/svr4/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 15 16:30:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66DA31065681; Mon, 15 Sep 2008 16:30:16 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7298FC2D; Mon, 15 Sep 2008 16:30:16 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FGUGmL013260; Mon, 15 Sep 2008 16:30:16 GMT (envelope-from danger@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FGUG7r013254; Mon, 15 Sep 2008 16:30:16 GMT (envelope-from danger@repoman.freebsd.org) Message-Id: <200809151630.m8FGUG7r013254@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to danger@repoman.freebsd.org using -f From: Daniel Gerzo Date: Mon, 15 Sep 2008 16:30:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.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, 15 Sep 2008 16:30:16 -0000 danger 2008-09-15 16:30:06 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.8 Log: SVN rev 183041 on 2008-09-15 16:30:06Z by danger - remove superfluous word PR: docs/127401 Submitted by: Mick Charles Beaver MFC after: 1 week Revision Changes Path 1.12 +2 -2 src/usr.sbin/portsnap/portsnap/portsnap.8 From owner-cvs-src@FreeBSD.ORG Mon Sep 15 16:48:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 9CE831065689 for ; Mon, 15 Sep 2008 16:48:03 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from xps.daemonology.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx2.freebsd.org (Postfix) with SMTP id AE1CF176239 for ; Mon, 15 Sep 2008 16:48:02 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: (qmail 83220 invoked from network); 15 Sep 2008 16:39:56 -0000 Received: from unknown (HELO xps.daemonology.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2008 16:39:56 -0000 Message-ID: <48CE8FDC.5040309@freebsd.org> Date: Mon, 15 Sep 2008 09:39:56 -0700 From: Colin Percival User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: Daniel Gerzo References: <200809151630.m8FGUG7r013254@repoman.freebsd.org> In-Reply-To: <200809151630.m8FGUG7r013254@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.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, 15 Sep 2008 16:48:03 -0000 Daniel Gerzo wrote: > Modified files: > usr.sbin/portsnap/portsnap portsnap.8 > > - remove superfluous word Pointy hat to: The hundred thousand eyes of people who have used portsnap since October 2004 and apparently didn't notice this. And me too, for writing such a strange strange thing in the first place. :-) Colin Percival From owner-cvs-src@FreeBSD.ORG Mon Sep 15 17:38:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 301281065748; Mon, 15 Sep 2008 17:38:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0612B8FC17; Mon, 15 Sep 2008 17:38:03 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FHc2T5078874; Mon, 15 Sep 2008 17:38:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FHc2uV078873; Mon, 15 Sep 2008 17:38:02 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809151738.m8FHc2uV078873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Mon, 15 Sep 2008 17:37: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/compat/freebsd32 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: Mon, 15 Sep 2008 17:38:03 -0000 obrien 2008-09-15 17:37:41 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: SVN rev 183042 on 2008-09-15 17:37:41Z by obrien Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made "obsolete, not included in system", where as the system call does exist. Revision Changes Path 1.105 +1 -1 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Mon Sep 15 17:39:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F232B1065671; Mon, 15 Sep 2008 17:39:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E065A8FC1C; Mon, 15 Sep 2008 17:39:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FHdIAO086727; Mon, 15 Sep 2008 17:39:18 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FHdIk2086726; Mon, 15 Sep 2008 17:39:18 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809151739.m8FHdIk2086726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Mon, 15 Sep 2008 17:39: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/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: Mon, 15 Sep 2008 17:39:19 -0000 obrien 2008-09-15 17:39:01 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: SVN rev 183043 on 2008-09-15 17:39:01Z by obrien Regenerate for r183042. Revision Changes Path 1.90 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.89 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.80 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.90 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 17:39:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB739106566B; Mon, 15 Sep 2008 17:39:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8111E8FC14; Mon, 15 Sep 2008 17:39:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FHdnKs089483; Mon, 15 Sep 2008 17:39:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FHdnES089478; Mon, 15 Sep 2008 17:39:49 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809151739.m8FHdnES089478@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Mon, 15 Sep 2008 17:39: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/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: Mon, 15 Sep 2008 17:39:49 -0000 obrien 2008-09-15 17:39:40 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: SVN rev 183044 on 2008-09-15 17:39:40Z by obrien style(9) Revision Changes Path 1.78 +4 -3 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 18:24:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A6A5106567A; Mon, 15 Sep 2008 18:24:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F29F8FC17; Mon, 15 Sep 2008 18:24:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FIOaXv005255; Mon, 15 Sep 2008 18:24:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FIOaUj005250; Mon, 15 Sep 2008 18:24:36 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809151824.m8FIOaUj005250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 15 Sep 2008 18:24: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: CVSROOT access mentors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 18:24:36 -0000 jhb 2008-09-15 18:24:21 UTC FreeBSD src repository Modified files: . access mentors Log: SVN rev 183045 on 2008-09-15 18:24:21Z by jhb Add a src commit bit for Robert Noland (rnoland@). Robert will be working on the DRM drivers in addition to his ports work. I will be his mentor. Approved by: core Revision Changes Path 1.895 +1 -0 CVSROOT/access 1.19 +1 -0 CVSROOT/mentors From owner-cvs-src@FreeBSD.ORG Mon Sep 15 18:26:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D447106566C; Mon, 15 Sep 2008 18:26:17 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from websrv01.jr-hosting.nl (websrv01.jr-hosting.nl [78.47.69.233]) by mx1.freebsd.org (Postfix) with ESMTP id EDB7D8FC19; Mon, 15 Sep 2008 18:26:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from [195.64.94.120] (helo=axantucar.local) by websrv01.jr-hosting.nl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KfIm7-000B68-QV; Mon, 15 Sep 2008 20:26:15 +0200 Message-ID: <48CEA8C4.5050204@FreeBSD.org> Date: Mon, 15 Sep 2008 20:26:12 +0200 From: Remko Lodder User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: John Baldwin References: <200809151824.m8FIOaUj005250@repoman.freebsd.org> In-Reply-To: <200809151824.m8FIOaUj005250@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Robert Noland , cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access mentors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Sep 2008 18:26:17 -0000 John Baldwin wrote: > jhb 2008-09-15 18:24:21 UTC > > FreeBSD src repository > > Modified files: > . access mentors > Log: > SVN rev 183045 on 2008-09-15 18:24:21Z by jhb > > Add a src commit bit for Robert Noland (rnoland@). Robert will be working > on the DRM drivers in addition to his ports work. I will be his mentor. > > Approved by: core > > Revision Changes Path > 1.895 +1 -0 CVSROOT/access > 1.19 +1 -0 CVSROOT/mentors yay :D Thanks John for mentoring Robert! Welcome Robert! Cheers remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-cvs-src@FreeBSD.ORG Mon Sep 15 19:42:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427891065673; Mon, 15 Sep 2008 19:42:43 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E84468FC18; Mon, 15 Sep 2008 19:42:37 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FJgb8T048675; Mon, 15 Sep 2008 19:42:37 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FJgbce048673; Mon, 15 Sep 2008 19:42:37 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809151942.m8FJgbce048673@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 19:40:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_genassym.c linux32_locore.s src/sys/i386/linux linux_genassym.c linux_locore.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 19:42:43 -0000 kib 2008-09-15 19:40:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/linux32 linux32_genassym.c linux32_locore.s sys/i386/linux linux_genassym.c linux_locore.s Log: SVN rev 183046 on 2008-09-15 19:40:49Z by kib MFC r182849: Segment registers are stored in the uc_mcontext member of the struct l_ucontext. To restore the registers content, trampoline needs to dereference uc_mcontext instead of taking some undefined values from l_ucontext. Approved by: re (kensmith) Revision Changes Path 1.1.18.1 +1 -2 src/sys/amd64/linux32/linux32_genassym.c 1.2.2.1 +3 -2 src/sys/amd64/linux32/linux32_locore.s 1.18.20.1 +1 -0 src/sys/i386/linux/linux_genassym.c 1.11.24.1 +3 -2 src/sys/i386/linux/linux_locore.s From owner-cvs-src@FreeBSD.ORG Mon Sep 15 19:44:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 491061065680; Mon, 15 Sep 2008 19:44:54 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5D58FC13; Mon, 15 Sep 2008 19:44:54 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FJirH4048848; Mon, 15 Sep 2008 19:44:53 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FJirdq048847; Mon, 15 Sep 2008 19:44:53 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809151944.m8FJirdq048847@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 19:44:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_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, 15 Sep 2008 19:44:54 -0000 kib 2008-09-15 19:44:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/linux32 linux32_machdep.c Log: SVN rev 183047 on 2008-09-15 19:44:39Z by kib MFC r182866: In linux_set_thread_area(), mark pcb as PCB_GS32BIT. Approved by: re (kensmith) Revision Changes Path 1.45.2.3 +1 -1 src/sys/amd64/linux32/linux32_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 19:48:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41A771065679; Mon, 15 Sep 2008 19:48:10 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13C3D8FC1B; Mon, 15 Sep 2008 19:48:10 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FJm9kB049149; Mon, 15 Sep 2008 19:48:09 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FJm9MD049148; Mon, 15 Sep 2008 19:48:09 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809151948.m8FJm9MD049148@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 19:47:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 19:48:10 -0000 kib 2008-09-15 19:47:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 mp_machdep.c trap.c Log: SVN rev 183048 on 2008-09-15 19:47:59Z by kib MFC r182867: Provide private per-CPU GDTs on amd64. Approved by: re (kensmith) Revision Changes Path 1.287.2.3 +11 -4 src/sys/amd64/amd64/mp_machdep.c 1.319.2.5 +2 -1 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 19:51:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9608E106566B; Mon, 15 Sep 2008 19:51:41 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FC898FC15; Mon, 15 Sep 2008 19:51:41 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FJpfLe058844; Mon, 15 Sep 2008 19:51:41 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FJpf6b058843; Mon, 15 Sep 2008 19:51:41 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809151951.m8FJpf6b058843@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Mon, 15 Sep 2008 19:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S genassym.c machdep.c mp_machdep.c src/sys/amd64/include pcb.h pcpu.h src/sys/amd64/linux32 linux32_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, 15 Sep 2008 19:51:41 -0000 kib 2008-09-15 19:51:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 cpu_switch.S genassym.c machdep.c mp_machdep.c sys/amd64/include pcb.h pcpu.h sys/amd64/linux32 linux32_machdep.c Log: SVN rev 183049 on 2008-09-15 19:51:32Z by kib MFC r182868: The pcb_gs32p should be per-cpu, not per-thread pointer. This is location in GDT where the segment descriptor from pcb_gs32sd is copied, and the location is in GDT local to CPU. Approved by: re (kensmith) Revision Changes Path 1.160.2.3 +2 -2 src/sys/amd64/amd64/cpu_switch.S 1.165.2.2 +1 -1 src/sys/amd64/amd64/genassym.c 1.675.2.10 +1 -0 src/sys/amd64/amd64/machdep.c 1.287.2.4 +1 -0 src/sys/amd64/amd64/mp_machdep.c 1.63.2.2 +0 -1 src/sys/amd64/include/pcb.h 1.48.2.2 +2 -1 src/sys/amd64/include/pcpu.h 1.45.2.4 +1 -3 src/sys/amd64/linux32/linux32_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 20:11:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C69C1065699; Mon, 15 Sep 2008 20:11:12 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BBF9E8FC22; Mon, 15 Sep 2008 20:11:12 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FKBCBu020944; Mon, 15 Sep 2008 20:11:12 GMT (envelope-from mr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FKBCWX020943; Mon, 15 Sep 2008 20:11:12 GMT (envelope-from mr@repoman.freebsd.org) Message-Id: <200809152011.m8FKBCWX020943@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mr@repoman.freebsd.org using -f From: Michael Reifenberger Date: Mon, 15 Sep 2008 20:11:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 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, 15 Sep 2008 20:11:16 -0000 mr 2008-09-15 20:11:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 trap.c Log: SVN rev 183050 on 2008-09-15 20:11:06Z by mr Add missing hooks for DTRACE so that dtraceall.ko could be loaded. Approved by: re (kosticbel) Revision Changes Path 1.319.2.6 +6 -0 src/sys/amd64/amd64/trap.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 20:47:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2609B1065679; Mon, 15 Sep 2008 20:47:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE2A8FC16; Mon, 15 Sep 2008 20:47:41 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FKlequ055200; Mon, 15 Sep 2008 20:47:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FKleWk055199; Mon, 15 Sep 2008 20:47:40 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809152047.m8FKleWk055199@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 15 Sep 2008 20:46:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c src/sys/netinet udp_usrreq.c src/sys/netinet6 udp6_usrreq.c src/sys/sys socketvar.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, 15 Sep 2008 20:47:41 -0000 rwatson 2008-09-15 20:46:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_socket.c sys/netinet udp_usrreq.c sys/netinet6 udp6_usrreq.c sys/sys socketvar.h Log: SVN rev 183051 on 2008-09-15 20:46:32Z by rwatson Merge r180198, r180211, r180365, r182682 from head to stable/7: Add soreceive_dgram(9), an optimized socket receive function for use by datagram-only protocols, such as UDP. This version removes use of sblock(), which is not required due to an inability to interlace data improperly with datagrams, as well as avoiding some of the larger loops and state management that don't apply on datagram sockets. This is experimental code, so hook it up only for UDPv4 for testing; if there are problems we may need to revise it or turn it off by default, but it offers *significant* performance improvements for threaded UDP applications such as BIND9, nsd, and memcached using UDP. Tested by: kris, ps Update copyright date in light of soreceive_dgram(9). Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4. Tested by: ps Remove XXXRW in soreceive_dgram that proves unnecessary. Remove unused orig_resid variable in soreceive_dgram. Submitted by: alfred Note: in the MFC, we do enable sosend_dgram for UDPv6 by default (it was already used for UDPv4), but use of soreceive_dgram for both UDPv4 and UDPv6 is controlled by a new loader tunable, net.inet.udp.soreceive_dgram_enabled as soreceive_dgram has less testing exposure than sosend_dgram. We may wish to change the default (and eliminate the tunable) in 7.2. MFC requested by: gnn, kris, ps Approved by: re (kib) Revision Changes Path 1.302.2.6 +230 -1 src/sys/kern/uipc_socket.c 1.218.2.5 +14 -0 src/sys/netinet/udp_usrreq.c 1.81.2.7 +1 -0 src/sys/netinet6/udp6_usrreq.c 1.158.2.5 +3 -0 src/sys/sys/socketvar.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 22:21:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BE3B106567D; Mon, 15 Sep 2008 22:21:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6DB8FC1A; Mon, 15 Sep 2008 22:21:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FML8PV075252; Mon, 15 Sep 2008 22:21:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FML8Wi075251; Mon, 15 Sep 2008 22:21:08 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809152221.m8FML8Wi075251@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 15 Sep 2008 22:19:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.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, 15 Sep 2008 22:21:08 -0000 jhb 2008-09-15 22:19:44 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c sys/sys interrupt.h Log: SVN rev 183052 on 2008-09-15 22:19:44Z by jhb Expose a new public routine intr_event_execute_handlers() which executes all the non-filter handlers attached to an interrupt event. This can be used by device drivers which multiplex their interrupt onto the interrupt handlers for child devices. Revision Changes Path 1.168 +16 -6 src/sys/kern/kern_intr.c 1.44 +13 -0 src/sys/sys/interrupt.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 22:26:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 290611065816; Mon, 15 Sep 2008 22:26:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B49898FC1A; Mon, 15 Sep 2008 22:26:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FMQgUr014695; Mon, 15 Sep 2008 22:26:42 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FMQghN014694; Mon, 15 Sep 2008 22:26:42 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809152226.m8FMQghN014694@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 15 Sep 2008 22:26: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/ppbus if_plip.c lpt.c ppbconf.c ppbconf.h ppi.c pps.c src/sys/dev/ppc ppc.c ppc_acpi.c ppc_isa.c ppc_pci.c ppc_puc.c ppcreg.h ppcvar.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, 15 Sep 2008 22:26:43 -0000 jhb 2008-09-15 22:26:32 UTC FreeBSD src repository Modified files: sys/dev/ppbus if_plip.c lpt.c ppbconf.c ppbconf.h ppi.c pps.c sys/dev/ppc ppc.c ppc_acpi.c ppc_isa.c ppc_pci.c ppc_puc.c ppcreg.h ppcvar.h Log: SVN rev 183053 on 2008-09-15 22:26:32Z by jhb Rework the handling of interrupt handlers for children of ppc and ppbus: - Retire IVARs for passing IRQs around. Instead, ppbus and ppc now allow child devices to access the interrupt by via a rid 0 IRQ resource using bus_alloc_resource_any(). - ppc creates its own interrupt event to manage the interrupt handlers of child devices. ppc does not allow child devices to use filters. It could allow this if needed, but none of the current drivers use them and it adds a good bit of complication. It uses intr_event_execute_handlers() to fire the child device interrupt handlers from its threaded interrupt handler. - Remove the ppbus_dummy_intr() hack. Now the ppc device always has an interrupt handler registered and we no longer bounce all the way up to nexus to manage adding/removing ppbus child interrupt handlers. Instead, the child handlers are added and removed to the private interrupt event in the ppc device. Revision Changes Path 1.46 +12 -27 src/sys/dev/ppbus/if_plip.c 1.41 +5 -11 src/sys/dev/ppbus/lpt.c 1.29 +2 -38 src/sys/dev/ppbus/ppbconf.c 1.21 +0 -5 src/sys/dev/ppbus/ppbconf.h 1.42 +3 -7 src/sys/dev/ppbus/ppi.c 1.53 +5 -9 src/sys/dev/ppbus/pps.c 1.59 +102 -58 src/sys/dev/ppc/ppc.c 1.3 +2 -1 src/sys/dev/ppc/ppc_acpi.c 1.4 +3 -2 src/sys/dev/ppc/ppc_isa.c 1.2 +2 -1 src/sys/dev/ppc/ppc_pci.c 1.6 +2 -1 src/sys/dev/ppc/ppc_puc.c 1.18 +2 -1 src/sys/dev/ppc/ppcreg.h 1.6 +4 -0 src/sys/dev/ppc/ppcvar.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 22:45:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3611065813; Mon, 15 Sep 2008 22:45:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EBB508FC08; Mon, 15 Sep 2008 22:45:37 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FMjb2S031368; Mon, 15 Sep 2008 22:45:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FMjba2031362; Mon, 15 Sep 2008 22:45:37 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200809152245.m8FMjba2031362@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 15 Sep 2008 22:45:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_command.c ddb.h src/sys/dev/aic7xxx aic79xx_osm.c src/sys/gnu/fs/xfs/FreeBSD/support kdb.c src/sys/kern subr_pcpu.c subr_rman.c subr_sleepqueue.c subr_turnstile.c 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: Mon, 15 Sep 2008 22:45:38 -0000 sam 2008-09-15 22:45:14 UTC FreeBSD src repository Modified files: sys/ddb db_command.c ddb.h sys/dev/aic7xxx aic79xx_osm.c sys/gnu/fs/xfs/FreeBSD/support kdb.c sys/kern subr_pcpu.c subr_rman.c subr_sleepqueue.c subr_turnstile.c subr_witness.c Log: SVN rev 183054 on 2008-09-15 22:45:14Z by sam Make ddb command registration dynamic so modules can extend the command set (only so long as the module is present): o add db_command_register and db_command_unregister to add and remove commands, respectively o replace linker sets with SYSINIT's (and SYSUINIT's) that register commands o expose 3 list heads: db_cmd_table, db_show_table, and db_show_all_table for registering top-level commands, show operands, and show all operands, respectively While here also: o sort command lists o add DB_ALIAS, DB_SHOW_ALIAS, and DB_SHOW_ALL_ALIAS to add aliases for existing commands o add "show all trace" as an alias for "show alltrace" o add "show all locks" as an alias for "show alllocks" Submitted by: Guillaume Ballet (original version) Reviewed by: jhb MFC after: 1 month Revision Changes Path 1.79 +86 -53 src/sys/ddb/db_command.c 1.48 +89 -45 src/sys/ddb/ddb.h 1.33 +1 -1 src/sys/dev/aic7xxx/aic79xx_osm.c 1.4 +1 -1 src/sys/gnu/fs/xfs/FreeBSD/support/kdb.c 1.11 +2 -1 src/sys/kern/subr_pcpu.c 1.59 +2 -1 src/sys/kern/subr_rman.c 1.58 +1 -1 src/sys/kern/subr_sleepqueue.c 1.175 +2 -1 src/sys/kern/subr_turnstile.c 1.256 +2 -1 src/sys/kern/subr_witness.c From owner-cvs-src@FreeBSD.ORG Mon Sep 15 22:46:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447E710656F8; Mon, 15 Sep 2008 22:46:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19D838FC25; Mon, 15 Sep 2008 22:46:28 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FMkRNE037638; Mon, 15 Sep 2008 22:46:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FMkRRj037633; Mon, 15 Sep 2008 22:46:27 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200809152246.m8FMkRRj037633@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 15 Sep 2008 22:46:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/wlan Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 22:46:28 -0000 sam 2008-09-15 22:46:12 UTC FreeBSD src repository Modified files: sys/modules/wlan Makefile Log: SVN rev 183055 on 2008-09-15 22:46:12Z by sam add ddb support (default to off unless built with the kernel) Revision Changes Path 1.12 +5 -4 src/sys/modules/wlan/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 15 23:13:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A19A1065685; Mon, 15 Sep 2008 23:13:44 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD598FC17; Mon, 15 Sep 2008 23:13:44 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FNDhjn042076; Mon, 15 Sep 2008 23:13:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FNDhok042071; Mon, 15 Sep 2008 23:13:43 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200809152313.m8FNDhok042071@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 15 Sep 2008 23:13: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/man9 DB_COMMAND.9 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 23:13:44 -0000 sam 2008-09-15 23:13:29 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 DB_COMMAND.9 Log: SVN rev 183056 on 2008-09-15 23:13:29Z by sam decription of macros to add ddb commands Submitted by: Guillaume Ballet MFC after: 1 month Revision Changes Path 1.1 +113 -0 src/share/man/man9/DB_COMMAND.9 (new) 1.340 +3 -0 src/share/man/man9/Makefile From owner-cvs-src@FreeBSD.ORG Mon Sep 15 23:47:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928411065676; Mon, 15 Sep 2008 23:47:30 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68D2B8FC1B; Mon, 15 Sep 2008 23:47:30 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FNlU3m048770; Mon, 15 Sep 2008 23:47:30 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FNlUNG048769; Mon, 15 Sep 2008 23:47:30 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200809152347.m8FNlUNG048769@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Mon, 15 Sep 2008 23:47: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/include uuid.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, 15 Sep 2008 23:47:30 -0000 emax 2008-09-15 23:47:19 UTC FreeBSD src repository Modified files: include uuid.h Log: SVN rev 183057 on 2008-09-15 23:47:19Z by emax Add missing prototypes for uuid_enc,dec_le,be() functions. Pointy hat goes to me. MFC after: 3 days Revision Changes Path 1.4 +4 -0 src/include/uuid.h From owner-cvs-src@FreeBSD.ORG Mon Sep 15 23:55:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C93661065673; Mon, 15 Sep 2008 23:55:01 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FBC08FC17; Mon, 15 Sep 2008 23:55:01 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FNt1XU062880; Mon, 15 Sep 2008 23:55:01 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FNt1nl062879; Mon, 15 Sep 2008 23:55:01 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200809152355.m8FNt1nl062879@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Mon, 15 Sep 2008 23:54: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/lib/libc/uuid Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 23:55:01 -0000 emax 2008-09-15 23:54:55 UTC FreeBSD src repository Modified files: lib/libc/uuid Symbol.map Log: SVN rev 183058 on 2008-09-15 23:54:55Z by emax Add uuid_enc,dec_le,be() functions to Symbol.map Pointy hat goes to me. MFC after: 3 days Revision Changes Path 1.3 +4 -0 src/lib/libc/uuid/Symbol.map From owner-cvs-src@FreeBSD.ORG Tue Sep 16 01:02:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C193D106567A; Tue, 16 Sep 2008 01:02:40 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFAED8FC14; Tue, 16 Sep 2008 01:02:40 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G12egp050139; Tue, 16 Sep 2008 01:02:40 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G12eIw050086; Tue, 16 Sep 2008 01:02:40 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809160102.m8G12eIw050086@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 16 Sep 2008 01:02: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/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c cxgb_ddp.c cxgb_tom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 01:02:40 -0000 kmacy 2008-09-16 01:02:17 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c cxgb_ddp.c cxgb_tom.c Log: SVN rev 183059 on 2008-09-16 01:02:17Z by kmacy Remove some dead code along with gratuitous differences between HEAD and 7 Revision Changes Path 1.37 +1 -5 src/sys/dev/cxgb/cxgb_adapter.h 1.63 +5 -33 src/sys/dev/cxgb/cxgb_main.c 1.59 +7 -7 src/sys/dev/cxgb/cxgb_sge.c 1.19 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.13 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c 1.7 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_ddp.c 1.8 +0 -1 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 01:06:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1ADE1065670; Tue, 16 Sep 2008 01:06:12 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFF728FC20; Tue, 16 Sep 2008 01:06:12 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G16C2D072536; Tue, 16 Sep 2008 01:06:12 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G16Cd2072535; Tue, 16 Sep 2008 01:06:12 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809160106.m8G16Cd2072535@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 01:05: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/powerpc/aim mmu_oea.c mp_cpudep.c trap_subr.S src/sys/powerpc/include smp.h src/sys/powerpc/powerpc mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 01:06:12 -0000 marcel 2008-09-16 01:05:54 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c mp_cpudep.c trap_subr.S sys/powerpc/include smp.h sys/powerpc/powerpc mp_machdep.c Log: SVN rev 183060 on 2008-09-16 01:05:54Z by marcel Remove the tracing from the AP startup. The AP is known to start and the tracing can interfere with AP startup. Instead, use the available space in the reset vector for the initial stack. Revision Changes Path 1.124 +2 -21 src/sys/powerpc/aim/mmu_oea.c 1.3 +2 -31 src/sys/powerpc/aim/mp_cpudep.c 1.20 +4 -32 src/sys/powerpc/aim/trap_subr.S 1.3 +3 -3 src/sys/powerpc/include/smp.h 1.17 +1 -4 src/sys/powerpc/powerpc/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 01:46:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C87891065670; Tue, 16 Sep 2008 01:46:15 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0348FC08; Tue, 16 Sep 2008 01:46:15 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G1kFxJ066236; Tue, 16 Sep 2008 01:46:15 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G1kFt4066230; Tue, 16 Sep 2008 01:46:15 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <200809160146.m8G1kFt4066230@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Tue, 16 Sep 2008 01:46: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/libexec/rtld-elf rtld_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: Tue, 16 Sep 2008 01:46:15 -0000 davidxu 2008-09-16 01:46:11 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld_lock.c Log: SVN rev 183061 on 2008-09-16 01:46:11Z by davidxu Allow multiple locks to be acquired by detecting corresponding bit flag, otherwise if a thread acquired a lock, another thread or the current thread itself can no longer acquire another lock because thread_mask_set() return whole flag word, this results bit leaking in the word and misbehavior in later locking and unlocking. Revision Changes Path 1.6 +2 -2 src/libexec/rtld-elf/rtld_lock.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 02:03:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 875A11065673; Tue, 16 Sep 2008 02:03:32 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 73BA98FC0A; Tue, 16 Sep 2008 02:03:32 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G23WpP067344; Tue, 16 Sep 2008 02:03:32 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G23Www067343; Tue, 16 Sep 2008 02:03:32 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809160203.m8G23Www067343@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 16 Sep 2008 02:03: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/cxgb cxgb_adapter.h cxgb_include.h cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_t3_hw.c src/sys/dev/cxgb/sys cxgb_support.c mbufq.h src/sys/dev/cxgb/ulp/toecore cxgb_toedev.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, 16 Sep 2008 02:03:32 -0000 kmacy 2008-09-16 02:03:28 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_main.c cxgb_sge.c sys/dev/cxgb/common cxgb_t3_hw.c sys/dev/cxgb/sys cxgb_support.c mbufq.h sys/dev/cxgb/ulp/toecore cxgb_toedev.h Log: SVN rev 183062 on 2008-09-16 02:03:28Z by kmacy White space cleanups to bring closer to RELENG_7 Revision Changes Path 1.13 +1 -1 src/sys/dev/cxgb/common/cxgb_t3_hw.c 1.38 +0 -2 src/sys/dev/cxgb/cxgb_adapter.h 1.7 +0 -2 src/sys/dev/cxgb/cxgb_include.h 1.64 +1 -3 src/sys/dev/cxgb/cxgb_main.c 1.60 +1 -1 src/sys/dev/cxgb/cxgb_sge.c 1.8 +0 -5 src/sys/dev/cxgb/sys/cxgb_support.c 1.5 +1 -1 src/sys/dev/cxgb/sys/mbufq.h 1.3 +2 -1 src/sys/dev/cxgb/ulp/toecore/cxgb_toedev.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 02:28:18 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA480106575E; Tue, 16 Sep 2008 02:28:18 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D83AB8FC15; Tue, 16 Sep 2008 02:28:18 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G2SI2m020927; Tue, 16 Sep 2008 02:28:18 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G2SIKE020922; Tue, 16 Sep 2008 02:28:18 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809160228.m8G2SIKE020922@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 16 Sep 2008 02:28:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_config.h cxgb_main.c cxgb_offload.h cxgb_osdep.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, 16 Sep 2008 02:28:19 -0000 kmacy 2008-09-16 02:28:08 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_config.h cxgb_main.c cxgb_offload.h cxgb_osdep.h Log: SVN rev 183063 on 2008-09-16 02:28:08Z by kmacy Further whitespace and copyright cleanups to minimize the delta with RELENG_7. Revision Changes Path 1.8 +0 -1 src/sys/dev/cxgb/cxgb_config.h 1.65 +2 -2 src/sys/dev/cxgb/cxgb_main.c 1.10 +1 -1 src/sys/dev/cxgb/cxgb_offload.h 1.24 +1 -1 src/sys/dev/cxgb/cxgb_osdep.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 04:39:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CEDB1065678; Tue, 16 Sep 2008 04:39:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF708FC12; Tue, 16 Sep 2008 04:39:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8G4dpab043693; Tue, 16 Sep 2008 04:39:51 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8G4dpHE043690; Tue, 16 Sep 2008 04:39:51 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200809160439.m8G4dpHE043690@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 16 Sep 2008 04:39:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/zoneinfo africa asia europe 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, 16 Sep 2008 04:39:51 -0000 edwin 2008-09-16 04:39:44 UTC FreeBSD src repository Modified files: share/zoneinfo africa asia europe southamerica Log: SVN rev 183066 on 2008-09-16 04:39:44Z by edwin MFV of tzdata2008c: Changes for Mauritius, Morocco, Pakistan, Palestine, Argentina and Brazil. Approved by: bde@ (implicit) Revision Changes Path 1.25 +36 -4 src/share/zoneinfo/africa 1.40 +34 -3 src/share/zoneinfo/asia 1.39 +22 -1 src/share/zoneinfo/europe 1.37 +47 -3 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Sep 16 10:52:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D48281065679; Tue, 16 Sep 2008 10:52:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD6E98FC1D; Tue, 16 Sep 2008 10:52:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GAqekF072935; Tue, 16 Sep 2008 10:52:40 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GAqe4N072929; Tue, 16 Sep 2008 10:52:40 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161052.m8GAqe4N072929@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 10:52: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/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 10:52:40 -0000 kib 2008-09-16 10:52:25 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: SVN rev 183067 on 2008-09-16 10:52:25Z by kib The struct inode *ip supplied to softdep_freefile is not neccessary the inode having number ino. In r170991, the ip was marked IN_MODIFIED, that is not quite correct. Mark only the right inode modified by checking inode number. Reviewed by: tegge In collaboration with: pho MFC after: 1 month Revision Changes Path 1.226 +2 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 10:54:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF237106566B; Tue, 16 Sep 2008 10:54:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A0EEE8FC18; Tue, 16 Sep 2008 10:54:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GAsBCC084410; Tue, 16 Sep 2008 10:54:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GAsBVF084409; Tue, 16 Sep 2008 10:54:11 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200809161054.m8GAsBVF084409@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 16 Sep 2008 10:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/zoneinfo africa asia europe 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, 16 Sep 2008 10:54:11 -0000 edwin 2008-09-16 10:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/zoneinfo africa asia europe southamerica Log: SVN rev 183068 on 2008-09-16 10:53:50Z by edwin MFC of tzdata2008f - SVN rev 183066: Changes for Mauritius, Morocco, Pakistan, Palestine, Argentina and Brazil. Approved by: re (kib@) Revision Changes Path 1.21.2.2 +36 -4 src/share/zoneinfo/africa 1.33.2.4 +34 -3 src/share/zoneinfo/asia 1.35.2.3 +22 -1 src/share/zoneinfo/europe 1.31.2.5 +47 -3 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Sep 16 10:54:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1DAB1065677; Tue, 16 Sep 2008 10:54:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3FEF8FC2F; Tue, 16 Sep 2008 10:54:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GAsCQ2084446; Tue, 16 Sep 2008 10:54:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GAsCw2084445; Tue, 16 Sep 2008 10:54:12 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200809161054.m8GAsCw2084445@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Tue, 16 Sep 2008 10:53: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/share/zoneinfo africa asia europe 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, 16 Sep 2008 10:54:12 -0000 edwin 2008-09-16 10:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/zoneinfo africa asia europe southamerica Log: SVN rev 183069 on 2008-09-16 10:53:50Z by edwin MFC of tzdata2008f - SVN rev 183066: Changes for Mauritius, Morocco, Pakistan, Palestine, Argentina and Brazil. Approved by: re (kib@) Revision Changes Path 1.14.14.8 +36 -4 src/share/zoneinfo/africa 1.25.2.10 +34 -3 src/share/zoneinfo/asia 1.29.2.8 +22 -1 src/share/zoneinfo/europe 1.24.2.11 +47 -3 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Sep 16 11:00:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27459106564A; Tue, 16 Sep 2008 11:00:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1881A8FC19; Tue, 16 Sep 2008 11:00:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GAxx3b015943; Tue, 16 Sep 2008 10:59:59 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GAxxNB015942; Tue, 16 Sep 2008 10:59:59 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161059.m8GAxxNB015942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 10:59: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/ufs/ffs ffs_extern.h ffs_inode.c ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c ufs_vnops.c ufsmount.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, 16 Sep 2008 11:00:00 -0000 kib 2008-09-16 10:59:35 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_extern.h ffs_inode.c ffs_vfsops.c sys/ufs/ufs ufs_inode.c ufs_vnops.c ufsmount.h Log: SVN rev 183070 on 2008-09-16 10:59:35Z by kib When downgrading the read-write mount to read-only, do_unmount() sets MNT_RDONLY flag before the VFS_MOUNT() is called. In ufs_inactive() and ufs_itimes_locked(), UFS verifies whether the fs is read-only by checking MNT_RDONLY, but this may cause loss of the IN_MODIFIED flag for inode on the fs being remounted rw->ro. Introduce UFS_RDONLY() struct ufsmount' method that reports the value of the fs_ronly. The later is set to 1 only after the remount is finished. Reviewed by: tegge In collaboration with: pho MFC after: 1 month Revision Changes Path 1.76 +2 -0 src/sys/ufs/ffs/ffs_extern.h 1.111 +8 -0 src/sys/ufs/ffs/ffs_inode.c 1.347 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c 1.70 +2 -3 src/sys/ufs/ufs/ufs_inode.c 1.301 +1 -1 src/sys/ufs/ufs/ufs_vnops.c 1.39 +2 -0 src/sys/ufs/ufs/ufsmount.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 11:10:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7014B106567B; Tue, 16 Sep 2008 11:10:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61EBC8FC17; Tue, 16 Sep 2008 11:10:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GBAhEj080661; Tue, 16 Sep 2008 11:10:43 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GBAfXW080543; Tue, 16 Sep 2008 11:10:41 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161110.m8GBAfXW080543@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 11:09:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_inode.c src/sys/kern vfs_vnops.c src/sys/sys vnode.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, 16 Sep 2008 11:10:45 -0000 kib 2008-09-16 11:09:26 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_inode.c sys/kern vfs_vnops.c sys/sys vnode.h Log: SVN rev 183071 on 2008-09-16 11:09:26Z by kib Garbage-collect vn_write_suspend_wait(). Suggested and reviewed by: tegge Tested by: pho MFC after: 1 month Revision Changes Path 1.59 +2 -10 src/sys/gnu/fs/ext2fs/ext2_inode.c 1.264 +0 -50 src/sys/kern/vfs_vnops.c 1.341 +0 -2 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 11:23:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4302E1065674; Tue, 16 Sep 2008 11:23:47 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34C128FC1D; Tue, 16 Sep 2008 11:23:47 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GBNlCL040896; Tue, 16 Sep 2008 11:23:47 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GBNlUL040895; Tue, 16 Sep 2008 11:23:47 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161123.m8GBNlUL040895@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 11:19: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/share/man/man4 ddb.4 src/sys/kern vfs_bio.c src/sys/ufs/ffs ffs_softdep.c ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 11:23:47 -0000 kib 2008-09-16 11:19:38 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 sys/kern vfs_bio.c sys/ufs/ffs ffs_softdep.c ffs_vfsops.c Log: SVN rev 183072 on 2008-09-16 11:19:38Z by kib Add the ffs structures introspection functions for ddb. Show the b_dep value for the buffer in the show buffer command. Add a comand to dump the dirty/clean buffer list for vnode. Reviewed by: tegge Tested and used by: pho MFC after: 1 month Revision Changes Path 1.58 +20 -0 src/share/man/man4/ddb.4 1.545 +25 -2 src/sys/kern/vfs_bio.c 1.227 +30 -1 src/sys/ufs/ffs/ffs_softdep.c 1.348 +35 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 11:51:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48AEF106568C; Tue, 16 Sep 2008 11:51:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3A88A8FC19; Tue, 16 Sep 2008 11:51:32 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GBpWei074015; Tue, 16 Sep 2008 11:51:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GBpWZX073996; Tue, 16 Sep 2008 11:51:32 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161151.m8GBpWZX073996@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 11:51: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/kern vfs_vnops.c src/sys/sys mount.h proc.h src/sys/ufs/ffs ffs_extern.h ffs_snapshot.c ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 11:51:32 -0000 kib 2008-09-16 11:51:06 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c sys/sys mount.h proc.h sys/ufs/ffs ffs_extern.h ffs_snapshot.c ffs_vfsops.c Log: SVN rev 183073 on 2008-09-16 11:51:06Z by kib When attempt is made to suspend a filesystem that is already syspended, wait until the current suspension is lifted instead of silently returning success immediately. The consequences of calling vfs_write() resume when not owning the suspension are not well-defined at best. Add the vfs_susp_clean() mount method to be called from vfs_write_resume(). Set it to process_deferred_inactive() for ffs, and stop calling it manually. Add the thread flag TDP_IGNSUSP that allows to bypass the suspension point in the vn_start_write. It is intended for use by VFS in the situations where the suspender want to do some i/o requiring calls to vn_start_write(), and this i/o cannot be done later. Reviewed by: tegge In collaboration with: pho MFC after: 1 month Revision Changes Path 1.265 +23 -12 src/sys/kern/vfs_vnops.c 1.233 +6 -0 src/sys/sys/mount.h 1.520 +1 -0 src/sys/sys/proc.h 1.77 +1 -0 src/sys/ufs/ffs/ffs_extern.h 1.145 +5 -2 src/sys/ufs/ffs/ffs_snapshot.c 1.349 +1 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 11:56:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8769106564A; Tue, 16 Sep 2008 11:56:10 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2D9C8FC12; Tue, 16 Sep 2008 11:56:10 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GBuAMW001652; Tue, 16 Sep 2008 11:56:10 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GBuASL001651; Tue, 16 Sep 2008 11:56:10 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809161156.m8GBuASL001651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 16 Sep 2008 11:55:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 11:56:10 -0000 kib 2008-09-16 11:55:53 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: SVN rev 183074 on 2008-09-16 11:55:53Z by kib Suspend the write operations on the UFS filesystem being unmounted or remounted from rw to ro. Proposed and reviewed by: tegge In collaboration with: pho MFC after: 1 month Revision Changes Path 1.350 +73 -14 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 13:07:02 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93D721065686 for ; Tue, 16 Sep 2008 13:07:02 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id 13DB18FC2B for ; Tue, 16 Sep 2008 13:07:01 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1473618tid.3 for ; Tue, 16 Sep 2008 06:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:organization :x-operation-sytem:from; bh=MIuH/Qh4cSEcmjz296eygY6DHuyCY5IbJKgjOo0jCH8=; b=lX108CpWk/6lxgYqlGHVCAapZdzMy25Wn1cQqcRqwLlL7W3IZIRzlidZ7gnE1vFMz6 VS8fjQO5M9XFZq1K98R4kvkCyO/qVBZ4oZSUYlbIEBYNav+5af1KLNqjJiN+hvptlIon PXmpR1hScNpqyXu0NaPV2VIaWxfag8mRPhQIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem:from; b=dnWoxrpCVaF58oKU+mKNgxXVdAoc929qBUTOMnF0tjGKmH+m6SSokKwtMulmUhrUdh XSzvr4amniJGcBJgPwaca3qtHwFDRUVbAFReNFnLYfmSH3YCX9EjcCxPPZglpEty1B8M 2NQeBsZtQvW0bZmhO7TnMdLC9+YTbe5/Wl4f0= Received: by 10.110.92.8 with SMTP id p8mr1366866tib.25.1221570420418; Tue, 16 Sep 2008 06:07:00 -0700 (PDT) Received: from freebsd.weongyo.org ( [211.53.35.67]) by mx.google.com with ESMTPS id j5sm1179829tid.12.2008.09.16.06.06.57 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Sep 2008 06:06:58 -0700 (PDT) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Tue, 16 Sep 2008 22:06:46 +0900 Date: Tue, 16 Sep 2008 22:06:46 +0900 To: Sam Leffler Message-ID: <20080916130646.GA52103@freebsd.weongyo.org> Mail-Followup-To: Sam Leffler , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200809100341.m8A3f5n4001038@repoman.freebsd.org> <48C7EF65.3050204@freebsd.org> <20080911073458.GB23009@freebsd.weongyo.org> <48C93C1B.2080800@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C93C1B.2080800@freebsd.org> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD From: Weongyo Jeong Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.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, 16 Sep 2008 13:07:02 -0000 On Thu, Sep 11, 2008 at 08:41:15AM -0700, Sam Leffler wrote: > Weongyo Jeong wrote: > >On Wed, Sep 10, 2008 at 09:01:41AM -0700, Sam Leffler wrote: > > > >>Weongyo Jeong wrote: > >> > >>>weongyo 2008-09-10 03:40:51 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/dev/usb if_zyd.c if_zydreg.h > >>> Log: > >>> SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo > >>> > >>> rename flags and add a ZYD_FLAG_DETACHING flag to indicate we're > >>> detaching that when the USB is pulled out forcibly during the driver is > >>> running background scan, a page fault can be occurred even if we called > >>> usb_rem_task() when detaching. It looks like a kind of races. > >>> > >>> > >>> > >>If I understand the issue, it should be handled in the 802.11 state > >>machine. The device should be clocked to the INIT state and as a result > >>clear any outstanding tasks, timers, etc. The only reason you need to > >>do something special is if the h/w is gone and you need to guard against > >>accessing it. > >> > >> Sam > >> > >> > > > >This patch is to fix the below panic that it looks that it sometimes > >occurs when we pull out USB stick forcibly during the driver's trying to > >search channels or run background scan. > > > >If we have a method to detect whether detach() is called by being pulled > >out USB stick unexpectedly or detach() is called by operations of > >kldunload(8), I think I can handle this case more flexibly. (I'm not > >sure it's true. :-) Is there a way to detect this case or something I > >missed? > > > >I have no ideas yet how I can handle it in 802.11 state machine. > > > >[root@kkk /usr/src/sys/modules/zyd]# zyd0: at uhub3 port 4 (addr 2) > >disconnected > >zyd0: zyd_read sleep timeout > >zyd0: could not send command (error=IOERROR) > >zyd0: could not send command (error=IOERROR) > >zyd0: could not send command (error=IOERROR) > >zyd0: zyd_read sleep timeout > >zyd0: could not send command (error=IOERROR) > >zyd0: zyd_read sleep timeout > >zyd0: could not send command (error=IOERROR) > >zyd0: could not send command (error=IOERROR) > >zyd0: could not send command (error=IOERROR) > >zyd0: detached > > > >Fatal trap 12: page fault while in kernel mode > >cpuid = 0; apic id = 00 > >fault virtual address = 0x6a626f7f > >fault code = supervisor read, page not present > >instruction pointer = 0x20:0xc07908b6 > >stack pointer = 0x28:0xc3e30aec > >frame pointer = 0x28:0xc3e30aec > >code segment = base 0x0, limit 0xfffff, type 0x1b > >= DPL 0, pres 1, def32 1, gran 1 > >processor eflags = interrupt enabled, resume, IOPL = 0 > >current process = 16 (usbtask-dr) > >[thread pid 16 tid 100026 ] > >Stopped at devclass_get_name+0x6: movl 0x14(%eax),%eax > >db> bt > >Tracing pid 16 tid 100026 td 0xc40cc8c0 > >devclass_get_name(6a626f6b,c3e30b14,c0790e77,deadc0de,ffffffff,...) at > >devclass_get_name+0x6 > >device_get_name(deadc0de,ffffffff,0,c69c2a00,1,...) at device_get_name+0x1c > >device_print_prettyname(deadc0de,c69c2a00,1,c69c2a00,c3e30bc4,...) at > >device_print_prettyname+0x17 > >device_printf(deadc0de,c69cc297,100,c69cc290,3e8,...) at device_printf+0x12 > >zyd_cmd(2,c3e30be0,1,1,c3e5932c,...) at zyd_cmd+0x1f0 > >zyd_read16(c69cc567,c0bd8504,c3e30c10,c07aa70b,c69cc567,...) at > >zyd_read16+0x38 > >zyd_rfwrite(1,c69c2a00,c3e30c98,c69c9124,c69c2a08,...) at zyd_rfwrite+0x1c > >zyd_al2230_set_channel(c69c2a08,2,c69cc567,ac7,0,...) at > >zyd_al2230_set_channel+0x21 > >zyd_set_chan(c0ca30d0,0,c69cc567,ac7,c0c38d34,...) at zyd_set_chan+0x54 > >zyd_scantask(c69c2a00,0,5c,c0af321d,0,...) at zyd_scantask+0xe1 > >usb_task_thread(c0c38d34,c3e30d38,c0afb326,322,c40cc8c0,...) at > >usb_task_thread+0xca > >fork_exit(c06dcfd0,c0c38d34,c3e30d38) at fork_exit+0x112 > >fork_trampoline() at fork_trampoline+0x8 > >--- trap 0, eip = 0, esp = 0xc3e30d70, ebp = 0 --- > >db> > > > > > > In zyd_newstate the current code does this: > > usb_rem_task(sc->sc_udev, &sc->sc_task); > > /* do it in a process context */ > sc->sc_state = nstate; > sc->sc_arg = arg; > > if (nstate == IEEE80211_S_INIT) { > zvp->newstate(vap, nstate, arg); > return 0; > } else { > usb_add_task(sc->sc_udev, &sc->sc_task, USB_TASKQ_DRIVER); > return EINPROGRESS; > } > > You need to clear any pending task callbacks, not just the one > associated with sc_udev (unless your callbacks do evil things like check > the current state to deal with races). The transition to the INIT state > must execute synchronously for multiple reasons (including detach); in > that case it looks like you must explicitly cancel the task that handles > scan-related work. Oh. I see. :-) I'll will test and commit it. Thanks! regards, Weongyo Jeong From owner-cvs-src@FreeBSD.ORG Tue Sep 16 14:13:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29CAF1065677; Tue, 16 Sep 2008 14:13:14 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 00ADF8FC08; Tue, 16 Sep 2008 14:13:14 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GEDDEV093431; Tue, 16 Sep 2008 14:13:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GEDDNL093430; Tue, 16 Sep 2008 14:13:13 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809161413.m8GEDDNL093430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Tue, 16 Sep 2008 14:13: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/lib/libpmc libpmc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 14:13:14 -0000 jkoshy 2008-09-16 14:13:03 UTC FreeBSD src repository Modified files: lib/libpmc libpmc.c Log: SVN rev 183075 on 2008-09-16 14:13:03Z by jkoshy Correct an event name alias: event "k7-dc-misses" does not support a unitmask. Revision Changes Path 1.14 +1 -1 src/lib/libpmc/libpmc.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 14:57:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DBD106574B; Tue, 16 Sep 2008 14:57:30 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1817F8FC20; Tue, 16 Sep 2008 14:57:30 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GEvUHP005004; Tue, 16 Sep 2008 14:57:30 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GEvTHj004999; Tue, 16 Sep 2008 14:57:29 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809161457.m8GEvTHj004999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 16 Sep 2008 14:57: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/kern kern_proc.c tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 14:57:30 -0000 ed 2008-09-16 14:57:23 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c tty.c Log: SVN rev 183076 on 2008-09-16 14:57:23Z by ed Fix minor TTY API inconsistency. Unlike tty_rel_gone() and tty_rel_sess(), the tty_rel_pgrp() routine does not unlock the TTY. I once had the idea to make the code call tty_rel_pgrp() and tty_rel_sess(), picking up the TTY lock once. This turned out a little harder than I expected, so this is how it works now. It's a lot easier if we just let tty_rel_pgrp() unlock the TTY, because the other routines do this anyway. Revision Changes Path 1.268 +0 -1 src/sys/kern/kern_proc.c 1.289 +3 -0 src/sys/kern/tty.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 15:45:19 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E643810656C7; Tue, 16 Sep 2008 15:45:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA7E68FC17; Tue, 16 Sep 2008 15:45:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GFjHrS037862; Tue, 16 Sep 2008 15:45:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GFjHs3037861; Tue, 16 Sep 2008 15:45:17 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161545.m8GFjHs3037861@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 15:45: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/share/zoneinfo africa asia europe 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, 16 Sep 2008 15:45:20 -0000 jhb 2008-09-16 15:45:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo africa asia europe southamerica Log: SVN rev 183077 on 2008-09-16 15:45:10Z by jhb MFC: tzdata2008f. Revision Changes Path 1.10.2.9 +36 -4 src/share/zoneinfo/africa 1.14.2.16 +34 -3 src/share/zoneinfo/asia 1.18.2.13 +22 -1 src/share/zoneinfo/europe 1.12.2.17 +47 -3 src/share/zoneinfo/southamerica From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:15:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1E0C1065742; Tue, 16 Sep 2008 16:15:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B97538FC0A; Tue, 16 Sep 2008 16:15:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGFmLH028069; Tue, 16 Sep 2008 16:15:48 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGFmfx028068; Tue, 16 Sep 2008 16:15:48 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161615.m8GGFmfx028068@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 16:15: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/ufs/ufs ufs_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: Tue, 16 Sep 2008 16:15:49 -0000 jhb 2008-09-16 16:15:38 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_vnops.c Log: SVN rev 183078 on 2008-09-16 16:15:38Z by jhb vdropl() drops the vnode interlock. Thus, the code in the QUOTA case that upgrades the vnode lock if it is share locked was dropping the interlock before actually checking VI_DOOMED. Fix this by do the vdropl() after the check and relying on it to drop the vnode interlock. Reported by: pho Reviewed by: kib MFC after: 1 week Revision Changes Path 1.302 +2 -3 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:18:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9312106566B; Tue, 16 Sep 2008 16:18:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA2828FC12; Tue, 16 Sep 2008 16:18:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGInOY043865; Tue, 16 Sep 2008 16:18:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGInKF043864; Tue, 16 Sep 2008 16:18:49 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161618.m8GGInKF043864@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 16:18: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/ufs/ufs ufs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:18:49 -0000 jhb 2008-09-16 16:18:36 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_lookup.c Log: SVN rev 183079 on 2008-09-16 16:18:36Z by jhb - Only set i_offset in the parent directory's i-node during a lookup for non-LOOKUP operations. - Relax a VOP assertion for a DELETE lookup. rename() uses WANTPARENT instead of LOCKPARENT when looking up the source pathname. ufs_rename() uses a relookup() to lock the parent directory when it decides to finally remove the source path. Thus, it is ok for a DELETE with WANTPARENT set instead of LOCKPARENT to use a shared vnode lock rather than an exclusive vnode lock. Reported by: kris (2) Reviewed by: jeff Revision Changes Path 1.91 +9 -3 src/sys/ufs/ufs/ufs_lookup.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:24:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C68E106573B; Tue, 16 Sep 2008 16:24:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E34458FC1C; Tue, 16 Sep 2008 16:24:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGO55L074341; Tue, 16 Sep 2008 16:24:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGO5bp074340; Tue, 16 Sep 2008 16:24:05 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161624.m8GGO5bp074340@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 16:23:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ufs dirhash.h ufs_dirhash.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 16:24:06 -0000 jhb 2008-09-16 16:23:56 UTC FreeBSD src repository Modified files: sys/ufs/ufs dirhash.h ufs_dirhash.c Log: SVN rev 183080 on 2008-09-16 16:23:56Z by jhb Fix a race with shared lookups on UFS. If the the dirhash code reached the cap on memory usage, then shared LOOKUP operations could start free'ing dirhash structures. Without these fixes, concurrent free's on the same directory could result in one of the threads blocked on a lock in a dirhash structure free'd by the other thread. - Replace the lockmgr lock in the dirhash structure with an sx lock. - Use a reference count managed with ufsdirhash_hold()/drop() to determine when to free the dirhash structures. The directory i-node holds a reference while the dirhash is attached to an i-node. Code that wishes to lock the dirhash while holding a shared vnode lock must first acquire a private reference to the dirhash while holding the vnode interlock before acquiring the dirhash sx lock. After acquiring the sx lock, it drops the private reference after checking to see if the dirhash is still used by the directory i-node. Revision Changes Path 1.7 +5 -1 src/sys/ufs/ufs/dirhash.h 1.25 +82 -33 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:29:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F2B3106566C; Tue, 16 Sep 2008 16:29:08 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FBE18FC2D; Tue, 16 Sep 2008 16:29:08 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGT8JH006134; Tue, 16 Sep 2008 16:29:08 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGT6pc005905; Tue, 16 Sep 2008 16:29:06 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161629.m8GGT6pc005905@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 16:28:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/include cpufunc.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, 16 Sep 2008 16:29:08 -0000 marcel 2008-09-16 16:28:51 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: SVN rev 183081 on 2008-09-16 16:28:51Z by marcel In powerpc_get_pcpup(), make the inline assembly statement volatile so that the compiler won't perform CSE. For SMP, this may result in us accessing the wrong PCPU and as such results in a bogus curthread value. Note that getting curthread is not quite MP-safe in the sense that it requires two instructions that aren't performed atomically. The first instruction gets the address of the PCPU structure and the second instruction dereferences that pointer to get curthread. If a thread is switched-out in between these instructions and switched-in on a different CPU, we still get the wrong curthread. Revision Changes Path 1.27 +1 -1 src/sys/powerpc/include/cpufunc.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:29:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3848D1065674; Tue, 16 Sep 2008 16:29:54 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 105F08FC1D; Tue, 16 Sep 2008 16:29:54 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGTra8009894; Tue, 16 Sep 2008 16:29:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGTrBr009893; Tue, 16 Sep 2008 16:29:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809161629.m8GGTrBr009893@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Tue, 16 Sep 2008 16:29: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/lib/libpmc pmc.tsc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:29:54 -0000 jkoshy 2008-09-16 16:29:41 UTC FreeBSD src repository Added files: lib/libpmc pmc.tsc.3 Log: SVN rev 183082 on 2008-09-16 16:29:41Z by jkoshy Move TSC specific PMC information to its own manual page. Revision Changes Path 1.1 +79 -0 src/lib/libpmc/pmc.tsc.3 (new) From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:33:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E85C1065679; Tue, 16 Sep 2008 16:33:55 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1641D8FC36; Tue, 16 Sep 2008 16:33:55 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGXtHZ038478; Tue, 16 Sep 2008 16:33:55 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGXsti038472; Tue, 16 Sep 2008 16:33:54 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161633.m8GGXsti038472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 16:33: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/powerpc/powerpc mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:33:55 -0000 marcel 2008-09-16 16:33:36 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mp_machdep.c Log: SVN rev 183083 on 2008-09-16 16:33:36Z by marcel o Synchronize the APs timebase and decrementer values with the BSP. o Don't set/get the PIR register. It's CPU dependent. o Also initialize pcpup->pc_curpcb, in case it's dereferenced. Revision Changes Path 1.18 +13 -2 src/sys/powerpc/powerpc/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:35:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2FF31065790; Tue, 16 Sep 2008 16:35:10 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E357A8FC15; Tue, 16 Sep 2008 16:35:10 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGZAGq046562; Tue, 16 Sep 2008 16:35:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGZADe046559; Tue, 16 Sep 2008 16:35:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809161635.m8GGZADe046559@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Tue, 16 Sep 2008 16:34: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/lib/libpmc pmc.k7.3 pmc.k8.3 pmc.p4.3 pmc.p5.3 pmc.p6.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:35:11 -0000 jkoshy 2008-09-16 16:34:55 UTC FreeBSD src repository Added files: lib/libpmc pmc.k7.3 pmc.k8.3 pmc.p4.3 pmc.p5.3 pmc.p6.3 Log: SVN rev 183084 on 2008-09-16 16:34:55Z by jkoshy Move PMC documentation to separate manual pages, one per PMC class. Revision Changes Path 1.1 +239 -0 src/lib/libpmc/pmc.k7.3 (new) 1.1 +703 -0 src/lib/libpmc/pmc.k8.3 (new) 1.1 +1222 -0 src/lib/libpmc/pmc.p4.3 (new) 1.1 +402 -0 src/lib/libpmc/pmc.p5.3 (new) 1.1 +954 -0 src/lib/libpmc/pmc.p6.3 (new) From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:53:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B65E1065672; Tue, 16 Sep 2008 16:53:27 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 135A28FC0C; Tue, 16 Sep 2008 16:53:27 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGrQVJ067489; Tue, 16 Sep 2008 16:53:26 GMT (envelope-from svn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGrQCH067488; Tue, 16 Sep 2008 16:53:26 GMT (envelope-from svn@repoman.freebsd.org) Message-Id: <200809161653.m8GGrQCH067488@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to svn@repoman.freebsd.org using -f From: Subversion owner Date: Tue, 16 Sep 2008 16:53:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc.k8.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:53:27 -0000 svn 2008-09-16 16:53:26 UTC FreeBSD src repository Modified files: lib/libpmc pmc.k8.3 Log: SVN rev 183085 on 2008-09-16 16:53:26Z by svn Fix a typo. Revision Changes Path 1.2 +1 -1 src/lib/libpmc/pmc.k8.3 From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:57:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C362F106567F; Tue, 16 Sep 2008 16:57:27 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9C78FC1C; Tue, 16 Sep 2008 16:57:27 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGvRVJ094862; Tue, 16 Sep 2008 16:57:27 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGvRp2094857; Tue, 16 Sep 2008 16:57:27 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809161657.m8GGvRp2094857@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Tue, 16 Sep 2008 16:57:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc 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, 16 Sep 2008 16:57:27 -0000 jkoshy 2008-09-16 16:57:14 UTC FreeBSD src repository Modified files: lib/libpmc Makefile Log: SVN rev 183086 on 2008-09-16 16:57:14Z by jkoshy Build and install PMC-dependent manual pages. Revision Changes Path 1.11 +8 -0 src/lib/libpmc/Makefile From owner-cvs-src@FreeBSD.ORG Tue Sep 16 16:58:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D9E1065675; Tue, 16 Sep 2008 16:58:28 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFFF8FC16; Tue, 16 Sep 2008 16:58:28 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GGwSt5000265; Tue, 16 Sep 2008 16:58:28 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GGwSrX000260; Tue, 16 Sep 2008 16:58:28 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809161658.m8GGwSrX000260@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Tue, 16 Sep 2008 16:58: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/lib/libpmc pmc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 16:58:28 -0000 jkoshy 2008-09-16 16:58:24 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183087 on 2008-09-16 16:58:24Z by jkoshy Replace PMC-dependent content with references to the appropriate manual pages. Revision Changes Path 1.18 +25 -3100 src/lib/libpmc/pmc.3 From owner-cvs-src@FreeBSD.ORG Tue Sep 16 17:04:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24F68106572B; Tue, 16 Sep 2008 17:03:59 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82D758FC17; Tue, 16 Sep 2008 17:03:59 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GH3xJm032097; Tue, 16 Sep 2008 17:03:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GH3x95032090; Tue, 16 Sep 2008 17:03:59 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161703.m8GH3x95032090@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 17:03:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim swtch.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 17:04:01 -0000 marcel 2008-09-16 17:03:52 UTC FreeBSD src repository Modified files: sys/powerpc/aim swtch.S Log: SVN rev 183088 on 2008-09-16 17:03:52Z by marcel Set pcpup->pc_curthread and pcpup->pc_curpcb before calling pmap_activate. While pmap_activate doesn't need either, we do need a valid curthread if we enable KTR_PMAP. Revision Changes Path 1.26 +3 -3 src/sys/powerpc/aim/swtch.S From owner-cvs-src@FreeBSD.ORG Tue Sep 16 17:11:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF9F81065683; Tue, 16 Sep 2008 17:11:45 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86E928FC21; Tue, 16 Sep 2008 17:11:45 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GHBjvX074045; Tue, 16 Sep 2008 17:11:45 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GHBjaK074040; Tue, 16 Sep 2008 17:11:45 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161711.m8GHBjaK074040@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 17:11: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/powerpc/aim clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 17:11:45 -0000 marcel 2008-09-16 17:11:33 UTC FreeBSD src repository Modified files: sys/powerpc/aim clock.c Log: SVN rev 183089 on 2008-09-16 17:11:33Z by marcel o In decr_get_timecount() only read the low timebase register. We're only returning a 32-bit counter. o In decr_intr(), manually perform LICM, so that we don't test a loop invariant condition inside a loop. o Include Revision Changes Path 1.36 +9 -4 src/sys/powerpc/aim/clock.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 17:22:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E9F01065676; Tue, 16 Sep 2008 17:22:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F90D8FC23; Tue, 16 Sep 2008 17:22:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GHMVkG043583; Tue, 16 Sep 2008 17:22:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GHMV7T043577; Tue, 16 Sep 2008 17:22:31 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161722.m8GHMV7T043577@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 17:22:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/powerpc/aim mp_cpudep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 17:22:31 -0000 marcel 2008-09-16 17:22:16 UTC FreeBSD src repository Modified files: sys/powerpc/aim mp_cpudep.c Log: SVN rev 183090 on 2008-09-16 17:22:16Z by marcel Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1I caches if not yet enabed. This is required for coherency and atomic operations to work, not to mention performance. We use the L2 and L3 cache settings of the BSP to configure the APs caches. Can't be bad. Program NAP and not DOZE. DOZE is present only on earlier CPUs and the bit is reserved on the MPC7441 & MPC7451. NAP will do bus snooping to keep caches coherent. Program the PIR with the cpuid. This may not be necessary... Revision Changes Path 1.4 +110 -14 src/sys/powerpc/aim/mp_cpudep.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 17:39:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F231065674; Tue, 16 Sep 2008 17:39:02 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BA8118FC18; Tue, 16 Sep 2008 17:39:02 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GHd2T2040806; Tue, 16 Sep 2008 17:39:02 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GHd24M040805; Tue, 16 Sep 2008 17:39:02 GMT (envelope-from rodrigc@repoman.freebsd.org) Message-Id: <200809161739.m8GHd24M040805@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rodrigc@repoman.freebsd.org using -f From: Craig Rodrigues Date: Tue, 16 Sep 2008 17:39: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/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: Tue, 16 Sep 2008 17:39:03 -0000 rodrigc 2008-09-16 17:39:01 UTC FreeBSD src repository Modified files: sys/sys param.h Log: SVN rev 183091 on 2008-09-16 17:39:01Z by rodrigc Bump __FreeBSD_version to reflect that kernel NFS mount code can accept mount options in individual members of nmount() iovec array instead of one big struct nfs_args. Requested by: dfr Revision Changes Path 1.366 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Tue Sep 16 18:53:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CFE91065674; Tue, 16 Sep 2008 18:53:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E84BF8FC12; Tue, 16 Sep 2008 18:53:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GIr4aD015024; Tue, 16 Sep 2008 18:53:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GIr4wc015015; Tue, 16 Sep 2008 18:53:04 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200809161853.m8GIr4wc015015@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Tue, 16 Sep 2008 18:52:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netinet udp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 18:53:05 -0000 rwatson 2008-09-16 18:52:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet udp_usrreq.c Log: SVN rev 183092 on 2008-09-16 18:52:51Z by rwatson Conditionalize setting udp6_usrreqs.pru_soreceive to soreceive_dgram on #ifdef INET, as we don't define udp6_usrreqs when IPv6 isn't compiled into the kernel. Reported by: bf , Kovacs Robert Approved by: re (kib) Revision Changes Path 1.218.2.6 +2 -0 src/sys/netinet/udp_usrreq.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 19:07:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFD98106564A; Tue, 16 Sep 2008 19:07:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C03258FC16; Tue, 16 Sep 2008 19:07:05 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GJ75uW006126; Tue, 16 Sep 2008 19:07:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GJ75En006125; Tue, 16 Sep 2008 19:07:05 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161907.m8GJ75En006125@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 19:06:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ufs inode.h ufs_lookup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 19:07:05 -0000 jhb 2008-09-16 19:06:44 UTC FreeBSD src repository Modified files: sys/ufs/ufs inode.h ufs_lookup.c Log: SVN rev 183093 on 2008-09-16 19:06:44Z by jhb Retire the 'i_reclen' field from the in-memory i-node. Previously, during a DELETE lookup operation, lookup would cache the length of the directory entry to be deleted in 'i_reclen'. Later, the actual VOP to remove the directory entry (ufs_remove, ufs_rename, etc.) would call ufs_dirremove() which extended the length of the previous directory entry to "remove" the deleted entry. However, we always read the entire block containing the directory entry when doing the removal, so we always have the directory entry to be deleted in-memory when doing the update to the directory block. Also, we already have to figure out where the directory entry that is being removed is in the block so that we can pass the component name to the dirhash code to update the dirhash. So, instead of passing 'i_reclen' from ufs_lookup() to the ufs_dirremove() routine, just read the 'd_reclen' field directly out of the entry being removed when updating the length of the previous entry in the block. This avoids a cosmetic issue of writing to 'i_reclen' while holding a shared vnode lock. It also slightly reduces the amount of side-band data passed from ufs_lookup() to operations updating a directory via the directory's i-node. Reviewed by: jeff Revision Changes Path 1.54 +0 -1 src/sys/ufs/ufs/inode.h 1.92 +9 -6 src/sys/ufs/ufs/ufs_lookup.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 19:16:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BCF0106567F; Tue, 16 Sep 2008 19:16:37 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C01A8FC1B; Tue, 16 Sep 2008 19:16:36 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GJGa3Z057732; Tue, 16 Sep 2008 19:16:36 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GJGapO057731; Tue, 16 Sep 2008 19:16:36 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200809161916.m8GJGapO057731@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Tue, 16 Sep 2008 19:16: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/powerpc/aim mmu_oea.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 19:16:37 -0000 marcel 2008-09-16 19:16:33 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: SVN rev 183094 on 2008-09-16 19:16:33Z by marcel o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G) make it memory-coherency enforced (PTE_M). This is required for SMP to work. o Serialize tlbie operations and implement the tlbie operation in a function called tlbie(). Hardware can end up in a live-lock if between the tlbsync and subsequent sync on one processor another processor executes a tlbie or tlbsync. o Eliminate the following defines: TLBIE, TLBSYNC, SYNC and EIEIO Use either inline assembly statements or inline functions defined in Revision Changes Path 1.125 +42 -40 src/sys/powerpc/aim/mmu_oea.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 19:52:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A195910656BB; Tue, 16 Sep 2008 19:52:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5AECF8FC0C; Tue, 16 Sep 2008 19:52:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GJq8bu060981; Tue, 16 Sep 2008 19:52:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GJq8Tl060977; Tue, 16 Sep 2008 19:52:08 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809161952.m8GJq8Tl060977@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 19:52: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/pci vga_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, 16 Sep 2008 19:52:08 -0000 jhb 2008-09-16 19:52:02 UTC FreeBSD src repository Modified files: sys/dev/pci vga_pci.c Log: SVN rev 183095 on 2008-09-16 19:52:02Z by jhb Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-X interrupts. For the MSI/MSI-X case, we only allow 1 child device to use MSI or MSI-X at a time. Tested by: rnoland Revision Changes Path 1.6 +99 -1 src/sys/dev/pci/vga_pci.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:02:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA5B106566C; Tue, 16 Sep 2008 20:02:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D5B848FC1F; Tue, 16 Sep 2008 20:02:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GK29WT023798; Tue, 16 Sep 2008 20:02:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GK29Rs023792; Tue, 16 Sep 2008 20:02:09 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809162002.m8GK29Rs023792@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 20:01:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 20:02:10 -0000 jhb 2008-09-16 20:01:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_sleepqueue.c Log: SVN rev 183096 on 2008-09-16 20:01:57Z by jhb MFC: Close a race in sleepq_broadcast() where the sleepq could be reused after it had been assigned to the last sleeping thread. Approved by: re (kib) Revision Changes Path 1.39.2.5 +2 -3 src/sys/kern/subr_sleepqueue.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:03:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03AA71065702; Tue, 16 Sep 2008 20:03:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B71EC8FC1D; Tue, 16 Sep 2008 20:03:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GK3eAe034220; Tue, 16 Sep 2008 20:03:40 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GK3eiE034219; Tue, 16 Sep 2008 20:03:40 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809162003.m8GK3eiE034219@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Tue, 16 Sep 2008 20:03:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 20:03:41 -0000 mav 2008-09-16 20:03:34 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: SVN rev 183097 on 2008-09-16 20:03:34Z by mav Hide some of driver's internal debugging. Left only parts surely required for basic troubleshooting and configuration purposes. There is still very long output, but further shrinking makes it less informative. Original debugging can be enabled with hw.snd.verbose=4. Revision Changes Path 1.61 +173 -142 src/sys/dev/sound/pci/hda/hdac.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:04:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A724A1065674; Tue, 16 Sep 2008 20:04:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA038FC1C; Tue, 16 Sep 2008 20:04:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GK4uEu040840; Tue, 16 Sep 2008 20:04:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GK4uWj040839; Tue, 16 Sep 2008 20:04:56 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809162004.m8GK4uWj040839@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 20:04:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern subr_turnstile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 20:04:56 -0000 jhb 2008-09-16 20:04:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_turnstile.c Log: SVN rev 183098 on 2008-09-16 20:04:37Z by jhb MFC: Set UMA_ZONE_NOFREE for turnstiles so that the per-turnstile spin locks are type stable. Approved by: re (kib) Revision Changes Path 1.169.2.1 +4 -3 src/sys/kern/subr_turnstile.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:07:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D180B106566B; Tue, 16 Sep 2008 20:07:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7F238FC14; Tue, 16 Sep 2008 20:07:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GK7CdC057954; Tue, 16 Sep 2008 20:07:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GK7CB1057953; Tue, 16 Sep 2008 20:07:12 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809162007.m8GK7CB1057953@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 20:07:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 20:07:12 -0000 jhb 2008-09-16 20:07:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpica acpi.c Log: SVN rev 183099 on 2008-09-16 20:07:08Z by jhb MFC: Adjust the probe order further so that Host-PCI bridges are probed in the same order that they used to be probed. Now we just give CPUs a rediculously high order to ensure they are last. Approved by: re (kib) Revision Changes Path 1.243.2.4 +4 -9 src/sys/dev/acpica/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:26:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE1A106566B; Tue, 16 Sep 2008 20:26:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A493C8FC18; Tue, 16 Sep 2008 20:26:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GKQAja073395; Tue, 16 Sep 2008 20:26:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GKQAB1073394; Tue, 16 Sep 2008 20:26:10 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809162026.m8GKQAB1073394@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Tue, 16 Sep 2008 20:18: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/etc/defaults rc.conf src/etc/rc.d jail 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: Tue, 16 Sep 2008 20:26:10 -0000 thompsa 2008-09-16 20:18:25 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d jail share/man/man5 rc.conf.5 Log: SVN rev 183100 on 2008-09-16 20:18:25Z by thompsa Allow a jail to be started with a specific route fib. Reviewed by: secteam (simon) Reviewed by: brooks, bz Revision Changes Path 1.345 +1 -0 src/etc/defaults/rc.conf 1.39 +8 -1 src/etc/rc.d/jail 1.346 +6 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:27:59 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBE9106567A; Tue, 16 Sep 2008 20:27:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51FB28FC0C; Tue, 16 Sep 2008 20:27:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GKRx8S083614; Tue, 16 Sep 2008 20:27:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GKRxMl083609; Tue, 16 Sep 2008 20:27:59 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809162027.m8GKRxMl083609@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 16 Sep 2008 20:22: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/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 20:27:59 -0000 jhb 2008-09-16 20:22:22 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: SVN rev 183101 on 2008-09-16 20:22:22Z by jhb Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it, so the benefit of having acpi.ko as a standalone module is outweighed by the complications of drivers compiled into the kernel not including ACPI attachments by default. Discussed on: current Revision Changes Path 1.498 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:32:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D30411065743; Tue, 16 Sep 2008 20:32:44 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C146C8FC0C; Tue, 16 Sep 2008 20:32:44 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GKWiZD013275; Tue, 16 Sep 2008 20:32:44 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GKWinF013274; Tue, 16 Sep 2008 20:32:44 GMT (envelope-from csjp@repoman.freebsd.org) Message-Id: <200809162032.m8GKWinF013274@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to csjp@repoman.freebsd.org using -f From: "Christian S.J. Peron" Date: Tue, 16 Sep 2008 20:32: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/contrib/libpcap pcap-bpf.c pcap-int.h pcap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Sep 2008 20:32:44 -0000 csjp 2008-09-16 20:32:29 UTC FreeBSD src repository Modified files: contrib/libpcap pcap-bpf.c pcap-int.h pcap.c Log: SVN rev 183102 on 2008-09-16 20:32:29Z by csjp Implement zero-copy bpf(4) buffer or "zbuf" support for libpcap. A slightly different version has been committed upstream in the libpcap vendor branch. This will allow people to experiment with zero-copy bpf(4) without requiring external patches. Note to enable this functionality: sysctl net.bpf.zerocopy_enable=1 By default, libpcap will use the legacy buffering method unless this sysctl variable is set to 1. For the details about zero-copy bpf(4) implementation see svn change r177548. Requested by: many Discussed with: sam In collaboration with: rwatson Revision Changes Path 1.5 +310 -36 src/contrib/libpcap/pcap-bpf.c 1.14 +25 -1 src/contrib/libpcap/pcap-int.h 1.2 +766 -24 src/contrib/libpcap/pcap.c From owner-cvs-src@FreeBSD.ORG Tue Sep 16 20:50:10 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49A7B106566C; Tue, 16 Sep 2008 20:50:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id DF81D8FC12; Tue, 16 Sep 2008 20:50:09 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8GKnv0j097336; Tue, 16 Sep 2008 16:50:04 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Tue, 16 Sep 2008 16:49:46 -0400 User-Agent: KMail/1.9.7 References: <200809162027.m8GKRxMl083609@repoman.freebsd.org> In-Reply-To: <200809162027.m8GKRxMl083609@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809161649.46724.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Tue, 16 Sep 2008 16:50:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8265/Tue Sep 16 15:26:49 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 20:50:10 -0000 On Tuesday 16 September 2008 04:22:22 pm John Baldwin wrote: > jhb 2008-09-16 20:22:22 UTC > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC > Log: > SVN rev 183101 on 2008-09-16 20:22:22Z by jhb > > Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it, > so the benefit of having acpi.ko as a standalone module is outweighed by > the complications of drivers compiled into the kernel not including ACPI > attachments by default. > > Discussed on: current I have not disabled the build of the acpi.ko kernel module for now or changed any of the other infrastructure. The bits in the loader to auto-load the acpi.ko module are smart enough to not load it if it is already compiled into the kernel (or at least I haven't had any problems over the last N years I have had 'device acpi' in my i386 kernels). -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Sep 16 21:58:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0D2106574B; Tue, 16 Sep 2008 21:58:03 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE3908FC12; Tue, 16 Sep 2008 21:58:02 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8GLw2Ai085201; Tue, 16 Sep 2008 21:58:02 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8GLw2ct085200; Tue, 16 Sep 2008 21:58:02 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200809162158.m8GLw2ct085200@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 16 Sep 2008 21:57: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/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_srvsubs.c nfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 21:58:03 -0000 attilio 2008-09-16 21:57:39 UTC FreeBSD src repository Modified files: sys/nfsserver nfs.h nfs_serv.c nfs_srvsock.c nfs_srvsubs.c nfs_syscalls.c Log: SVN rev 183103 on 2008-09-16 21:57:39Z by attilio Decontext-alize the nfsserver module. Now, only some few places still require thread passing (mostly the ones which access to VOP_* functions) and will be fixed once the primitive also will be. Tested by: Giovanni Trematerra Revision Changes Path 1.84 +26 -29 src/sys/nfsserver/nfs.h 1.184 +55 -58 src/sys/nfsserver/nfs_serv.c 1.109 +0 -1 src/sys/nfsserver/nfs_srvsock.c 1.156 +2 -2 src/sys/nfsserver/nfs_srvsubs.c 1.120 +8 -11 src/sys/nfsserver/nfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 03:51:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8604B1065739; Wed, 17 Sep 2008 03:51:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C69638FC0A; Wed, 17 Sep 2008 03:51:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H3pdT0051904; Wed, 17 Sep 2008 03:51:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H3pdBl051903; Wed, 17 Sep 2008 03:51:39 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809170351.m8H3pdBl051903@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 17 Sep 2008 03:51:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.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, 17 Sep 2008 03:51:40 -0000 yongari 2008-09-17 03:51:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/jme if_jme.c if_jmereg.h Log: SVN rev 183104 on 2008-09-17 03:51:32Z by yongari MFC r182887-182888: r182887: Fix typo which resulted in invalid configuration for JMC260. r182888: Add workaround for CRC errors seen at 100Mbps on JMC250 A2. While here update chip revision number of JMC250/JMC260 from the latest datasheet. Approved by: re (kensmith) Revision Changes Path 1.1.2.6 +14 -1 src/sys/dev/jme/if_jme.c 1.1.2.2 +3 -2 src/sys/dev/jme/if_jmereg.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 03:53:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C471065679; Wed, 17 Sep 2008 03:53:40 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99C4B8FC18; Wed, 17 Sep 2008 03:53:40 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H3re6i052066; Wed, 17 Sep 2008 03:53:40 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H3re16052065; Wed, 17 Sep 2008 03:53:40 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809170353.m8H3re16052065@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Wed, 17 Sep 2008 03:53: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/lib/libpmc libpmc.c pmc.p5.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 03:53:40 -0000 jkoshy 2008-09-17 03:53:37 UTC FreeBSD src repository Modified files: lib/libpmc libpmc.c pmc.p5.3 Log: SVN rev 183105 on 2008-09-17 03:53:37Z by jkoshy Add event name aliases for Pentium PMCs. Revision Changes Path 1.15 +8 -1 src/lib/libpmc/libpmc.c 1.2 +15 -0 src/lib/libpmc/pmc.p5.3 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 04:04:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D8AC106564A; Wed, 17 Sep 2008 04:04:57 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0877A8FC17; Wed, 17 Sep 2008 04:04:57 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H44uGl083199; Wed, 17 Sep 2008 04:04:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H44uGx083189; Wed, 17 Sep 2008 04:04:56 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809170404.m8H44uGx083189@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 17 Sep 2008 04:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/jme if_jme.c if_jmereg.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, 17 Sep 2008 04:04:57 -0000 yongari 2008-09-17 04:04:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/jme if_jme.c if_jmereg.h Log: SVN rev 183106 on 2008-09-17 04:04:52Z by yongari MFC r182887-182888: r182887: Fix typo which resulted in invalid configuration for JMC260. r182888: Add workaround for CRC errors seen at 100Mbps on JMC250 A2. While here update chip revision number of JMC250/JMC260 from the latest datasheet. Approved by: re (kensmith) Revision Changes Path 1.2.2.5 +14 -1 src/sys/dev/jme/if_jme.c 1.1.4.2 +3 -2 src/sys/dev/jme/if_jmereg.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 04:13:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09A910656B8; Wed, 17 Sep 2008 04:13:27 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2CE38FC0A; Wed, 17 Sep 2008 04:13:27 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H4DROM015131; Wed, 17 Sep 2008 04:13:27 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H4DR16015130; Wed, 17 Sep 2008 04:13:27 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809170413.m8H4DR16015130@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Wed, 17 Sep 2008 04:13:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc libpmc.c pmc.p6.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 04:13:28 -0000 jkoshy 2008-09-17 04:13:14 UTC FreeBSD src repository Modified files: lib/libpmc libpmc.c pmc.p6.3 Log: SVN rev 183107 on 2008-09-17 04:13:14Z by jkoshy Whitespace fixes. Revision Changes Path 1.16 +10 -10 src/lib/libpmc/libpmc.c 1.2 +1 -1 src/lib/libpmc/pmc.p6.3 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 04:51:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A39F1065677; Wed, 17 Sep 2008 04:51:29 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CABD8FC12; Wed, 17 Sep 2008 04:51:29 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H4pStx048431; Wed, 17 Sep 2008 04:51:28 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H4pSLJ048430; Wed, 17 Sep 2008 04:51:28 GMT (envelope-from gshapiro@repoman.freebsd.org) Message-Id: <200809170451.m8H4pSLJ048430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gshapiro@repoman.freebsd.org using -f From: Gregory Neil Shapiro Date: Wed, 17 Sep 2008 04:51:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 04:51:29 -0000 gshapiro 2008-09-17 04:51:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/en_US.ISO8859-1/relnotes article.sgml Log: SVN rev 183108 on 2008-09-17 04:51:10Z by gshapiro Note sendmail 8.14.3 upgrade Approved by: re (kib) Revision Changes Path 1.1068.2.27 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 17 04:52:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 225B3106566C; Wed, 17 Sep 2008 04:52:45 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E95268FC20; Wed, 17 Sep 2008 04:52:44 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H4qihb048543; Wed, 17 Sep 2008 04:52:44 GMT (envelope-from gshapiro@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H4qi1j048542; Wed, 17 Sep 2008 04:52:44 GMT (envelope-from gshapiro@repoman.freebsd.org) Message-Id: <200809170452.m8H4qi1j048542@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gshapiro@repoman.freebsd.org using -f From: Gregory Neil Shapiro Date: Wed, 17 Sep 2008 04:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 04:52:45 -0000 gshapiro 2008-09-17 04:52:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: SVN rev 183109 on 2008-09-17 04:52:27Z by gshapiro Note sendmail 8.14.3 upgrade Approved by: re (kib) Revision Changes Path 1.883.2.93 +3 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Wed Sep 17 06:56:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C935106564A; Wed, 17 Sep 2008 06:56:32 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 334F68FC15; Wed, 17 Sep 2008 06:56:32 +0000 (UTC) (envelope-from svn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H6uVaJ005424; Wed, 17 Sep 2008 06:56:31 GMT (envelope-from svn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H6uVEe005401; Wed, 17 Sep 2008 06:56:31 GMT (envelope-from svn@repoman.freebsd.org) Message-Id: <200809170656.m8H6uVEe005401@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to svn@repoman.freebsd.org using -f From: Subversion owner Date: Wed, 17 Sep 2008 06:56:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsck_ffs fsck_ffs.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: Wed, 17 Sep 2008 06:56:32 -0000 svn 2008-09-17 06:56:31 UTC FreeBSD src repository Modified files: sbin/fsck_ffs fsck_ffs.8 Log: SVN rev 183110 on 2008-09-17 06:56:31Z by svn Document the -F 's return statement. If the application returns succesfully the return code is 7 (which means the filesystem is clean). PR: 127432 Submitted by: edwin MFC after: 3 days Revision Changes Path 1.36 +6 -0 src/sbin/fsck_ffs/fsck_ffs.8 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 08:05:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 144A01065691; Wed, 17 Sep 2008 08:05:49 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 863998FC27; Wed, 17 Sep 2008 08:05:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8H85mNQ071164; Wed, 17 Sep 2008 08:05:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8H85mTl071157; Wed, 17 Sep 2008 08:05:48 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809170805.m8H85mTl071157@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 17 Sep 2008 08:05:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/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: Wed, 17 Sep 2008 08:05:49 -0000 kib 2008-09-17 08:05:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/compat/linux linux_socket.c Log: SVN rev 183111 on 2008-09-17 08:05:39Z by kib MFC r182890: Remove superfluous copyin() of args, structures are already in kernel space. Approved by: re (kensmith) Revision Changes Path 1.74.2.1 +78 -155 src/sys/compat/linux/linux_socket.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 13:59:09 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57EF01065678; Wed, 17 Sep 2008 13:59:09 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A7088FC14; Wed, 17 Sep 2008 13:59:09 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HDx9rS038887; Wed, 17 Sep 2008 13:59:09 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HDx98w038886; Wed, 17 Sep 2008 13:59:09 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809171359.m8HDx98w038886@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Wed, 17 Sep 2008 13:59:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys ttydisc.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, 17 Sep 2008 13:59:09 -0000 ed 2008-09-17 13:59:05 UTC FreeBSD src repository Modified files: sys/sys ttydisc.h Log: SVN rev 183112 on 2008-09-17 13:59:05Z by ed Small consistency bug: remove named function attribute. Everywhere in we don't specify a function argument name, except in a single place. Also remove it there. Revision Changes Path 1.4 +1 -1 src/sys/sys/ttydisc.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 14:16:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FF06106568E for ; Wed, 17 Sep 2008 14:16:41 +0000 (UTC) (envelope-from cokane@FreeBSD.org) Received: from mail-out2.fuse.net (mail-out2.fuse.net [216.68.8.171]) by mx1.freebsd.org (Postfix) with ESMTP id EFBF98FC22 for ; Wed, 17 Sep 2008 14:16:40 +0000 (UTC) (envelope-from cokane@FreeBSD.org) X-CNFS-Analysis: v=1.0 c=1 a=N_V5K0fkZm4A:10 a=kd/oNEj6N0IM+Yei9lVcPA==:17 a=98awOHU8tKw9vNqoCY0A:9 a=SJEqFy4-4zj7lyEr90MA:7 a=lLH7lRtNmV_ulMs2jS0JdpPqfxsA:4 a=LY0hPdMaydYA:10 a=yCr39zrF8p9fxElLftwA:9 a=bMfz4zagezwIoMkQzD5wgLTnd0kA:4 a=rPt6xJ-oxjAA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Received: from [69.61.191.80] ([69.61.191.80:49908] helo=discordia) by mail-out2.fuse.net (ecelerity 2.1.1.22 r(17669)) with ESMTP id B1/0B-05680-4AD01D84 for ; Wed, 17 Sep 2008 10:01:09 -0400 Received: by discordia (Postfix, from userid 103) id ECA281DB2F9; Wed, 17 Sep 2008 10:01:08 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.31.1.6] (unknown [172.31.1.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 94AB216B55B; Wed, 17 Sep 2008 10:00:57 -0400 (EDT) From: Coleman Kane To: John Baldwin In-Reply-To: <200809151824.m8FIOaUj005250@repoman.freebsd.org> References: <200809151824.m8FIOaUj005250@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-iLPPxi0hDO89yEmr9a6h" Organization: FreeBSD Project Date: Wed, 17 Sep 2008 09:59:27 -0400 Message-Id: <1221659967.2525.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, rnoland@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access mentors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Sep 2008 14:16:41 -0000 --=-iLPPxi0hDO89yEmr9a6h Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-09-15 at 18:24 +0000, John Baldwin wrote: > jhb 2008-09-15 18:24:21 UTC >=20 > FreeBSD src repository >=20 > Modified files: > . access mentors=20 > Log: > SVN rev 183045 on 2008-09-15 18:24:21Z by jhb > =20 > Add a src commit bit for Robert Noland (rnoland@). Robert will be work= ing > on the DRM drivers in addition to his ports work. I will be his mentor= . > =20 > Approved by: core > =20 > Revision Changes Path > 1.895 +1 -0 CVSROOT/access > 1.19 +1 -0 CVSROOT/mentors >=20 More proof that no good deed goes unpunished. Welcome Robert! Thanks for mentoring him, jhb. --=20 Coleman Kane --=-iLPPxi0hDO89yEmr9a6h Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkjRDTcACgkQcMSxQcXat5cJKwCfRsKgfGn00tLsTxh3yyZNrBR6 4G8An2cw60Fg/A+Ltm3jpx6j6b4wiNUb =VmLO -----END PGP SIGNATURE----- --=-iLPPxi0hDO89yEmr9a6h-- From owner-cvs-src@FreeBSD.ORG Wed Sep 17 15:54:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D4DC106566B; Wed, 17 Sep 2008 15:54:11 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB4F58FC1A; Wed, 17 Sep 2008 15:54:10 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HFsAgC019486; Wed, 17 Sep 2008 15:54:10 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HFsAZl019478; Wed, 17 Sep 2008 15:54:10 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200809171554.m8HFsAZl019478@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Wed, 17 Sep 2008 15:49:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc src/share/man/man9 Makefile priv.9 suser.9 ucred.9 vfs_suser.9 src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c src/sys/kern kern_priv.c src/sys/netipx ipx.c src/sys/nfsserver nfs_serv.c src/sys/security/mac_bsdextended ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Sep 2008 15:54:11 -0000 attilio 2008-09-17 15:49:44 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc share/man/man9 Makefile priv.9 ucred.9 vfs_suser.9 sys/dev/cxgb/ulp/tom cxgb_cpl_io.c sys/kern kern_priv.c sys/netipx ipx.c sys/nfsserver nfs_serv.c sys/security/mac_bsdextended mac_bsdextended.c sys/sys priv.h Removed files: share/man/man9 suser.9 Log: SVN rev 183113 on 2008-09-17 15:49:44Z by attilio Remove the suser(9) interface from the kernel. It has been replaced from years by the priv_check(9) interface and just very few places are left. Note that compatibility stub with older FreeBSD version (all above the 8 limit though) are left in order to reduce diffs against old versions. It is responsibility of the maintainers for any module, if they think it is the case, to axe out such cases. This patch breaks KPI so __FreeBSD_version will be bumped into a later commit. This patch needs to be credited 50-50 with rwatson@ as he found time to explain me how the priv_check() works in detail and to review patches. Tested by: Giovanni Trematerra Reviewed by: rwatson Revision Changes Path 1.161 +2 -0 src/ObsoleteFiles.inc 1.341 +0 -2 src/share/man/man9/Makefile 1.7 +1 -2 src/share/man/man9/priv.9 1.35 +0 -115 src/share/man/man9/suser.9 (dead) 1.10 +0 -6 src/share/man/man9/ucred.9 1.4 +2 -3 src/share/man/man9/vfs_suser.9 1.20 +2 -2 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.6 +0 -21 src/sys/kern/kern_priv.c 1.34 +11 -4 src/sys/netipx/ipx.c 1.185 +4 -2 src/sys/nfsserver/nfs_serv.c 1.47 +24 -8 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.22 +0 -6 src/sys/sys/priv.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 15:56:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E01AD1065670; Wed, 17 Sep 2008 15:56:23 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4F288FC1C; Wed, 17 Sep 2008 15:56:23 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HFuNgi033911; Wed, 17 Sep 2008 15:56:23 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HFuNBj033909; Wed, 17 Sep 2008 15:56:23 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200809171556.m8HFuNBj033909@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Wed, 17 Sep 2008 15:50:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys 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: Wed, 17 Sep 2008 15:56:24 -0000 attilio 2008-09-17 15:50:41 UTC FreeBSD src repository Modified files: sys/sys param.h Log: SVN rev 183114 on 2008-09-17 15:50:41Z by attilio Document the suser(9) and suser_cred(9) interface removal. Revision Changes Path 1.367 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 18:18:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26ED6106566B; Wed, 17 Sep 2008 18:18:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 128FA8FC0A; Wed, 17 Sep 2008 18:18:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HIIlvl056721; Wed, 17 Sep 2008 18:18:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HIIl7B056720; Wed, 17 Sep 2008 18:18:47 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809171818.m8HIIl7B056720@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 18:13:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/share/man/man4/man4.i386 Makefile dpms.4 src/sys/conf files.i386 src/sys/i386/conf NOTES src/sys/i386/isa dpms.c src/sys/modules Makefile src/sys/modules/dpms Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 18:18:48 -0000 jhb 2008-09-17 18:13:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4/man4.i386 Makefile sys/conf files.i386 sys/i386/conf NOTES sys/modules Makefile Added files: (Branch: RELENG_7) share/man/man4/man4.i386 dpms.4 sys/i386/isa dpms.c sys/modules/dpms Makefile Log: SVN rev 183115 on 2008-09-17 18:13:16Z by jhb MFC: Add the dpms(4) driver to use the VESA BIOS for DPMS during suspend and resume. Approved by: re (kensmith) Revision Changes Path 1.185.2.2 +1 -0 src/share/man/man4/man4.i386/Makefile 1.1.2.1 +58 -0 src/share/man/man4/man4.i386/dpms.4 (new) 1.580.2.8 +1 -0 src/sys/conf/files.i386 1.1244.2.6 +2 -0 src/sys/i386/conf/NOTES 1.1.2.1 +230 -0 src/sys/i386/isa/dpms.c (new) 1.540.2.23 +2 -0 src/sys/modules/Makefile 1.1.2.1 +9 -0 src/sys/modules/dpms/Makefile (new) From owner-cvs-src@FreeBSD.ORG Wed Sep 17 18:20:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4804C106566C; Wed, 17 Sep 2008 18:20:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31D498FC0A; Wed, 17 Sep 2008 18:20:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HIKQhW063780; Wed, 17 Sep 2008 18:20:26 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HIKQdb063779; Wed, 17 Sep 2008 18:20:26 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200809171820.m8HIKQdb063779@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 17 Sep 2008 18:13: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/release/doc/zh_CN.GB2312 Makefile src/release/doc/zh_CN.GB2312/errata Makefile article.sgml src/release/doc/zh_CN.GB2312/hardware Makefile article.sgml src/release/doc/zh_CN.GB2312/readme Makefile article.sgml src/release/doc/zh_CN.GB2312/relnotes Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 18:20:26 -0000 delphij 2008-09-17 18:13:37 UTC FreeBSD src repository Modified files: release/doc/zh_CN.GB2312 Makefile release/doc/zh_CN.GB2312/errata Makefile article.sgml release/doc/zh_CN.GB2312/hardware Makefile article.sgml release/doc/zh_CN.GB2312/readme Makefile article.sgml release/doc/zh_CN.GB2312/relnotes Makefile article.sgml release/doc/zh_CN.GB2312/share/sgml catalog release.dsl Log: SVN rev 183116 on 2008-09-17 18:13:37Z by delphij Sync with English revisions. While I'm there set fbsd:notbinary attribute to make verify.py happy. Revision Changes Path 1.4 +1 -1 src/release/doc/zh_CN.GB2312/Makefile 1.3 +1 -1 src/release/doc/zh_CN.GB2312/errata/Makefile 1.6 +1 -1 src/release/doc/zh_CN.GB2312/errata/article.sgml 1.3 +1 -1 src/release/doc/zh_CN.GB2312/hardware/Makefile 1.2 +3 -21 src/release/doc/zh_CN.GB2312/hardware/article.sgml 1.2 +1 -1 src/release/doc/zh_CN.GB2312/readme/Makefile 1.5 +4 -3 src/release/doc/zh_CN.GB2312/readme/article.sgml 1.4 +1 -1 src/release/doc/zh_CN.GB2312/relnotes/Makefile 1.2 +202 -1247 src/release/doc/zh_CN.GB2312/relnotes/article.sgml 1.2 +1 -1 src/release/doc/zh_CN.GB2312/share/sgml/catalog 1.3 +1 -1 src/release/doc/zh_CN.GB2312/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Wed Sep 17 19:04:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C40F1065765; Wed, 17 Sep 2008 19:04:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30E5D8FC25; Wed, 17 Sep 2008 19:04:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HJ4ENX019906; Wed, 17 Sep 2008 19:04:14 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HJ4EBe019905; Wed, 17 Sep 2008 19:04:14 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200809171904.m8HJ4EBe019905@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 17 Sep 2008 19:04:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/release/doc/zh_CN.GB2312 Makefile src/release/doc/zh_CN.GB2312/errata Makefile article.sgml src/release/doc/zh_CN.GB2312/hardware Makefile article.sgml src/release/doc/zh_CN.GB2312/readme Makefile article.sgml src/release/doc/zh_CN.GB2312/relnotes Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 19:04:15 -0000 delphij 2008-09-17 19:04:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release/doc/zh_CN.GB2312 Makefile release/doc/zh_CN.GB2312/errata Makefile article.sgml release/doc/zh_CN.GB2312/hardware Makefile article.sgml release/doc/zh_CN.GB2312/readme Makefile article.sgml release/doc/zh_CN.GB2312/relnotes Makefile article.sgml release/doc/zh_CN.GB2312/share/sgml catalog release.dsl Log: SVN rev 183117 on 2008-09-17 19:04:03Z by delphij Merge English revisions as of 182972. Approved by: re (hrs) Revision Changes Path 1.2.2.2 +1 -1 src/release/doc/zh_CN.GB2312/Makefile 1.1.16.2 +1 -1 src/release/doc/zh_CN.GB2312/errata/Makefile 1.5.2.2 +38 -6 src/release/doc/zh_CN.GB2312/errata/article.sgml 1.1.18.2 +1 -1 src/release/doc/zh_CN.GB2312/hardware/Makefile 1.1.2.3 +2 -3 src/release/doc/zh_CN.GB2312/hardware/article.sgml 1.1.18.1 +1 -1 src/release/doc/zh_CN.GB2312/readme/Makefile 1.3.2.2 +1 -1 src/release/doc/zh_CN.GB2312/readme/article.sgml 1.2.2.2 +1 -1 src/release/doc/zh_CN.GB2312/relnotes/Makefile 1.1.2.3 +72 -1282 src/release/doc/zh_CN.GB2312/relnotes/article.sgml 1.1.18.1 +1 -1 src/release/doc/zh_CN.GB2312/share/sgml/catalog 1.2.2.1 +3 -3 src/release/doc/zh_CN.GB2312/share/sgml/release.dsl From owner-cvs-src@FreeBSD.ORG Wed Sep 17 19:11:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC5E31065739; Wed, 17 Sep 2008 19:11:45 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A2DE8FC08; Wed, 17 Sep 2008 19:11:45 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HJBj7L054939; Wed, 17 Sep 2008 19:11:45 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HJBjbj054938; Wed, 17 Sep 2008 19:11:45 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809171911.m8HJBjbj054938@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 17 Sep 2008 19:11: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/i386/xen xen_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 19:11:47 -0000 kmacy 2008-09-17 19:11:37 UTC FreeBSD src repository Modified files: sys/i386/xen xen_machdep.c Log: SVN rev 183118 on 2008-09-17 19:11:37Z by kmacy Some people have very strange notions of how large KVA_PAGES should be. The core of this change generalizes the initial page directory setup so that the kernel can be given arbitrarily large or small. - small formatting fixes - update copyright MFC after: 1 month Revision Changes Path 1.10 +55 -37 src/sys/i386/xen/xen_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:12:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 111D0106573D; Wed, 17 Sep 2008 20:12:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC53C8FC13; Wed, 17 Sep 2008 20:12:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKCVFr062691; Wed, 17 Sep 2008 20:12:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKCVHg062690; Wed, 17 Sep 2008 20:12:31 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172012.m8HKCVHg062690@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:12:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Sep 2008 20:12:33 -0000 jhb 2008-09-17 20:12:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/cpufreq est.c Log: SVN rev 183119 on 2008-09-17 20:12:24Z by jhb MFC: Add a proper detach method to est(4). Approved by: re (kib) Revision Changes Path 1.11.2.7 +6 -3 src/sys/i386/cpufreq/est.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:14:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9F4F1065670; Wed, 17 Sep 2008 20:14:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F27E8FC15; Wed, 17 Sep 2008 20:14:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKEWsn062863; Wed, 17 Sep 2008 20:14:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKEWbh062862; Wed, 17 Sep 2008 20:14:32 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172014.m8HKEWbh062862@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:14:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/sbni if_sbni.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Sep 2008 20:14:32 -0000 jhb 2008-09-17 20:14:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sbni if_sbni.c Log: SVN rev 183120 on 2008-09-17 20:14:19Z by jhb MFC: Disable the inline assembly crc32 routine and use the C version instead. Approved by: re (kib) Revision Changes Path 1.24.2.1 +0 -87 src/sys/dev/sbni/if_sbni.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:17:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E2DE10657D0; Wed, 17 Sep 2008 20:17:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B84E48FC78; Wed, 17 Sep 2008 20:17:33 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKHXiY063412; Wed, 17 Sep 2008 20:17:33 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKHX88063411; Wed, 17 Sep 2008 20:17:33 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809172017.m8HKHX88063411@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Wed, 17 Sep 2008 20:17: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/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 20:17:34 -0000 mav 2008-09-17 20:17:22 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183121 on 2008-09-17 20:17:22Z by mav Add set of snd_hda driver configuration examples to the man page. Revision Changes Path 1.17 +97 -0 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:18:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A680B106564A; Wed, 17 Sep 2008 20:18:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B84D8FC12; Wed, 17 Sep 2008 20:18:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKInsI063515; Wed, 17 Sep 2008 20:18:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKInO9063514; Wed, 17 Sep 2008 20:18:49 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172018.m8HKInO9063514@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:18: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/sbni if_sbni.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 17 Sep 2008 20:18:49 -0000 jhb 2008-09-17 20:18:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sbni if_sbni.c Log: SVN rev 183122 on 2008-09-17 20:18:37Z by jhb MFC: Disable the inline assembly crc32 routine and use the C version instead. Approved by: re (kib) Revision Changes Path 1.20.2.2 +0 -87 src/sys/dev/sbni/if_sbni.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:28:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4860106564A; Wed, 17 Sep 2008 20:28:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A97A68FC22; Wed, 17 Sep 2008 20:28:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKS5bo018385; Wed, 17 Sep 2008 20:28:05 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKS5tf018380; Wed, 17 Sep 2008 20:28:05 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809172028.m8HKS5tf018380@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Wed, 17 Sep 2008 20:28: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 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 20:28:05 -0000 mav 2008-09-17 20:28:01 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183123 on 2008-09-17 20:28:01Z by mav Fix a typo. Revision Changes Path 1.18 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:30:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42D73106572E; Wed, 17 Sep 2008 20:30:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C8698FC18; Wed, 17 Sep 2008 20:30:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKUpY4027792; Wed, 17 Sep 2008 20:30:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKUpxi027787; Wed, 17 Sep 2008 20:30:51 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172030.m8HKUpxi027787@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/vm vm_contig.c vm_pageout.c vm_pageout.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, 17 Sep 2008 20:30:53 -0000 jhb 2008-09-17 20:30:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_contig.c vm_pageout.c vm_pageout.h Log: SVN rev 183124 on 2008-09-17 20:30:42Z by jhb MFC: 173901,173918 - Tidy up: Add comments. Eliminate the pointless malloc_type_allocated(..., 0) calls that occur when contigmalloc() has failed. Eliminate the acquisition and release of the page queues lock from vm_page_release_contig(). Rename contigmalloc2() to contigmapping(), reflecting what it does. - Make contigmalloc(9)'s page laundering more robust. Specifically, use vm_pageout_fallback_object_lock() in vm_contig_launder_page() to better handle a lock-ordering problem. Consequently, trylock's failure on the page's containing object no longer implies that the page cannot be laundered. Approved by: re (kib), alc Revision Changes Path 1.63.2.1 +29 -22 src/sys/vm/vm_contig.c 1.292.2.3 +1 -1 src/sys/vm/vm_pageout.c 1.41.10.1 +1 -0 src/sys/vm/vm_pageout.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:34:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5ABF106567C; Wed, 17 Sep 2008 20:34:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA4D8FC08; Wed, 17 Sep 2008 20:34:07 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKY7tL050160; Wed, 17 Sep 2008 20:34:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKY7jv050159; Wed, 17 Sep 2008 20:34:07 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172034.m8HKY7jv050159@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:34:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 20:34:07 -0000 jhb 2008-09-17 20:34:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c Log: SVN rev 183125 on 2008-09-17 20:34:02Z by jhb MFC: Account for pv entry pages in the total number of wired pages. (Note: pv entry pages have always been included in the total number of wired pages on i386 just not amd64.) Approved by: re (kib), alc Revision Changes Path 1.590.2.6 +6 -3 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:35:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5B41065688; Wed, 17 Sep 2008 20:35:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8D278FC1F; Wed, 17 Sep 2008 20:35:04 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKZ4n1054461; Wed, 17 Sep 2008 20:35:04 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKZ4NH054455; Wed, 17 Sep 2008 20:35:04 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809172035.m8HKZ4NH054455@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Wed, 17 Sep 2008 20:34: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/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 20:35:05 -0000 mav 2008-09-17 20:34:50 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183126 on 2008-09-17 20:34:50Z by mav Bump modification date. Revision Changes Path 1.19 +1 -1 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:39:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35CC3106564A; Wed, 17 Sep 2008 20:39:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 234468FC1B; Wed, 17 Sep 2008 20:39:45 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKdjuF085877; Wed, 17 Sep 2008 20:39:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKdiIW085876; Wed, 17 Sep 2008 20:39:44 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172039.m8HKdiIW085876@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:38:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 20:39:45 -0000 jhb 2008-09-17 20:38:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: SVN rev 183127 on 2008-09-17 20:38:18Z by jhb MFC: 174104 Improve get_pv_entry()'s handling of low-memory conditions. After page allocation fails and pv entries are reclaimed, there may be an unused pv entry in a pv chunk that survived the reclamation. However, previously, after reclamation, get_pv_entry() did not look for an unused pv entry in a surviving pv chunk; it simply retried the page allocation. Now, it does look for an unused pv entry before retrying the page allocation. Note: This only applies to RELENG_7. Earlier branches use a different pv entry allocator. Approved by: re (kib), alc Revision Changes Path 1.590.2.7 +14 -12 src/sys/amd64/amd64/pmap.c 1.594.2.9 +21 -31 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:45:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54A8F106566B; Wed, 17 Sep 2008 20:45:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 291818FC17; Wed, 17 Sep 2008 20:45:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKjWR7017321; Wed, 17 Sep 2008 20:45:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKjW3h017314; Wed, 17 Sep 2008 20:45:32 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172045.m8HKjW3h017314@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:45: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/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 17 Sep 2008 20:45:32 -0000 jhb 2008-09-17 20:45:18 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: SVN rev 183128 on 2008-09-17 20:45:18Z by jhb MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GB large pages. MFC after: 1 month Revision Changes Path 1.186 +6 -6 src/sys/i386/i386/identcpu.c 1.46 +6 -0 src/sys/i386/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 20:49:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CBEA1065683; Wed, 17 Sep 2008 20:49:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10E418FC12; Wed, 17 Sep 2008 20:49:48 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HKnlXc056350; Wed, 17 Sep 2008 20:49:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HKnlRV056349; Wed, 17 Sep 2008 20:49:47 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172049.m8HKnlRV056349@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 20:49:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/amd64/include specialreg.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, 17 Sep 2008 20:49:48 -0000 jhb 2008-09-17 20:49:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 identcpu.c sys/amd64/include specialreg.h Log: SVN rev 183129 on 2008-09-17 20:49:42Z by jhb MFC: Recognize architectural support for 1GB virtual pages. Approved by: re (kib), alc Revision Changes Path 1.154.2.1 +1 -1 src/sys/amd64/amd64/identcpu.c 1.40.2.3 +1 -0 src/sys/amd64/include/specialreg.h From owner-cvs-src@FreeBSD.ORG Wed Sep 17 21:05:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DC171065688; Wed, 17 Sep 2008 21:05:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF0F8FC14; Wed, 17 Sep 2008 21:05:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8HL5qGX019378; Wed, 17 Sep 2008 21:05:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8HL5qnU019377; Wed, 17 Sep 2008 21:05:52 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809172105.m8HL5qnU019377@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 17 Sep 2008 21:05:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 21:05:52 -0000 jhb 2008-09-17 21:05:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: SVN rev 183130 on 2008-09-17 21:05:31Z by jhb MFC: 180352 In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT to vm_page_alloc() instead of VM_ALLOC_SYSTEM. VM_ALLOC_SYSTEM was the logical choice before FreeBSD 7.0 because VM_ALLOC_INTERRUPT could not reclaim a cached page. Simply put, there was no ordering between VM_ALLOC_INTERRUPT and VM_ALLOC_SYSTEM as to which "dug deeper" into the cache and free queues. Now, there is; VM_ALLOC_INTERRUPT dominates VM_ALLOC_SYSTEM. While I'm here, teach pmap_growkernel() to request a prezeroed page. Approved by: re (kib), alc Revision Changes Path 1.590.2.8 +8 -4 src/sys/amd64/amd64/pmap.c 1.594.2.10 +4 -2 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 01:09:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D801065674; Thu, 18 Sep 2008 01:09:27 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA388FC19; Thu, 18 Sep 2008 01:09:27 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I19Rar098307; Thu, 18 Sep 2008 01:09:27 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I19Rsp098306; Thu, 18 Sep 2008 01:09:27 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809180109.m8I19Rsp098306@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Thu, 18 Sep 2008 01:09:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/xen mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 01:09:27 -0000 kmacy 2008-09-18 01:09:15 UTC FreeBSD src repository Modified files: sys/i386/xen mp_machdep.c Log: SVN rev 183131 on 2008-09-18 01:09:15Z by kmacy fix initial page directory setup for APs to work when KERNBASE < 0xc0000000 MFC after: 1 month Revision Changes Path 1.2 +36 -37 src/sys/i386/xen/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 02:33:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BB1106566B; Thu, 18 Sep 2008 02:33:29 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCE68FC19; Thu, 18 Sep 2008 02:33:23 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.21.138] (helo=devil.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kg9Kb-000CnD-UW; Thu, 18 Sep 2008 10:33:22 +0800 Message-ID: <48D1BDF0.3070602@micom.mng.net> Date: Thu, 18 Sep 2008 10:33:20 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.16 (X11/20080901) MIME-Version: 1.0 To: Roman Kurakin References: <200809140924.m8E9OO94005172@repoman.freebsd.org> In-Reply-To: <200809140924.m8E9OO94005172@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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: Thu, 18 Sep 2008 02:33:29 -0000 Roman Kurakin wrote: > rik 2008-09-14 09:24:12 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > Log: > SVN rev 183015 on 2008-09-14 09:24:12Z by rik > > Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058. > How about the rest of PR? thanks, Ganbold > > PR: 127058 > > Revision Changes Path > 1.193 +2 -0 src/sys/netinet/ip_fw2.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > > From owner-cvs-src@FreeBSD.ORG Thu Sep 18 02:41:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87075106564A; Thu, 18 Sep 2008 02:41:44 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (mail.inse.ru [144.206.128.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7658FC08; Thu, 18 Sep 2008 02:41:44 +0000 (UTC) (envelope-from rik@inse.ru) Received: from www.inse.ru (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTPSA id E8B2633C51; Thu, 18 Sep 2008 06:41:42 +0400 (MSD) Message-ID: <48D1BE31.1080305@localhost.inse.ru> Date: Thu, 18 Sep 2008 06:34:25 +0400 From: Roman Kurakin User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Ganbold References: <200809140924.m8E9OO94005172@repoman.freebsd.org> <48D1BDF0.3070602@micom.mng.net> In-Reply-To: <48D1BDF0.3070602@micom.mng.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , 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: Thu, 18 Sep 2008 02:41:44 -0000 Ganbold wrote: > Roman Kurakin wrote: >> rik 2008-09-14 09:24:12 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet ip_fw2.c Log: >> SVN rev 183015 on 2008-09-14 09:24:12Z by rik >> Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058. >> > > How about the rest of PR? Working on this. To much ENOTIME to move faster. I just need to be sure that there is no more optimal solution. As you may see I've reduced one useless variable in the committed variant. I already have some ideas about the rest of PR, just need to recheck them and finally test the result. By the way, are you expecting this to hit the upcoming release or it is fine to just hit the current for now? rik > thanks, > > Ganbold > >> PR: 127058 >> Revision Changes Path >> 1.193 +2 -0 src/sys/netinet/ip_fw2.c >> _______________________________________________ >> cvs-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/cvs-all >> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >> >> >> >> > From owner-cvs-src@FreeBSD.ORG Thu Sep 18 02:48:36 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43BF4106564A; Thu, 18 Sep 2008 02:48:36 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id ED5AD8FC17; Thu, 18 Sep 2008 02:48:35 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.21.138] (helo=devil.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kg9ZK-000Cz8-2L; Thu, 18 Sep 2008 10:48:34 +0800 Message-ID: <48D1C180.2070004@micom.mng.net> Date: Thu, 18 Sep 2008 10:48:32 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.16 (X11/20080901) MIME-Version: 1.0 To: Roman Kurakin References: <200809140924.m8E9OO94005172@repoman.freebsd.org> <48D1BDF0.3070602@micom.mng.net> <48D1BE31.1080305@localhost.inse.ru> In-Reply-To: <48D1BE31.1080305@localhost.inse.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , 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: Thu, 18 Sep 2008 02:48:36 -0000 Roman Kurakin wrote: > Ganbold wrote: >> Roman Kurakin wrote: >>> rik 2008-09-14 09:24:12 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/netinet ip_fw2.c Log: >>> SVN rev 183015 on 2008-09-14 09:24:12Z by rik >>> Export IPFW_TABLES_MAX via sysctl. Part of PR: 127058. >>> >> >> How about the rest of PR? > Working on this. To much ENOTIME to move faster. I just need to be sure > that there is no more optimal solution. As you may see I've reduced one > useless variable in the committed variant. I already have some ideas > about > the rest of PR, just need to recheck them and finally test the result. > > By the way, are you expecting this to hit the upcoming release or it > is fine > to just hit the current for now? It is fine for CURRENT now :) thanks, Ganbold > > rik >> thanks, >> >> Ganbold >> >>> PR: 127058 >>> Revision Changes Path >>> 1.193 +2 -0 src/sys/netinet/ip_fw2.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" >>> >>> >>> >>> >> > > _______________________________________________ > 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" > > > -- Didja' ever have to make up your mind, Pick up on one and leave the other behind, It's not often easy, and it's not often kind, Didja' ever have to make up your mind? -- Lovin' Spoonful From owner-cvs-src@FreeBSD.ORG Thu Sep 18 02:59:28 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6A59106564A; Thu, 18 Sep 2008 02:59:28 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 981518FC2B; Thu, 18 Sep 2008 02:59:28 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I2xS3P011236; Thu, 18 Sep 2008 02:59:28 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I2xSJv011235; Thu, 18 Sep 2008 02:59:28 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809180259.m8I2xSJv011235@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Thu, 18 Sep 2008 02:59: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/xen mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 02:59:28 -0000 kmacy 2008-09-18 02:59:19 UTC FreeBSD src repository Modified files: sys/i386/xen mp_machdep.c Log: SVN rev 183132 on 2008-09-18 02:59:19Z by kmacy Change order of pcpu initialization so the pc_prvspace is set MFC after: 1 month Revision Changes Path 1.3 +1 -1 src/sys/i386/xen/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 03:20:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384A91065698; Thu, 18 Sep 2008 03:20:01 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8978FC0A; Thu, 18 Sep 2008 03:20:01 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I3K0f8074365; Thu, 18 Sep 2008 03:20:00 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I3K008074364; Thu, 18 Sep 2008 03:20:00 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809180320.m8I3K008074364@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Thu, 18 Sep 2008 03:19:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 intr_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: Thu, 18 Sep 2008 03:20:01 -0000 kmacy 2008-09-18 03:19:46 UTC FreeBSD src repository Modified files: sys/i386/i386 intr_machdep.c Log: SVN rev 183133 on 2008-09-18 03:19:46Z by kmacy Don't do round robin assignment of interrupts on xen MFC after: 1 month Revision Changes Path 1.37 +7 -0 src/sys/i386/i386/intr_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 04:13:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C304C106564A; Thu, 18 Sep 2008 04:13:53 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B03468FC1B; Thu, 18 Sep 2008 04:13:53 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I4Dmgk045230; Thu, 18 Sep 2008 04:13:48 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I4DmeS045229; Thu, 18 Sep 2008 04:13:48 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809180413.m8I4DmeS045229@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Thu, 18 Sep 2008 04:13:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive.h archive_read_support_format_mtree.c src/lib/libarchive/test test_read_format_mtree.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 04:13:53 -0000 kientzle 2008-09-18 04:13:36 UTC FreeBSD src repository Modified files: lib/libarchive archive.h archive_read_support_format_mtree.c lib/libarchive/test test_read_format_mtree.c Log: SVN rev 183134 on 2008-09-18 04:13:36Z by kientzle Trying to distinguish different "versions" of mtree files was a silly idea. Submitted by: Joerg Sonnenberger Revision Changes Path 1.20 +0 -2 src/lib/libarchive/archive.h 1.10 +1 -1 src/lib/libarchive/archive_read_support_format_mtree.c 1.4 +1 -1 src/lib/libarchive/test/test_read_format_mtree.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 04:14:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 120181065736; Thu, 18 Sep 2008 04:14:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF5078FC1C; Thu, 18 Sep 2008 04:14:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I4EYw6050624; Thu, 18 Sep 2008 04:14:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I4EY4E050619; Thu, 18 Sep 2008 04:14:34 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809180414.m8I4EY4E050619@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 18 Sep 2008 04:14: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/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 04:14:35 -0000 thompsa 2008-09-18 04:14:28 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: SVN rev 183135 on 2008-09-18 04:14:28Z by thompsa Make sure there is at least one port to avoid divide by zero when choosing the tx port. PR: kern/122794 MFC after: 3 days Revision Changes Path 1.29 +2 -1 src/sys/net/if_lagg.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 04:19:20 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCEFD106567A; Thu, 18 Sep 2008 04:19:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 926998FC13; Thu, 18 Sep 2008 04:19:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I4JK1c083899; Thu, 18 Sep 2008 04:19:20 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I4JKkU083898; Thu, 18 Sep 2008 04:19:20 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200809180419.m8I4JKkU083898@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Thu, 18 Sep 2008 04:19: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/lib/libarchive archive.h archive_entry.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, 18 Sep 2008 04:19:20 -0000 kientzle 2008-09-18 04:19:06 UTC FreeBSD src repository Modified files: lib/libarchive archive.h archive_entry.h Log: SVN rev 183136 on 2008-09-18 04:19:06Z by kientzle MfP4: Generalize int64_t in the public headers to support compilers which have a 64-bit integer type but don't provide standard C99 definitions. Revision Changes Path 1.21 +5 -3 src/lib/libarchive/archive.h 1.29 +4 -2 src/lib/libarchive/archive_entry.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 05:08:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 396681065673; Thu, 18 Sep 2008 05:08:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7DB8FC1C; Thu, 18 Sep 2008 05:08:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8I58cvc077822; Thu, 18 Sep 2008 05:08:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8I58cGW077817; Thu, 18 Sep 2008 05:08:38 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809180508.m8I58cGW077817@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Thu, 18 Sep 2008 05:08: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/share/man/man4 age.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 05:08:39 -0000 yongari 2008-09-18 05:08:17 UTC FreeBSD src repository Modified files: share/man/man4 age.4 Log: SVN rev 183137 on 2008-09-18 05:08:17Z by yongari Add ASUS P5KPL-C to the list of supported motherboard. Reported by: < nikola.lecic anthesphoria dot net > Revision Changes Path 1.3 +3 -1 src/share/man/man4/age.4 From owner-cvs-src@FreeBSD.ORG Thu Sep 18 10:17:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D54A106564A; Thu, 18 Sep 2008 10:17:13 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D6F818FC1C; Thu, 18 Sep 2008 10:17:12 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IAHCVf012228; Thu, 18 Sep 2008 10:17:12 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IAHC5B012221; Thu, 18 Sep 2008 10:17:12 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809181017.m8IAHC5B012221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 18 Sep 2008 10:16: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/lib/libpmc pmc.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: Thu, 18 Sep 2008 10:17:13 -0000 jkoshy 2008-09-18 10:16:54 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183138 on 2008-09-18 10:16:54Z by jkoshy Document new PMC classes, capabilities and CPU kinds. Improve typography. Revision Changes Path 1.19 +63 -28 src/lib/libpmc/pmc.3 From owner-cvs-src@FreeBSD.ORG Thu Sep 18 10:20:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD3A1065715; Thu, 18 Sep 2008 10:20:43 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 702F58FC18; Thu, 18 Sep 2008 10:20:43 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IAKhhS030803; Thu, 18 Sep 2008 10:20:43 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IAKhRf030802; Thu, 18 Sep 2008 10:20:43 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809181020.m8IAKhRf030802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Thu, 18 Sep 2008 10:20:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpmc pmc.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: Thu, 18 Sep 2008 10:20:44 -0000 jkoshy 2008-09-18 10:20:35 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183139 on 2008-09-18 10:20:35Z by jkoshy Improve grammar. Revision Changes Path 1.20 +2 -2 src/lib/libpmc/pmc.3 From owner-cvs-src@FreeBSD.ORG Thu Sep 18 10:30:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A76AF1065689; Thu, 18 Sep 2008 10:30:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1258FC08; Thu, 18 Sep 2008 10:30:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IAUjEY093124; Thu, 18 Sep 2008 10:30:45 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IAUjDk093119; Thu, 18 Sep 2008 10:30:45 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200809181030.m8IAUjDk093119@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 18 Sep 2008 10:30:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_hda.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 10:30:45 -0000 mav 2008-09-18 10:30:29 UTC FreeBSD src repository Modified files: share/man/man4 snd_hda.4 Log: SVN rev 183140 on 2008-09-18 10:30:29Z by mav Fix small mistake. Revision Changes Path 1.20 +3 -3 src/share/man/man4/snd_hda.4 From owner-cvs-src@FreeBSD.ORG Thu Sep 18 12:12:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8665F1065676; Thu, 18 Sep 2008 12:12:48 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEE38FC1F; Thu, 18 Sep 2008 12:12:48 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8ICCmfp043094; Thu, 18 Sep 2008 12:12:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8ICCmgw043093; Thu, 18 Sep 2008 12:12:48 GMT (envelope-from sos@repoman.freebsd.org) Message-Id: <200809181212.m8ICCmgw043093@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sos@repoman.freebsd.org using -f From: Søren Schmidt Date: Thu, 18 Sep 2008 12:12:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Thu, 18 Sep 2008 12:12:48 -0000 sos 2008-09-18 12:12:34 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h Log: SVN rev 183141 on 2008-09-18 12:12:34Z by sos Cleanup the AHCI code a bit. Add suspend/resume for AHCI, general methods added. Inspired by: Andrey V. Elsukov Revision Changes Path 1.227 +90 -54 src/sys/dev/ata/ata-chipset.c 1.129 +27 -2 src/sys/dev/ata/ata-pci.c 1.91 +4 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 13:56:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE0C1065674; Thu, 18 Sep 2008 13:56:36 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64A768FC15; Thu, 18 Sep 2008 13:56:36 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IDuaD5089889; Thu, 18 Sep 2008 13:56:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IDuaxT089888; Thu, 18 Sep 2008 13:56:36 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809181356.m8IDuaxT089888@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 18 Sep 2008 13:56:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 13:56:40 -0000 marius 2008-09-18 13:56:30 UTC FreeBSD src repository Modified files: sys/sparc64/include smp.h sys/sparc64/sparc64 genassym.c mp_machdep.c Log: SVN rev 183142 on 2008-09-18 13:56:30Z by marius - Newer firmware versions no longer provide SUNW,stop-self so just disable interrupts and loop forever with these. - Hide all MP-related bits in underneath #ifdef SMP. - Inline ipi_all_but_self(9) and ipi_selected(9). We don't expose any additional bits but save a few cycles by doing so. - Remove ipi_all(9), which actually only called panic(9). It can't be implemented natively anyway and having it removed at least causes MI users to fail already fail when linking. Revision Changes Path 1.25 +38 -6 src/sys/sparc64/include/smp.h 1.76 +6 -0 src/sys/sparc64/sparc64/genassym.c 1.47 +14 -24 src/sys/sparc64/sparc64/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 14:04:10 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0765A1065737; Thu, 18 Sep 2008 14:04:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7908FC22; Thu, 18 Sep 2008 14:04:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IE488B031768; Thu, 18 Sep 2008 14:04:08 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IE48xA031767; Thu, 18 Sep 2008 14:04:08 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200809181404.m8IE48xA031767@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Thu, 18 Sep 2008 14:04: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/sbin/bsdlabel bsdlabel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 14:04:10 -0000 lulf 2008-09-18 14:04:02 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.c Log: SVN rev 183143 on 2008-09-18 14:04:02Z by lulf - Make bsdlabel use libgeom to determine provider name, device path, the media size and the sector size. - Fix a bug where bsdlabel would try to read a regular file using the geom_bsd class. Quick review by: phk Approved by: pjd (mentor) Revision Changes Path 1.115 +40 -22 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 14:17:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0F7A1065804; Thu, 18 Sep 2008 14:17:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C6CC98FC23; Thu, 18 Sep 2008 14:17:24 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IEHOLq014985; Thu, 18 Sep 2008 14:17:24 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IEHOiA014978; Thu, 18 Sep 2008 14:17:24 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809181417.m8IEHOiA014978@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 18 Sep 2008 14:17: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/sparc64/sparc64 intr_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: Thu, 18 Sep 2008 14:17:25 -0000 marius 2008-09-18 14:17:10 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 intr_machdep.c Log: SVN rev 183144 on 2008-09-18 14:17:10Z by marius - Add a missing prototype. - Remove a banal comment. Revision Changes Path 1.35 +2 -2 src/sys/sparc64/sparc64/intr_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 14:48:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F9D10656A3; Thu, 18 Sep 2008 14:48:57 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF6C58FC18; Thu, 18 Sep 2008 14:48:56 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IEmu0A049446; Thu, 18 Sep 2008 14:48:56 GMT (envelope-from sbruno@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IEmuhN049445; Thu, 18 Sep 2008 14:48:56 GMT (envelope-from sbruno@repoman.freebsd.org) Message-Id: <200809181448.m8IEmuhN049445@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sbruno@repoman.freebsd.org using -f From: Sean Bruno Date: Thu, 18 Sep 2008 14:48:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam.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, 18 Sep 2008 14:48:57 -0000 sbruno 2008-09-18 14:48:46 UTC FreeBSD src repository Modified files: sys/cam cam.h Log: SVN rev 183145 on 2008-09-18 14:48:46Z by sbruno Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future patches for target mode that are forthcoming. Reviewed by: Scott Long MFC after: 2 days Revision Changes Path 1.12 +1 -0 src/sys/cam/cam.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 15:02:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A0861065684; Thu, 18 Sep 2008 15:02:29 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 04CF28FC1D; Thu, 18 Sep 2008 15:02:28 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IF2Rid029030; Thu, 18 Sep 2008 15:02:27 GMT (envelope-from sbruno@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IF2RFD029025; Thu, 18 Sep 2008 15:02:27 GMT (envelope-from sbruno@repoman.freebsd.org) Message-Id: <200809181502.m8IF2RFD029025@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sbruno@repoman.freebsd.org using -f From: Sean Bruno Date: Thu, 18 Sep 2008 15:02: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/geom geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 15:02:29 -0000 sbruno 2008-09-18 15:02:19 UTC FreeBSD src repository Modified files: sys/geom geom_io.c Log: SVN rev 183146 on 2008-09-18 15:02:19Z by sbruno Just a fixup for a KTRACE message I stumbled upon many moons ago. Reviewed by: Scott Long MFC after: 2 days Revision Changes Path 1.78 +1 -1 src/sys/geom/geom_io.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 15:16:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 068D8106566C; Thu, 18 Sep 2008 15:16:00 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D01218FC19; Thu, 18 Sep 2008 15:15:59 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IFFx5u012983; Thu, 18 Sep 2008 15:15:59 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IFFxcp012982; Thu, 18 Sep 2008 15:15:59 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809181515.m8IFFxcp012982@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 18 Sep 2008 15:15: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/mips/malta gt_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: Thu, 18 Sep 2008 15:16:00 -0000 obrien 2008-09-18 15:15:42 UTC FreeBSD src repository Modified files: sys/mips/malta gt_pci.c Log: SVN rev 183147 on 2008-09-18 15:15:42Z by obrien Catch up with intr_event_create() API changes. Revision Changes Path 1.3 +1 -1 src/sys/mips/malta/gt_pci.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 15:25:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C20071065684; Thu, 18 Sep 2008 15:25:01 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F53D8FC16; Thu, 18 Sep 2008 15:25:01 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IFP1HB068281; Thu, 18 Sep 2008 15:25:01 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IFP1c8068280; Thu, 18 Sep 2008 15:25:01 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809181525.m8IFP1c8068280@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 18 Sep 2008 15:24: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/mips/mips intr_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: Thu, 18 Sep 2008 15:25:07 -0000 obrien 2008-09-18 15:24:49 UTC FreeBSD src repository Modified files: sys/mips/mips intr_machdep.c Log: SVN rev 183148 on 2008-09-18 15:24:49Z by obrien Catch up with intr_event_create() API changes. Revision Changes Path 1.3 +2 -2 src/sys/mips/mips/intr_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 15:25:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AAAF1065683; Thu, 18 Sep 2008 15:25:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 509A68FC1F; Thu, 18 Sep 2008 15:25:49 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IFPntb074744; Thu, 18 Sep 2008 15:25:49 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IFPn0Q074739; Thu, 18 Sep 2008 15:25:49 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809181525.m8IFPn0Q074739@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Thu, 18 Sep 2008 15:25: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/boot 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, 18 Sep 2008 15:25:49 -0000 obrien 2008-09-18 15:25:35 UTC FreeBSD src repository Modified files: sys/boot Makefile Log: SVN rev 183149 on 2008-09-18 15:25:35Z by obrien No FORTH for MIPS. Revision Changes Path 1.35 +4 -0 src/sys/boot/Makefile From owner-cvs-src@FreeBSD.ORG Thu Sep 18 17:32:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47DF110656B1; Thu, 18 Sep 2008 17:32:24 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 367E18FC15; Thu, 18 Sep 2008 17:32:22 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IHWMBd003185; Thu, 18 Sep 2008 17:32:22 GMT (envelope-from zec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IHWM5A003182; Thu, 18 Sep 2008 17:32:22 GMT (envelope-from zec@repoman.freebsd.org) Message-Id: <200809181732.m8IHWM5A003182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zec@repoman.freebsd.org using -f From: Marko Zec Date: Thu, 18 Sep 2008 17:32: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/share/misc committers-src.dot X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 17:32:25 -0000 zec 2008-09-18 17:32:13 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 183150 on 2008-09-18 17:32:13Z by zec Hello, svn world! (adding myself to yet another list) Approved by: silby (mentor) Revision Changes Path 1.85 +2 -0 src/share/misc/committers-src.dot From owner-cvs-src@FreeBSD.ORG Thu Sep 18 18:34:41 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C221C1065671; Thu, 18 Sep 2008 18:34:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 619708FC23; Thu, 18 Sep 2008 18:34:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8IIYY7K019403; Thu, 18 Sep 2008 14:34:35 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: SXren Schmidt Date: Thu, 18 Sep 2008 10:24:34 -0400 User-Agent: KMail/1.9.7 References: <200809181212.m8ICCmgw043093@repoman.freebsd.org> In-Reply-To: <200809181212.m8ICCmgw043093@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809181024.35437.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 18 Sep 2008 14:34:35 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8281/Thu Sep 18 13:13:14 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.3 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/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: Thu, 18 Sep 2008 18:34:41 -0000 On Thursday 18 September 2008 08:12:34 am SXren Schmidt wrote: > sos 2008-09-18 12:12:34 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h > Log: > SVN rev 183141 on 2008-09-18 12:12:34Z by sos > > Cleanup the AHCI code a bit. > Add suspend/resume for AHCI, general methods added. > > Inspired by: Andrey V. Elsukov Oo! I have suspend/resume for ICH then that fix my laptop at www.freebsd.org/~jhb/patches/ata_resume.patch. These count on being able to have some controller-specific data in the softc for holding state across suspend/resume. However, I'm glad to see you are now ok with having real suspend/resume methods. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Sep 18 18:34:50 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E2E1065688; Thu, 18 Sep 2008 18:34:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id B94708FC0A; Thu, 18 Sep 2008 18:34:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m8IIYY7L019403; Thu, 18 Sep 2008 14:34:41 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Marius Strobl Date: Thu, 18 Sep 2008 10:27:51 -0400 User-Agent: KMail/1.9.7 References: <200809181356.m8IDuaxT089888@repoman.freebsd.org> In-Reply-To: <200809181356.m8IDuaxT089888@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809181027.51997.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 18 Sep 2008 14:34:41 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8281/Thu Sep 18 13:13:14 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.3 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 18:34:50 -0000 On Thursday 18 September 2008 09:56:30 am Marius Strobl wrote: > marius 2008-09-18 13:56:30 UTC > > FreeBSD src repository > > Modified files: > sys/sparc64/include smp.h > sys/sparc64/sparc64 genassym.c mp_machdep.c > Log: > SVN rev 183142 on 2008-09-18 13:56:30Z by marius > > - Newer firmware versions no longer provide SUNW,stop-self so just > disable interrupts and loop forever with these. > - Hide all MP-related bits in underneath #ifdef SMP. > - Inline ipi_all_but_self(9) and ipi_selected(9). We don't expose any > additional bits but save a few cycles by doing so. > - Remove ipi_all(9), which actually only called panic(9). It can't be > implemented natively anyway and having it removed at least causes > MI users to fail already fail when linking. Should we just remove ipi_all() completely? -- John Baldwin From owner-cvs-src@FreeBSD.ORG Thu Sep 18 18:52:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B07B106566C; Thu, 18 Sep 2008 18:52:56 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E8438FC22; Thu, 18 Sep 2008 18:52:56 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IIqteJ019100; Thu, 18 Sep 2008 18:52:55 GMT (envelope-from stas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IIqt93019099; Thu, 18 Sep 2008 18:52:55 GMT (envelope-from stas@repoman.freebsd.org) Message-Id: <200809181852.m8IIqt93019099@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to stas@repoman.freebsd.org using -f From: Stanislav Sedov Date: Thu, 18 Sep 2008 18:51: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/amd64/amd64 identcpu.c src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 18:52:56 -0000 stas 2008-09-18 18:51:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/i386/i386 identcpu.c Log: SVN rev 183151 on 2008-09-18 18:51:32Z by stas - Recognize SAVE and OSXSAVE extended processor features. Approved by: kib (mentor) MFC after: 1 month Revision Changes Path 1.160 +2 -2 src/sys/amd64/amd64/identcpu.c 1.187 +2 -2 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 19:19:49 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71ADC1065676; Thu, 18 Sep 2008 19:19:49 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 00AA18FC17; Thu, 18 Sep 2008 19:19:48 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id m8IJJl8V056297; Thu, 18 Sep 2008 21:19:47 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id m8IJJlhM056296; Thu, 18 Sep 2008 21:19:47 +0200 (CEST) (envelope-from marius) Date: Thu, 18 Sep 2008 21:19:47 +0200 From: Marius Strobl To: John Baldwin Message-ID: <20080918191947.GX94638@alchemy.franken.de> References: <200809181356.m8IDuaxT089888@repoman.freebsd.org> <200809181027.51997.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809181027.51997.jhb@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 19:19:49 -0000 On Thu, Sep 18, 2008 at 10:27:51AM -0400, John Baldwin wrote: > On Thursday 18 September 2008 09:56:30 am Marius Strobl wrote: > > marius 2008-09-18 13:56:30 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sparc64/include smp.h > > sys/sparc64/sparc64 genassym.c mp_machdep.c > > Log: > > SVN rev 183142 on 2008-09-18 13:56:30Z by marius > > > > - Newer firmware versions no longer provide SUNW,stop-self so just > > disable interrupts and loop forever with these. > > - Hide all MP-related bits in underneath #ifdef SMP. > > - Inline ipi_all_but_self(9) and ipi_selected(9). We don't expose any > > additional bits but save a few cycles by doing so. > > - Remove ipi_all(9), which actually only called panic(9). It can't be > > implemented natively anyway and having it removed at least causes > > MI users to fail already fail when linking. > > Should we just remove ipi_all() completely? > Well, grepping in the CVS repository shows that there never was an actually consumer of ipi_all() (only #ifdef'ed out ones in ironically the sparc64 code) so it seems to be a good candidate for axing. Generally I can't think of a reason why MI code would want a CPU to send an IPI to itself. Actually, ipi_self() also isn't and never was used in MI code, only in ia64 and powerpc code for testing purposes. Marius From owner-cvs-src@FreeBSD.ORG Thu Sep 18 19:45:39 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 624B81065670; Thu, 18 Sep 2008 19:45:39 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8508FC12; Thu, 18 Sep 2008 19:45:39 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IJjdRc081842; Thu, 18 Sep 2008 19:45:39 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IJjdIg081841; Thu, 18 Sep 2008 19:45:39 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809181945.m8IJjdIg081841@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 18 Sep 2008 19:45: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/sys/sparc64/pci psycho.c psychoreg.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, 18 Sep 2008 19:45:39 -0000 marius 2008-09-18 19:45:22 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: SVN rev 183152 on 2008-09-18 19:45:22Z by marius Clear any possibly pending PCI error bits left by the firmware. These could trigger an error interrupt that we can't actually to do anything against as soon as enabling the error handlers. While at it don't bother about writing only to the write-one-to-clear bits when clearing error bits. Revision Changes Path 1.80 +56 -56 src/sys/sparc64/pci/psycho.c 1.15 +0 -8 src/sys/sparc64/pci/psychoreg.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 19:49:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E98A106566B; Thu, 18 Sep 2008 19:49:47 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from deepcore.dk (adsl.deepcore.dk [87.63.29.106]) by mx1.freebsd.org (Postfix) with ESMTP id D3B998FC24; Thu, 18 Sep 2008 19:49:46 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from [192.168.0.138] ([192.168.0.138]) by deepcore.dk (8.14.3/8.14.2) with ESMTP id m8IJRwAg091354; Thu, 18 Sep 2008 21:27:58 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: <45929AC0-E324-4CE5-962B-DEDFA9BD173C@FreeBSD.ORG> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: John Baldwin In-Reply-To: <200809181024.35437.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v926) Date: Thu, 18 Sep 2008 21:27:58 +0200 References: <200809181212.m8ICCmgw043093@repoman.freebsd.org> <200809181024.35437.jhb@freebsd.org> X-Mailer: Apple Mail (2.926) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (deepcore.dk [217.20.59.72]); Thu, 18 Sep 2008 21:27:58 +0200 (CEST) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: 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: Thu, 18 Sep 2008 19:49:47 -0000 On 18Sep, 2008, at 16:24 , John Baldwin wrote: > On Thursday 18 September 2008 08:12:34 am SXren Schmidt wrote: >> sos 2008-09-18 12:12:34 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h >> Log: >> SVN rev 183141 on 2008-09-18 12:12:34Z by sos >> >> Cleanup the AHCI code a bit. >> Add suspend/resume for AHCI, general methods added. >> >> Inspired by: Andrey V. Elsukov > > Oo! I have suspend/resume for ICH then that fix my laptop at > www.freebsd.org/~jhb/patches/ata_resume.patch. These count on being =20= > able to > have some controller-specific data in the softc for holding state =20 > across > suspend/resume. However, I'm glad to see you are now ok with having =20= > real > suspend/resume methods. Sure, but this needs more work in the sense that the chipinit/allocate =20= code needs to be sorted out so resume can get the chipset back into =20 shape without reallocating resources. If this is done properly it can =20= be generically used on all chipsets wihtout the need for suspend/=20 resume code for each and every chipset. These new hook should be used =20= for just that, not for kludging in all kinds of crap everywhere, its =20 *not* needed in any but a few special cases. Anyhow as is evident I dont have much time currently and I see that =20 things are getting somewhat out of control, so my opinion is just =20 that :) -S=F8ren -S=F8ren > > > --=20 > John Baldwin > -S=F8ren From owner-cvs-src@FreeBSD.ORG Thu Sep 18 19:54:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C05111065728; Thu, 18 Sep 2008 19:54:12 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E407C8FC2C; Thu, 18 Sep 2008 19:54:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IJsAWb032385; Thu, 18 Sep 2008 19:54:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IJsAo2032380; Thu, 18 Sep 2008 19:54:10 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809181954.m8IJsAo2032380@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 18 Sep 2008 19:54:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_printf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 19:54:13 -0000 imp 2008-09-18 19:54:02 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_printf.c Log: SVN rev 183153 on 2008-09-18 19:54:02Z by imp Mips doesn't have a long double that's different in size from double. Revision Changes Path 1.3 +1 -1 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_printf.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 19:57:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6F61065672; Thu, 18 Sep 2008 19:57:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1A758FC0C; Thu, 18 Sep 2008 19:57:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IJvQwd052374; Thu, 18 Sep 2008 19:57:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IJvQSi052368; Thu, 18 Sep 2008 19:57:26 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809181957.m8IJvQSi052368@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 18 Sep 2008 19:57: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/cddl/compat/opensolaris/kern opensolaris_atomic.c src/sys/cddl/compat/opensolaris/sys atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 19:57:27 -0000 imp 2008-09-18 19:57:06 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_atomic.c sys/cddl/compat/opensolaris/sys atomic.h Log: SVN rev 183154 on 2008-09-18 19:57:06Z by imp Mips needs the same treatment for atomic_or_8 as the other RISCy architectures. Revision Changes Path 1.3 +3 -2 src/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c 1.5 +3 -2 src/sys/cddl/compat/opensolaris/sys/atomic.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:04:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0A361065750; Thu, 18 Sep 2008 20:04:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 064038FC1A; Thu, 18 Sep 2008 20:04:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IK4SlV090875; Thu, 18 Sep 2008 20:04:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IK4Shm090869; Thu, 18 Sep 2008 20:04:28 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809182004.m8IK4Shm090869@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 18 Sep 2008 20:04: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/sys/kern vfs_cache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 20:04:29 -0000 jhb 2008-09-18 20:04:22 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: SVN rev 183155 on 2008-09-18 20:04:22Z by jhb Sort includes. Revision Changes Path 1.125 +8 -8 src/sys/kern/vfs_cache.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:10:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D40A3106566B; Thu, 18 Sep 2008 20:10:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A87E68FC1D; Thu, 18 Sep 2008 20:10:29 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IKATvH028850; Thu, 18 Sep 2008 20:10:29 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IKATNo028849; Thu, 18 Sep 2008 20:10:29 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809182010.m8IKATNo028849@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 18 Sep 2008 20:10: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/kern kern_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 20:10:30 -0000 jhb 2008-09-18 20:10:11 UTC FreeBSD src repository Modified files: sys/kern kern_syscalls.c Log: SVN rev 183156 on 2008-09-18 20:10:11Z by jhb Various style fixes. 7 space indent is just odd. Revision Changes Path 1.13 +77 -77 src/sys/kern/kern_syscalls.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:21:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7251B1065678; Thu, 18 Sep 2008 20:21:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4610A8FC14; Thu, 18 Sep 2008 20:21:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IKLZnp036539; Thu, 18 Sep 2008 20:21:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IKLZHf036538; Thu, 18 Sep 2008 20:21:35 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809182021.m8IKLZHf036538@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 18 Sep 2008 20:20:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_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: Thu, 18 Sep 2008 20:21:35 -0000 jhb 2008-09-18 20:20:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 vm_machdep.c sys/i386/i386 vm_machdep.c Log: SVN rev 183157 on 2008-09-18 20:20:00Z by jhb MFC: Update comments about the 0xcf9 register reset method. Approved by: re (kensmith, kib) Revision Changes Path 1.255.2.2 +7 -4 src/sys/amd64/amd64/vm_machdep.c 1.283.2.3 +7 -4 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:22:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32621106566C; Thu, 18 Sep 2008 20:22:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0633B8FC17; Thu, 18 Sep 2008 20:22:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IKMLpp041919; Thu, 18 Sep 2008 20:22:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IKMLHE041918; Thu, 18 Sep 2008 20:22:21 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809182022.m8IKMLHE041918@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 18 Sep 2008 20:20:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_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: Thu, 18 Sep 2008 20:22:22 -0000 jhb 2008-09-18 20:20:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 vm_machdep.c sys/i386/i386 vm_machdep.c Log: SVN rev 183158 on 2008-09-18 20:20:28Z by jhb MFC: Update comments about the 0xcf9 register reset method. Approved by: re (kensmith, kib) Revision Changes Path 1.248.2.4 +7 -4 src/sys/amd64/amd64/vm_machdep.c 1.259.2.7 +7 -4 src/sys/i386/i386/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:26:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D1B1065696; Thu, 18 Sep 2008 20:26:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D26218FC1E; Thu, 18 Sep 2008 20:26:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IKQMvP066281; Thu, 18 Sep 2008 20:26:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IKQM6J066280; Thu, 18 Sep 2008 20:26:22 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200809182026.m8IKQM6J066280@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 18 Sep 2008 20:26: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/sys sysent.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 20:26:23 -0000 jhb 2008-09-18 20:26:06 UTC FreeBSD src repository Modified files: sys/sys sysent.h Log: SVN rev 183159 on 2008-09-18 20:26:06Z by jhb Whitespace fixes. This file also had 7 space indent in a few places. Revision Changes Path 1.56 +39 -41 src/sys/sys/sysent.h From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:50:01 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 281571065676; Thu, 18 Sep 2008 20:50:01 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout020.mac.com (asmtpout020.mac.com [17.148.16.95]) by mx1.freebsd.org (Postfix) with ESMTP id 0E8968FC1C; Thu, 18 Sep 2008 20:50:01 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from vghiya-t60.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp020.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K7E0033FPPGUC70@asmtp020.mac.com>; Thu, 18 Sep 2008 12:48:54 -0700 (PDT) Message-id: <89B9A8BE-05F2-4DB2-B7B2-AB240AA9F0DD@mac.com> From: Marcel Moolenaar To: Marius Strobl In-reply-to: <20080918191947.GX94638@alchemy.franken.de> Date: Thu, 18 Sep 2008 12:48:52 -0700 References: <200809181356.m8IDuaxT089888@repoman.freebsd.org> <200809181027.51997.jhb@freebsd.org> <20080918191947.GX94638@alchemy.franken.de> X-Mailer: Apple Mail (2.929.2) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 20:50:01 -0000 On Sep 18, 2008, at 12:19 PM, Marius Strobl wrote: > On Thu, Sep 18, 2008 at 10:27:51AM -0400, John Baldwin wrote: >> On Thursday 18 September 2008 09:56:30 am Marius Strobl wrote: >>> marius 2008-09-18 13:56:30 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/sparc64/include smp.h >>> sys/sparc64/sparc64 genassym.c mp_machdep.c >>> Log: >>> SVN rev 183142 on 2008-09-18 13:56:30Z by marius >>> >>> - Newer firmware versions no longer provide SUNW,stop-self so just >>> disable interrupts and loop forever with these. >>> - Hide all MP-related bits in underneath #ifdef >>> SMP. >>> - Inline ipi_all_but_self(9) and ipi_selected(9). We don't expose >>> any >>> additional bits but save a few cycles by doing so. >>> - Remove ipi_all(9), which actually only called panic(9). It >>> can't be >>> implemented natively anyway and having it removed at least causes >>> MI users to fail already fail when linking. >> >> Should we just remove ipi_all() completely? >> > > Well, grepping in the CVS repository shows that there never was > an actually consumer of ipi_all() (only #ifdef'ed out ones in > ironically the sparc64 code) so it seems to be a good candidate > for axing. Generally I can't think of a reason why MI code would > want a CPU to send an IPI to itself. Actually, ipi_self() also > isn't and never was used in MI code, only in ia64 and powerpc > code for testing purposes. That's DS (=developer-specific) code rather than MI or MD code :-) Sending a test IPI to 'self' helps with bring-up or porting, but serves no real purpose (other than maybe a POST-like purpose) once IPIs are known to work... -- Marcel Moolenaar xcllnt@mac.com From owner-cvs-src@FreeBSD.ORG Thu Sep 18 20:57:11 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6F56106567A; Thu, 18 Sep 2008 20:57:11 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7AE918FC1C; Thu, 18 Sep 2008 20:57:11 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IKvB0k006600; Thu, 18 Sep 2008 20:57:11 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IKvBWv006595; Thu, 18 Sep 2008 20:57:11 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809182057.m8IKvBWv006595@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 18 Sep 2008 20:56: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/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 20:57:11 -0000 thompsa 2008-09-18 20:56:35 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: SVN rev 183160 on 2008-09-18 20:56:35Z by thompsa Move the protocol and port count checks to outside the loop, these conditions can not change while we have the lock so no point retesting. Revision Changes Path 1.30 +8 -8 src/sys/net/if_lagg.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 22:24:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B30011065751; Thu, 18 Sep 2008 22:24:58 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82C938FC1F; Thu, 18 Sep 2008 22:24:58 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IMOwIp098586; Thu, 18 Sep 2008 22:24:58 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IMOwca098585; Thu, 18 Sep 2008 22:24:58 GMT (envelope-from oleg@repoman.freebsd.org) Message-Id: <200809182224.m8IMOwca098585@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to oleg@repoman.freebsd.org using -f From: Oleg Bulyzhin Date: Thu, 18 Sep 2008 22:24:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/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: Thu, 18 Sep 2008 22:24:58 -0000 oleg 2008-09-18 22:24:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c Log: SVN rev 183161 on 2008-09-18 22:24:49Z by oleg MFC: 182874 bge_tick(): do not touch PHY if link is up. This should solve problem with extra input errors for some BCM57XX chips. PR: kern/122295 Approved by: re (kensmith) Revision Changes Path 1.198.2.10 +6 -2 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 22:29:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B84106575E; Thu, 18 Sep 2008 22:29:14 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8B88FC5C; Thu, 18 Sep 2008 22:29:14 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8IMTETL028241; Thu, 18 Sep 2008 22:29:14 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8IMTETr028240; Thu, 18 Sep 2008 22:29:14 GMT (envelope-from oleg@repoman.freebsd.org) Message-Id: <200809182229.m8IMTETr028240@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to oleg@repoman.freebsd.org using -f From: Oleg Bulyzhin Date: Thu, 18 Sep 2008 22:29:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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: Thu, 18 Sep 2008 22:29:14 -0000 oleg 2008-09-18 22:29:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: SVN rev 183162 on 2008-09-18 22:29:05Z by oleg MFC: 182874 bge_tick(): do not touch PHY if link is up. This should solve problem with extra input errors for some BCM57XX chips. PR: kern/122295 Approved by: re (kensmith) Revision Changes Path 1.91.2.32 +6 -2 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Thu Sep 18 23:56:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E413410656DE; Thu, 18 Sep 2008 23:56:47 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AEBD18FC1D; Thu, 18 Sep 2008 23:56:47 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8INul7W059900; Thu, 18 Sep 2008 23:56:47 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8INulhd059899; Thu, 18 Sep 2008 23:56:47 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809182356.m8INulhd059899@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Thu, 18 Sep 2008 23:56: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/cxgb/ulp/tom cxgb_cpl_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 18 Sep 2008 23:56:48 -0000 kmacy 2008-09-18 23:56:42 UTC FreeBSD src repository Modified files: sys/dev/cxgb/ulp/tom cxgb_cpl_io.c Log: SVN rev 183163 on 2008-09-18 23:56:42Z by kmacy Fix two panics: 1. panic: rtalloc1_fib: bad fibnum 2. panic: Lock tcpinp not exclusively locked @ /usr/src/sys/netinet/in_pcb.c:1284 Submitted by: Chelsio Inc. MFC after: 3 days Revision Changes Path 1.21 +4 -3 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 01:10:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5309106564A; Fri, 19 Sep 2008 01:10:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87DFA8FC12; Fri, 19 Sep 2008 01:10:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J1AYgo002705; Fri, 19 Sep 2008 01:10:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J1AYgd002697; Fri, 19 Sep 2008 01:10:34 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809190110.m8J1AYgd002697@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 19 Sep 2008 01:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 01:10:34 -0000 thompsa 2008-09-19 01:10:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_mbuf.c Log: SVN rev 183164 on 2008-09-19 01:10:19Z by thompsa MFC r182777 Remove the alignment of the align parameter. This is up to the caller to pass in and it breaks tap(4) on strict alignment machines as m_uiotombuf is called with ETHER_ALIGN. Approved by: re (kensmith) Revision Changes Path 1.174.2.2 +1 -3 src/sys/kern/uipc_mbuf.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 01:35:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B52210656BE; Fri, 19 Sep 2008 01:35:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D26D88FC2D; Fri, 19 Sep 2008 01:35:50 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J1ZoHb003362; Fri, 19 Sep 2008 01:35:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J1Zo51003357; Fri, 19 Sep 2008 01:35:50 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190135.m8J1Zo51003357@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 01:35:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libgcc 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, 19 Sep 2008 01:35:51 -0000 imp 2008-09-19 01:35:34 UTC FreeBSD src repository Modified files: gnu/lib/libgcc Makefile Log: SVN rev 183165 on 2008-09-19 01:35:34Z by imp Prefer the patch in p4 to the patch in svn as it properly sorts the architectures alphabetically. Revision Changes Path 1.61 +1 -1 src/gnu/lib/libgcc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 19 02:30:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 722831065749; Fri, 19 Sep 2008 02:30:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4539F8FC17; Fri, 19 Sep 2008 02:30:37 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J2UbUI035362; Fri, 19 Sep 2008 02:30:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J2Ubjk035355; Fri, 19 Sep 2008 02:30:37 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190230.m8J2Ubjk035355@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 02:30: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/gnu/lib/libgomp 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, 19 Sep 2008 02:30:37 -0000 imp 2008-09-19 02:30:22 UTC FreeBSD src repository Modified files: gnu/lib/libgomp Makefile Log: SVN rev 183166 on 2008-09-19 02:30:22Z by imp mfp4: sort the architectures alphabetically... Revision Changes Path 1.4 +1 -1 src/gnu/lib/libgomp/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:09:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03EB71065675; Fri, 19 Sep 2008 03:09:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB9F18FC1C; Fri, 19 Sep 2008 03:09:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J39r3p070658; Fri, 19 Sep 2008 03:09:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J39rXo070657; Fri, 19 Sep 2008 03:09:53 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190309.m8J39rXo070657@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 03:09: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/gnu/lib/libgcc 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, 19 Sep 2008 03:09:54 -0000 imp 2008-09-19 03:09:36 UTC FreeBSD src repository Modified files: gnu/lib/libgcc Makefile Log: SVN rev 183167 on 2008-09-19 03:09:36Z by imp MFP4: Add mips to the list of soft-float platforms. Revision Changes Path 1.62 +2 -2 src/gnu/lib/libgcc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:22:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 375121065740; Fri, 19 Sep 2008 03:22:55 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 235E28FC16; Fri, 19 Sep 2008 03:22:55 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3MtxP098256; Fri, 19 Sep 2008 03:22:55 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3MswC098255; Fri, 19 Sep 2008 03:22:54 GMT (envelope-from sobomax@repoman.freebsd.org) Message-Id: <200809190322.m8J3MswC098255@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sobomax@repoman.freebsd.org using -f From: Maxim Sobolev Date: Fri, 19 Sep 2008 03:22: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/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 03:22:55 -0000 sobomax 2008-09-19 03:22:47 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c Log: SVN rev 183168 on 2008-09-19 03:22:47Z by sobomax When attaching framebuffer to "/chosen/stdout" node fails, try attaching to "screen" node directly. The problem is that by default OF on some (all?) Macs either doesn't provide "/chosen/stdout" or redirects it somewhere, unless you boot in manual mode via CMD-ALT-O-F. It's nice to see normal FreeBSD boot output instead of blank gray screen. Revision Changes Path 1.10 +10 -2 src/sys/powerpc/ofw/ofw_syscons.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:33:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A34F61065735; Fri, 19 Sep 2008 03:33:56 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D16D28FC08; Fri, 19 Sep 2008 03:33:55 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3XtWk068503; Fri, 19 Sep 2008 03:33:55 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3Xt02068502; Fri, 19 Sep 2008 03:33:55 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <200809190333.m8J3Xt02068502@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Fri, 19 Sep 2008 03:33: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/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 03:33:58 -0000 alc 2008-09-19 03:33:49 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: SVN rev 183169 on 2008-09-19 03:33:49Z by alc MFamd64 SVN rev 179471 CVS rev 1.619 Correct an error in pmap_promote_pde() that may result in an errant promotion within the kernel's address space. Revision Changes Path 1.628 +3 -5 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:36:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43A4106567F; Fri, 19 Sep 2008 03:36:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7A9E8FC13; Fri, 19 Sep 2008 03:36:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3afol088932; Fri, 19 Sep 2008 03:36:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3afQX088927; Fri, 19 Sep 2008 03:36:41 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190336.m8J3afQX088927@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 03:36:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf ldscript.mips options.mips X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 03:36:41 -0000 imp 2008-09-19 03:36:37 UTC FreeBSD src repository Modified files: sys/conf ldscript.mips options.mips Log: SVN rev 183170 on 2008-09-19 03:36:37Z by imp Merge from p4: add Juniper license statement. Revision Changes Path 1.3 +35 -2 src/sys/conf/ldscript.mips 1.2 +28 -0 src/sys/conf/options.mips From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:37:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2987E1065676; Fri, 19 Sep 2008 03:37:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0F348FC17; Fri, 19 Sep 2008 03:37:12 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3bCmh092438; Fri, 19 Sep 2008 03:37:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3bC4O092433; Fri, 19 Sep 2008 03:37:12 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <200809190337.m8J3bC4O092433@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 19 Sep 2008 03:36:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/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: Fri, 19 Sep 2008 03:37:13 -0000 yongari 2008-09-19 03:36:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/re if_re.c Log: SVN rev 183171 on 2008-09-19 03:36:53Z by yongari MFC r182808: Read ethernet address from ID registers for RTL8102E/RTL8102EL as reading from EEPROM doesn't seem to work on these controllers. Reported by: Milan Obuch ( freebsd-net at dino dot sk ) Tested by: Milan Obuch ( freebsd-net at dino dot sk ) Approved by: re (kensmith) Revision Changes Path 1.95.2.36 +2 -1 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 03:47:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABBE8106566C; Fri, 19 Sep 2008 03:47:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F2C58FC15; Fri, 19 Sep 2008 03:47:44 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3lihB047986; Fri, 19 Sep 2008 03:47:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3liSR047979; Fri, 19 Sep 2008 03:47:44 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190347.m8J3liSR047979@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 03:47: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/mips/conf IDT X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 03:47:44 -0000 imp 2008-09-19 03:47:29 UTC FreeBSD src repository Modified files: sys/mips/conf IDT Log: SVN rev 183172 on 2008-09-19 03:47:29Z by imp Merge from p4: add bpf Revision Changes Path 1.5 +2 -0 src/sys/mips/conf/IDT From owner-cvs-src@FreeBSD.ORG Fri Sep 19 04:10:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68AB51065684; Fri, 19 Sep 2008 04:10:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA8A8FC12; Fri, 19 Sep 2008 04:10:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J4AMvZ026878; Fri, 19 Sep 2008 04:10:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J4AMKC026868; Fri, 19 Sep 2008 04:10:22 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190410.m8J4AMKC026868@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 04:10: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/mips/adm5120 obio.c src/sys/mips/idt obio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 04:10:22 -0000 imp 2008-09-19 04:10:09 UTC FreeBSD src repository Modified files: sys/mips/adm5120 obio.c sys/mips/idt obio.c Log: SVN rev 183173 on 2008-09-19 04:10:09Z by imp MFp4: Update the interrupt code from perforce. Submitted by: gonzo@ Revision Changes Path 1.3 +8 -17 src/sys/mips/adm5120/obio.c 1.3 +3 -35 src/sys/mips/idt/obio.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 04:16:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AF11106567A; Fri, 19 Sep 2008 04:16:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2DEE68FC0C; Fri, 19 Sep 2008 04:16:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J4GNY5064951; Fri, 19 Sep 2008 04:16:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J4GNdZ064948; Fri, 19 Sep 2008 04:16:23 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809190416.m8J4GNdZ064948@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 04:16: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/mips/malta gt_pci.c src/sys/mips/mips intr_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 04:16:23 -0000 imp 2008-09-19 04:16:13 UTC FreeBSD src repository Modified files: sys/mips/malta gt_pci.c sys/mips/mips intr_machdep.c Log: SVN rev 183174 on 2008-09-19 04:16:13Z by imp MFp4: Merge interrupt code from p4 Submitted by: gonzo@ Revision Changes Path 1.4 +7 -17 src/sys/mips/malta/gt_pci.c 1.4 +8 -20 src/sys/mips/mips/intr_machdep.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 05:10:41 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B1091065673; Fri, 19 Sep 2008 05:10:41 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AEC88FC08; Fri, 19 Sep 2008 05:10:41 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J5AfC8086878; Fri, 19 Sep 2008 05:10:41 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J5Aflc086749; Fri, 19 Sep 2008 05:10:41 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200809190510.m8J5Aflc086749@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Fri, 19 Sep 2008 05:10:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_zyd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 05:10:41 -0000 weongyo 2008-09-19 05:10:33 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: SVN rev 183175 on 2008-09-19 05:10:33Z by weongyo clear pending callbacks when the driver try to change the state Pointed by: sam Revision Changes Path 1.21 +2 -0 src/sys/dev/usb/if_zyd.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 07:40:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284781065688; Fri, 19 Sep 2008 07:40:44 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14EE18FC12; Fri, 19 Sep 2008 07:40:44 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J7eh1L004613; Fri, 19 Sep 2008 07:40:43 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J7ehPS004611; Fri, 19 Sep 2008 07:40:43 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200809190740.m8J7ehPS004611@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Fri, 19 Sep 2008 07:40:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_zyd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 07:40:44 -0000 weongyo 2008-09-19 07:40:30 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: SVN rev 183176 on 2008-09-19 07:40:30Z by weongyo fix a another driver bug related with tsleep() during detaching that this also can be happened if we pull the USN stick out forcibly. Currently the ZyDAS driver uses tsleep() when it try to query a read command to the device and it'd make a timeout if the device doesn't response within about 1 sec. In a case of that the USB stick is gone by hand and the driver's scanning with changing the channel numbers, the thread which is sleeping until a command requested is responded can be waked up after all detaching routines finished that means the zyd softc already freed. Tring to touch the softc freed by the wakeup thread makes a panic. So make sure that all sleeping threads should be waken up before the detach is completed and any other new requests to the device should be prevented. Revision Changes Path 1.22 +18 -6 src/sys/dev/usb/if_zyd.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 07:59:29 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECAD4106564A; Fri, 19 Sep 2008 07:59:29 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C03848FC14; Fri, 19 Sep 2008 07:59:29 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J7xTYW022500; Fri, 19 Sep 2008 07:59:29 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J7xTKJ022499; Fri, 19 Sep 2008 07:59:29 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200809190759.m8J7xTKJ022499@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Fri, 19 Sep 2008 07:59:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libgssapi gss_accept_sec_context.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 07:59:30 -0000 dfr 2008-09-19 07:59:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libgssapi gss_accept_sec_context.c Log: SVN rev 183177 on 2008-09-19 07:59:20Z by dfr MFC: r178692 - make sure we initialise delegated creds properly. This fixes a crash in sshd when a user authenticates using GSS-API. Approved by: re (kensmith) Revision Changes Path 1.3.2.1 +5 -1 src/lib/libgssapi/gss_accept_sec_context.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 09:04:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 866EE1065753; Fri, 19 Sep 2008 09:04:16 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6BB8FC15; Fri, 19 Sep 2008 09:04:16 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J94GuH044708; Fri, 19 Sep 2008 09:04:16 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J94GEP044703; Fri, 19 Sep 2008 09:04:16 GMT (envelope-from kevlo@repoman.freebsd.org) Message-Id: <200809190904.m8J94GEP044703@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kevlo@repoman.freebsd.org using -f From: Kevin Lo Date: Fri, 19 Sep 2008 09:04: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/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: Fri, 19 Sep 2008 09:04:16 -0000 kevlo 2008-09-19 09:04:06 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: SVN rev 183178 on 2008-09-19 09:04:06Z by kevlo Add a vendor ID for 3G Green Green Globe Co., Ltd, found in D-Link DPG-1200 remote control. Revision Changes Path 1.372 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Fri Sep 19 09:49:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CB65106566B; Fri, 19 Sep 2008 09:49:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A4E78FC13; Fri, 19 Sep 2008 09:49:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J9nUPL018549; Fri, 19 Sep 2008 09:49:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J9nUNS018548; Fri, 19 Sep 2008 09:49:30 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809190949.m8J9nUNS018548@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 19 Sep 2008 09:48:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern kern_exit.c src/sys/sys wait.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, 19 Sep 2008 09:49:31 -0000 kib 2008-09-19 09:48:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_exit.c sys/sys wait.h Log: SVN rev 183179 on 2008-09-19 09:48:25Z by kib MFC r182193: Implement WNOWAIT flag for wait4(2). It specifies that process whose status is returned shall be kept in the waitable state. Add WSTOPPED as an alias for WUNTRACED. MFC r182424 (by davidxu): Don't remove queued SIGCHLD if options contain WNOWAIT, so other threads still can be notified by the signal. Approved by: re (kensmith) Revision Changes Path 1.304.2.3 +14 -2 src/sys/kern/kern_exit.c 1.22.2.1 +4 -1 src/sys/sys/wait.h From owner-cvs-src@FreeBSD.ORG Fri Sep 19 10:21:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B99A1065675; Fri, 19 Sep 2008 10:21:43 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40E028FC13; Fri, 19 Sep 2008 10:21:43 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JALhZB060999; Fri, 19 Sep 2008 10:21:43 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JALhYY060996; Fri, 19 Sep 2008 10:21:43 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809191021.m8JALhYY060996@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 19 Sep 2008 10:21:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/snp snp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 10:21:43 -0000 ed 2008-09-19 10:21:30 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: SVN rev 183180 on 2008-09-19 10:21:30Z by ed Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR. kib@ and I have decided we will MFC the bpf(4)/snp(4) fixes after we've released 7.1. Make sure the code in HEAD doesn't refer to a flag we don't need anyway. snp(4) in the MPSAFE TTY P4 branch already works, but still needs some polishing before it can be integrated to SVN. Revision Changes Path 1.110 +1 -1 src/sys/dev/snp/snp.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 11:00:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B819106564A; Fri, 19 Sep 2008 11:00:30 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE29C8FC0A; Fri, 19 Sep 2008 11:00:29 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JB0Taq037269; Fri, 19 Sep 2008 11:00:29 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JB0T2T037268; Fri, 19 Sep 2008 11:00:29 GMT (envelope-from sobomax@repoman.freebsd.org) Message-Id: <200809191100.m8JB0T2T037268@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sobomax@repoman.freebsd.org using -f From: Maxim Sobolev Date: Fri, 19 Sep 2008 11:00:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 11:00:30 -0000 sobomax 2008-09-19 11:00:14 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw Makefile ofw_console.c Log: SVN rev 183181 on 2008-09-19 11:00:14Z by sobomax On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unless they point to the very same device. This should make loader usable on some (all?) PowerMacs, where "/chosen/stdout" is disconneted from the "screen" by the OF init process by default, except when user actually has requested interaction with OF by holding ALT-CMD-O-F. Along with rev 183168 this should provide a way to build bootable FreeBSD/ppc installation or live CD that works OOB. Also, it should bring PowerMac experience closer to that on other arches. MFC after: 1 week (assiming re@ blessing) Revision Changes Path 1.12 +1 -1 src/sys/boot/ofw/libofw/Makefile 1.14 +29 -0 src/sys/boot/ofw/libofw/ofw_console.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 11:59:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D7F91065745; Fri, 19 Sep 2008 11:59:31 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03F668FC1E; Fri, 19 Sep 2008 11:59:31 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JBxUrd001966; Fri, 19 Sep 2008 11:59:30 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JBxUp3001965; Fri, 19 Sep 2008 11:59:30 GMT (envelope-from rodrigc@repoman.freebsd.org) Message-Id: <200809191159.m8JBxUp3001965@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rodrigc@repoman.freebsd.org using -f From: Craig Rodrigues Date: Fri, 19 Sep 2008 11:59: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/sbin/mount_nfs mount_nfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 11:59:31 -0000 rodrigc 2008-09-19 11:59:10 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: SVN rev 183182 on 2008-09-19 11:59:10Z by rodrigc Use the version of the kernel returned by getosreldate() to determine whether to call the fallback_mount() backwards compatibility function or not. Reviewed by: dfr Revision Changes Path 1.80 +16 -6 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 13:17:33 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 264D91065684; Fri, 19 Sep 2008 13:17:33 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F13828FC18; Fri, 19 Sep 2008 13:17:32 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JDHWlw066492; Fri, 19 Sep 2008 13:17:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JDHWBT066491; Fri, 19 Sep 2008 13:17:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809191317.m8JDHWBT066491@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Fri, 19 Sep 2008 13:17:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.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, 19 Sep 2008 13:17:33 -0000 jkoshy 2008-09-19 13:17:22 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.8 Log: SVN rev 183183 on 2008-09-19 13:17:22Z by jkoshy Add an example illustrating the use sleep(1) for performing timed measurements. Revision Changes Path 1.15 +7 -2 src/usr.sbin/pmcstat/pmcstat.8 From owner-cvs-src@FreeBSD.ORG Fri Sep 19 13:21:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414DF106566B; Fri, 19 Sep 2008 13:21:34 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 184EA8FC1F; Fri, 19 Sep 2008 13:21:34 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JDLY3A091465; Fri, 19 Sep 2008 13:21:34 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JDLXSk091460; Fri, 19 Sep 2008 13:21:33 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809191321.m8JDLXSk091460@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Fri, 19 Sep 2008 13:21: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/lib/libpmc pmc.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, 19 Sep 2008 13:21:34 -0000 jkoshy 2008-09-19 13:21:23 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183184 on 2008-09-19 13:21:23Z by jkoshy Keep symbols in sorted order. Revision Changes Path 1.21 +4 -4 src/lib/libpmc/pmc.3 From owner-cvs-src@FreeBSD.ORG Fri Sep 19 13:32:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BAC91065670; Fri, 19 Sep 2008 13:32:37 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 131F08FC08; Fri, 19 Sep 2008 13:32:37 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JDWatW058882; Fri, 19 Sep 2008 13:32:36 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JDWaJW058881; Fri, 19 Sep 2008 13:32:36 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809191332.m8JDWaJW058881@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 19 Sep 2008 13:32:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys wait.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 13:32:37 -0000 kib 2008-09-19 13:32:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys wait.2 Log: SVN rev 183185 on 2008-09-19 13:32:17Z by kib MFC r182193 (libc part): Document WNOWAIT. Approved by: re (kensmith) Revision Changes Path 1.28.2.1 +10 -2 src/lib/libc/sys/wait.2 From owner-cvs-src@FreeBSD.ORG Fri Sep 19 14:51:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87613106564A; Fri, 19 Sep 2008 14:51:53 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0AE8FC1E; Fri, 19 Sep 2008 14:51:53 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JEprpn080913; Fri, 19 Sep 2008 14:51:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JEprjF080908; Fri, 19 Sep 2008 14:51:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200809191451.m8JEprjF080908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Fri, 19 Sep 2008 14:51:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmcstat pmcstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 14:51:53 -0000 jkoshy 2008-09-19 14:51:41 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.c Log: SVN rev 183186 on 2008-09-19 14:51:41Z by jkoshy Bring the usage message in sync with the manual page. Revision Changes Path 1.21 +2 -1 src/usr.sbin/pmcstat/pmcstat.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:09:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5033F106567D; Fri, 19 Sep 2008 15:09:55 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 27D468FC17; Fri, 19 Sep 2008 15:09:55 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JF9t27034977; Fri, 19 Sep 2008 15:09:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JF9tOO034976; Fri, 19 Sep 2008 15:09:55 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809191509.m8JF9tOO034976@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Fri, 19 Sep 2008 15:09:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/netstat bpf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 15:09:55 -0000 obrien 2008-09-19 15:09:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/netstat bpf.c Log: SVN rev 183187 on 2008-09-19 15:09:44Z by obrien Cast bd_rcount, bd_dcount, and bd_fcount to intmax_t for printing until the base types for these are synced with 8-CURRENT. Approved by: re(kensmith) Revision Changes Path 1.9.2.3 +2 -1 src/usr.bin/netstat/bpf.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:19:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C524E106567C; Fri, 19 Sep 2008 15:19:25 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B522D8FC08; Fri, 19 Sep 2008 15:19:25 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JFJO32092183; Fri, 19 Sep 2008 15:19:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JFJOh3092182; Fri, 19 Sep 2008 15:19:24 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809191519.m8JFJOh3092182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Fri, 19 Sep 2008 15:17:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern vfs_mount.c src/sys/sys mount.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, 19 Sep 2008 15:19:25 -0000 obrien 2008-09-19 15:17:32 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern vfs_mount.c sys/sys mount.h Log: SVN rev 183188 on 2008-09-19 15:17:32Z by obrien Add freebsd32 compat shim for nmount(2). (and quiet some compiler warnings for vfs_donmount) Revision Changes Path 1.79 +46 -2 src/sys/compat/freebsd32/freebsd32_misc.c 1.106 +1 -1 src/sys/compat/freebsd32/syscalls.master 1.292 +3 -7 src/sys/kern/vfs_mount.c 1.234 +1 -0 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:21:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D1D41065731; Fri, 19 Sep 2008 15:21:47 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E12708FC12; Fri, 19 Sep 2008 15:21:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JFLk9f096279; Fri, 19 Sep 2008 15:21:46 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JFLkvl096278; Fri, 19 Sep 2008 15:21:46 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809191521.m8JFLkvl096278@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Fri, 19 Sep 2008 15:21: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/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: Fri, 19 Sep 2008 15:21:48 -0000 obrien 2008-09-19 15:21:40 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: SVN rev 183189 on 2008-09-19 15:21:40Z by obrien Regenerate for r183188. Revision Changes Path 1.91 +8 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.90 +2 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.81 +2 -2 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.91 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:25:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE1A1065670; Fri, 19 Sep 2008 15:25:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 774468FC12; Fri, 19 Sep 2008 15:25:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JFPHoF096572; Fri, 19 Sep 2008 15:25:17 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JFPHo3096571; Fri, 19 Sep 2008 15:25:17 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <200809191525.m8JFPHo3096571@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Fri, 19 Sep 2008 15:25: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/dev/acpica acpi_quirk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 15:25:17 -0000 jkim 2008-09-19 15:25:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_quirk.c Log: SVN rev 183190 on 2008-09-19 15:25:13Z by jkim Clean up DSDT and XSDT correctly instead of FADT when the tables are bad. Submitted by: jhb Tested by: olli MFC after: 3 days Revision Changes Path 1.5 +2 -2 src/sys/dev/acpica/acpi_quirk.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:27:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 102261065675; Fri, 19 Sep 2008 15:27:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCCCF8FC18; Fri, 19 Sep 2008 15:27:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JFRmRm096779; Fri, 19 Sep 2008 15:27:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JFRm51096778; Fri, 19 Sep 2008 15:27:48 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809191527.m8JFRm51096778@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 19 Sep 2008 15:27: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/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: Fri, 19 Sep 2008 15:27:49 -0000 thompsa 2008-09-19 15:27:37 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: SVN rev 183191 on 2008-09-19 15:27:37Z by thompsa Change the wording to prefer 'forwarding' but still retain the word routing for clarity. Suggested by: dougb Revision Changes Path 1.347 +2 -1 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Sep 19 15:53:05 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A60A10656F6; Fri, 19 Sep 2008 15:53:04 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3D2E8FC14; Fri, 19 Sep 2008 15:53:04 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JFr4fH019609; Fri, 19 Sep 2008 15:53:04 GMT (envelope-from emax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JFr4s7019608; Fri, 19 Sep 2008 15:53:04 GMT (envelope-from emax@repoman.freebsd.org) Message-Id: <200809191553.m8JFr4s7019608@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emax@repoman.freebsd.org using -f From: Maksim Yevmenkin Date: Fri, 19 Sep 2008 15:52:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/uuid Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 15:53:05 -0000 emax 2008-09-19 15:52:56 UTC FreeBSD src repository Modified files: lib/libc/uuid Symbol.map Log: SVN rev 183192 on 2008-09-19 15:52:56Z by emax Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols into FBSD_1.1 section where they should be. Pointed out by: kib, deischen MFC after: 3 days Revision Changes Path 1.4 +3 -0 src/lib/libc/uuid/Symbol.map From owner-cvs-src@FreeBSD.ORG Fri Sep 19 16:12:57 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 093CF106568B; Fri, 19 Sep 2008 16:12:57 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id BC6708FC22; Fri, 19 Sep 2008 16:12:56 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id A37B71176B; Sat, 20 Sep 2008 01:54:13 +1000 (EST) Received: from peter-grehans-power-mac-g5.local (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.8.6-GA) with ESMTP id EIR28555 (AUTH peterg@ptree32.com.au); Sat, 20 Sep 2008 01:53:32 +1000 (EST) Message-ID: <48D3CB22.4090006@freebsd.org> Date: Fri, 19 Sep 2008 08:54:10 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Maxim Sobolev References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> In-Reply-To: <200809191100.m8JB0T2T037268@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@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: Fri, 19 Sep 2008 16:12:57 -0000 Hi Maxim, > On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unless > they point to the very same device. This should make loader usable on > some (all?) PowerMacs What machine(s) are you seeing this on ? I've 'C' hot-key booted a bunch of different models with 7.1-BETA. later, Peter. From owner-cvs-src@FreeBSD.ORG Fri Sep 19 16:19:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED18F1065683; Fri, 19 Sep 2008 16:19:32 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5E998FC08; Fri, 19 Sep 2008 16:19:32 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JGJWNJ044638; Fri, 19 Sep 2008 16:19:32 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JGJW3n044637; Fri, 19 Sep 2008 16:19:32 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <200809191619.m8JGJW3n044637@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Fri, 19 Sep 2008 16:14: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 Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 16:19:33 -0000 obrien 2008-09-19 16:14:42 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: SVN rev 183193 on 2008-09-19 16:14:42Z by obrien Rescue is "not yet" for MIPS. Revision Changes Path 1.611 +4 -0 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Sep 19 18:08:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98FFB106566B; Fri, 19 Sep 2008 18:08:46 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 63C0B8FC1C; Fri, 19 Sep 2008 18:08:46 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JHjrKb072293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 10:45:54 -0700 (PDT) (envelope-from sobomax@sippysoft.com) Message-ID: <48D3E54B.9050801@sippysoft.com> Date: Fri, 19 Sep 2008 10:45:47 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: grehan@FreeBSD.org References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> In-Reply-To: <48D3CB22.4090006@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/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 18:08:46 -0000 Peter Grehan wrote: > Hi Maxim, > >> On PowerPC send output to both "/chosen/stdout" and "screen" nodes, >> unless >> they point to the very same device. This should make loader usable on >> some (all?) PowerMacs > > What machine(s) are you seeing this on ? I've 'C' hot-key booted a > bunch of different models with 7.1-BETA. MacMini G4 1.2GHz. I've re-checked with latest 7.1-BETA ISO, indeed if I am holding 'C' key the messages are displayed correctly, so that my checkin comment is partially invalid. However, the issue is that if I set boot-device in NVRAM to "cd:,\boot\loader cd:" or to "cd:,\boot\loader hd:6" (I use the latter to routinely bootstrap my Mini which has no HFS partitions) the screen remain gray and blank even though the FreeBSD boots unless I do ALT-CMD-O-F. With those two changes, both loader and kernel access console just fine. I am doing something wrong? Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/F: +1-646-651-1110 Web: http://www.sippysoft.com From owner-cvs-src@FreeBSD.ORG Fri Sep 19 18:38:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27099106566B; Fri, 19 Sep 2008 18:38:46 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id E63C08FC0A; Fri, 19 Sep 2008 18:38:45 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JI7vSc073452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 11:07:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D3EA7F.7010706@FreeBSD.org> Date: Fri, 19 Sep 2008 11:07:59 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: grehan@FreeBSD.org References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> In-Reply-To: <48D3CB22.4090006@freebsd.org> Content-Type: text/plain; charset=KOI8-R; 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/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 18:38:46 -0000 Peter Grehan wrote: > Hi Maxim, > >> On PowerPC send output to both "/chosen/stdout" and "screen" nodes, >> unless >> they point to the very same device. This should make loader usable on >> some (all?) PowerMacs > > What machine(s) are you seeing this on ? I've 'C' hot-key booted a > bunch of different models with 7.1-BETA. MacMini G4 1.2GHz. I've re-checked with latest 7.1-BETA ISO, indeed if I am holding 'C' key the messages are displayed correctly, so that my checkin comment is partially invalid. However, the issue is that if I set boot-device in NVRAM to "cd:,\boot\loader cd:" or to "cd:,\boot\loader hd:6" (I use the latter to routinely bootstrap my Mini which has no HFS partitions) the screen remain gray and blank even though the FreeBSD boots unless I do ALT-CMD-O-F. With those two changes, both loader and kernel access console just fine. Am I doing something wrong? -Maxim From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:11:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB3A0106574D; Fri, 19 Sep 2008 19:11:51 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C22038FC17; Fri, 19 Sep 2008 19:11:51 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JJBpC6093588; Fri, 19 Sep 2008 19:11:51 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JJBpWp093582; Fri, 19 Sep 2008 19:11:51 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200809191911.m8JJBpWp093582@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Fri, 19 Sep 2008 19:11: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/pci vga_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, 19 Sep 2008 19:11:52 -0000 rnoland 2008-09-19 19:11:35 UTC FreeBSD src repository Modified files: sys/dev/pci vga_pci.c Log: SVN rev 183194 on 2008-09-19 19:11:35Z by rnoland pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods to vga_pci.c to request on behalf of it's children. This causes vgapci to show up as the interrupt owner in vmstat -i, rather than the child device. Approved by: jhb(mentor) Revision Changes Path 1.7 +18 -2 src/sys/dev/pci/vga_pci.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:20:42 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F291B1065676; Fri, 19 Sep 2008 19:20:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9F638FC08; Fri, 19 Sep 2008 19:20:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JJKfbJ045587; Fri, 19 Sep 2008 19:20:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JJKfrO045580; Fri, 19 Sep 2008 19:20:41 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809191920.m8JJKfrO045580@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 19:20:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin 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, 19 Sep 2008 19:20:42 -0000 imp 2008-09-19 19:20:05 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 183195 on 2008-09-19 19:20:05Z by imp crunchgen doesn't work yet on mips. So sysinstall can't be built there. omit it like we do for arm. Revision Changes Path 1.394 +1 -1 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:26:44 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3D10656DF; Fri, 19 Sep 2008 19:26:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC3A88FC13; Fri, 19 Sep 2008 19:26:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JJQgEe084000; Fri, 19 Sep 2008 19:26:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JJQgDN083994; Fri, 19 Sep 2008 19:26:42 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809191926.m8JJQgDN083994@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 19:26: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/conf files.mips X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 19:26:46 -0000 imp 2008-09-19 19:26:38 UTC FreeBSD src repository Modified files: sys/conf files.mips Log: SVN rev 183196 on 2008-09-19 19:26:38Z by imp mips_subr.c was in the Juniper code drop, but didn't have any functions used by other code in the tree. As such it was removed from the merged tree until the functions were needed in the future. The file was missing from the FreeBSD import, but it was listed in the files.mips file as being standard. Remove it from there until such time as we need one. Revision Changes Path 1.3 +0 -1 src/sys/conf/files.mips From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:46:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C511065759; Fri, 19 Sep 2008 19:46:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49B8C8FC0A; Fri, 19 Sep 2008 19:46:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JJkEDQ007164; Fri, 19 Sep 2008 19:46:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JJkEN6007157; Fri, 19 Sep 2008 19:46:14 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200809191946.m8JJkEN6007157@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 19 Sep 2008 19:46: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/conf files.mips X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 19:46:14 -0000 imp 2008-09-19 19:46:11 UTC FreeBSD src repository Modified files: sys/conf files.mips Log: SVN rev 183197 on 2008-09-19 19:46:11Z by imp Add atheros HAL building so the IDT kernel can build. Revision Changes Path 1.4 +7 -0 src/sys/conf/files.mips From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:50:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCA2E1065679; Fri, 19 Sep 2008 19:50:15 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCC9C8FC1F; Fri, 19 Sep 2008 19:50:15 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JJoFmq031400; Fri, 19 Sep 2008 19:50:15 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JJoFub031399; Fri, 19 Sep 2008 19:50:15 GMT (envelope-from sobomax@repoman.freebsd.org) Message-Id: <200809191950.m8JJoFub031399@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sobomax@repoman.freebsd.org using -f From: Maxim Sobolev Date: Fri, 19 Sep 2008 19:49:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 19:50:16 -0000 sobomax 2008-09-19 19:49:58 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw Makefile ofw_console.c Log: SVN rev 183198 on 2008-09-19 19:49:58Z by sobomax Backout rev 183181. It appears that I should have been using boot-device of "cd:,\\:tbxi" with properly configured boot.tbxi, instead of booting \boot\loader directly. Rev 183168 could probably stay, since it can be viewed as an anti-foot-shooting measure and has no impact on normal operation. I can revert it as well, if anybody objects. Revision Changes Path 1.13 +1 -1 src/sys/boot/ofw/libofw/Makefile 1.15 +0 -29 src/sys/boot/ofw/libofw/ofw_console.c From owner-cvs-src@FreeBSD.ORG Fri Sep 19 19:52:38 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC3201065678; Fri, 19 Sep 2008 19:52:38 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id B2C248FC25; Fri, 19 Sep 2008 19:52:38 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JJqY5W078496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 12:52:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D40304.70800@FreeBSD.org> Date: Fri, 19 Sep 2008 12:52:36 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Maxim Sobolev References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> <48D3EA7F.7010706@FreeBSD.org> In-Reply-To: <48D3EA7F.7010706@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, grehan@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 19:52:39 -0000 Peter, it was ignorance on my part, I apologize. Seems to be that I should have been using "cd:,\\:tbxi" as boot-device instead with proper boot.tbxi. I've reverted libofw change due to its hackish nature. Maxim Sobolev wrote: > Peter Grehan wrote: >> Hi Maxim, >> >>> On PowerPC send output to both "/chosen/stdout" and "screen" nodes, >>> unless >>> they point to the very same device. This should make loader usable on >>> some (all?) PowerMacs >> >> What machine(s) are you seeing this on ? I've 'C' hot-key booted a >> bunch of different models with 7.1-BETA. > > MacMini G4 1.2GHz. > > I've re-checked with latest 7.1-BETA ISO, indeed if I am holding 'C' key > the messages are displayed correctly, so that my checkin comment is > partially invalid. > > However, the issue is that if I set boot-device in NVRAM to > "cd:,\boot\loader cd:" or to "cd:,\boot\loader hd:6" (I use the latter > to routinely bootstrap my Mini which has no HFS partitions) the screen > remain gray and blank even though the FreeBSD boots unless I do > ALT-CMD-O-F. With those two changes, both loader and kernel access > console just fine. > > Am I doing something wrong? -Maxim From owner-cvs-src@FreeBSD.ORG Fri Sep 19 20:22:29 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DB90106566B; Fri, 19 Sep 2008 20:22:29 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from nagasaki.bogus.com (nagasaki.bogus.com [IPv6:2001:418:1::81]) by mx1.freebsd.org (Postfix) with ESMTP id F1CD98FC0C; Fri, 19 Sep 2008 20:22:28 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dhcp-206.nokiaip.net ([192.103.16.206]) (authenticated bits=0) by nagasaki.bogus.com (8.14.3/8.14.3) with ESMTP id m8JKM9Sw091085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Sep 2008 20:22:26 GMT (envelope-from grehan@freebsd.org) Message-ID: <48D409E7.7050306@freebsd.org> Date: Fri, 19 Sep 2008 13:21:59 -0700 From: Peter Grehan User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Maxim Sobolev References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> <48D3EA7F.7010706@FreeBSD.org> <48D40304.70800@FreeBSD.org> In-Reply-To: <48D40304.70800@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.93.3/8287/Fri Sep 19 08:13:26 2008 on nagasaki.bogus.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 20:22:29 -0000 > Peter, it was ignorance on my part, I apologize. Seems to be that I > should have been using "cd:,\\:tbxi" as boot-device instead with proper > boot.tbxi. I've reverted libofw change due to its hackish nature. No problems Maxim. The ofw boot process is, ah, arcane to say the least :) Your change did remind me that syscons doesn't work with a serial console like it does on i386, though luckily enough there are very few desktop Macs with serial ports. later, Peter. From owner-cvs-src@FreeBSD.ORG Fri Sep 19 21:06:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82912106566C; Fri, 19 Sep 2008 21:06:35 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5388FC15; Fri, 19 Sep 2008 21:06:29 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JL6SWm081944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 14:06:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D41456.5010808@FreeBSD.org> Date: Fri, 19 Sep 2008 14:06:30 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Peter Grehan References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> <48D3EA7F.7010706@FreeBSD.org> <48D40304.70800@FreeBSD.org> <48D409E7.7050306@freebsd.org> In-Reply-To: <48D409E7.7050306@freebsd.org> Content-Type: text/plain; charset=KOI8-R; 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/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 21:06:35 -0000 Peter Grehan wrote: >> Peter, it was ignorance on my part, I apologize. Seems to be that I >> should have been using "cd:,\\:tbxi" as boot-device instead with >> proper boot.tbxi. I've reverted libofw change due to its hackish nature. > > No problems Maxim. The ofw boot process is, ah, arcane to say the least > :) Your change did remind me that syscons doesn't work with a serial > console like it does on i386, though luckily enough there are very few > desktop Macs with serial ports. While we are talking, I also noticed that my time is constantly off by the same amount after every boot (yes, I am using ntpd), which is 22,169 seconds (I run ntpdate on every boot, which shows me offset). However, if I manually call rtc.read-rtc method via OF prompt, adjust time for DIFF19041970 then the difference is much less. Do you have any idea what the problem might be? This is 7.1-BETA. -Maxim From owner-cvs-src@FreeBSD.ORG Fri Sep 19 21:11:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B66321065679; Fri, 19 Sep 2008 21:11:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 646B48FC14; Fri, 19 Sep 2008 21:11:52 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JLBo1X082230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 14:11:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D41598.7000608@FreeBSD.org> Date: Fri, 19 Sep 2008 14:11:52 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Peter Grehan References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> <48D3EA7F.7010706@FreeBSD.org> <48D40304.70800@FreeBSD.org> <48D409E7.7050306@freebsd.org> <48D41456.5010808@FreeBSD.org> In-Reply-To: <48D41456.5010808@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; 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/boot/ofw/libofw Makefile ofw_console.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 21:11:52 -0000 Maxim Sobolev wrote: > However, if I manually call rtc.read-rtc method via OF prompt, adjust > time for DIFF19041970 then the difference is much less. Do you have any To clarify: I mean that I call rtc.read-rtc(), write down the value, boot, sync via ntpdate, call time(3), adjust value for DIFF19041970 and compare. -Maxim From owner-cvs-src@FreeBSD.ORG Fri Sep 19 21:12:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09EA91065671; Fri, 19 Sep 2008 21:12:43 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3F9B8FC13; Fri, 19 Sep 2008 21:12:42 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8JLCg6j066411; Fri, 19 Sep 2008 21:12:42 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8JLCgq7066404; Fri, 19 Sep 2008 21:12:42 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809192112.m8JLCgq7066404@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 19 Sep 2008 21:12: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/cxgb cxgb_osdep.h src/sys/dev/cxgb/ulp/tom cxgb_defs.h cxgb_tom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 19 Sep 2008 21:12:43 -0000 kmacy 2008-09-19 21:12:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_osdep.h sys/dev/cxgb/ulp/tom cxgb_defs.h cxgb_tom.c Log: SVN rev 183199 on 2008-09-19 21:12:19Z by kmacy Fix issue with tom loading by moving cxgb_log_tcb in to tom MFC after: 3 days Revision Changes Path 1.25 +0 -1 src/sys/dev/cxgb/cxgb_osdep.h 1.5 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_defs.h 1.9 +29 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 09:09:35 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEBF61065674; Sat, 20 Sep 2008 09:09:35 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C059E8FC0A; Sat, 20 Sep 2008 09:09:35 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8K99Z7u084224; Sat, 20 Sep 2008 09:09:35 GMT (envelope-from zec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8K99ZKI084223; Sat, 20 Sep 2008 09:09:35 GMT (envelope-from zec@repoman.freebsd.org) Message-Id: <200809200909.m8K99ZKI084223@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to zec@repoman.freebsd.org using -f From: Marko Zec Date: Sat, 20 Sep 2008 09:09: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/net route.c route.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, 20 Sep 2008 09:09:36 -0000 zec 2008-09-20 09:09:25 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: SVN rev 183200 on 2008-09-20 09:09:25Z by zec Move #defines for MRT-related constants from net/route.c to net/route.h, because the vnet code will need those constants as well. Reviewed by: bz Approved by: julian (mentor) MFC after: never Revision Changes Path 1.139 +0 -20 src/sys/net/route.c 1.75 +21 -0 src/sys/net/route.h From owner-cvs-src@FreeBSD.ORG Sat Sep 20 11:26:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FCD2106568B; Sat, 20 Sep 2008 11:26:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 872338FC1D; Sat, 20 Sep 2008 11:26:23 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KBQNjb025621; Sat, 20 Sep 2008 11:26:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KBQNcH025620; Sat, 20 Sep 2008 11:26:23 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809201126.m8KBQNcH025620@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 20 Sep 2008 11: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/sys/sparc64/include tick.h src/sys/sparc64/sparc64 mp_machdep.c tick.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 11:26:23 -0000 marius 2008-09-20 11:26:13 UTC FreeBSD src repository Modified files: sys/sparc64/include tick.h sys/sparc64/sparc64 mp_machdep.c tick.c Log: SVN rev 183201 on 2008-09-20 11:26:13Z by marius Use the STICK timers only when absolutely necessary, i.e. if a machine consists of CPUs running at different speeds, for driving hardclock as these timers in turn are driven at frequencies as low as 5MHz, resulting in bad granularity compared to the TICK timers. However, don't employ the workaround for the BlackBird erratum #1 when using the TICK timer on machines with cheetah-class CPUs for performance reasons. Reported by: Florian Smeets Revision Changes Path 1.6 +2 -0 src/sys/sparc64/include/tick.h 1.48 +2 -0 src/sys/sparc64/sparc64/mp_machdep.c 1.25 +29 -29 src/sys/sparc64/sparc64/tick.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 11:28:54 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC0C6106564A; Sat, 20 Sep 2008 11:28:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF3F8FC0A; Sat, 20 Sep 2008 11:28:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KBSsSm044034; Sat, 20 Sep 2008 11:28:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KBSsDt044033; Sat, 20 Sep 2008 11:28:54 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809201128.m8KBSsDt044033@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 20 Sep 2008 11:28: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/conf files.sparc64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 11:28:54 -0000 marius 2008-09-20 11:28:42 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 Log: SVN rev 183202 on 2008-09-20 11:28:42Z by marius Some of the assembly files depend on v9a/v9b-only instructions so compile these with -mcpu=ultrasparc (which is the hard-coded default of our system compiler), which allows the remainder of the kernel to be compiled with "only" -mcpu=v9 for reference and testing purposes. Revision Changes Path 1.98 +8 -3 src/sys/conf/files.sparc64 From owner-cvs-src@FreeBSD.ORG Sat Sep 20 11:34:25 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C20591065671; Sat, 20 Sep 2008 11:34:25 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8242E8FC14; Sat, 20 Sep 2008 11:34:25 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KBYPQ4083490; Sat, 20 Sep 2008 11:34:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KBYPo4083484; Sat, 20 Sep 2008 11:34:25 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809201134.m8KBYPo4083484@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 20 Sep 2008 11:34: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/conf files.sparc64 options.sparc64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 11:34:25 -0000 marius 2008-09-20 11:34:18 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 Log: SVN rev 183203 on 2008-09-20 11:34:18Z by marius Remove duplicate entry accidentally introduced with r183202. Revision Changes Path 1.99 +0 -1 src/sys/conf/files.sparc64 1.16 +2 -0 src/sys/conf/options.sparc64 From owner-cvs-src@FreeBSD.ORG Sat Sep 20 11:46:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 150531065679; Sat, 20 Sep 2008 11:46:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7E038FC1A; Sat, 20 Sep 2008 11:46:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KBkQeT055721; Sat, 20 Sep 2008 11:46:26 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KBkQpt055715; Sat, 20 Sep 2008 11:46:26 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809201146.m8KBkQpt055715@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 20 Sep 2008 11:46: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/conf options.sparc64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 11:46:27 -0000 marius 2008-09-20 11:46:07 UTC FreeBSD src repository Modified files: sys/conf options.sparc64 Log: SVN rev 183204 on 2008-09-20 11:46:07Z by marius Revert this part of r183203 which wasn't meant to be committed, yet. Revision Changes Path 1.17 +0 -2 src/sys/conf/options.sparc64 From owner-cvs-src@FreeBSD.ORG Sat Sep 20 15:54:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D2AC1065682; Sat, 20 Sep 2008 15:54:32 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2188E8FC1A; Sat, 20 Sep 2008 15:54:32 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KFsWWt038270; Sat, 20 Sep 2008 15:54:32 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KFsWw4038269; Sat, 20 Sep 2008 15:54:32 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809201554.m8KFsWw4038269@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sat, 20 Sep 2008 15:54: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 15:54:32 -0000 rik 2008-09-20 15:54:22 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183205 on 2008-09-20 15:54:22Z by rik Do not do the useless job for an empty table. MFC after: 1 month Revision Changes Path 1.122 +5 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 16:18:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 138241065671; Sat, 20 Sep 2008 16:18:03 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBF128FC16; Sat, 20 Sep 2008 16:18:02 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KGI2iS001529; Sat, 20 Sep 2008 16:18:02 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KGI2gA001528; Sat, 20 Sep 2008 16:18:02 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809201618.m8KGI2gA001528@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sat, 20 Sep 2008 16:17: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 16:18:03 -0000 rik 2008-09-20 16:17:49 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183206 on 2008-09-20 16:17:49Z by rik Style(9) the show_nat() function. Revision Changes Path 1.123 +2 -1 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 16:25:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAD711065674; Sat, 20 Sep 2008 16:25:03 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 983DC8FC14; Sat, 20 Sep 2008 16:25:03 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KGP3pN034614; Sat, 20 Sep 2008 16:25:03 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KGP3RF034613; Sat, 20 Sep 2008 16:25:03 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <200809201625.m8KGP3RF034613@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 20 Sep 2008 16:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 16:25:03 -0000 alc 2008-09-20 16:24:42 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: SVN rev 183207 on 2008-09-20 16:24:42Z by alc MFamd64 SVN rev 179749 CVS rev 1.620 Reverse the direction of pmap_promote_pde()'s traversal over the specified page table page. The direction of the traversal can matter if pmap_promote_pde() has to remove write access (PG_RW) from a PTE that hasn't been modified (PG_M). In general, if there are two or more such PTEs to choose among, it is better to write protect the one nearer the high end of the page table page rather than the low end. This is because most programs access memory in an ascending direction. The net result of this change is a sometimes significant reduction in the number of failed promotion attempts and the number of pages that are write protected by pmap_promote_pde(). MFamd64 SVN rev 179777 CVS rev 1.621 Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_A before PG_M. This sometimes prevents unnecessary removal of write access from a PTE. Overall, the net result is fewer demotions and promotion failures. Revision Changes Path 1.629 +32 -16 src/sys/i386/i386/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 16:46:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6FFB10656DA; Sat, 20 Sep 2008 16:46:34 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB9368FC13; Sat, 20 Sep 2008 16:46:34 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KGkYBF063050; Sat, 20 Sep 2008 16:46:34 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KGkYq3063047; Sat, 20 Sep 2008 16:46:34 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809201646.m8KGkYq3063047@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sat, 20 Sep 2008 16:46: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 16:46:35 -0000 rik 2008-09-20 16:46:19 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183208 on 2008-09-20 16:46:19Z by rik Remove some unused variables. Revision Changes Path 1.124 +3 -4 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:25:23 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82661106567B; Sat, 20 Sep 2008 19:25:23 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 564DC8FC12; Sat, 20 Sep 2008 19:25:23 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJPNAW002269; Sat, 20 Sep 2008 19:25:23 GMT (envelope-from rik@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJPNES002268; Sat, 20 Sep 2008 19:25:23 GMT (envelope-from rik@repoman.freebsd.org) Message-Id: <200809201925.m8KJPNES002268@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rik@repoman.freebsd.org using -f From: Roman Kurakin Date: Sat, 20 Sep 2008 19:25: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/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 19:25:23 -0000 rik 2008-09-20 19:25:02 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183209 on 2008-09-20 19:25:02Z by rik Free allocated memory. Revision Changes Path 1.125 +1 -0 src/sbin/ipfw/ipfw2.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:41:21 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D3D7106567F; Sat, 20 Sep 2008 19:41:21 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1998A8FC1A; Sat, 20 Sep 2008 19:41:21 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJfLg1043126; Sat, 20 Sep 2008 19:41:21 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJfLbM043125; Sat, 20 Sep 2008 19:41:21 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809201941.m8KJfLbM043125@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sat, 20 Sep 2008 19:38: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/net if_clone.c if_clone.h src/sys/net80211 ieee80211_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 19:41:21 -0000 thompsa 2008-09-20 19:38:37 UTC FreeBSD src repository Modified files: sys/net if_clone.c if_clone.h sys/net80211 ieee80211_freebsd.c Log: SVN rev 183210 on 2008-09-20 19:38:37Z by thompsa Fix clone destruction, can't use the simple api because that does not remove the ifnet from cloner's list. Expose if_clone_destroyif api to do this. Submitted by: sam Revision Changes Path 1.12 +1 -2 src/sys/net/if_clone.c 1.5 +1 -0 src/sys/net/if_clone.h 1.21 +1 -1 src/sys/net80211/ieee80211_freebsd.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:43:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7F191065681; Sat, 20 Sep 2008 19:43:30 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7758FC0C; Sat, 20 Sep 2008 19:43:30 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJhU0Z058887; Sat, 20 Sep 2008 19:43:30 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJhUhe058882; Sat, 20 Sep 2008 19:43:30 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201943.m8KJhUhe058882@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:43: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/sys/kern vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 19:43:30 -0000 kib 2008-09-20 19:43:22 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: SVN rev 183211 on 2008-09-20 19:43:22Z by kib Initialize birthtime fields in vn_stat() to prevent stat(2) from returning uninitialized birthtime. Most file systems don't initialize birthtime properly in their VOP_GETTATTR(). Submitted by: Jaakko Heinonen Reviewed by: bde Discussed on: freebsd-fs MFC after: 1 month Revision Changes Path 1.266 +9 -0 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:47:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07AFA106566C; Sat, 20 Sep 2008 19:47:43 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7B3D8FC13; Sat, 20 Sep 2008 19:47:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJlglT084616; Sat, 20 Sep 2008 19:47:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJlgPU084611; Sat, 20 Sep 2008 19:47:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201947.m8KJlgPU084611@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:46: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/fs/tmpfs tmpfs_vnops.c src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.c src/sys/kern uipc_mqueue.c src/sys/ufs/ufs ufs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 19:47:43 -0000 kib 2008-09-20 19:46:45 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vnops.c sys/gnu/fs/xfs/FreeBSD xfs_vnops.c sys/kern uipc_mqueue.c sys/ufs/ufs ufs_vnops.c Log: SVN rev 183212 on 2008-09-20 19:46:45Z by kib Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't initialize va_vaflags and va_spare because they are not part of the VOP_GETATTR() API. Also don't initialize birthtime to ctime or zero. Submitted by: Jaakko Heinonen Reviewed by: bde Discussed on: freebsd-fs MFC after: 1 month Revision Changes Path 1.21 +1 -3 src/sys/fs/tmpfs/tmpfs_vnops.c 1.11 +0 -6 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c 1.34 +0 -1 src/sys/kern/uipc_mqueue.c 1.303 +0 -2 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:48:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 312FD106574E; Sat, 20 Sep 2008 19:48:43 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05C5F8FC1D; Sat, 20 Sep 2008 19:48:43 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJmgQe090757; Sat, 20 Sep 2008 19:48:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJmgDh090752; Sat, 20 Sep 2008 19:48:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201948.m8KJmgDh090752@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:48: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/kern vfs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 19:48:43 -0000 kib 2008-09-20 19:48:24 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: SVN rev 183213 on 2008-09-20 19:48:24Z by kib Initialize va_rdev to NODEV and va_fsid to VNOVAL before the VOP_GETATTR() call in vn_stat(). Thus if a file system doesn't initialize those fields in VOP_GETATTR() they will have a sane default value. Submitted by: Jaakko Heinonen Discussed on: freebsd-fs MFC after: 1 month Revision Changes Path 1.267 +2 -0 src/sys/kern/vfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:49:43 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F3541065670; Sat, 20 Sep 2008 19:49:43 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED70E8FC13; Sat, 20 Sep 2008 19:49:42 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJng9S096268; Sat, 20 Sep 2008 19:49:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJngWN096267; Sat, 20 Sep 2008 19:49:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201949.m8KJngWN096267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:49:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_vnops.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/portalfs portal_vnops.c src/sys/fs/smbfs smbfs_node.c src/sys/fs/tmpfs tmpfs_vnops.c src/sys/fs/udf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 20 Sep 2008 19:49:43 -0000 kib 2008-09-20 19:49:15 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_vnops.c sys/fs/ntfs ntfs_vnops.c sys/fs/portalfs portal_vnops.c sys/fs/smbfs smbfs_node.c sys/fs/tmpfs tmpfs_vnops.c sys/fs/udf udf_vnops.c sys/kern uipc_mqueue.c Log: SVN rev 183214 on 2008-09-20 19:49:15Z by kib Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). NODEV is more appropriate when va_rdev doesn't have a meaningful value. Submitted by: Jaakko Heinonen Suggested by: bde Discussed on: freebsd-fs MFC after: 1 month Revision Changes Path 1.111 +1 -1 src/sys/fs/fdescfs/fdesc_vnops.c 1.74 +1 -1 src/sys/fs/hpfs/hpfs_vnops.c 1.188 +1 -1 src/sys/fs/msdosfs/msdosfs_vnops.c 1.63 +1 -1 src/sys/fs/ntfs/ntfs_vnops.c 1.76 +1 -1 src/sys/fs/portalfs/portal_vnops.c 1.41 +1 -1 src/sys/fs/smbfs/smbfs_node.c 1.22 +1 -1 src/sys/fs/tmpfs/tmpfs_vnops.c 1.70 +1 -1 src/sys/fs/udf/udf_vnops.c 1.35 +1 -1 src/sys/kern/uipc_mqueue.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:51:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1083106564A; Sat, 20 Sep 2008 19:51:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB47D8FC2B; Sat, 20 Sep 2008 19:51:16 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJpGoi003204; Sat, 20 Sep 2008 19:51:16 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJpGeG003203; Sat, 20 Sep 2008 19:51:16 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201951.m8KJpGeG003203@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:50: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/fs/devfs devfs_vnops.c src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/portalfs portal_vnops.c src/sys/fs/pseudofs pseudofs_vnops.c src/sys/fs/tmpfs tmpfs_vnops.c src/sys/gnu/fs/xfs/FreeBSD xfs_vnops.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, 20 Sep 2008 19:51:17 -0000 kib 2008-09-20 19:50:52 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c sys/fs/fdescfs fdesc_vnops.c sys/fs/portalfs portal_vnops.c sys/fs/pseudofs pseudofs_vnops.c sys/fs/tmpfs tmpfs_vnops.c sys/gnu/fs/xfs/FreeBSD xfs_vnops.c sys/kern uipc_mqueue.c sys/nfsclient nfs_vnops.c Log: SVN rev 183215 on 2008-09-20 19:50:52Z by kib fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs initialize the vattr structure in VOP_GETATTR() with VATTR_NULL(), vattr_null() or by zeroing it. Remove these to allow preinitialization of fields work in vn_stat(). This is needed to get birthtime initialized correctly. Submitted by: Jaakko Heinonen Discussed on: freebsd-fs MFC after: 1 month Revision Changes Path 1.167 +1 -2 src/sys/fs/devfs/devfs_vnops.c 1.112 +3 -3 src/sys/fs/fdescfs/fdesc_vnops.c 1.77 +1 -2 src/sys/fs/portalfs/portal_vnops.c 1.69 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c 1.23 +0 -2 src/sys/fs/tmpfs/tmpfs_vnops.c 1.12 +0 -1 src/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c 1.36 +0 -1 src/sys/kern/uipc_mqueue.c 1.289 +23 -3 src/sys/nfsclient/nfs_vnops.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 19:56:26 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4882D1065673; Sat, 20 Sep 2008 19:56:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6C88FC12; Sat, 20 Sep 2008 19:56:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KJuQ8c035132; Sat, 20 Sep 2008 19:56:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KJuQvG035131; Sat, 20 Sep 2008 19:56:26 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200809201956.m8KJuQvG035131@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 20 Sep 2008 19:56: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/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 19:56:26 -0000 kib 2008-09-20 19:56:02 UTC FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: SVN rev 183216 on 2008-09-20 19:56:02Z by kib Allow the d_mmap driver methods to use cdevpriv KPI during verification phase of establishing mapping. Discussed with: rwatson, jhb, rnoland Tested by: rnoland MFC after: 3 days Revision Changes Path 1.224 +2 -0 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 21:13:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A0BE106566B; Sat, 20 Sep 2008 21:13:14 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB308FC13; Sat, 20 Sep 2008 21:13:14 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KLDEWT054707; Sat, 20 Sep 2008 21:13:14 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KLDEmT054706; Sat, 20 Sep 2008 21:13:14 GMT (envelope-from rodrigc@repoman.freebsd.org) Message-Id: <200809202113.m8KLDEmT054706@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rodrigc@repoman.freebsd.org using -f From: Craig Rodrigues Date: Sat, 20 Sep 2008 21: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/lib/libc/gen getosreldate.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: Sat, 20 Sep 2008 21:13:14 -0000 rodrigc 2008-09-20 21:12:54 UTC FreeBSD src repository Modified files: lib/libc/gen getosreldate.3 Log: SVN rev 183217 on 2008-09-20 21:12:54Z by rodrigc does not have a forward declration of getosreldate(), so remove it from this man page. MFC after: 3 days Revision Changes Path 1.4 +0 -1 src/lib/libc/gen/getosreldate.3 From owner-cvs-src@FreeBSD.ORG Sat Sep 20 22:10:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A52971065690; Sat, 20 Sep 2008 22:10:34 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92CB38FC08; Sat, 20 Sep 2008 22:10:34 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8KMAYGv006318; Sat, 20 Sep 2008 22:10:34 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8KMAYUK006317; Sat, 20 Sep 2008 22:10:34 GMT (envelope-from kaiw@repoman.freebsd.org) Message-Id: <200809202210.m8KMAYUK006317@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kaiw@repoman.freebsd.org using -f From: Kai Wang Date: Sat, 20 Sep 2008 22:10:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ar Makefile acplex.l acpyacc.y ar.c ar.h write.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 22:10:34 -0000 kaiw 2008-09-20 22:10:10 UTC FreeBSD src repository Modified files: usr.bin/ar Makefile ar.c ar.h write.c Added files: usr.bin/ar acplex.l acpyacc.y Log: SVN rev 183218 on 2008-09-20 22:10:10Z by kaiw Add support for option "-M", which is used to operate ar(1) in a script mode like the MRI(Microtec Research Inc.) "librarian" program. Originally this option is provided by Binutils ar(1) to ease the transition for developers who are used to writing "librarian" scripts. We added this option to BSD ar(1) because: 1. Further improve the compatibility with Binutils ar(1). 2. There are still a few software using this -M option. (at least one in our ports collection) Suggested by: rink & erwin Revision Changes Path 1.21 +1 -1 src/usr.bin/ar/Makefile 1.1 +78 -0 src/usr.bin/ar/acplex.l (new) 1.1 +662 -0 src/usr.bin/ar/acpyacc.y (new) 1.19 +10 -2 src/usr.bin/ar/ar.c 1.4 +6 -3 src/usr.bin/ar/ar.h 1.6 +107 -41 src/usr.bin/ar/write.c From owner-cvs-src@FreeBSD.ORG Sat Sep 20 23:11:55 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B8E1065670; Sat, 20 Sep 2008 23:11:55 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id EDB828FC1A; Sat, 20 Sep 2008 23:11:54 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id m8KNBrpe008984; Sun, 21 Sep 2008 01:11:53 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id m8KNBrTk008983; Sun, 21 Sep 2008 01:11:53 +0200 (CEST) (envelope-from marius) Date: Sun, 21 Sep 2008 01:11:53 +0200 From: Marius Strobl To: Marcel Moolenaar Message-ID: <20080920231152.GA67442@alchemy.franken.de> References: <200809181356.m8IDuaxT089888@repoman.freebsd.org> <200809181027.51997.jhb@freebsd.org> <20080918191947.GX94638@alchemy.franken.de> <89B9A8BE-05F2-4DB2-B7B2-AB240AA9F0DD@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89B9A8BE-05F2-4DB2-B7B2-AB240AA9F0DD@mac.com> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin , arch@freebsd.org Subject: removal of ipi_all() and ipi_self() [Re: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c] X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 23:11:55 -0000 On Thu, Sep 18, 2008 at 12:48:52PM -0700, Marcel Moolenaar wrote: > > On Sep 18, 2008, at 12:19 PM, Marius Strobl wrote: > > >On Thu, Sep 18, 2008 at 10:27:51AM -0400, John Baldwin wrote: > >>On Thursday 18 September 2008 09:56:30 am Marius Strobl wrote: > >>>marius 2008-09-18 13:56:30 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/sparc64/include smp.h > >>> sys/sparc64/sparc64 genassym.c mp_machdep.c > >>> Log: > >>> SVN rev 183142 on 2008-09-18 13:56:30Z by marius > >>> > >>> - Newer firmware versions no longer provide SUNW,stop-self so just > >>> disable interrupts and loop forever with these. > >>> - Hide all MP-related bits in underneath #ifdef > >>>SMP. > >>> - Inline ipi_all_but_self(9) and ipi_selected(9). We don't expose > >>>any > >>> additional bits but save a few cycles by doing so. > >>> - Remove ipi_all(9), which actually only called panic(9). It > >>>can't be > >>> implemented natively anyway and having it removed at least causes > >>> MI users to fail already fail when linking. > >> > >>Should we just remove ipi_all() completely? > >> > > > >Well, grepping in the CVS repository shows that there never was > >an actually consumer of ipi_all() (only #ifdef'ed out ones in > >ironically the sparc64 code) so it seems to be a good candidate > >for axing. Generally I can't think of a reason why MI code would > >want a CPU to send an IPI to itself. Actually, ipi_self() also > >isn't and never was used in MI code, only in ia64 and powerpc > >code for testing purposes. > > That's DS (=developer-specific) code rather than MI or MD code :-) > > Sending a test IPI to 'self' helps with bring-up or porting, but > serves no real purpose (other than maybe a POST-like purpose) > once IPIs are known to work... > Okay, I take these as a call for removing ipi_all() and ipi_self() along with the ia64 and powerpc test IPI code completely. A patch doing just that and which passes a universe build just fine is at: http://people.freebsd.org/~marius/nuke_ipi_all_self.diff Does anybody object to committing it? Should __FreeBSD_version be bumped for this? Marius