From owner-svn-src-stable@freebsd.org Sun Jul 12 15:24:06 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79634999478; Sun, 12 Jul 2015 15:24:06 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6487B1624; Sun, 12 Jul 2015 15:24:06 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CFO6X5053546; Sun, 12 Jul 2015 15:24:06 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CFO6OS053545; Sun, 12 Jul 2015 15:24:06 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201507121524.t6CFO6OS053545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Sun, 12 Jul 2015 15:24:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285419 - stable/9/usr.bin/grep/regex X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2015 15:24:06 -0000 Author: pfg Date: Sun Jul 12 15:24:05 2015 New Revision: 285419 URL: https://svnweb.freebsd.org/changeset/base/285419 Log: bsdgrep: Work-around for segmentation fault. Fix by: David Carlier. Obtained from: HardenedBSD PR: 167921 Modified: stable/9/usr.bin/grep/regex/tre-fastmatch.c Directory Properties: stable/9/usr.bin/grep/ (props changed) Modified: stable/9/usr.bin/grep/regex/tre-fastmatch.c ============================================================================== --- stable/9/usr.bin/grep/regex/tre-fastmatch.c Sun Jul 12 09:42:10 2015 (r285418) +++ stable/9/usr.bin/grep/regex/tre-fastmatch.c Sun Jul 12 15:24:05 2015 (r285419) @@ -727,7 +727,7 @@ badpat: for (unsigned int i = 0; i < fg->len; i++) if (fg->pattern[i] == '\\') escaped = !escaped; - else if (fg->pattern[i] == '.' && escaped) + else if (fg->pattern[i] == '.' && fg->escmap && escaped) { fg->escmap[i] = true; escaped = false; From owner-svn-src-stable@freebsd.org Mon Jul 13 11:58:10 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EACA99BAF2; Mon, 13 Jul 2015 11:58:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60CCAC4B; Mon, 13 Jul 2015 11:58:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DBw9V3074924; Mon, 13 Jul 2015 11:58:09 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DBw9vR074923; Mon, 13 Jul 2015 11:58:09 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131158.t6DBw9vR074923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 11:58:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285446 - stable/10/sys/x86/isa X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 11:58:10 -0000 Author: brueffer Date: Mon Jul 13 11:58:08 2015 New Revision: 285446 URL: https://svnweb.freebsd.org/changeset/base/285446 Log: MFC: r284931 Set the initial system time to a sane (as in: not end of 21st century) value when booting on a PC with CMOS clock set to a year before 2000. This uses 1980 (instead of 1970 as in the initial patch) as pivot year as suggested by imp in the PR followup. PR: 195703 Submitted by: cs@soi.spb.ru Reviewed by: imp Approved by: re (gjb) Modified: stable/10/sys/x86/isa/atrtc.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/x86/isa/atrtc.c ============================================================================== --- stable/10/sys/x86/isa/atrtc.c Mon Jul 13 10:23:52 2015 (r285445) +++ stable/10/sys/x86/isa/atrtc.c Mon Jul 13 11:58:08 2015 (r285446) @@ -354,7 +354,7 @@ atrtc_gettime(device_t dev, struct times #ifdef USE_RTC_CENTURY ct.year += readrtc(RTC_CENTURY) * 100; #else - ct.year += 2000; + ct.year += (ct.year < 80 ? 2000 : 1900); #endif critical_exit(); /* Set dow = -1 because some clocks don't set it correctly. */ From owner-svn-src-stable@freebsd.org Mon Jul 13 11:59:30 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B51C99BB7C; Mon, 13 Jul 2015 11:59:30 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23BCCE42; Mon, 13 Jul 2015 11:59:30 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DBxTQJ075220; Mon, 13 Jul 2015 11:59:29 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DBxTf6075218; Mon, 13 Jul 2015 11:59:29 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131159.t6DBxTf6075218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 11:59:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285447 - stable/9/sys/x86/isa X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 11:59:30 -0000 Author: brueffer Date: Mon Jul 13 11:59:28 2015 New Revision: 285447 URL: https://svnweb.freebsd.org/changeset/base/285447 Log: MFC: r284931 Set the initial system time to a sane (as in: not end of 21st century) value when booting on a PC with CMOS clock set to a year before 2000. This uses 1980 (instead of 1970 as in the initial patch) as pivot year as suggested by imp in the PR followup. PR: 195703 Submitted by: cs@soi.spb.ru Reviewed by: imp Modified: stable/9/sys/x86/isa/atrtc.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/x86/isa/atrtc.c ============================================================================== --- stable/9/sys/x86/isa/atrtc.c Mon Jul 13 11:58:08 2015 (r285446) +++ stable/9/sys/x86/isa/atrtc.c Mon Jul 13 11:59:28 2015 (r285447) @@ -354,7 +354,7 @@ atrtc_gettime(device_t dev, struct times #ifdef USE_RTC_CENTURY ct.year += readrtc(RTC_CENTURY) * 100; #else - ct.year += 2000; + ct.year += (ct.year < 80 ? 2000 : 1900); #endif /* Set dow = -1 because some clocks don't set it correctly. */ ct.dow = -1; From owner-svn-src-stable@freebsd.org Mon Jul 13 12:04:41 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB1A1999298; Mon, 13 Jul 2015 12:04:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A318B160E; Mon, 13 Jul 2015 12:04:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DC4fte079681; Mon, 13 Jul 2015 12:04:41 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DC4f8N079680; Mon, 13 Jul 2015 12:04:41 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131204.t6DC4f8N079680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 12:04:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285448 - stable/10/share/examples/csh X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 12:04:41 -0000 Author: brueffer Date: Mon Jul 13 12:04:40 2015 New Revision: 285448 URL: https://svnweb.freebsd.org/changeset/base/285448 Log: MFC: r284929 Fix issues that kept some of the examples from actually working. PR: 144534 Submitted by: Nicolas Edel Approved by: re (gjb) Modified: stable/10/share/examples/csh/dot.cshrc Directory Properties: stable/10/ (props changed) Modified: stable/10/share/examples/csh/dot.cshrc ============================================================================== --- stable/10/share/examples/csh/dot.cshrc Mon Jul 13 11:59:28 2015 (r285447) +++ stable/10/share/examples/csh/dot.cshrc Mon Jul 13 12:04:40 2015 (r285448) @@ -9,11 +9,11 @@ # has multiple ssh-agent(1) processes running, this will very likely # set SSH_AUTH_SOCK to point to the wrong file/domain socket. if (${?SSH_AUTH_SOCK} != "1") then - setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }' + setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }'` endif # Change only root's prompt -if (`id -g` == 0) +if (`id -g` == 0) then set prompt="root@%m# " endif @@ -70,7 +70,7 @@ complete grep 'c/-*A/x:<#_lines_after>/ 'n/-*f/f/' \ 'n/*/f/' complete ifconfig 'p@1@`ifconfig -l`@' \ - 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' + 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' \ 'c/%/j/' \ 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' complete kill 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' From owner-svn-src-stable@freebsd.org Mon Jul 13 12:07:53 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEE0D999399; Mon, 13 Jul 2015 12:07:53 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F44B19D3; Mon, 13 Jul 2015 12:07:53 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DC7rHx080190; Mon, 13 Jul 2015 12:07:53 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DC7rGC080188; Mon, 13 Jul 2015 12:07:53 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131207.t6DC7rGC080188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 12:07:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285449 - stable/9/share/examples/csh X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 12:07:53 -0000 Author: brueffer Date: Mon Jul 13 12:07:52 2015 New Revision: 285449 URL: https://svnweb.freebsd.org/changeset/base/285449 Log: MFC: r284929 Fix issues that kept some of the examples from actually working. PR: 144534 Submitted by: Nicolas Edel Modified: stable/9/share/examples/csh/dot.cshrc Directory Properties: stable/9/share/examples/ (props changed) stable/9/share/examples/csh/ (props changed) Modified: stable/9/share/examples/csh/dot.cshrc ============================================================================== --- stable/9/share/examples/csh/dot.cshrc Mon Jul 13 12:04:40 2015 (r285448) +++ stable/9/share/examples/csh/dot.cshrc Mon Jul 13 12:07:52 2015 (r285449) @@ -9,11 +9,11 @@ # has multiple ssh-agent(1) processes running, this will very likely # set SSH_AUTH_SOCK to point to the wrong file/domain socket. if (${?SSH_AUTH_SOCK} != "1") then - setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }' + setenv SSH_AUTH_SOCK `sockstat -u | awk '/^${USER}.+ ssh-agent/ { print $6 }'` endif # Change only root's prompt -if (`id -g` == 0) +if (`id -g` == 0) then set prompt="root@%m# " endif @@ -70,7 +70,7 @@ complete grep 'c/-*A/x:<#_lines_after>/ 'n/-*f/f/' \ 'n/*/f/' complete ifconfig 'p@1@`ifconfig -l`@' \ - 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' + 'n/*/(range phase link netmask mtu vlandev vlan metric mediaopt down delete broadcast arp debug)/' \ 'c/%/j/' \ 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' complete kill 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' From owner-svn-src-stable@freebsd.org Mon Jul 13 12:19:02 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D41199970E; Mon, 13 Jul 2015 12:19:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58569B5; Mon, 13 Jul 2015 12:19:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DCJ2fp085413; Mon, 13 Jul 2015 12:19:02 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DCJ2P5085412; Mon, 13 Jul 2015 12:19:02 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131219.t6DCJ2P5085412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 12:19:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285450 - stable/10 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 12:19:02 -0000 Author: brueffer Date: Mon Jul 13 12:19:01 2015 New Revision: 285450 URL: https://svnweb.freebsd.org/changeset/base/285450 Log: MFC: r285010 Add one more file missed in the BIND-removal entries. PR: 196515 Submitted by: Trond Endrestol Approved by: re (gjb) Modified: stable/10/ObsoleteFiles.inc Directory Properties: stable/10/ (props changed) Modified: stable/10/ObsoleteFiles.inc ============================================================================== --- stable/10/ObsoleteFiles.inc Mon Jul 13 12:07:52 2015 (r285449) +++ stable/10/ObsoleteFiles.inc Mon Jul 13 12:19:01 2015 (r285450) @@ -244,6 +244,7 @@ OLD_FILES+=usr/include/lwres/net.h OLD_FILES+=usr/include/lwres/netdb.h OLD_FILES+=usr/include/lwres/platform.h OLD_FILES+=usr/include/lwres/result.h +OLD_FILES+=usr/include/lwres/string.h OLD_FILES+=usr/include/lwres/version.h OLD_FILES+=usr/lib/liblwres.a OLD_FILES+=usr/lib/liblwres.so From owner-svn-src-stable@freebsd.org Mon Jul 13 12:28:20 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DAE9999A5; Mon, 13 Jul 2015 12:28:20 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21C2E940; Mon, 13 Jul 2015 12:28:20 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DCSJi6090330; Mon, 13 Jul 2015 12:28:19 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DCSJZO090329; Mon, 13 Jul 2015 12:28:19 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131228.t6DCSJZO090329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 12:28:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285451 - stable/10/etc X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 12:28:20 -0000 Author: brueffer Date: Mon Jul 13 12:28:18 2015 New Revision: 285451 URL: https://svnweb.freebsd.org/changeset/base/285451 Log: MFC: r284930 Add CouchDB ports (5984 TCP/UDP). PR: 193268 Submitted by: yuri@rawbw.com Approved by: re (gjb) Modified: stable/10/etc/services Directory Properties: stable/10/ (props changed) Modified: stable/10/etc/services ============================================================================== --- stable/10/etc/services Mon Jul 13 12:19:01 2015 (r285450) +++ stable/10/etc/services Mon Jul 13 12:28:18 2015 (r285451) @@ -2363,6 +2363,8 @@ prosharerequest 5716/tcp #proshare con prosharerequest 5716/udp #proshare conf request prosharenotify 5717/tcp #proshare conf notify prosharenotify 5717/udp #proshare conf notify +couchdb 5984/tcp #CouchDB database server +couchdb 5984/udp #CouchDB database server cvsup 5999/tcp #CVSup file transfer/John Polstra/FreeBSD x11 6000/tcp #6000-6063 are assigned to X Window System x11 6000/udp From owner-svn-src-stable@freebsd.org Mon Jul 13 12:31:02 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE19C999A68; Mon, 13 Jul 2015 12:31:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB65C9C; Mon, 13 Jul 2015 12:31:02 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DCV23X093189; Mon, 13 Jul 2015 12:31:02 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DCV2On093188; Mon, 13 Jul 2015 12:31:02 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131231.t6DCV2On093188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 12:31:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285452 - stable/9/etc X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 12:31:02 -0000 Author: brueffer Date: Mon Jul 13 12:31:01 2015 New Revision: 285452 URL: https://svnweb.freebsd.org/changeset/base/285452 Log: MFC: r284930 Add CouchDB ports (5984 TCP/UDP). PR: 193268 Submitted by: yuri@rawbw.com Modified: stable/9/etc/services Directory Properties: stable/9/etc/ (props changed) Modified: stable/9/etc/services ============================================================================== --- stable/9/etc/services Mon Jul 13 12:28:18 2015 (r285451) +++ stable/9/etc/services Mon Jul 13 12:31:01 2015 (r285452) @@ -2363,6 +2363,8 @@ prosharerequest 5716/tcp #proshare con prosharerequest 5716/udp #proshare conf request prosharenotify 5717/tcp #proshare conf notify prosharenotify 5717/udp #proshare conf notify +couchdb 5984/tcp #CouchDB database server +couchdb 5984/udp #CouchDB database server cvsup 5999/tcp #CVSup file transfer/John Polstra/FreeBSD x11 6000/tcp #6000-6063 are assigned to X Window System x11 6000/udp From owner-svn-src-stable@freebsd.org Mon Jul 13 13:02:05 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75A6E99B033; Mon, 13 Jul 2015 13:02:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 654F91DC1; Mon, 13 Jul 2015 13:02:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DD25j5009554; Mon, 13 Jul 2015 13:02:05 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DD25xa009553; Mon, 13 Jul 2015 13:02:05 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131302.t6DD25xa009553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 13:02:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285453 - stable/10/sbin/newfs_nandfs X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 13:02:05 -0000 Author: brueffer Date: Mon Jul 13 13:02:04 2015 New Revision: 285453 URL: https://svnweb.freebsd.org/changeset/base/285453 Log: MFC: r285029 Fix an obviously wrong boolean operator. PR: 200983 Submitted by: David Bindeman Approved by: re (gjb) Modified: stable/10/sbin/newfs_nandfs/newfs_nandfs.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sbin/newfs_nandfs/newfs_nandfs.c ============================================================================== --- stable/10/sbin/newfs_nandfs/newfs_nandfs.c Mon Jul 13 12:31:01 2015 (r285452) +++ stable/10/sbin/newfs_nandfs/newfs_nandfs.c Mon Jul 13 13:02:04 2015 (r285453) @@ -897,7 +897,7 @@ check_parameters(void) NANDFS_SEG_MIN_BLOCKS); /* check reserved segment percentage */ - if ((rsv_segment_percent < 1) && (rsv_segment_percent > 99)) + if ((rsv_segment_percent < 1) || (rsv_segment_percent > 99)) errx(1, "Bad reserved segment percentage. " "Must in range 1..99."); From owner-svn-src-stable@freebsd.org Mon Jul 13 13:14:52 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D8FE99B241; Mon, 13 Jul 2015 13:14:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12F20327; Mon, 13 Jul 2015 13:14:52 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DDEpo6014752; Mon, 13 Jul 2015 13:14:51 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DDEpIi014751; Mon, 13 Jul 2015 13:14:51 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131314.t6DDEpIi014751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 13:14:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285454 - stable/10/sbin/geom/class/multipath X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 13:14:52 -0000 Author: brueffer Date: Mon Jul 13 13:14:51 2015 New Revision: 285454 URL: https://svnweb.freebsd.org/changeset/base/285454 Log: MFC: r284290, r284323 Improve grammar. PR: 200673 Submitted by: Fabian Keil Obtained from: ElectroBSD Approved by: re (gjb) Modified: stable/10/sbin/geom/class/multipath/gmultipath.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/sbin/geom/class/multipath/gmultipath.8 ============================================================================== --- stable/10/sbin/geom/class/multipath/gmultipath.8 Mon Jul 13 13:02:04 2015 (r285453) +++ stable/10/sbin/geom/class/multipath/gmultipath.8 Mon Jul 13 13:14:51 2015 (r285454) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 18, 2012 +.Dd June 11, 2015 .Dt GMULTIPATH 8 .Os .Sh NAME @@ -253,13 +253,13 @@ This I/O continues until an I/O is retur a generic I/O error or a "Nonexistent Device" error. When this occurs, that path is marked FAIL, the next path in a list is selected as active and the failed I/O reissued. -In Active/Active mode all paths not marked FAIL may handle I/O same time. +In Active/Active mode all paths not marked FAIL may handle I/O at the same time. Requests are distributed between paths to equalize load. -For capable devices it allows to utilize bandwidth of all paths. -In Active/Read mode all paths not marked FAIL may handle reads same time, -but unlike Active/Active only one path handles write requests at any +For capable devices it allows to utilize the bandwidth of all paths. +In Active/Read mode all paths not marked FAIL may handle reads at the same time, +but unlike in Active/Active mode only one path handles write requests at any point in time. -It allows to closer follow original write request order if above layer +It allows to closer follow the original write request order if the layer above needs it for data consistency (not waiting for requisite write completion before sending dependent write). .Pp @@ -269,9 +269,9 @@ GEOM class is given an opportunity to ta If a new device has a .Nm MULTIPATH -on-disk metadata label, the device is used to either create a new +on-disk metadata label, the device is either used to create a new .Nm MULTIPATH -GEOM, or been added the list of paths for an existing +GEOM, or added to the list of paths for an existing .Nm MULTIPATH GEOM. .Pp @@ -281,7 +281,7 @@ and .Xr mpt 4 based Fibre Channel disk devices. For these devices, when a device disappears -(due e.g., to a cable pull or power failure to a switch), the device is +(due to e.g., a cable pull or power failure to a switch), the device is proactively marked as gone and I/O to it failed. This causes the .Nm MULTIPATH From owner-svn-src-stable@freebsd.org Mon Jul 13 13:42:06 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A421099B8FB; Mon, 13 Jul 2015 13:42:06 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80F1A1BBF; Mon, 13 Jul 2015 13:42:06 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DDg6ve029914; Mon, 13 Jul 2015 13:42:06 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DDg6TI029913; Mon, 13 Jul 2015 13:42:06 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131342.t6DDg6TI029913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 13:42:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285455 - stable/10/usr.bin/calendar/calendars X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 13:42:06 -0000 Author: brueffer Date: Mon Jul 13 13:42:05 2015 New Revision: 285455 URL: https://svnweb.freebsd.org/changeset/base/285455 Log: MFC: r285028 Add the year to the VAX-11/780 announcement entry. PR: 200961 Submitted by: John Marshall Approved by: re (gjb) Modified: stable/10/usr.bin/calendar/calendars/calendar.computer Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/calendar/calendars/calendar.computer ============================================================================== --- stable/10/usr.bin/calendar/calendars/calendar.computer Mon Jul 13 13:14:51 2015 (r285454) +++ stable/10/usr.bin/calendar/calendars/calendar.computer Mon Jul 13 13:42:05 2015 (r285455) @@ -69,7 +69,7 @@ 10/14 British Computer Society founded, 1957 10/15 First FORTRAN Programmer's Reference Manual published, 1956 10/20 Zurich ALGOL report published, 1958 -10/25 DEC announces VAX-11/780 +10/25 DEC announces VAX-11/780, 1977 11/04 UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952 12/08 First Ph.D. awarded by Computer Science Dept, Univ. of Penna, 1965 From owner-svn-src-stable@freebsd.org Mon Jul 13 13:43:58 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3308099B96C; Mon, 13 Jul 2015 13:43:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C6C81D5D; Mon, 13 Jul 2015 13:43:58 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DDhvWf030249; Mon, 13 Jul 2015 13:43:57 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DDhv1q030248; Mon, 13 Jul 2015 13:43:57 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507131343.t6DDhv1q030248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 13 Jul 2015 13:43:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285456 - stable/9/usr.bin/calendar/calendars X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 13:43:58 -0000 Author: brueffer Date: Mon Jul 13 13:43:57 2015 New Revision: 285456 URL: https://svnweb.freebsd.org/changeset/base/285456 Log: MFC: r285028 Add the year to the VAX-11/780 announcement entry. PR: 200961 Submitted by: John Marshall Modified: stable/9/usr.bin/calendar/calendars/calendar.computer Directory Properties: stable/9/usr.bin/calendar/ (props changed) stable/9/usr.bin/calendar/calendars/ (props changed) Modified: stable/9/usr.bin/calendar/calendars/calendar.computer ============================================================================== --- stable/9/usr.bin/calendar/calendars/calendar.computer Mon Jul 13 13:42:05 2015 (r285455) +++ stable/9/usr.bin/calendar/calendars/calendar.computer Mon Jul 13 13:43:57 2015 (r285456) @@ -69,7 +69,7 @@ 10/14 British Computer Society founded, 1957 10/15 First FORTRAN Programmer's Reference Manual published, 1956 10/20 Zurich ALGOL report published, 1958 -10/25 DEC announces VAX-11/780 +10/25 DEC announces VAX-11/780, 1977 11/04 UNIVAC I program predicts Eisenhower victory based on 7% of votes, 1952 12/08 First Ph.D. awarded by Computer Science Dept, Univ. of Penna, 1965 From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:43 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19FC199B902; Mon, 13 Jul 2015 15:45:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A18199C; Mon, 13 Jul 2015 15:45:43 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjg1A093446; Mon, 13 Jul 2015 15:45:42 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjg2N093445; Mon, 13 Jul 2015 15:45:42 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjg2N093445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285472 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:43 -0000 Author: gjb Date: Mon Jul 13 15:45:42 2015 New Revision: 285472 URL: https://svnweb.freebsd.org/changeset/base/285472 Log: Document r283258, date(1) '-r' compatibility with the GNU version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:02 2015 (r285471) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:42 2015 (r285472) @@ -222,6 +222,12 @@ The &man.pw.8; utility has been updated with a new flag, -R, that sets the root directory within which the utility will operate. + + The &man.date.1; utility has been + updated to print the modification time of the file passed as + an argument to the -r flag, improving + compatibility with the GNU &man.date.1; + utility behavior. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:45 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C53999B92F; Mon, 13 Jul 2015 15:45:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C35B9AC; Mon, 13 Jul 2015 15:45:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjj6a093493; Mon, 13 Jul 2015 15:45:45 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjj3p093492; Mon, 13 Jul 2015 15:45:45 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjj3p093492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285473 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:45 -0000 Author: gjb Date: Mon Jul 13 15:45:44 2015 New Revision: 285473 URL: https://svnweb.freebsd.org/changeset/base/285473 Log: Document r284398, tzdata update to 2015e. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:42 2015 (r285472) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:44 2015 (r285473) @@ -237,6 +237,9 @@ &man.resolvconf.8; utility has been updated to version 3.7.0. + Timezone data files have been updated to + version 2015e. + The &man.acpi.4; subsystem has been updated to version 20150515. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:48 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47A0099B95D; Mon, 13 Jul 2015 15:45:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11A72A34; Mon, 13 Jul 2015 15:45:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjlm6093550; Mon, 13 Jul 2015 15:45:47 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjld5093549; Mon, 13 Jul 2015 15:45:47 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjld5093549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285474 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:48 -0000 Author: gjb Date: Mon Jul 13 15:45:46 2015 New Revision: 285474 URL: https://svnweb.freebsd.org/changeset/base/285474 Log: Document r283270, nc(1) update to OpenBSD 5.7's version. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:44 2015 (r285473) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:46 2015 (r285474) @@ -237,6 +237,9 @@ &man.resolvconf.8; utility has been updated to version 3.7.0. + The &man.nc.1; utility has been updated + to the OpenBSD 5.7 version. + Timezone data files have been updated to version 2015e. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:50 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF2B299B9A4; Mon, 13 Jul 2015 15:45:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A43B8B19; Mon, 13 Jul 2015 15:45:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjo6U093596; Mon, 13 Jul 2015 15:45:50 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjom0093595; Mon, 13 Jul 2015 15:45:50 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjom0093595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285475 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:51 -0000 Author: gjb Date: Mon Jul 13 15:45:49 2015 New Revision: 285475 URL: https://svnweb.freebsd.org/changeset/base/285475 Log: Document r284775, ttyu{1,2,3} enabled by default on arm. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:46 2015 (r285474) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:49 2015 (r285475) @@ -543,6 +543,12 @@ The memory test run at boot time on &os;/&arch.amd64; platforms has been disabled by default. + + The &man.ttys.5; file for &os;/&arch.arm; has been + updated to enable ttyu1, + ttyu2, and ttyu3 by + default, if the callin port is an active console port. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:53 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 168B299B9E8; Mon, 13 Jul 2015 15:45:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD437BCA; Mon, 13 Jul 2015 15:45:52 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjqcX093645; Mon, 13 Jul 2015 15:45:52 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjq7U093644; Mon, 13 Jul 2015 15:45:52 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjq7U093644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285476 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:53 -0000 Author: gjb Date: Mon Jul 13 15:45:51 2015 New Revision: 285476 URL: https://svnweb.freebsd.org/changeset/base/285476 Log: Document r284009, growfs rc(8) script addition. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:49 2015 (r285475) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:51 2015 (r285476) @@ -269,7 +269,10 @@ <filename class="directory">/etc/rc.d</filename> Scripts -   + A new &man.rc.8; script, + growfs, has been added, which will resize + the root filesystem on boot if /firstboot + exists. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:55 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D73599BA08; Mon, 13 Jul 2015 15:45:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC8CBC54; Mon, 13 Jul 2015 15:45:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjsrn093715; Mon, 13 Jul 2015 15:45:54 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjsTS093714; Mon, 13 Jul 2015 15:45:54 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjsTS093714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285477 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:55 -0000 Author: gjb Date: Mon Jul 13 15:45:54 2015 New Revision: 285477 URL: https://svnweb.freebsd.org/changeset/base/285477 Log: Document r283972, 3wire ttys class. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:51 2015 (r285476) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:54 2015 (r285477) @@ -547,6 +547,11 @@ memory test run at boot time on &os;/&arch.amd64; platforms has been disabled by default. + A new &man.ttys.5; class, + 3wire, has been added. This is similar to + the existing terminal classes, but does not have a defined + baudrate. + The &man.ttys.5; file for &os;/&arch.arm; has been updated to enable ttyu1, From owner-svn-src-stable@freebsd.org Mon Jul 13 15:45:57 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A69CA99BA55; Mon, 13 Jul 2015 15:45:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 834FECFE; Mon, 13 Jul 2015 15:45:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjvX7093773; Mon, 13 Jul 2015 15:45:57 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjvTP093771; Mon, 13 Jul 2015 15:45:57 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjvTP093771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285478 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:45:57 -0000 Author: gjb Date: Mon Jul 13 15:45:56 2015 New Revision: 285478 URL: https://svnweb.freebsd.org/changeset/base/285478 Log: Document r283161, native FreeBSD/arm build support in release tools. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:54 2015 (r285477) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:56 2015 (r285478) @@ -627,7 +627,12 @@ Integration Changes -   + The + Release Engineering build tools have been updated to support + building &os;/&arch.arm; images without external utilities for + supported boards where a corresponding + u-boot port exists in the Ports + Collection. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:46:00 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11DA499BA66; Mon, 13 Jul 2015 15:46:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2DF6D8F; Mon, 13 Jul 2015 15:45:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFjxlo093830; Mon, 13 Jul 2015 15:45:59 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFjxO4093829; Mon, 13 Jul 2015 15:45:59 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131545.t6DFjxO4093829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:45:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285479 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:46:00 -0000 Author: gjb Date: Mon Jul 13 15:45:58 2015 New Revision: 285479 URL: https://svnweb.freebsd.org/changeset/base/285479 Log: Document r277520, 510.status-world-kernel addition. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:56 2015 (r285478) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:58 2015 (r285479) @@ -279,7 +279,13 @@ <filename class="directory">/etc/periodic</filename> Scripts -   + A new + &man.periodic.8; script, + 510.status-world-kernel, has been added, + which evaluates the running userland and kernel versions from + the &man.uname.1; -U and + -K arguments, and prints an error if the + system userland and kernel are not in sync. From owner-svn-src-stable@freebsd.org Mon Jul 13 15:46:02 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44AF199BA81; Mon, 13 Jul 2015 15:46:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 111A8E19; Mon, 13 Jul 2015 15:46:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DFk1Yx093892; Mon, 13 Jul 2015 15:46:01 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DFk1qV093891; Mon, 13 Jul 2015 15:46:01 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131546.t6DFk1qV093891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 15:46:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285480 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 15:46:02 -0000 Author: gjb Date: Mon Jul 13 15:46:01 2015 New Revision: 285480 URL: https://svnweb.freebsd.org/changeset/base/285480 Log: Document r283548, mkimg(1) now used for i386 memstick images. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:45:58 2015 (r285479) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 15:46:01 2015 (r285480) @@ -639,6 +639,11 @@ supported boards where a corresponding u-boot port exists in the Ports Collection. + + The + &os;/&arch.i386; memory stick installation images are now + created using the &man.mkimg.1; utility, matching the way + the &os;/&arch.amd64; images are created. From owner-svn-src-stable@freebsd.org Mon Jul 13 18:53:57 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6675399C419; Mon, 13 Jul 2015 18:53:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC3871E0B; Mon, 13 Jul 2015 18:53:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIru82099903; Mon, 13 Jul 2015 18:53:56 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIruE8099902; Mon, 13 Jul 2015 18:53:56 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131853.t6DIruE8099902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:53:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285493 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:53:57 -0000 Author: gjb Date: Mon Jul 13 18:53:55 2015 New Revision: 285493 URL: https://svnweb.freebsd.org/changeset/base/285493 Log: Document r282861, apple-boot, apple-hfs, apple-ufs support in gpart(8). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:53:50 2015 (r285492) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:53:55 2015 (r285493) @@ -531,6 +531,11 @@ limit from 128 to 256, and LUN limit from 256 to 1024. + + Support for the + apple-boot, apple-hfs, + and apple-ufs MBR + partitioning schemes have been added to &man.gpart.8;. From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:05 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23F4F99C478; Mon, 13 Jul 2015 18:54:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D36292000; Mon, 13 Jul 2015 18:54:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIs4LQ000172; Mon, 13 Jul 2015 18:54:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIs4WT000171; Mon, 13 Jul 2015 18:54:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131854.t6DIs4WT000171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:54:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285496 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:05 -0000 Author: gjb Date: Mon Jul 13 18:54:03 2015 New Revision: 285496 URL: https://svnweb.freebsd.org/changeset/base/285496 Log: Document r278968, EFI support added to mkimg(1). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:01 2015 (r285495) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:03 2015 (r285496) @@ -183,6 +183,11 @@ &man.fstyp.8; utility has been added, which is used to determine the filesystem on a specified device. + The + &man.mkimg.1; utility has been updated to support the + MBR EFI partition + type. + A regression in the &man.libarchive.3; library that would prevent a directory from being included in the archive when --one-file-system is used From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:07 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE4A99C490; Mon, 13 Jul 2015 18:54:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4124320A6; Mon, 13 Jul 2015 18:54:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIs7mm000243; Mon, 13 Jul 2015 18:54:07 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIs7Z8000242; Mon, 13 Jul 2015 18:54:07 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131854.t6DIs7Z8000242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:54:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285497 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:07 -0000 Author: gjb Date: Mon Jul 13 18:54:06 2015 New Revision: 285497 URL: https://svnweb.freebsd.org/changeset/base/285497 Log: Document r284523, mkimg(1) '-c' option. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:03 2015 (r285496) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:06 2015 (r285497) @@ -233,6 +233,11 @@ an argument to the -r flag, improving compatibility with the GNU &man.date.1; utility behavior. + + The &man.mkimg.1; utility has been + updated to version 20150222, adding the -c + argument which allows specifying the capacity of the target + disk image. From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:00 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52AE999C41E; Mon, 13 Jul 2015 18:54:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 088961ECD; Mon, 13 Jul 2015 18:54:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIrxKX099956; Mon, 13 Jul 2015 18:53:59 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIrxou099951; Mon, 13 Jul 2015 18:53:59 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131853.t6DIrxou099951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:53:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285494 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:00 -0000 Author: gjb Date: Mon Jul 13 18:53:58 2015 New Revision: 285494 URL: https://svnweb.freebsd.org/changeset/base/285494 Log: Document r284066, gre(4) overhaul. Add Yandex LLC to sponsors.ent. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml stable/10/release/doc/share/xml/sponsor.ent Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:53:55 2015 (r285493) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:53:58 2015 (r285494) @@ -402,7 +402,10 @@ Network Drivers -   + The + &man.gre.4; driver has been significantly overhauled, and has + been split into two separate modules, &man.gre.4; and + &man.me.4;. Modified: stable/10/release/doc/share/xml/sponsor.ent ============================================================================== --- stable/10/release/doc/share/xml/sponsor.ent Mon Jul 13 18:53:55 2015 (r285493) +++ stable/10/release/doc/share/xml/sponsor.ent Mon Jul 13 18:53:58 2015 (r285494) @@ -34,3 +34,5 @@ + + From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:12 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3921799C50C; Mon, 13 Jul 2015 18:54:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1FF921D4; Mon, 13 Jul 2015 18:54:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIsBMa000392; Mon, 13 Jul 2015 18:54:11 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIsBcl000391; Mon, 13 Jul 2015 18:54:11 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131854.t6DIsBcl000391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:54:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285499 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:12 -0000 Author: gjb Date: Mon Jul 13 18:54:10 2015 New Revision: 285499 URL: https://svnweb.freebsd.org/changeset/base/285499 Log: Sort by svn revision. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:08 2015 (r285498) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:10 2015 (r285499) @@ -224,10 +224,6 @@ links when the -R flag is specified, as documented in &man.symlink.7;. - The &man.pw.8; utility has been updated - with a new flag, -R, that sets the root - directory within which the utility will operate. - The &man.date.1; utility has been updated to print the modification time of the file passed as an argument to the -r flag, improving @@ -237,6 +233,10 @@ A new flag, -c, has been added to the &man.mkimg.1; utility, which allows specifying the capacity of the target disk image. + + The &man.pw.8; utility has been updated + with a new flag, -R, that sets the root + directory within which the utility will operate. From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:09 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A553099C4C9; Mon, 13 Jul 2015 18:54:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 753402139; Mon, 13 Jul 2015 18:54:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIs9wh000325; Mon, 13 Jul 2015 18:54:09 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIs96A000324; Mon, 13 Jul 2015 18:54:09 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131854.t6DIs96A000324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:54:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285498 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:09 -0000 Author: gjb Date: Mon Jul 13 18:54:08 2015 New Revision: 285498 URL: https://svnweb.freebsd.org/changeset/base/285498 Log: Reword previous mkimg(1) update. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:06 2015 (r285497) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:08 2015 (r285498) @@ -234,10 +234,9 @@ compatibility with the GNU &man.date.1; utility behavior. - The &man.mkimg.1; utility has been - updated to version 20150222, adding the -c - argument which allows specifying the capacity of the target - disk image. + A new flag, -c, has + been added to the &man.mkimg.1; utility, which allows + specifying the capacity of the target disk image. From owner-svn-src-stable@freebsd.org Mon Jul 13 18:54:02 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EE3899C443; Mon, 13 Jul 2015 18:54:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C3A1F5D; Mon, 13 Jul 2015 18:54:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DIs2Yf000120; Mon, 13 Jul 2015 18:54:02 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DIs2mD000119; Mon, 13 Jul 2015 18:54:02 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507131854.t6DIs2mD000119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 18:54:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285495 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 18:54:02 -0000 Author: gjb Date: Mon Jul 13 18:54:01 2015 New Revision: 285495 URL: https://svnweb.freebsd.org/changeset/base/285495 Log: Document r284365, vxlan(4) addition. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:53:58 2015 (r285494) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 18:54:01 2015 (r285495) @@ -406,6 +406,12 @@ &man.gre.4; driver has been significantly overhauled, and has been split into two separate modules, &man.gre.4; and &man.me.4;. + + The &man.vxlan.4; driver has been added, + which creates a virtual Layer 2 (Ethernet) network overlaid in + a Layer 3 (IP/UDP) network. The &man.vxlan.4; driver is + analogous to &man.vlan.4;, but is designed to be better suited + for large, multiple-tenant datacenter environments. From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:25 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B41E199C397; Mon, 13 Jul 2015 20:07:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 872411C4; Mon, 13 Jul 2015 20:07:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7PGU040976; Mon, 13 Jul 2015 20:07:25 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7P36040975; Mon, 13 Jul 2015 20:07:25 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7P36040975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285504 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:25 -0000 Author: gjb Date: Mon Jul 13 20:07:24 2015 New Revision: 285504 URL: https://svnweb.freebsd.org/changeset/base/285504 Log: Document r275273, virtio_console(4) addition. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:17 2015 (r285503) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:24 2015 (r285504) @@ -441,6 +441,10 @@ Virtualization Support + The &man.virtio.console.4; driver has + been added, which provides an interface to VirtIO console + devices through a &man.tty.4; device. + The &man.bhyve.8; hypervisor has been updated to support DSM TRIM commands for virtual AHCI disks. From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:28 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3AB99C3B2; Mon, 13 Jul 2015 20:07:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11ECF263; Mon, 13 Jul 2015 20:07:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7Rt9041029; Mon, 13 Jul 2015 20:07:27 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7Rme041028; Mon, 13 Jul 2015 20:07:27 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7Rme041028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285505 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:28 -0000 Author: gjb Date: Mon Jul 13 20:07:26 2015 New Revision: 285505 URL: https://svnweb.freebsd.org/changeset/base/285505 Log: Document r276403, bhyve support for AMD processors with SVM/AMD-V. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:24 2015 (r285504) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:26 2015 (r285505) @@ -445,6 +445,11 @@ been added, which provides an interface to VirtIO console devices through a &man.tty.4; device. + The &man.bhyve.8; hypervisior has been + updated to support &amd; processors with + SVM and AMD-V hardware + extensions. + The &man.bhyve.8; hypervisor has been updated to support DSM TRIM commands for virtual AHCI disks. From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:31 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 296F399C3F1; Mon, 13 Jul 2015 20:07:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D96BE34D; Mon, 13 Jul 2015 20:07:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7UnG041086; Mon, 13 Jul 2015 20:07:30 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7Uam041082; Mon, 13 Jul 2015 20:07:30 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7Uam041082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285506 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:31 -0000 Author: gjb Date: Mon Jul 13 20:07:29 2015 New Revision: 285506 URL: https://svnweb.freebsd.org/changeset/base/285506 Log: Document r283076, nvd(4) and nvme(4) included in GENERIC. Add Intel to sponsors.ent (note, &intel; cannot be used here). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml stable/10/release/doc/share/xml/sponsor.ent Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:26 2015 (r285505) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:29 2015 (r285506) @@ -331,6 +331,11 @@ Kernel Configuration + The &man.nvd.4; and &man.nvme.4; drivers are + now included in the GENERIC kernel + configuration by default. + A new kernel configuration option, EM_MULTIQUEUE, has been added which enables Modified: stable/10/release/doc/share/xml/sponsor.ent ============================================================================== --- stable/10/release/doc/share/xml/sponsor.ent Mon Jul 13 20:07:26 2015 (r285505) +++ stable/10/release/doc/share/xml/sponsor.ent Mon Jul 13 20:07:29 2015 (r285506) @@ -21,6 +21,7 @@ + From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:33 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40F3699C41B; Mon, 13 Jul 2015 20:07:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 263E85F8; Mon, 13 Jul 2015 20:07:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7WFD041146; Mon, 13 Jul 2015 20:07:32 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7W4Y041145; Mon, 13 Jul 2015 20:07:32 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7W4Y041145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285507 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:33 -0000 Author: gjb Date: Mon Jul 13 20:07:32 2015 New Revision: 285507 URL: https://svnweb.freebsd.org/changeset/base/285507 Log: Document r279157, ral(4) support for Ralink RT5390 and RT5392 chipsets. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:29 2015 (r285506) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:32 2015 (r285507) @@ -416,6 +416,9 @@ Network Drivers + The &man.ral.4; driver has been updated + to support the RT5390 and RT5392 chipsets. + The &man.gre.4; driver has been significantly overhauled, and has been split into two separate modules, &man.gre.4; and From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:38 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B06D99C460; Mon, 13 Jul 2015 20:07:38 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD6027FD; Mon, 13 Jul 2015 20:07:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7bwP041271; Mon, 13 Jul 2015 20:07:37 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7bGk041270; Mon, 13 Jul 2015 20:07:37 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7bGk041270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285509 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:38 -0000 Author: gjb Date: Mon Jul 13 20:07:36 2015 New Revision: 285509 URL: https://svnweb.freebsd.org/changeset/base/285509 Log: Document r275807, compat.linux.osrelease updated after support for CentOS 6 ports has been added. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:34 2015 (r285508) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:36 2015 (r285509) @@ -311,7 +311,12 @@ ABI Compatibility -   + The &linux; compatibility version has + been updated to 2.6.18. The + compat.linux.osrelease &man.sysctl.8; is + evaluated when building the emulators/linux-c6 and related + ports. From owner-svn-src-stable@freebsd.org Mon Jul 13 20:07:35 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 784EF99C43D; Mon, 13 Jul 2015 20:07:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 594CA764; Mon, 13 Jul 2015 20:07:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6DK7ZHj041198; Mon, 13 Jul 2015 20:07:35 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6DK7Zk4041197; Mon, 13 Jul 2015 20:07:35 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507132007.t6DK7Zk4041197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 13 Jul 2015 20:07:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285508 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 20:07:35 -0000 Author: gjb Date: Mon Jul 13 20:07:34 2015 New Revision: 285508 URL: https://svnweb.freebsd.org/changeset/base/285508 Log: Document r274486, pfil(9) default hash change. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:32 2015 (r285507) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jul 13 20:07:34 2015 (r285508) @@ -416,6 +416,11 @@ Network Drivers + The &man.pfil.9; interface default hash + has been changed from Jenkins to + Murmur3, providing a 3-percent performance + increase in packets-per-second. + The &man.ral.4; driver has been updated to support the RT5390 and RT5392 chipsets. From owner-svn-src-stable@freebsd.org Tue Jul 14 01:32:19 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FC329988AB; Tue, 14 Jul 2015 01:32:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 691721F6C; Tue, 14 Jul 2015 01:32:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6E1WJok018308; Tue, 14 Jul 2015 01:32:19 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6E1WJA6018307; Tue, 14 Jul 2015 01:32:19 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507140132.t6E1WJA6018307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 01:32:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285518 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 01:32:19 -0000 Author: gjb Date: Tue Jul 14 01:32:18 2015 New Revision: 285518 URL: https://svnweb.freebsd.org/changeset/base/285518 Log: Document r276068, fix for panic when destroying vnet jail with gif(4). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:04 2015 (r285517) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:18 2015 (r285518) @@ -330,7 +330,9 @@ Kernel Bug Fixes -   + A kernel panic triggered when destroying + a &man.vnet.9; &man.jail.8; configured with &man.gif.4; has + been fixed. From owner-svn-src-stable@freebsd.org Tue Jul 14 01:32:21 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9FDC9988C0; Tue, 14 Jul 2015 01:32:21 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA0AD1FCB; Tue, 14 Jul 2015 01:32:21 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6E1WLeb018368; Tue, 14 Jul 2015 01:32:21 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6E1WLUP018367; Tue, 14 Jul 2015 01:32:21 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507140132.t6E1WLUP018367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 01:32:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285519 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 01:32:22 -0000 Author: gjb Date: Tue Jul 14 01:32:20 2015 New Revision: 285519 URL: https://svnweb.freebsd.org/changeset/base/285519 Log: Document r284018, fix for panic when destroying vnet jail with gre(4). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:18 2015 (r285518) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:20 2015 (r285519) @@ -333,6 +333,10 @@ A kernel panic triggered when destroying a &man.vnet.9; &man.jail.8; configured with &man.gif.4; has been fixed. + + A kernel panic triggered when destroying + a &man.vnet.9; &man.jail.8; configured with &man.gre.4; has + been fixed. From owner-svn-src-stable@freebsd.org Tue Jul 14 01:32:24 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72C599988E5; Tue, 14 Jul 2015 01:32:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5645B103B; Tue, 14 Jul 2015 01:32:24 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6E1WOkw018420; Tue, 14 Jul 2015 01:32:24 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6E1WOqh018419; Tue, 14 Jul 2015 01:32:24 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507140132.t6E1WOqh018419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 01:32:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285520 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 01:32:24 -0000 Author: gjb Date: Tue Jul 14 01:32:23 2015 New Revision: 285520 URL: https://svnweb.freebsd.org/changeset/base/285520 Log: Document r276686, reaper facility. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:20 2015 (r285519) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:23 2015 (r285520) @@ -303,6 +303,11 @@ A new file configuration library, &man.figpar.3;, has been added to the base system. + The + &man.procctl.2; system call has been updated to include + a facility for non-&man.init.8; processes to be declared as + the reaper of child processes and their decendants. + The &man.setmode.3; function has been updated to consistently set errno on failure. From owner-svn-src-stable@freebsd.org Tue Jul 14 01:32:26 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4368998915; Tue, 14 Jul 2015 01:32:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9AE610D2; Tue, 14 Jul 2015 01:32:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6E1WQ8g018474; Tue, 14 Jul 2015 01:32:26 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6E1WQVj018473; Tue, 14 Jul 2015 01:32:26 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507140132.t6E1WQVj018473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 01:32:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285521 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 01:32:27 -0000 Author: gjb Date: Tue Jul 14 01:32:25 2015 New Revision: 285521 URL: https://svnweb.freebsd.org/changeset/base/285521 Log: Document r281708, psm(4) enhancements. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:23 2015 (r285520) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 01:32:25 2015 (r285521) @@ -420,6 +420,11 @@ The drm code has been updated to match &linux; version 3.8.13. + + The &man.psm.4; driver has been updated + to include improved support for newer Synaptics ® + touchpads and the ClickPad ® mouse on newer + Lenovo ™ laptops. From owner-svn-src-stable@freebsd.org Tue Jul 14 11:37:27 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2CB499C9CF; Tue, 14 Jul 2015 11:37:27 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2C54753; Tue, 14 Jul 2015 11:37:27 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EBbR66042809; Tue, 14 Jul 2015 11:37:27 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EBbRIo042808; Tue, 14 Jul 2015 11:37:27 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507141137.t6EBbRIo042808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Tue, 14 Jul 2015 11:37:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285532 - stable/10/sbin/camcontrol X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 11:37:28 -0000 Author: brueffer Date: Tue Jul 14 11:37:26 2015 New Revision: 285532 URL: https://svnweb.freebsd.org/changeset/base/285532 Log: MFC: r285037 Add -b to the devlist usage info, forgotten in r260059. PR: 195094 Submitted by: robin.hahling@gw-computing.net Approved by: re (marius) Modified: stable/10/sbin/camcontrol/camcontrol.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sbin/camcontrol/camcontrol.c ============================================================================== --- stable/10/sbin/camcontrol/camcontrol.c Tue Jul 14 10:49:36 2015 (r285531) +++ stable/10/sbin/camcontrol/camcontrol.c Tue Jul 14 11:37:26 2015 (r285532) @@ -8059,7 +8059,7 @@ usage(int printlong) fprintf(printlong ? stdout : stderr, "usage: camcontrol [device id][generic args][command args]\n" -" camcontrol devlist [-v]\n" +" camcontrol devlist [-b] [-v]\n" #ifndef MINIMALISTIC " camcontrol periphlist [dev_id][-n dev_name] [-u unit]\n" " camcontrol tur [dev_id][generic args]\n" From owner-svn-src-stable@freebsd.org Tue Jul 14 12:21:49 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4327399CD29; Tue, 14 Jul 2015 12:21:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DFD7E0D; Tue, 14 Jul 2015 12:21:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ECLm1n065065; Tue, 14 Jul 2015 12:21:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ECLmai065062; Tue, 14 Jul 2015 12:21:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507141221.t6ECLmai065062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 14 Jul 2015 12:21:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285536 - stable/10/usr.sbin/pw X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 12:21:49 -0000 Author: bapt Date: Tue Jul 14 12:21:47 2015 New Revision: 285536 URL: https://svnweb.freebsd.org/changeset/base/285536 Log: MFC: r285414, r285440, r285441, r285443 - allow to create users with uid 0 - fix check duplicates logic - fix gid policy to be in sync with uid if possible Reported by: Jan Mikkelsen Approved by: re (marius) Modified: stable/10/usr.sbin/pw/pw.c stable/10/usr.sbin/pw/pw_user.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/pw/pw.c ============================================================================== --- stable/10/usr.sbin/pw/pw.c Tue Jul 14 12:16:14 2015 (r285535) +++ stable/10/usr.sbin/pw/pw.c Tue Jul 14 12:21:47 2015 (r285536) @@ -137,6 +137,7 @@ main(int argc, char *argv[]) relocated = nis = false; memset(&conf, 0, sizeof(conf)); strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); + conf.checkduplicate = true; LIST_INIT(&arglist); @@ -281,7 +282,7 @@ main(int argc, char *argv[]) errstr); break; case 'o': - conf.checkduplicate = true; + conf.checkduplicate = false; break; default: addarg(&arglist, ch, optarg); Modified: stable/10/usr.sbin/pw/pw_user.c ============================================================================== --- stable/10/usr.sbin/pw/pw_user.c Tue Jul 14 12:16:14 2015 (r285535) +++ stable/10/usr.sbin/pw/pw_user.c Tue Jul 14 12:21:47 2015 (r285536) @@ -748,7 +748,7 @@ pw_uidpolicy(struct userconf * cnf, long /* * Check the given uid, if any */ - if (id > 0) { + if (id >= 0) { uid = (uid_t) id; if ((pwd = GETPWUID(uid)) != NULL && conf.checkduplicate) @@ -824,7 +824,7 @@ pw_gidpolicy(struct cargs * args, char * gid = grp->gr_gid; /* Already created? Use it anyway... */ } else { struct cargs grpargs; - char tmp[32]; + gid_t grid = -1; LIST_INIT(&grpargs); @@ -837,26 +837,18 @@ pw_gidpolicy(struct cargs * args, char * * user's name dups an existing group, then the group add * function will happily handle that case for us and exit. */ - if (GETGRGID(prefer) == NULL) { - snprintf(tmp, sizeof(tmp), "%u", prefer); - addarg(&grpargs, 'g', tmp); - } + if (GETGRGID(prefer) == NULL) + grid = prefer; if (conf.dryrun) { addarg(&grpargs, 'q', NULL); gid = pw_group(M_NEXT, nam, -1, &grpargs); } else { - pw_group(M_ADD, nam, -1, &grpargs); + pw_group(M_ADD, nam, grid, &grpargs); if ((grp = GETGRNAM(nam)) != NULL) gid = grp->gr_gid; } - a_gid = LIST_FIRST(&grpargs); - while (a_gid != NULL) { - struct carg *t = LIST_NEXT(a_gid, list); - LIST_REMOVE(a_gid, list); - a_gid = t; - } } ENDGRENT(); return gid; From owner-svn-src-stable@freebsd.org Tue Jul 14 15:38:46 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B66469A1FFC; Tue, 14 Jul 2015 15:38:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5AC83C4; Tue, 14 Jul 2015 15:38:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EFckVj069551; Tue, 14 Jul 2015 15:38:46 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EFckF9069550; Tue, 14 Jul 2015 15:38:46 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507141538.t6EFckF9069550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 15:38:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285544 - head/release/doc/en_US.ISO8859-1/relnotes stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 15:38:46 -0000 Author: gjb Date: Tue Jul 14 15:38:45 2015 New Revision: 285544 URL: https://svnweb.freebsd.org/changeset/base/285544 Log: Fix typo. Submitted by: matteo Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Changes in other areas also in this revision: Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 15:24:50 2015 (r285543) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 15:38:45 2015 (r285544) @@ -479,7 +479,7 @@ been added, which provides an interface to VirtIO console devices through a &man.tty.4; device. - The &man.bhyve.8; hypervisior has been + The &man.bhyve.8; hypervisor has been updated to support &amd; processors with SVM and AMD-V hardware extensions. From owner-svn-src-stable@freebsd.org Tue Jul 14 16:57:15 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6ECFF99C218; Tue, 14 Jul 2015 16:57:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F22D9CD; Tue, 14 Jul 2015 16:57:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EGvFMi009396; Tue, 14 Jul 2015 16:57:15 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EGvF9m009395; Tue, 14 Jul 2015 16:57:15 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507141657.t6EGvF9m009395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 16:57:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285546 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 16:57:15 -0000 Author: gjb Date: Tue Jul 14 16:57:14 2015 New Revision: 285546 URL: https://svnweb.freebsd.org/changeset/base/285546 Log: Document r284499, cdce(4) support for RTL8153 chipset. Submitted by: Ben Woods Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 16:56:59 2015 (r285545) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 16:57:14 2015 (r285546) @@ -455,6 +455,9 @@ a Layer 3 (IP/UDP) network. The &man.vxlan.4; driver is analogous to &man.vlan.4;, but is designed to be better suited for large, multiple-tenant datacenter environments. + + The &man.cdce.4; driver has been updated + to include support for the RTL8153 chipest. From owner-svn-src-stable@freebsd.org Tue Jul 14 17:01:56 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6D4599C467; Tue, 14 Jul 2015 17:01:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96AC7E0F; Tue, 14 Jul 2015 17:01:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EH1u6T013684; Tue, 14 Jul 2015 17:01:56 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EH1uwZ013683; Tue, 14 Jul 2015 17:01:56 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507141701.t6EH1uwZ013683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 17:01:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285547 - head/release/doc/en_US.ISO8859-1/relnotes stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 17:01:56 -0000 Author: gjb Date: Tue Jul 14 17:01:55 2015 New Revision: 285547 URL: https://svnweb.freebsd.org/changeset/base/285547 Log: Fix another typo. Sigh. Submitted by: brueffer Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Changes in other areas also in this revision: Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 16:57:14 2015 (r285546) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 17:01:55 2015 (r285547) @@ -457,7 +457,7 @@ for large, multiple-tenant datacenter environments. The &man.cdce.4; driver has been updated - to include support for the RTL8153 chipest. + to include support for the RTL8153 chipset. From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:30 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5E239A1961; Tue, 14 Jul 2015 20:10:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F513266E; Tue, 14 Jul 2015 20:10:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAUU8017199; Tue, 14 Jul 2015 20:10:30 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAU3q017198; Tue, 14 Jul 2015 20:10:30 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAU3q017198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285567 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:30 -0000 Author: gjb Date: Tue Jul 14 20:10:29 2015 New Revision: 285567 URL: https://svnweb.freebsd.org/changeset/base/285567 Log: Document r278079, support to poweroff the BeagleBone Black via shutdown(8) and poweroff(8) added. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:16 2015 (r285566) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:29 2015 (r285567) @@ -520,6 +520,11 @@ ARM Support + Support to turn off the + BeagleBone Black system with the &man.shutdown.8; + -p flag or by invoking &man.poweroff.8; has + been added. + The bcm2835_cpufreq driver has been added, which supports CPU frequency and voltage control on the Raspberry Pi From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:33 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30B6F9A19AD; Tue, 14 Jul 2015 20:10:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDA6026DD; Tue, 14 Jul 2015 20:10:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAWh9017241; Tue, 14 Jul 2015 20:10:32 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAWmE017240; Tue, 14 Jul 2015 20:10:32 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAWmE017240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285568 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:33 -0000 Author: gjb Date: Tue Jul 14 20:10:31 2015 New Revision: 285568 URL: https://svnweb.freebsd.org/changeset/base/285568 Log: Document r278599, support for Exynos 5420 and SMP enabled by default. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:29 2015 (r285567) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:31 2015 (r285568) @@ -525,6 +525,13 @@ -p flag or by invoking &man.poweroff.8; has been added. + Support for the Exynos 5420 + Octa system has been added. + + The SMP + option has been enabled for all Exynos 5 systems supported by + &os;. + The bcm2835_cpufreq driver has been added, which supports CPU frequency and voltage control on the Raspberry Pi From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:35 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD1199A19DA; Tue, 14 Jul 2015 20:10:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3F3276C; Tue, 14 Jul 2015 20:10:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAZID017300; Tue, 14 Jul 2015 20:10:35 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAZmb017298; Tue, 14 Jul 2015 20:10:35 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAZmb017298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285569 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:35 -0000 Author: gjb Date: Tue Jul 14 20:10:34 2015 New Revision: 285569 URL: https://svnweb.freebsd.org/changeset/base/285569 Log: Document r283500: Toradex Apalis support, and AUDMUX, SDMA, and SSI support. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:31 2015 (r285568) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:34 2015 (r285569) @@ -536,6 +536,15 @@ driver has been added, which supports CPU frequency and voltage control on the Raspberry Pi SOC. + + Support for the Toradex + Apalis i.MX6 development board has been added. + + Audio transmission drivers + have been added for Digital Audio Multiplexer + (AUDMUXM), Smart Direct Memory Access + Controller (SDMA), and Syncronous Serial + Interface (SSI). From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:40 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ABFF9A1A4F; Tue, 14 Jul 2015 20:10:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51BBC2895; Tue, 14 Jul 2015 20:10:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAeqc017408; Tue, 14 Jul 2015 20:10:40 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAeJw017407; Tue, 14 Jul 2015 20:10:40 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAeJw017407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285571 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:40 -0000 Author: gjb Date: Tue Jul 14 20:10:39 2015 New Revision: 285571 URL: https://svnweb.freebsd.org/changeset/base/285571 Log: Document r281323, bzipfs support in EFI loader. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:36 2015 (r285570) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:39 2015 (r285571) @@ -645,6 +645,9 @@ Boot Loader Changes + Support for bzipfs + has been added to the EFI loader. + The boot loader has been updated to support entering the GELI passphrase before loading the kernel. To enable this behavior, add From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:42 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2CBB9A1A7E; Tue, 14 Jul 2015 20:10:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4A7292A; Tue, 14 Jul 2015 20:10:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAgIe017456; Tue, 14 Jul 2015 20:10:42 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAgbo017455; Tue, 14 Jul 2015 20:10:42 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAgbo017455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285572 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:42 -0000 Author: gjb Date: Tue Jul 14 20:10:41 2015 New Revision: 285572 URL: https://svnweb.freebsd.org/changeset/base/285572 Log: Reword the r283505 entry. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:39 2015 (r285571) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:41 2015 (r285572) @@ -358,8 +358,8 @@ The &arch.arm; boot loader, ubldr, is now relocatable. In addition, - the ubldr.bin file is now created during - build time, which is a stripped binary with an entry point of + ubldr.bin is now created during build + time, which is a stripped binary with an entry point of 0, providing the ability to specify the load address by running go ${loadaddr} in From owner-svn-src-stable@freebsd.org Tue Jul 14 20:10:38 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21A329A1A0D; Tue, 14 Jul 2015 20:10:38 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2CF227FB; Tue, 14 Jul 2015 20:10:37 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EKAb8l017359; Tue, 14 Jul 2015 20:10:37 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EKAbNE017358; Tue, 14 Jul 2015 20:10:37 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142010.t6EKAbNE017358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 20:10:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285570 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 20:10:38 -0000 Author: gjb Date: Tue Jul 14 20:10:36 2015 New Revision: 285570 URL: https://svnweb.freebsd.org/changeset/base/285570 Log: Document r283505, relocatable kernel and ubldr. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:34 2015 (r285569) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 20:10:36 2015 (r285570) @@ -352,6 +352,18 @@ now included in the GENERIC kernel configuration by default. + Support for booting relocatable kernels + has been extended to non-EFI + systems. + + The &arch.arm; boot loader, + ubldr, is now relocatable. In addition, + the ubldr.bin file is now created during + build time, which is a stripped binary with an entry point of + 0, providing the ability to specify the + load address by running go + ${loadaddr} in + u-boot. A new kernel configuration option, EM_MULTIQUEUE, has been added which enables From owner-svn-src-stable@freebsd.org Tue Jul 14 21:45:59 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F319A169D; Tue, 14 Jul 2015 21:45:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21E201D7C; Tue, 14 Jul 2015 21:45:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELjwAG068262; Tue, 14 Jul 2015 21:45:58 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELjwQ8068261; Tue, 14 Jul 2015 21:45:58 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142145.t6ELjwQ8068261@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:45:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285581 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:45:59 -0000 Author: gjb Date: Tue Jul 14 21:45:58 2015 New Revision: 285581 URL: https://svnweb.freebsd.org/changeset/base/285581 Log: Document r275249, timeo, actimeo, noac, proto mount_nfs(8) options. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:45:51 2015 (r285580) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:45:58 2015 (r285581) @@ -602,6 +602,11 @@ which allows iSCSI initiators to find targets and portals without requiring active discovery. + + Support + for the timeo, actimeo, + noac, and proto options + have been added to &man.mount.nfs.8;. From owner-svn-src-stable@freebsd.org Tue Jul 14 21:46:01 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F259A16E7; Tue, 14 Jul 2015 21:46:01 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3A1B1E37; Tue, 14 Jul 2015 21:46:01 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELk1A6068315; Tue, 14 Jul 2015 21:46:01 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELk1vq068314; Tue, 14 Jul 2015 21:46:01 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142146.t6ELk1vq068314@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:46:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285582 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:46:01 -0000 Author: gjb Date: Tue Jul 14 21:46:00 2015 New Revision: 285582 URL: https://svnweb.freebsd.org/changeset/base/285582 Log: Document r282065, PAE_TABLES option. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:45:58 2015 (r285581) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:00 2015 (r285582) @@ -347,6 +347,11 @@ Kernel Configuration + The + PAE_TABLES kernel configuration option has + been added for &os;/&arch.i386;, which instructs &man.pmap.9; + to use PAE format for page tables. + The &man.nvd.4; and &man.nvme.4; drivers are now included in the GENERIC kernel From owner-svn-src-stable@freebsd.org Tue Jul 14 21:46:04 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99A409A171F; Tue, 14 Jul 2015 21:46:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63A7B1EED; Tue, 14 Jul 2015 21:46:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELk4fS068359; Tue, 14 Jul 2015 21:46:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELk4S3068358; Tue, 14 Jul 2015 21:46:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142146.t6ELk4S3068358@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:46:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285583 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:46:04 -0000 Author: gjb Date: Tue Jul 14 21:46:03 2015 New Revision: 285583 URL: https://svnweb.freebsd.org/changeset/base/285583 Log: Document r282826, SIFTR kernel configuration option. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:00 2015 (r285582) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:03 2015 (r285583) @@ -352,6 +352,10 @@ been added for &os;/&arch.i386;, which instructs &man.pmap.9; to use PAE format for page tables. + The SIFTR kernel + configuration has been added, allowing building &man.siftr.4; + statically into the kernel. + The &man.nvd.4; and &man.nvme.4; drivers are now included in the GENERIC kernel From owner-svn-src-stable@freebsd.org Tue Jul 14 21:46:07 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE5B9A1755; Tue, 14 Jul 2015 21:46:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16A71FEB; Tue, 14 Jul 2015 21:46:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELk7iD068401; Tue, 14 Jul 2015 21:46:07 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELk7vo068399; Tue, 14 Jul 2015 21:46:07 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142146.t6ELk7vo068399@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:46:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285584 - in stable/10/release/doc: en_US.ISO8859-1/relnotes share/xml X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:46:08 -0000 Author: gjb Date: Tue Jul 14 21:46:06 2015 New Revision: 285584 URL: https://svnweb.freebsd.org/changeset/base/285584 Log: Document r284555, sfxge(4) 7XXX-series NIC support. Add Solarflare Communications to sponsors.ent. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml stable/10/release/doc/share/xml/sponsor.ent Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:03 2015 (r285583) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:06 2015 (r285584) @@ -479,6 +479,11 @@ The &man.cdce.4; driver has been updated to include support for the RTL8153 chipset. + + The &man.sfxge.4; driver has been + updated to support Solarflare Flareon Ultra 7000-series + chipsets. Modified: stable/10/release/doc/share/xml/sponsor.ent ============================================================================== --- stable/10/release/doc/share/xml/sponsor.ent Tue Jul 14 21:46:03 2015 (r285583) +++ stable/10/release/doc/share/xml/sponsor.ent Tue Jul 14 21:46:06 2015 (r285584) @@ -34,6 +34,7 @@ + From owner-svn-src-stable@freebsd.org Tue Jul 14 21:46:10 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 988739A17AA; Tue, 14 Jul 2015 21:46:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF0D2093; Tue, 14 Jul 2015 21:46:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELkA4W068445; Tue, 14 Jul 2015 21:46:10 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELkAee068444; Tue, 14 Jul 2015 21:46:10 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142146.t6ELkAee068444@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:46:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285585 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:46:10 -0000 Author: gjb Date: Tue Jul 14 21:46:09 2015 New Revision: 285585 URL: https://svnweb.freebsd.org/changeset/base/285585 Log: Document r284094, rpi.dtb module and installation default. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:06 2015 (r285584) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:09 2015 (r285585) @@ -373,6 +373,16 @@ load address by running go ${loadaddr} in u-boot. + + A new module for creating + rpi.dtb has been added for the Raspberry + Pi. + + The + rpi.dtb module is now installed to + /boot/dtb/ by + default for the Raspberry Pi system. + A new kernel configuration option, EM_MULTIQUEUE, has been added which enables From owner-svn-src-stable@freebsd.org Tue Jul 14 21:46:13 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 503539A17EE; Tue, 14 Jul 2015 21:46:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F022125; Tue, 14 Jul 2015 21:46:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ELkCFb068486; Tue, 14 Jul 2015 21:46:12 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ELkCrc068485; Tue, 14 Jul 2015 21:46:12 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142146.t6ELkCrc068485@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 21:46:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285586 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 21:46:13 -0000 Author: gjb Date: Tue Jul 14 21:46:12 2015 New Revision: 285586 URL: https://svnweb.freebsd.org/changeset/base/285586 Log: Document r284096, dtb module for AM335x systems Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:09 2015 (r285585) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 21:46:12 2015 (r285586) @@ -383,6 +383,10 @@ /boot/dtb/ by default for the Raspberry Pi system. + A new module for creating + the dtb module for AM335x systems has + been added. + A new kernel configuration option, EM_MULTIQUEUE, has been added which enables From owner-svn-src-stable@freebsd.org Tue Jul 14 23:41:21 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1504A9A1730; Tue, 14 Jul 2015 23:41:21 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2F8F1FBB; Tue, 14 Jul 2015 23:41:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ENfKoY016777; Tue, 14 Jul 2015 23:41:20 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ENfKsI016775; Tue, 14 Jul 2015 23:41:20 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507142341.t6ENfKsI016775@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 14 Jul 2015 23:41:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285588 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 23:41:21 -0000 Author: gjb Date: Tue Jul 14 23:41:19 2015 New Revision: 285588 URL: https://svnweb.freebsd.org/changeset/base/285588 Log: Remove the r283505 entry for now, pending refinement based on feedback from andrew@ and ian@. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 23:41:13 2015 (r285587) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 14 23:41:19 2015 (r285588) @@ -361,10 +361,6 @@ now included in the GENERIC kernel configuration by default. - Support for booting relocatable kernels - has been extended to non-EFI - systems. - The &arch.arm; boot loader, ubldr, is now relocatable. In addition, ubldr.bin is now created during build From owner-svn-src-stable@freebsd.org Wed Jul 15 11:58:31 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DF5F9A2C2D; Wed, 15 Jul 2015 11:58:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF9323D8; Wed, 15 Jul 2015 11:58:31 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FBwUR3034417; Wed, 15 Jul 2015 11:58:30 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FBwUDc034416; Wed, 15 Jul 2015 11:58:30 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507151158.t6FBwUDc034416@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Wed, 15 Jul 2015 11:58:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285599 - stable/10/sys/dev/nand X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 11:58:31 -0000 Author: brueffer Date: Wed Jul 15 11:58:30 2015 New Revision: 285599 URL: https://svnweb.freebsd.org/changeset/base/285599 Log: MFC: r285006 Use the correct le*dec function to decode a 16bit type. PR: 194228 Submitted by: David Horwitt Approved by: re (marius) Modified: stable/10/sys/dev/nand/nand_generic.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/nand/nand_generic.c ============================================================================== --- stable/10/sys/dev/nand/nand_generic.c Wed Jul 15 11:27:34 2015 (r285598) +++ stable/10/sys/dev/nand/nand_generic.c Wed Jul 15 11:58:30 2015 (r285599) @@ -392,7 +392,7 @@ onfi_read_parameter(struct nand_chip *ch chip_params->blocks_per_lun = le32dec(¶ms.blocks_per_lun); chip_params->pages_per_block = le32dec(¶ms.pages_per_block); chip_params->bytes_per_page = le32dec(¶ms.bytes_per_page); - chip_params->spare_bytes_per_page = le32dec(¶ms.spare_bytes_per_page); + chip_params->spare_bytes_per_page = le16dec(¶ms.spare_bytes_per_page); chip_params->t_bers = le16dec(¶ms.t_bers); chip_params->t_prog = le16dec(¶ms.t_prog); chip_params->t_r = le16dec(¶ms.t_r); From owner-svn-src-stable@freebsd.org Wed Jul 15 16:47:15 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D198F9A2100; Wed, 15 Jul 2015 16:47:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA5891BA0; Wed, 15 Jul 2015 16:47:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FGlFg1055173; Wed, 15 Jul 2015 16:47:15 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FGlE8Y055170; Wed, 15 Jul 2015 16:47:14 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507151647.t6FGlE8Y055170@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Wed, 15 Jul 2015 16:47:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285603 - stable/10/share/man/man4 X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 16:47:16 -0000 Author: brueffer Date: Wed Jul 15 16:47:13 2015 New Revision: 285603 URL: https://svnweb.freebsd.org/changeset/base/285603 Log: MFC: r277218, r277219, r280572, r280573, r280574 Add manpages for the ixl and ixlv drivers. PR: 194313 Approved by: re (marius) Added: stable/10/share/man/man4/ixl.4 - copied, changed from r277218, head/share/man/man4/ixl.4 stable/10/share/man/man4/ixlv.4 - copied, changed from r277218, head/share/man/man4/ixlv.4 Modified: stable/10/share/man/man4/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/share/man/man4/Makefile ============================================================================== --- stable/10/share/man/man4/Makefile Wed Jul 15 14:28:57 2015 (r285602) +++ stable/10/share/man/man4/Makefile Wed Jul 15 16:47:13 2015 (r285603) @@ -216,6 +216,8 @@ MAN= aac.4 \ iwnfw.4 \ ixgb.4 \ ixgbe.4 \ + ixl.4 \ + ixlv.4 \ jme.4 \ joy.4 \ kbdmux.4 \ @@ -620,6 +622,8 @@ MLINKS+=ixgb.4 if_ixgb.4 MLINKS+=ixgbe.4 ix.4 MLINKS+=ixgbe.4 if_ix.4 MLINKS+=ixgbe.4 if_ixgbe.4 +MLINKS+=ixl.4 if_ixl.4 +MLINKS+=ixlv.4 if_ixlv.4 MLINKS+=jme.4 if_jme.4 MLINKS+=kue.4 if_kue.4 MLINKS+=lagg.4 trunk.4 Copied and modified: stable/10/share/man/man4/ixl.4 (from r277218, head/share/man/man4/ixl.4) ============================================================================== --- head/share/man/man4/ixl.4 Thu Jan 15 21:47:02 2015 (r277218, copy source) +++ stable/10/share/man/man4/ixl.4 Wed Jul 15 16:47:13 2015 (r285603) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 14, 2015 +.Dd March 25, 2015 .Dt IXL 4 .Os .Sh NAME @@ -113,8 +113,6 @@ Intel DUAL RATE 1G/10G SFP+ LR (bailed) Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. - -.Pp .Sh LOADER TUNABLES Tunables can be set at the .Xr loader 8 @@ -125,10 +123,10 @@ prompt before booting the kernel or stor Allows one to enable/disable MSIX, thus forcing MSI instead. .It Va hw.ixl.ringsz Set the number of descriptors in the rings, note that this -changes BOTH the TX and RX rings, they cannot be set independly. +changes BOTH the TX and RX rings, they cannot be set independently. .It Va hw.ixl.max_queues Set the number of queues (each a TX/RX pair) for the port, this -allows one to override the autocalculation if its set to 0. +allows one to override the autocalculation if it is set to 0. .It Va hw.ixl.dynamic_rx_itr The dynamic RX interrupt control, set to 1 to enable. .It Va hw.ixl.dynamic_tx_itr @@ -138,27 +136,31 @@ The RX interrupt rate value, set to 8K b .It Va hw.ixl.tx_itr The TX interrupt rate value, set to 4K by default. .El -.Pp .Sh SYSCTL PROCEDURES .Bl -tag -width indent .It Va hw.ixl.fc -Allows one to set the flow control value. A value of 0 disables +Allows one to set the flow control value. +A value of 0 disables flow control, 3 enables full, 1 is RX, and 2 is TX pause. .It Va hw.ixl.advertise_speed Allows one to set advertised link speeds, this will then -cause a link renegotiation. With the appropriate adapter -this can cause a link at 10GB, 1GB, or 100MB. +cause a link renegotiation. +With the appropriate adapter +this can cause a link at 10GB, 1GB, or 100MB. .It Va hw.ixl.current_speed This is a display of the current setting. .It Va hw.ixl.fw_version This is a display of the Firmware version. +.El .Sh Interrupt Storms -It is important to note that 40G operation can generate high +It is important to note that 40G operation can generate high numbers of interrupts, often incorrectly being interpreted as -a storm condition in the kernel. It is suggested that this +a storm condition in the kernel. +It is suggested that this be resolved by setting: .Bl -tag -width indent .It Va hw.intr_storm_threshold: 0 +.El .Sh SUPPORT For general information and support, go to the Intel support website at: @@ -169,6 +171,7 @@ email all the specific information relat .Aq freebsd@intel.com . .Sh SEE ALSO .Xr arp 4 , +.Xr ixlv 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr vlan 4 , @@ -183,6 +186,6 @@ device driver first appeared in The .Nm driver was written by -.An Jack Vogel Aq jfv@FreeBSD.org +.An Jack Vogel Aq Mt jfv@FreeBSD.org and -.An Eric Joyner Aq ricera10@gmail.com . +.An Eric Joyner Aq Mt ricera10@gmail.com . Copied and modified: stable/10/share/man/man4/ixlv.4 (from r277218, head/share/man/man4/ixlv.4) ============================================================================== --- head/share/man/man4/ixlv.4 Thu Jan 15 21:47:02 2015 (r277218, copy source) +++ stable/10/share/man/man4/ixlv.4 Wed Jul 15 16:47:13 2015 (r285603) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 14, 2015 +.Dd March 25, 2015 .Dt IXLV 4 .Os .Sh NAME @@ -77,13 +77,13 @@ and/or TSO6, and finally LRO can be set For more information on configuring this device, see .Xr ifconfig 8 . .Pp -NOTE that The +.Em NOTE : +The .Nm -Driver is only used by means of SRIOV, normally in a VM on a +driver is only used by means of SRIOV, normally in a VM on a hosting server with the .Xr ixl 4 -driver. -.Pp +driver. .Sh LOADER TUNABLES Tunables can be set at the .Xr loader 8 @@ -92,10 +92,10 @@ prompt before booting the kernel or stor .Bl -tag -width indent .It Va hw.ixlv.ringsz Set the number of descriptors in the rings, note that this -changes BOTH the TX and RX rings, they cannot be set independly. +changes BOTH the TX and RX rings, they cannot be set independently. .It Va hw.ixlv.max_queues Set the number of queues (each a TX/RX pair) for the port, this -allows one to override the autocalculation if its set to 0. +allows one to override the autocalculation if it is set to 0. .It Va hw.ixlv.txbrsz Set the size of the buff ring used by the transmit side of the stack, we have found that it is necessary to have it quite large @@ -109,7 +109,6 @@ The RX interrupt rate value, set to 8K b .It Va hw.ixlv.tx_itr The TX interrupt rate value, set to 4K by default. .El -.Pp .Sh SUPPORT For general information and support, go to the Intel support website at: @@ -119,8 +118,8 @@ If an issue is identified with this driv email all the specific information related to the issue to .Aq freebsd@intel.com . .Sh SEE ALSO -.Xr ixl 4 , .Xr arp 4 , +.Xr ixl 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr vlan 4 , @@ -135,6 +134,6 @@ device driver first appeared in The .Nm driver was written by -.An Jack Vogel Aq jfv@FreeBSD.org +.An Jack Vogel Aq Mt jfv@FreeBSD.org and -.An Eric Joyner Aq ricera10@gmail.com . +.An Eric Joyner Aq Mt ricera10@gmail.com . From owner-svn-src-stable@freebsd.org Wed Jul 15 16:55:57 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2A039A2295; Wed, 15 Jul 2015 16:55:57 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8922110A0; Wed, 15 Jul 2015 16:55:57 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FGtvqn059190; Wed, 15 Jul 2015 16:55:57 GMT (envelope-from pkelsey@FreeBSD.org) Received: (from pkelsey@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FGtvJx059189; Wed, 15 Jul 2015 16:55:57 GMT (envelope-from pkelsey@FreeBSD.org) Message-Id: <201507151655.t6FGtvJx059189@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: pkelsey set sender to pkelsey@FreeBSD.org using -f From: Patrick Kelsey Date: Wed, 15 Jul 2015 16:55:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285604 - stable/10/lib/libc/gen X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 16:55:57 -0000 Author: pkelsey Date: Wed Jul 15 16:55:56 2015 New Revision: 285604 URL: https://svnweb.freebsd.org/changeset/base/285604 Log: MFC r285188: Fix sysctl(3) so it returns the intended values for all mib names in the 'user' sysctl tree, which have all been coming back 0 or empty since r240176. Approved by: re Modified: stable/10/lib/libc/gen/sysctl.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/gen/sysctl.c ============================================================================== --- stable/10/lib/libc/gen/sysctl.c Wed Jul 15 16:47:13 2015 (r285603) +++ stable/10/lib/libc/gen/sysctl.c Wed Jul 15 16:55:56 2015 (r285604) @@ -51,9 +51,21 @@ sysctl(const int *name, u_int namelen, v const void *newp, size_t newlen) { int retval; + size_t orig_oldlen; + orig_oldlen = oldlenp ? *oldlenp : 0; retval = __sysctl(name, namelen, oldp, oldlenp, newp, newlen); - if (retval != -1 || errno != ENOENT || name[0] != CTL_USER) + /* + * All valid names under CTL_USER have a dummy entry in the sysctl + * tree (to support name lookups and enumerations) with an + * empty/zero value, and the true value is supplied by this routine. + * For all such names, __sysctl() is used solely to validate the + * name. + * + * Return here unless there was a successful lookup for a CTL_USER + * name. + */ + if (retval || name[0] != CTL_USER) return (retval); if (newp != NULL) { @@ -67,7 +79,7 @@ sysctl(const int *name, u_int namelen, v switch (name[1]) { case USER_CS_PATH: - if (oldp && *oldlenp < sizeof(_PATH_STDPATH)) { + if (oldp && orig_oldlen < sizeof(_PATH_STDPATH)) { errno = ENOMEM; return -1; } From owner-svn-src-stable@freebsd.org Wed Jul 15 16:57:41 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10CB9A22D9; Wed, 15 Jul 2015 16:57:41 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E039E11F5; Wed, 15 Jul 2015 16:57:41 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FGvfZc059394; Wed, 15 Jul 2015 16:57:41 GMT (envelope-from pkelsey@FreeBSD.org) Received: (from pkelsey@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FGvffV059393; Wed, 15 Jul 2015 16:57:41 GMT (envelope-from pkelsey@FreeBSD.org) Message-Id: <201507151657.t6FGvffV059393@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: pkelsey set sender to pkelsey@FreeBSD.org using -f From: Patrick Kelsey Date: Wed, 15 Jul 2015 16:57:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285605 - stable/10/sys/net X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 16:57:42 -0000 Author: pkelsey Date: Wed Jul 15 16:57:40 2015 New Revision: 285605 URL: https://svnweb.freebsd.org/changeset/base/285605 Log: MFC r285190: Fix if_loop so bpfwrite() can use it regardless of the state of bd_hdrcmplt. As if_loop does not use link-level headers, its behavior when used by bpfwrite() should be the same regardless of the state of bd_hdrcmplt. Without this change, libpcap (and other BPF users that work like it) fail when writing to loopback interfaces. Approved by: re Modified: stable/10/sys/net/if_loop.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/net/if_loop.c ============================================================================== --- stable/10/sys/net/if_loop.c Wed Jul 15 16:55:56 2015 (r285604) +++ stable/10/sys/net/if_loop.c Wed Jul 15 16:57:40 2015 (r285605) @@ -241,7 +241,7 @@ looutput(struct ifnet *ifp, struct mbuf ifp->if_obytes += m->m_pkthdr.len; /* BPF writes need to be handled specially. */ - if (dst->sa_family == AF_UNSPEC) + if (dst->sa_family == AF_UNSPEC || dst->sa_family == pseudo_AF_HDRCMPLT) bcopy(dst->sa_data, &af, sizeof(af)); else af = dst->sa_family; From owner-svn-src-stable@freebsd.org Wed Jul 15 17:43:14 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883839A2C3F; Wed, 15 Jul 2015 17:43:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7778A1571; Wed, 15 Jul 2015 17:43:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FHhECi080894; Wed, 15 Jul 2015 17:43:14 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FHhE8d080893; Wed, 15 Jul 2015 17:43:14 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507151743.t6FHhE8d080893@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Wed, 15 Jul 2015 17:43:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285608 - stable/10/sys/dev/watchdog X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 17:43:14 -0000 Author: brueffer Date: Wed Jul 15 17:43:13 2015 New Revision: 285608 URL: https://svnweb.freebsd.org/changeset/base/285608 Log: MFC: r261495 by ed Use right buffer to print to. PR: kern/176597 Submitted by: Christoph Mallon Approved by: re (gjb) Modified: stable/10/sys/dev/watchdog/watchdog.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/watchdog/watchdog.c ============================================================================== --- stable/10/sys/dev/watchdog/watchdog.c Wed Jul 15 17:36:35 2015 (r285607) +++ stable/10/sys/dev/watchdog/watchdog.c Wed Jul 15 17:43:13 2015 (r285608) @@ -226,7 +226,7 @@ wd_timeout_cb(void *arg) #ifdef DDB if ((wd_pretimeout_act & WD_SOFT_DDB)) { char kdb_why[80]; - snprintf(kdb_why, sizeof(buf), "watchdog %s timeout", type); + snprintf(kdb_why, sizeof(kdb_why), "watchdog %s timeout", type); kdb_backtrace(); kdb_enter(KDB_WHY_WATCHDOG, kdb_why); } From owner-svn-src-stable@freebsd.org Wed Jul 15 18:18:08 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F3DF9A2354; Wed, 15 Jul 2015 18:18:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 770591B6F; Wed, 15 Jul 2015 18:18:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FII81v095651; Wed, 15 Jul 2015 18:18:08 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FII8J1095650; Wed, 15 Jul 2015 18:18:08 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507151818.t6FII8J1095650@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 15 Jul 2015 18:18:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285609 - stable/10/release/tools X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 18:18:08 -0000 Author: gjb Date: Wed Jul 15 18:18:07 2015 New Revision: 285609 URL: https://svnweb.freebsd.org/changeset/base/285609 Log: MFC r285427: Do not mount /var/log and /var/tmp as md(4)-backed devices. Approved by: re (marius) Sponsored by: The FreeBSD Foundation Modified: stable/10/release/tools/arm.subr Directory Properties: stable/10/ (props changed) Modified: stable/10/release/tools/arm.subr ============================================================================== --- stable/10/release/tools/arm.subr Wed Jul 15 17:43:13 2015 (r285608) +++ stable/10/release/tools/arm.subr Wed Jul 15 18:18:07 2015 (r285609) @@ -112,10 +112,6 @@ arm_install_base() { >> ${CHROOTDIR}/${DESTDIR}/etc/fstab echo "md /tmp mfs rw,noatime,-s30m 0 0" \ >> ${CHROOTDIR}/${DESTDIR}/etc/fstab - echo "md /var/log mfs rw,noatime,-s15m 0 0" \ - >> ${CHROOTDIR}/${DESTDIR}/etc/fstab - echo "md /var/tmp mfs rw,noatime,-s12m 0 0" \ - >> ${CHROOTDIR}/${DESTDIR}/etc/fstab local hostname hostname="$(echo ${KERNEL} | tr '[:upper:]' '[:lower:]')" From owner-svn-src-stable@freebsd.org Wed Jul 15 19:11:44 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C79E49A215D; Wed, 15 Jul 2015 19:11:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A64451E84; Wed, 15 Jul 2015 19:11:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FJBi34025629; Wed, 15 Jul 2015 19:11:44 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FJBiCg025628; Wed, 15 Jul 2015 19:11:44 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507151911.t6FJBiCg025628@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 15 Jul 2015 19:11:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285611 - stable/10/sys/kern X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 19:11:45 -0000 Author: delphij Date: Wed Jul 15 19:11:43 2015 New Revision: 285611 URL: https://svnweb.freebsd.org/changeset/base/285611 Log: MFC r285424 (ian): Use the monotonic (uptime) counter rather than time-of-day to measure elapsed time between ntp_adjtime() clock offset adjustments. This eliminates spurious frequency steering after a large clock step (such as a 1970->2015 step on a system with no battery-backed clock hardware). This problem was discovered after the import of ntpd 4.2.8, which does things in a slightly different (but still correct) order than the 4.2.4 we had previously. In particular, 4.2.4 would step the clock then immediately after use ntp_adjtime() to set the frequency and offset to zero, which captured the post-step time-of-day as a side effect. In 4.2.8, ntpd sets frequency and offset to zero before any initial clock step, capturing the time as 1970-ish, then when it next calls ntp_adjtime() it's with a non-zero offset measurement. This non-zero value gets multiplied by the apparent 45-year interval, which blows up into a completely bogus frequency steer. That gets clamped to 500ppm, but that's still enough to make the clock drift so fast that ntpd has to keep stepping it every few minutes to compensate. Approved by: re (gjb) Modified: stable/10/sys/kern/kern_ntptime.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/kern/kern_ntptime.c ============================================================================== --- stable/10/sys/kern/kern_ntptime.c Wed Jul 15 18:49:15 2015 (r285610) +++ stable/10/sys/kern/kern_ntptime.c Wed Jul 15 19:11:43 2015 (r285611) @@ -155,7 +155,7 @@ static long time_constant; /* poll inte static long time_precision = 1; /* clock precision (ns) */ static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */ long time_esterror = MAXPHASE / 1000; /* estimated error (us) */ -static long time_reftime; /* time at last adjustment (s) */ +static long time_reftime; /* uptime at last adjustment (s) */ static l_fp time_offset; /* time offset (ns) */ static l_fp time_freq; /* frequency offset (ns/s) */ static l_fp time_adj; /* tick adjust (ns/s) */ @@ -696,12 +696,12 @@ hardupdate(offset) * otherwise, the argument offset is used to compute it. */ if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) { - time_reftime = time_second; + time_reftime = time_uptime; return; } if (time_status & STA_FREQHOLD || time_reftime == 0) - time_reftime = time_second; - mtemp = time_second - time_reftime; + time_reftime = time_uptime; + mtemp = time_uptime - time_reftime; L_LINT(ftemp, time_monitor); L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); L_MPY(ftemp, mtemp); @@ -714,7 +714,7 @@ hardupdate(offset) L_ADD(time_freq, ftemp); time_status |= STA_MODE; } - time_reftime = time_second; + time_reftime = time_uptime; if (L_GINT(time_freq) > MAXFREQ) L_LINT(time_freq, MAXFREQ); else if (L_GINT(time_freq) < -MAXFREQ) From owner-svn-src-stable@freebsd.org Wed Jul 15 19:21:30 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F6429A2318; Wed, 15 Jul 2015 19:21:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5916C15D5; Wed, 15 Jul 2015 19:21:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FJLUEf028555; Wed, 15 Jul 2015 19:21:30 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FJLTkb028551; Wed, 15 Jul 2015 19:21:29 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507151921.t6FJLTkb028551@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 15 Jul 2015 19:21:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285612 - in stable/10: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contr... X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 19:21:30 -0000 Author: delphij Date: Wed Jul 15 19:21:26 2015 New Revision: 285612 URL: https://svnweb.freebsd.org/changeset/base/285612 Log: MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542, 284864,285169-285170,285435: ntp 4.2.8p3. Relnotes: yes Approved by: re (?) Added: stable/10/contrib/ntp/FREEBSD-Xlist - copied unchanged from r280849, head/contrib/ntp/FREEBSD-Xlist stable/10/contrib/ntp/FREEBSD-upgrade - copied unchanged from r280849, head/contrib/ntp/FREEBSD-upgrade stable/10/contrib/ntp/README.leapsmear - copied unchanged from r285169, head/contrib/ntp/README.leapsmear stable/10/contrib/ntp/check-libopts.mf - copied unchanged from r280849, head/contrib/ntp/check-libopts.mf stable/10/contrib/ntp/deps-ver - copied unchanged from r280849, head/contrib/ntp/deps-ver stable/10/contrib/ntp/depsver.mf - copied unchanged from r280849, head/contrib/ntp/depsver.mf stable/10/contrib/ntp/html/access.html - copied unchanged from r280849, head/contrib/ntp/html/access.html stable/10/contrib/ntp/html/authentic.html - copied unchanged from r280849, head/contrib/ntp/html/authentic.html stable/10/contrib/ntp/html/autokey.html - copied unchanged from r280849, head/contrib/ntp/html/autokey.html stable/10/contrib/ntp/html/bugs.html - copied unchanged from r280849, head/contrib/ntp/html/bugs.html stable/10/contrib/ntp/html/build.html - copied, changed from r280849, head/contrib/ntp/html/build.html stable/10/contrib/ntp/html/clock.html - copied unchanged from r280849, head/contrib/ntp/html/clock.html stable/10/contrib/ntp/html/cluster.html - copied unchanged from r280849, head/contrib/ntp/html/cluster.html stable/10/contrib/ntp/html/comdex.html - copied unchanged from r280849, head/contrib/ntp/html/comdex.html stable/10/contrib/ntp/html/config.html - copied unchanged from r280849, head/contrib/ntp/html/config.html stable/10/contrib/ntp/html/decode.html - copied unchanged from r280849, head/contrib/ntp/html/decode.html stable/10/contrib/ntp/html/discipline.html - copied unchanged from r280849, head/contrib/ntp/html/discipline.html stable/10/contrib/ntp/html/discover.html - copied unchanged from r280849, head/contrib/ntp/html/discover.html stable/10/contrib/ntp/html/drivers/driver40-ja.html - copied unchanged from r285169, head/contrib/ntp/html/drivers/driver40-ja.html stable/10/contrib/ntp/html/drivers/driver45.html - copied unchanged from r280849, head/contrib/ntp/html/drivers/driver45.html stable/10/contrib/ntp/html/drivers/driver46.html - copied, changed from r280849, head/contrib/ntp/html/drivers/driver46.html stable/10/contrib/ntp/html/drivers/mx4200data.html - copied unchanged from r280849, head/contrib/ntp/html/drivers/mx4200data.html stable/10/contrib/ntp/html/filter.html - copied unchanged from r280849, head/contrib/ntp/html/filter.html stable/10/contrib/ntp/html/hints/ - copied from r280849, head/contrib/ntp/html/hints/ stable/10/contrib/ntp/html/hints.html - copied unchanged from r280849, head/contrib/ntp/html/hints.html stable/10/contrib/ntp/html/history.html - copied unchanged from r280849, head/contrib/ntp/html/history.html stable/10/contrib/ntp/html/huffpuff.html - copied unchanged from r280849, head/contrib/ntp/html/huffpuff.html stable/10/contrib/ntp/html/icons/sitemap.png - copied unchanged from r280849, head/contrib/ntp/html/icons/sitemap.png stable/10/contrib/ntp/html/kernpps.html - copied unchanged from r280849, head/contrib/ntp/html/kernpps.html stable/10/contrib/ntp/html/leap.html - copied unchanged from r280849, head/contrib/ntp/html/leap.html stable/10/contrib/ntp/html/ntp-wait.html - copied unchanged from r280849, head/contrib/ntp/html/ntp-wait.html stable/10/contrib/ntp/html/orphan.html - copied unchanged from r280849, head/contrib/ntp/html/orphan.html stable/10/contrib/ntp/html/pic/ - copied from r280849, head/contrib/ntp/html/pic/ stable/10/contrib/ntp/html/poll.html - copied unchanged from r280849, head/contrib/ntp/html/poll.html stable/10/contrib/ntp/html/quick.html - copied unchanged from r280849, head/contrib/ntp/html/quick.html stable/10/contrib/ntp/html/rate.html - copied unchanged from r280849, head/contrib/ntp/html/rate.html stable/10/contrib/ntp/html/scripts/accopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/accopt.txt stable/10/contrib/ntp/html/scripts/audio.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/audio.txt stable/10/contrib/ntp/html/scripts/authopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/authopt.txt stable/10/contrib/ntp/html/scripts/clockopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/clockopt.txt stable/10/contrib/ntp/html/scripts/command.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/command.txt stable/10/contrib/ntp/html/scripts/config.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/config.txt stable/10/contrib/ntp/html/scripts/confopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/confopt.txt stable/10/contrib/ntp/html/scripts/external.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/external.txt stable/10/contrib/ntp/html/scripts/hand.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/hand.txt stable/10/contrib/ntp/html/scripts/install.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/install.txt stable/10/contrib/ntp/html/scripts/manual.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/manual.txt stable/10/contrib/ntp/html/scripts/misc.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/misc.txt stable/10/contrib/ntp/html/scripts/miscopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/miscopt.txt stable/10/contrib/ntp/html/scripts/monopt.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/monopt.txt stable/10/contrib/ntp/html/scripts/refclock.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/refclock.txt stable/10/contrib/ntp/html/scripts/special.txt - copied unchanged from r280849, head/contrib/ntp/html/scripts/special.txt stable/10/contrib/ntp/html/select.html - copied unchanged from r280849, head/contrib/ntp/html/select.html stable/10/contrib/ntp/html/sitemap.html - copied unchanged from r280849, head/contrib/ntp/html/sitemap.html stable/10/contrib/ntp/html/stats.html - copied unchanged from r280849, head/contrib/ntp/html/stats.html stable/10/contrib/ntp/html/warp.html - copied unchanged from r280849, head/contrib/ntp/html/warp.html stable/10/contrib/ntp/html/xleave.html - copied unchanged from r280849, head/contrib/ntp/html/xleave.html stable/10/contrib/ntp/include/declcond.h - copied unchanged from r280849, head/contrib/ntp/include/declcond.h stable/10/contrib/ntp/include/intreswork.h - copied unchanged from r280849, head/contrib/ntp/include/intreswork.h stable/10/contrib/ntp/include/lib_strbuf.h - copied unchanged from r280849, head/contrib/ntp/include/lib_strbuf.h stable/10/contrib/ntp/include/libntp.h - copied unchanged from r280849, head/contrib/ntp/include/libntp.h stable/10/contrib/ntp/include/ntp_assert.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_assert.h stable/10/contrib/ntp/include/ntp_intres.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_intres.h stable/10/contrib/ntp/include/ntp_libopts.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_libopts.h stable/10/contrib/ntp/include/ntp_lineedit.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_lineedit.h stable/10/contrib/ntp/include/ntp_lists.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_lists.h stable/10/contrib/ntp/include/ntp_net.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_net.h stable/10/contrib/ntp/include/ntp_prio_q.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_prio_q.h stable/10/contrib/ntp/include/ntp_worker.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_worker.h stable/10/contrib/ntp/include/ntp_workimpl.h - copied unchanged from r280849, head/contrib/ntp/include/ntp_workimpl.h stable/10/contrib/ntp/include/refclock_atom.h - copied unchanged from r280849, head/contrib/ntp/include/refclock_atom.h stable/10/contrib/ntp/include/refidsmear.h - copied unchanged from r285169, head/contrib/ntp/include/refidsmear.h stable/10/contrib/ntp/include/ssl_applink.c - copied unchanged from r280849, head/contrib/ntp/include/ssl_applink.c stable/10/contrib/ntp/include/timespecops.h - copied unchanged from r280849, head/contrib/ntp/include/timespecops.h stable/10/contrib/ntp/include/timetoa.h - copied unchanged from r280849, head/contrib/ntp/include/timetoa.h stable/10/contrib/ntp/include/timevalops.h - copied unchanged from r280849, head/contrib/ntp/include/timevalops.h stable/10/contrib/ntp/include/vint64ops.h - copied unchanged from r280849, head/contrib/ntp/include/vint64ops.h stable/10/contrib/ntp/includes.mf - copied unchanged from r280849, head/contrib/ntp/includes.mf stable/10/contrib/ntp/lib/ - copied from r280849, head/contrib/ntp/lib/ stable/10/contrib/ntp/libjsmn/ - copied from r280849, head/contrib/ntp/libjsmn/ stable/10/contrib/ntp/libjsmn/example/ - copied from r285169, head/contrib/ntp/libjsmn/example/ stable/10/contrib/ntp/libntp/bsd_strerror.c - copied unchanged from r280849, head/contrib/ntp/libntp/bsd_strerror.c stable/10/contrib/ntp/libntp/ntp_calendar.c - copied, changed from r280849, head/contrib/ntp/libntp/ntp_calendar.c stable/10/contrib/ntp/libntp/ntp_crypto_rnd.c - copied unchanged from r280849, head/contrib/ntp/libntp/ntp_crypto_rnd.c stable/10/contrib/ntp/libntp/ntp_intres.c - copied unchanged from r280849, head/contrib/ntp/libntp/ntp_intres.c stable/10/contrib/ntp/libntp/ntp_libopts.c - copied unchanged from r280849, head/contrib/ntp/libntp/ntp_libopts.c stable/10/contrib/ntp/libntp/ntp_lineedit.c - copied unchanged from r280849, head/contrib/ntp/libntp/ntp_lineedit.c stable/10/contrib/ntp/libntp/ntp_worker.c - copied unchanged from r280849, head/contrib/ntp/libntp/ntp_worker.c stable/10/contrib/ntp/libntp/refidsmear.c - copied unchanged from r285169, head/contrib/ntp/libntp/refidsmear.c stable/10/contrib/ntp/libntp/socket.c - copied unchanged from r280849, head/contrib/ntp/libntp/socket.c stable/10/contrib/ntp/libntp/ssl_init.c - copied unchanged from r280849, head/contrib/ntp/libntp/ssl_init.c stable/10/contrib/ntp/libntp/strl_obsd.c - copied unchanged from r280849, head/contrib/ntp/libntp/strl_obsd.c stable/10/contrib/ntp/libntp/timetoa.c - copied unchanged from r280849, head/contrib/ntp/libntp/timetoa.c stable/10/contrib/ntp/libntp/timevalops.c - copied unchanged from r280849, head/contrib/ntp/libntp/timevalops.c stable/10/contrib/ntp/libntp/vint64ops.c - copied unchanged from r280849, head/contrib/ntp/libntp/vint64ops.c stable/10/contrib/ntp/libntp/work_fork.c - copied, changed from r280849, head/contrib/ntp/libntp/work_fork.c stable/10/contrib/ntp/libntp/work_thread.c - copied unchanged from r280849, head/contrib/ntp/libntp/work_thread.c stable/10/contrib/ntp/libparse/clk_sel240x.c - copied, changed from r280849, head/contrib/ntp/libparse/clk_sel240x.c stable/10/contrib/ntp/ntpd/complete.conf.in - copied, changed from r280849, head/contrib/ntp/ntpd/complete.conf.in stable/10/contrib/ntp/ntpd/declcond.h - copied unchanged from r280849, head/contrib/ntp/ntpd/declcond.h stable/10/contrib/ntp/ntpd/invoke-ntp.conf.menu - copied unchanged from r280849, head/contrib/ntp/ntpd/invoke-ntp.conf.menu stable/10/contrib/ntp/ntpd/invoke-ntp.conf.texi - copied, changed from r280849, head/contrib/ntp/ntpd/invoke-ntp.conf.texi stable/10/contrib/ntp/ntpd/invoke-ntp.keys.menu - copied unchanged from r280849, head/contrib/ntp/ntpd/invoke-ntp.keys.menu stable/10/contrib/ntp/ntpd/invoke-ntp.keys.texi - copied, changed from r280849, head/contrib/ntp/ntpd/invoke-ntp.keys.texi stable/10/contrib/ntp/ntpd/invoke-ntpd.menu - copied unchanged from r280849, head/contrib/ntp/ntpd/invoke-ntpd.menu stable/10/contrib/ntp/ntpd/invoke-ntpd.texi - copied, changed from r280849, head/contrib/ntp/ntpd/invoke-ntpd.texi stable/10/contrib/ntp/ntpd/keyword-gen-utd - copied, changed from r280849, head/contrib/ntp/ntpd/keyword-gen-utd stable/10/contrib/ntp/ntpd/keyword-gen.c - copied, changed from r280849, head/contrib/ntp/ntpd/keyword-gen.c stable/10/contrib/ntp/ntpd/ntp.conf.5man - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.5man stable/10/contrib/ntp/ntpd/ntp.conf.5mdoc - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.5mdoc stable/10/contrib/ntp/ntpd/ntp.conf.def - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.def stable/10/contrib/ntp/ntpd/ntp.conf.html - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.html stable/10/contrib/ntp/ntpd/ntp.conf.man.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.man.in stable/10/contrib/ntp/ntpd/ntp.conf.mdoc.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.conf.mdoc.in stable/10/contrib/ntp/ntpd/ntp.conf.texi - copied unchanged from r280849, head/contrib/ntp/ntpd/ntp.conf.texi stable/10/contrib/ntp/ntpd/ntp.keys.5man - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.keys.5man stable/10/contrib/ntp/ntpd/ntp.keys.5mdoc - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.keys.5mdoc stable/10/contrib/ntp/ntpd/ntp.keys.def - copied unchanged from r280849, head/contrib/ntp/ntpd/ntp.keys.def stable/10/contrib/ntp/ntpd/ntp.keys.html - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.keys.html stable/10/contrib/ntp/ntpd/ntp.keys.man.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.keys.man.in stable/10/contrib/ntp/ntpd/ntp.keys.mdoc.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntp.keys.mdoc.in stable/10/contrib/ntp/ntpd/ntp.keys.texi - copied unchanged from r280849, head/contrib/ntp/ntpd/ntp.keys.texi stable/10/contrib/ntp/ntpd/ntp_keyword.h - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_keyword.h stable/10/contrib/ntp/ntpd/ntp_leapsec.c - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_leapsec.c stable/10/contrib/ntp/ntpd/ntp_leapsec.h - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_leapsec.h stable/10/contrib/ntp/ntpd/ntp_parser.c - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_parser.c stable/10/contrib/ntp/ntpd/ntp_parser.h - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_parser.h stable/10/contrib/ntp/ntpd/ntp_prio_q.c - copied unchanged from r280849, head/contrib/ntp/ntpd/ntp_prio_q.c stable/10/contrib/ntp/ntpd/ntp_scanner.c - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_scanner.c stable/10/contrib/ntp/ntpd/ntp_scanner.h - copied, changed from r280849, head/contrib/ntp/ntpd/ntp_scanner.h stable/10/contrib/ntp/ntpd/ntp_signd.c - copied unchanged from r280849, head/contrib/ntp/ntpd/ntp_signd.c stable/10/contrib/ntp/ntpd/ntpd.1ntpdman - copied, changed from r280849, head/contrib/ntp/ntpd/ntpd.1ntpdman stable/10/contrib/ntp/ntpd/ntpd.1ntpdmdoc - copied, changed from r280849, head/contrib/ntp/ntpd/ntpd.1ntpdmdoc stable/10/contrib/ntp/ntpd/ntpd.html - copied, changed from r280849, head/contrib/ntp/ntpd/ntpd.html stable/10/contrib/ntp/ntpd/ntpd.man.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntpd.man.in stable/10/contrib/ntp/ntpd/ntpd.mdoc.in - copied, changed from r280849, head/contrib/ntp/ntpd/ntpd.mdoc.in stable/10/contrib/ntp/ntpd/ntpd.texi - copied unchanged from r280849, head/contrib/ntp/ntpd/ntpd.texi stable/10/contrib/ntp/ntpd/rc_cmdlength.c - copied unchanged from r285169, head/contrib/ntp/ntpd/rc_cmdlength.c stable/10/contrib/ntp/ntpd/refclock_gpsdjson.c - copied, changed from r280849, head/contrib/ntp/ntpd/refclock_gpsdjson.c stable/10/contrib/ntp/ntpd/refclock_tsyncpci.c - copied unchanged from r280849, head/contrib/ntp/ntpd/refclock_tsyncpci.c stable/10/contrib/ntp/ntpdc/invoke-ntpdc.menu - copied unchanged from r280849, head/contrib/ntp/ntpdc/invoke-ntpdc.menu stable/10/contrib/ntp/ntpdc/invoke-ntpdc.texi - copied, changed from r280849, head/contrib/ntp/ntpdc/invoke-ntpdc.texi stable/10/contrib/ntp/ntpdc/ntpdc.1ntpdcman - copied, changed from r280849, head/contrib/ntp/ntpdc/ntpdc.1ntpdcman stable/10/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc - copied, changed from r280849, head/contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc stable/10/contrib/ntp/ntpdc/ntpdc.html - copied, changed from r280849, head/contrib/ntp/ntpdc/ntpdc.html stable/10/contrib/ntp/ntpdc/ntpdc.man.in - copied, changed from r280849, head/contrib/ntp/ntpdc/ntpdc.man.in stable/10/contrib/ntp/ntpdc/ntpdc.mdoc.in - copied, changed from r280849, head/contrib/ntp/ntpdc/ntpdc.mdoc.in stable/10/contrib/ntp/ntpdc/ntpdc.texi - copied unchanged from r280849, head/contrib/ntp/ntpdc/ntpdc.texi stable/10/contrib/ntp/ntpq/invoke-ntpq.menu - copied unchanged from r280849, head/contrib/ntp/ntpq/invoke-ntpq.menu stable/10/contrib/ntp/ntpq/invoke-ntpq.texi - copied, changed from r280849, head/contrib/ntp/ntpq/invoke-ntpq.texi stable/10/contrib/ntp/ntpq/libntpq.c - copied unchanged from r280849, head/contrib/ntp/ntpq/libntpq.c stable/10/contrib/ntp/ntpq/libntpq.h - copied unchanged from r280849, head/contrib/ntp/ntpq/libntpq.h stable/10/contrib/ntp/ntpq/libntpq_subs.c - copied unchanged from r280849, head/contrib/ntp/ntpq/libntpq_subs.c stable/10/contrib/ntp/ntpq/ntpq.1ntpqman - copied, changed from r280849, head/contrib/ntp/ntpq/ntpq.1ntpqman stable/10/contrib/ntp/ntpq/ntpq.1ntpqmdoc - copied, changed from r280849, head/contrib/ntp/ntpq/ntpq.1ntpqmdoc stable/10/contrib/ntp/ntpq/ntpq.html - copied, changed from r280849, head/contrib/ntp/ntpq/ntpq.html stable/10/contrib/ntp/ntpq/ntpq.man.in - copied, changed from r280849, head/contrib/ntp/ntpq/ntpq.man.in stable/10/contrib/ntp/ntpq/ntpq.mdoc.in - copied, changed from r280849, head/contrib/ntp/ntpq/ntpq.mdoc.in stable/10/contrib/ntp/ntpq/ntpq.texi - copied unchanged from r280849, head/contrib/ntp/ntpq/ntpq.texi stable/10/contrib/ntp/ntpsnmpd/ - copied from r280849, head/contrib/ntp/ntpsnmpd/ stable/10/contrib/ntp/scripts/build/ - copied from r280849, head/contrib/ntp/scripts/build/ stable/10/contrib/ntp/scripts/calc_tickadj/ - copied from r280849, head/contrib/ntp/scripts/calc_tickadj/ stable/10/contrib/ntp/scripts/deprecated/ - copied from r280849, head/contrib/ntp/scripts/deprecated/ stable/10/contrib/ntp/scripts/invoke-plot_summary.menu - copied unchanged from r280849, head/contrib/ntp/scripts/invoke-plot_summary.menu stable/10/contrib/ntp/scripts/invoke-plot_summary.texi - copied, changed from r280849, head/contrib/ntp/scripts/invoke-plot_summary.texi stable/10/contrib/ntp/scripts/invoke-summary.menu - copied unchanged from r280849, head/contrib/ntp/scripts/invoke-summary.menu stable/10/contrib/ntp/scripts/invoke-summary.texi - copied, changed from r280849, head/contrib/ntp/scripts/invoke-summary.texi stable/10/contrib/ntp/scripts/lib/ - copied from r280849, head/contrib/ntp/scripts/lib/ stable/10/contrib/ntp/scripts/ntp-wait/ - copied from r280849, head/contrib/ntp/scripts/ntp-wait/ stable/10/contrib/ntp/scripts/ntpsweep/ - copied from r280849, head/contrib/ntp/scripts/ntpsweep/ stable/10/contrib/ntp/scripts/ntptrace/ - copied from r280849, head/contrib/ntp/scripts/ntptrace/ stable/10/contrib/ntp/scripts/plot_summary-opts - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary-opts stable/10/contrib/ntp/scripts/plot_summary-opts.def - copied unchanged from r280849, head/contrib/ntp/scripts/plot_summary-opts.def stable/10/contrib/ntp/scripts/plot_summary.1plot_summaryman - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary.1plot_summaryman stable/10/contrib/ntp/scripts/plot_summary.1plot_summarymdoc - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary.1plot_summarymdoc stable/10/contrib/ntp/scripts/plot_summary.html - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary.html stable/10/contrib/ntp/scripts/plot_summary.man.in - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary.man.in stable/10/contrib/ntp/scripts/plot_summary.mdoc.in - copied, changed from r280849, head/contrib/ntp/scripts/plot_summary.mdoc.in stable/10/contrib/ntp/scripts/plot_summary.texi - copied unchanged from r280849, head/contrib/ntp/scripts/plot_summary.texi stable/10/contrib/ntp/scripts/rc/ - copied from r280849, head/contrib/ntp/scripts/rc/ stable/10/contrib/ntp/scripts/summary-opts - copied, changed from r280849, head/contrib/ntp/scripts/summary-opts stable/10/contrib/ntp/scripts/summary-opts.def - copied unchanged from r280849, head/contrib/ntp/scripts/summary-opts.def stable/10/contrib/ntp/scripts/summary.1summaryman - copied, changed from r280849, head/contrib/ntp/scripts/summary.1summaryman stable/10/contrib/ntp/scripts/summary.1summarymdoc - copied, changed from r280849, head/contrib/ntp/scripts/summary.1summarymdoc stable/10/contrib/ntp/scripts/summary.html - copied, changed from r280849, head/contrib/ntp/scripts/summary.html stable/10/contrib/ntp/scripts/summary.man.in - copied, changed from r280849, head/contrib/ntp/scripts/summary.man.in stable/10/contrib/ntp/scripts/summary.mdoc.in - copied, changed from r280849, head/contrib/ntp/scripts/summary.mdoc.in stable/10/contrib/ntp/scripts/summary.texi - copied unchanged from r280849, head/contrib/ntp/scripts/summary.texi stable/10/contrib/ntp/scripts/update-leap/ - copied from r282408, head/contrib/ntp/scripts/update-leap/ stable/10/contrib/ntp/scripts/update-leap/update-leap.in - copied unchanged from r285169, head/contrib/ntp/scripts/update-leap/update-leap.in stable/10/contrib/ntp/scripts/update-leap/update-leap.sh - copied unchanged from r285169, head/contrib/ntp/scripts/update-leap/update-leap.sh stable/10/contrib/ntp/sntp/ag-tpl/ - copied from r280849, head/contrib/ntp/sntp/ag-tpl/ stable/10/contrib/ntp/sntp/ag-tpl/Mdoc.pm - copied unchanged from r285169, head/contrib/ntp/sntp/ag-tpl/Mdoc.pm stable/10/contrib/ntp/sntp/ag-tpl/mdoc2man - copied unchanged from r285169, head/contrib/ntp/sntp/ag-tpl/mdoc2man stable/10/contrib/ntp/sntp/check-libntp.mf - copied unchanged from r280849, head/contrib/ntp/sntp/check-libntp.mf stable/10/contrib/ntp/sntp/check-libopts.mf - copied unchanged from r280849, head/contrib/ntp/sntp/check-libopts.mf stable/10/contrib/ntp/sntp/crypto.c - copied unchanged from r280849, head/contrib/ntp/sntp/crypto.c stable/10/contrib/ntp/sntp/crypto.h - copied unchanged from r280849, head/contrib/ntp/sntp/crypto.h stable/10/contrib/ntp/sntp/data_formats.h - copied unchanged from r280849, head/contrib/ntp/sntp/data_formats.h stable/10/contrib/ntp/sntp/deps-ver - copied unchanged from r280849, head/contrib/ntp/sntp/deps-ver stable/10/contrib/ntp/sntp/depsver.mf - copied unchanged from r280849, head/contrib/ntp/sntp/depsver.mf stable/10/contrib/ntp/sntp/include/ - copied from r280849, head/contrib/ntp/sntp/include/ stable/10/contrib/ntp/sntp/includes.mf - copied unchanged from r280849, head/contrib/ntp/sntp/includes.mf stable/10/contrib/ntp/sntp/invoke-sntp.menu - copied unchanged from r280849, head/contrib/ntp/sntp/invoke-sntp.menu stable/10/contrib/ntp/sntp/invoke-sntp.texi - copied, changed from r280849, head/contrib/ntp/sntp/invoke-sntp.texi stable/10/contrib/ntp/sntp/kod_management.c - copied, changed from r280849, head/contrib/ntp/sntp/kod_management.c stable/10/contrib/ntp/sntp/kod_management.h - copied unchanged from r280849, head/contrib/ntp/sntp/kod_management.h stable/10/contrib/ntp/sntp/libevent/ - copied from r280849, head/contrib/ntp/sntp/libevent/ stable/10/contrib/ntp/sntp/libevent/build-aux/ar-lib - copied unchanged from r285169, head/contrib/ntp/sntp/libevent/build-aux/ar-lib stable/10/contrib/ntp/sntp/libevent/build-aux/test-driver - copied unchanged from r285169, head/contrib/ntp/sntp/libevent/build-aux/test-driver stable/10/contrib/ntp/sntp/libevent/m4/acx_pthread.m4 - copied unchanged from r282408, head/contrib/ntp/sntp/libevent/m4/acx_pthread.m4 stable/10/contrib/ntp/sntp/libopts/COPYING.gplv3 - copied, changed from r280849, head/contrib/ntp/sntp/libopts/COPYING.gplv3 stable/10/contrib/ntp/sntp/libopts/COPYING.lgplv3 - copied, changed from r280849, head/contrib/ntp/sntp/libopts/COPYING.lgplv3 stable/10/contrib/ntp/sntp/libopts/ag-char-map.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/ag-char-map.h stable/10/contrib/ntp/sntp/libopts/alias.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/alias.c stable/10/contrib/ntp/sntp/libopts/ao-strs.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/ao-strs.c stable/10/contrib/ntp/sntp/libopts/ao-strs.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/ao-strs.h stable/10/contrib/ntp/sntp/libopts/autoopts/project.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/autoopts/project.h stable/10/contrib/ntp/sntp/libopts/check.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/check.c stable/10/contrib/ntp/sntp/libopts/compat/_Noreturn.h - copied unchanged from r280849, head/contrib/ntp/sntp/libopts/compat/_Noreturn.h stable/10/contrib/ntp/sntp/libopts/enum.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/enum.c stable/10/contrib/ntp/sntp/libopts/env.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/env.c stable/10/contrib/ntp/sntp/libopts/file.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/file.c stable/10/contrib/ntp/sntp/libopts/find.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/find.c stable/10/contrib/ntp/sntp/libopts/gettext.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/gettext.h stable/10/contrib/ntp/sntp/libopts/init.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/init.c stable/10/contrib/ntp/sntp/libopts/intprops.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/intprops.h stable/10/contrib/ntp/sntp/libopts/m4/stdnoreturn.m4 - copied, changed from r280849, head/contrib/ntp/sntp/libopts/m4/stdnoreturn.m4 stable/10/contrib/ntp/sntp/libopts/option-value-type.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/option-value-type.c stable/10/contrib/ntp/sntp/libopts/option-value-type.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/option-value-type.h stable/10/contrib/ntp/sntp/libopts/option-xat-attribute.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/option-xat-attribute.c stable/10/contrib/ntp/sntp/libopts/option-xat-attribute.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/option-xat-attribute.h stable/10/contrib/ntp/sntp/libopts/parse-duration.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/parse-duration.c stable/10/contrib/ntp/sntp/libopts/parse-duration.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/parse-duration.h stable/10/contrib/ntp/sntp/libopts/reset.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/reset.c stable/10/contrib/ntp/sntp/libopts/stdnoreturn.in.h - copied, changed from r280849, head/contrib/ntp/sntp/libopts/stdnoreturn.in.h stable/10/contrib/ntp/sntp/libopts/time.c - copied, changed from r280849, head/contrib/ntp/sntp/libopts/time.c stable/10/contrib/ntp/sntp/libpkgver/ - copied from r285169, head/contrib/ntp/sntp/libpkgver/ stable/10/contrib/ntp/sntp/loc/ - copied from r280849, head/contrib/ntp/sntp/loc/ stable/10/contrib/ntp/sntp/log.c - copied unchanged from r280849, head/contrib/ntp/sntp/log.c stable/10/contrib/ntp/sntp/log.h - copied unchanged from r280849, head/contrib/ntp/sntp/log.h stable/10/contrib/ntp/sntp/m4/ - copied from r280849, head/contrib/ntp/sntp/m4/ stable/10/contrib/ntp/sntp/m4/ax_c99_struct_init.m4 - copied unchanged from r282408, head/contrib/ntp/sntp/m4/ax_c99_struct_init.m4 stable/10/contrib/ntp/sntp/m4/ntp_unitytest.m4 - copied unchanged from r285169, head/contrib/ntp/sntp/m4/ntp_unitytest.m4 stable/10/contrib/ntp/sntp/m4/openldap-thread-check.m4 - copied unchanged from r282408, head/contrib/ntp/sntp/m4/openldap-thread-check.m4 stable/10/contrib/ntp/sntp/m4/openldap.m4 - copied unchanged from r282408, head/contrib/ntp/sntp/m4/openldap.m4 stable/10/contrib/ntp/sntp/main.h - copied unchanged from r280849, head/contrib/ntp/sntp/main.h stable/10/contrib/ntp/sntp/networking.c - copied unchanged from r280849, head/contrib/ntp/sntp/networking.c stable/10/contrib/ntp/sntp/networking.h - copied unchanged from r280849, head/contrib/ntp/sntp/networking.h stable/10/contrib/ntp/sntp/scm-rev - copied unchanged from r280849, head/contrib/ntp/sntp/scm-rev stable/10/contrib/ntp/sntp/scripts/ - copied from r280849, head/contrib/ntp/sntp/scripts/ stable/10/contrib/ntp/sntp/sntp.1sntpman - copied, changed from r280849, head/contrib/ntp/sntp/sntp.1sntpman stable/10/contrib/ntp/sntp/sntp.1sntpmdoc - copied, changed from r280849, head/contrib/ntp/sntp/sntp.1sntpmdoc stable/10/contrib/ntp/sntp/sntp.c - copied unchanged from r280849, head/contrib/ntp/sntp/sntp.c stable/10/contrib/ntp/sntp/sntp.html - copied, changed from r280849, head/contrib/ntp/sntp/sntp.html stable/10/contrib/ntp/sntp/sntp.man.in - copied, changed from r280849, head/contrib/ntp/sntp/sntp.man.in stable/10/contrib/ntp/sntp/sntp.mdoc.in - copied, changed from r280849, head/contrib/ntp/sntp/sntp.mdoc.in stable/10/contrib/ntp/sntp/sntp.texi - copied unchanged from r280849, head/contrib/ntp/sntp/sntp.texi stable/10/contrib/ntp/sntp/tests/ - copied from r280849, head/contrib/ntp/sntp/tests/ stable/10/contrib/ntp/sntp/tests/crypto.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/crypto.c stable/10/contrib/ntp/sntp/tests/fileHandlingTest.h.in - copied unchanged from r285169, head/contrib/ntp/sntp/tests/fileHandlingTest.h.in stable/10/contrib/ntp/sntp/tests/g_fileHandlingTest.h - copied unchanged from r285169, head/contrib/ntp/sntp/tests/g_fileHandlingTest.h stable/10/contrib/ntp/sntp/tests/g_networking.cpp - copied unchanged from r285169, head/contrib/ntp/sntp/tests/g_networking.cpp stable/10/contrib/ntp/sntp/tests/g_packetHandling.cpp - copied unchanged from r285169, head/contrib/ntp/sntp/tests/g_packetHandling.cpp stable/10/contrib/ntp/sntp/tests/g_packetProcessing.cpp - copied unchanged from r285169, head/contrib/ntp/sntp/tests/g_packetProcessing.cpp stable/10/contrib/ntp/sntp/tests/g_sntptest.h - copied unchanged from r285169, head/contrib/ntp/sntp/tests/g_sntptest.h stable/10/contrib/ntp/sntp/tests/keyFile.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/keyFile.c stable/10/contrib/ntp/sntp/tests/kodDatabase.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/kodDatabase.c stable/10/contrib/ntp/sntp/tests/kodFile.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/kodFile.c stable/10/contrib/ntp/sntp/tests/networking.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/networking.c stable/10/contrib/ntp/sntp/tests/packetHandling.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/packetHandling.c stable/10/contrib/ntp/sntp/tests/packetProcessing.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/packetProcessing.c stable/10/contrib/ntp/sntp/tests/run-crypto.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-crypto.c stable/10/contrib/ntp/sntp/tests/run-keyFile.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-keyFile.c stable/10/contrib/ntp/sntp/tests/run-kodDatabase.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-kodDatabase.c stable/10/contrib/ntp/sntp/tests/run-kodFile.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-kodFile.c stable/10/contrib/ntp/sntp/tests/run-networking.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-networking.c stable/10/contrib/ntp/sntp/tests/run-packetHandling.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-packetHandling.c stable/10/contrib/ntp/sntp/tests/run-packetProcessing.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-packetProcessing.c stable/10/contrib/ntp/sntp/tests/run-utilities.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/run-utilities.c stable/10/contrib/ntp/sntp/tests/utilities.c - copied unchanged from r285169, head/contrib/ntp/sntp/tests/utilities.c stable/10/contrib/ntp/sntp/tests_main.cpp - copied, changed from r280849, head/contrib/ntp/sntp/tests_main.cpp stable/10/contrib/ntp/sntp/tests_main.h - copied unchanged from r280849, head/contrib/ntp/sntp/tests_main.h stable/10/contrib/ntp/sntp/unity/ - copied from r285169, head/contrib/ntp/sntp/unity/ stable/10/contrib/ntp/sntp/utilities.c - copied unchanged from r280849, head/contrib/ntp/sntp/utilities.c stable/10/contrib/ntp/sntp/utilities.h - copied unchanged from r280849, head/contrib/ntp/sntp/utilities.h stable/10/contrib/ntp/sntp/version.c - copied unchanged from r285169, head/contrib/ntp/sntp/version.c stable/10/contrib/ntp/tests/ - copied from r280849, head/contrib/ntp/tests/ stable/10/contrib/ntp/tests/bug-2803/ - copied from r285169, head/contrib/ntp/tests/bug-2803/ stable/10/contrib/ntp/tests/libntp/a_md5encrypt.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/a_md5encrypt.c stable/10/contrib/ntp/tests/libntp/atoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/atoint.c stable/10/contrib/ntp/tests/libntp/atouint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/atouint.c stable/10/contrib/ntp/tests/libntp/authkeys.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/authkeys.c stable/10/contrib/ntp/tests/libntp/buftvtots.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/buftvtots.c stable/10/contrib/ntp/tests/libntp/calendar.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/calendar.c stable/10/contrib/ntp/tests/libntp/caljulian.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/caljulian.c stable/10/contrib/ntp/tests/libntp/caltontp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/caltontp.c stable/10/contrib/ntp/tests/libntp/calyearstart.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/calyearstart.c stable/10/contrib/ntp/tests/libntp/clocktime.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/clocktime.c stable/10/contrib/ntp/tests/libntp/decodenetnum.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/decodenetnum.c stable/10/contrib/ntp/tests/libntp/g_a_md5encrypt.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_a_md5encrypt.cpp stable/10/contrib/ntp/tests/libntp/g_atoint.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_atoint.cpp stable/10/contrib/ntp/tests/libntp/g_atouint.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_atouint.cpp stable/10/contrib/ntp/tests/libntp/g_authkeys.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_authkeys.cpp stable/10/contrib/ntp/tests/libntp/g_buftvtots.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_buftvtots.cpp stable/10/contrib/ntp/tests/libntp/g_calendar.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_calendar.cpp stable/10/contrib/ntp/tests/libntp/g_caljulian.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_caljulian.cpp stable/10/contrib/ntp/tests/libntp/g_caltontp.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_caltontp.cpp stable/10/contrib/ntp/tests/libntp/g_calyearstart.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_calyearstart.cpp stable/10/contrib/ntp/tests/libntp/g_clocktime.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_clocktime.cpp stable/10/contrib/ntp/tests/libntp/g_decodenetnum.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_decodenetnum.cpp stable/10/contrib/ntp/tests/libntp/g_hextoint.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_hextoint.cpp stable/10/contrib/ntp/tests/libntp/g_hextolfp.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_hextolfp.cpp stable/10/contrib/ntp/tests/libntp/g_humandate.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_humandate.cpp stable/10/contrib/ntp/tests/libntp/g_lfpfunc.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_lfpfunc.cpp stable/10/contrib/ntp/tests/libntp/g_lfptest.h - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_lfptest.h stable/10/contrib/ntp/tests/libntp/g_lfptostr.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_lfptostr.cpp stable/10/contrib/ntp/tests/libntp/g_libntptest.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_libntptest.cpp stable/10/contrib/ntp/tests/libntp/g_libntptest.h - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_libntptest.h stable/10/contrib/ntp/tests/libntp/g_modetoa.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_modetoa.cpp stable/10/contrib/ntp/tests/libntp/g_msyslog.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_msyslog.cpp stable/10/contrib/ntp/tests/libntp/g_netof.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_netof.cpp stable/10/contrib/ntp/tests/libntp/g_numtoa.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_numtoa.cpp stable/10/contrib/ntp/tests/libntp/g_numtohost.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_numtohost.cpp stable/10/contrib/ntp/tests/libntp/g_octtoint.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_octtoint.cpp stable/10/contrib/ntp/tests/libntp/g_prettydate.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_prettydate.cpp stable/10/contrib/ntp/tests/libntp/g_recvbuff.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_recvbuff.cpp stable/10/contrib/ntp/tests/libntp/g_refnumtoa.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_refnumtoa.cpp stable/10/contrib/ntp/tests/libntp/g_sfptostr.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_sfptostr.cpp stable/10/contrib/ntp/tests/libntp/g_sockaddrtest.h - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_sockaddrtest.h stable/10/contrib/ntp/tests/libntp/g_socktoa.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_socktoa.cpp stable/10/contrib/ntp/tests/libntp/g_ssl_init.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_ssl_init.cpp stable/10/contrib/ntp/tests/libntp/g_statestr.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_statestr.cpp stable/10/contrib/ntp/tests/libntp/g_strtolfp.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_strtolfp.cpp stable/10/contrib/ntp/tests/libntp/g_timespecops.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_timespecops.cpp stable/10/contrib/ntp/tests/libntp/g_timestructs.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_timestructs.cpp stable/10/contrib/ntp/tests/libntp/g_timestructs.h - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_timestructs.h stable/10/contrib/ntp/tests/libntp/g_timevalops.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_timevalops.cpp stable/10/contrib/ntp/tests/libntp/g_tstotv.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_tstotv.cpp stable/10/contrib/ntp/tests/libntp/g_tvtots.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_tvtots.cpp stable/10/contrib/ntp/tests/libntp/g_uglydate.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_uglydate.cpp stable/10/contrib/ntp/tests/libntp/g_vi64ops.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_vi64ops.cpp stable/10/contrib/ntp/tests/libntp/g_ymd2yd.cpp - copied unchanged from r285169, head/contrib/ntp/tests/libntp/g_ymd2yd.cpp stable/10/contrib/ntp/tests/libntp/hextoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/hextoint.c stable/10/contrib/ntp/tests/libntp/hextolfp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/hextolfp.c stable/10/contrib/ntp/tests/libntp/humandate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/humandate.c stable/10/contrib/ntp/tests/libntp/lfpfunc.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/lfpfunc.c stable/10/contrib/ntp/tests/libntp/lfptostr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/lfptostr.c stable/10/contrib/ntp/tests/libntp/modetoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/modetoa.c stable/10/contrib/ntp/tests/libntp/msyslog.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/msyslog.c stable/10/contrib/ntp/tests/libntp/netof.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/netof.c stable/10/contrib/ntp/tests/libntp/numtoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/numtoa.c stable/10/contrib/ntp/tests/libntp/numtohost.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/numtohost.c stable/10/contrib/ntp/tests/libntp/octtoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/octtoint.c stable/10/contrib/ntp/tests/libntp/prettydate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/prettydate.c stable/10/contrib/ntp/tests/libntp/recvbuff.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/recvbuff.c stable/10/contrib/ntp/tests/libntp/refidsmear.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/refidsmear.c stable/10/contrib/ntp/tests/libntp/refnumtoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/refnumtoa.c stable/10/contrib/ntp/tests/libntp/run-a_md5encrypt.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-a_md5encrypt.c stable/10/contrib/ntp/tests/libntp/run-atoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-atoint.c stable/10/contrib/ntp/tests/libntp/run-atouint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-atouint.c stable/10/contrib/ntp/tests/libntp/run-authkeys.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-authkeys.c stable/10/contrib/ntp/tests/libntp/run-buftvtots.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-buftvtots.c stable/10/contrib/ntp/tests/libntp/run-calendar.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-calendar.c stable/10/contrib/ntp/tests/libntp/run-caljulian.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-caljulian.c stable/10/contrib/ntp/tests/libntp/run-caltontp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-caltontp.c stable/10/contrib/ntp/tests/libntp/run-calyearstart.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-calyearstart.c stable/10/contrib/ntp/tests/libntp/run-clocktime.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-clocktime.c stable/10/contrib/ntp/tests/libntp/run-decodenetnum.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-decodenetnum.c stable/10/contrib/ntp/tests/libntp/run-hextoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-hextoint.c stable/10/contrib/ntp/tests/libntp/run-hextolfp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-hextolfp.c stable/10/contrib/ntp/tests/libntp/run-humandate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-humandate.c stable/10/contrib/ntp/tests/libntp/run-lfpfunc.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-lfpfunc.c stable/10/contrib/ntp/tests/libntp/run-lfptostr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-lfptostr.c stable/10/contrib/ntp/tests/libntp/run-modetoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-modetoa.c stable/10/contrib/ntp/tests/libntp/run-msyslog.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-msyslog.c stable/10/contrib/ntp/tests/libntp/run-netof.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-netof.c stable/10/contrib/ntp/tests/libntp/run-numtoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-numtoa.c stable/10/contrib/ntp/tests/libntp/run-numtohost.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-numtohost.c stable/10/contrib/ntp/tests/libntp/run-octtoint.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-octtoint.c stable/10/contrib/ntp/tests/libntp/run-prettydate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-prettydate.c stable/10/contrib/ntp/tests/libntp/run-recvbuff.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-recvbuff.c stable/10/contrib/ntp/tests/libntp/run-refidsmear.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-refidsmear.c stable/10/contrib/ntp/tests/libntp/run-refnumtoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-refnumtoa.c stable/10/contrib/ntp/tests/libntp/run-sfptostr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-sfptostr.c stable/10/contrib/ntp/tests/libntp/run-socktoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-socktoa.c stable/10/contrib/ntp/tests/libntp/run-ssl_init.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-ssl_init.c stable/10/contrib/ntp/tests/libntp/run-statestr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-statestr.c stable/10/contrib/ntp/tests/libntp/run-strtolfp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-strtolfp.c stable/10/contrib/ntp/tests/libntp/run-timespecops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-timespecops.c stable/10/contrib/ntp/tests/libntp/run-timevalops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-timevalops.c stable/10/contrib/ntp/tests/libntp/run-tstotv.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-tstotv.c stable/10/contrib/ntp/tests/libntp/run-tvtots.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-tvtots.c stable/10/contrib/ntp/tests/libntp/run-uglydate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-uglydate.c stable/10/contrib/ntp/tests/libntp/run-vi64ops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-vi64ops.c stable/10/contrib/ntp/tests/libntp/run-ymd2yd.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/run-ymd2yd.c stable/10/contrib/ntp/tests/libntp/sfptostr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/sfptostr.c stable/10/contrib/ntp/tests/libntp/socktoa.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/socktoa.c stable/10/contrib/ntp/tests/libntp/ssl_init.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/ssl_init.c stable/10/contrib/ntp/tests/libntp/statestr.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/statestr.c stable/10/contrib/ntp/tests/libntp/strtolfp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/strtolfp.c stable/10/contrib/ntp/tests/libntp/test-libntp.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/test-libntp.c stable/10/contrib/ntp/tests/libntp/test-libntp.h - copied unchanged from r285169, head/contrib/ntp/tests/libntp/test-libntp.h stable/10/contrib/ntp/tests/libntp/timespecops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/timespecops.c stable/10/contrib/ntp/tests/libntp/timevalops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/timevalops.c stable/10/contrib/ntp/tests/libntp/tstotv.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/tstotv.c stable/10/contrib/ntp/tests/libntp/tvtots.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/tvtots.c stable/10/contrib/ntp/tests/libntp/uglydate.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/uglydate.c stable/10/contrib/ntp/tests/libntp/vi64ops.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/vi64ops.c stable/10/contrib/ntp/tests/libntp/ymd2yd.c - copied unchanged from r285169, head/contrib/ntp/tests/libntp/ymd2yd.c stable/10/contrib/ntp/tests/sandbox/ - copied from r285169, head/contrib/ntp/tests/sandbox/ stable/10/contrib/ntp/tests/sec-2853/ - copied from r285169, head/contrib/ntp/tests/sec-2853/ stable/10/contrib/ntp/util/invoke-ntp-keygen.menu - copied unchanged from r280849, head/contrib/ntp/util/invoke-ntp-keygen.menu stable/10/contrib/ntp/util/invoke-ntp-keygen.texi - copied, changed from r280849, head/contrib/ntp/util/invoke-ntp-keygen.texi stable/10/contrib/ntp/util/ntp-keygen.1ntp-keygenman - copied, changed from r280849, head/contrib/ntp/util/ntp-keygen.1ntp-keygenman stable/10/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc - copied, changed from r280849, head/contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc stable/10/contrib/ntp/util/ntp-keygen.html - copied, changed from r280849, head/contrib/ntp/util/ntp-keygen.html stable/10/contrib/ntp/util/ntp-keygen.man.in - copied, changed from r280849, head/contrib/ntp/util/ntp-keygen.man.in stable/10/contrib/ntp/util/ntp-keygen.mdoc.in - copied, changed from r280849, head/contrib/ntp/util/ntp-keygen.mdoc.in stable/10/contrib/ntp/util/ntp-keygen.texi - copied unchanged from r280849, head/contrib/ntp/util/ntp-keygen.texi stable/10/contrib/ntp/util/tg2.c - copied unchanged from r280849, head/contrib/ntp/util/tg2.c stable/10/contrib/ntp/ylwrap - copied unchanged from r280849, head/contrib/ntp/ylwrap stable/10/usr.sbin/ntp/doc/drivers/ - copied from r280849, head/usr.sbin/ntp/doc/drivers/ stable/10/usr.sbin/ntp/doc/hints/ - copied from r280849, head/usr.sbin/ntp/doc/hints/ stable/10/usr.sbin/ntp/doc/icons/ - copied from r280849, head/usr.sbin/ntp/doc/icons/ stable/10/usr.sbin/ntp/doc/pic/ - copied from r280849, head/usr.sbin/ntp/doc/pic/ stable/10/usr.sbin/ntp/doc/scripts/ - copied from r280849, head/usr.sbin/ntp/doc/scripts/ stable/10/usr.sbin/ntp/doc/sntp.8 - copied unchanged from r280849, head/usr.sbin/ntp/doc/sntp.8 stable/10/usr.sbin/ntp/libntpevent/ - copied from r280849, head/usr.sbin/ntp/libntpevent/ stable/10/usr.sbin/ntp/ntpdc/nl.c - copied unchanged from r280849, head/usr.sbin/ntp/ntpdc/nl.c Deleted: stable/10/contrib/ntp/arlib/ stable/10/contrib/ntp/clockstuff/clktest.c stable/10/contrib/ntp/excludes stable/10/contrib/ntp/html/build/ stable/10/contrib/ntp/html/drivers/driver2.html stable/10/contrib/ntp/html/gadget.html stable/10/contrib/ntp/html/groups.html stable/10/contrib/ntp/html/ldisc.html stable/10/contrib/ntp/html/manyopt.html stable/10/contrib/ntp/html/measure.html stable/10/contrib/ntp/html/mx4200data.html stable/10/contrib/ntp/html/notes.html stable/10/contrib/ntp/html/scripts/links10.txt stable/10/contrib/ntp/html/scripts/links11.txt stable/10/contrib/ntp/html/scripts/links12.txt stable/10/contrib/ntp/html/scripts/links7.txt stable/10/contrib/ntp/html/scripts/links8.txt stable/10/contrib/ntp/html/scripts/links9.txt stable/10/contrib/ntp/include/autogen-version.def stable/10/contrib/ntp/include/copyright.def stable/10/contrib/ntp/include/debug-opt.def stable/10/contrib/ntp/include/global.h stable/10/contrib/ntp/include/homerc.def stable/10/contrib/ntp/include/isc/app.h stable/10/contrib/ntp/include/isc/assertions.h stable/10/contrib/ntp/include/isc/boolean.h stable/10/contrib/ntp/include/isc/buffer.h stable/10/contrib/ntp/include/isc/error.h stable/10/contrib/ntp/include/isc/formatcheck.h stable/10/contrib/ntp/include/isc/int.h stable/10/contrib/ntp/include/isc/interfaceiter.h stable/10/contrib/ntp/include/isc/ipv6.h stable/10/contrib/ntp/include/isc/lang.h stable/10/contrib/ntp/include/isc/lib.h stable/10/contrib/ntp/include/isc/list.h stable/10/contrib/ntp/include/isc/magic.h stable/10/contrib/ntp/include/isc/msgcat.h stable/10/contrib/ntp/include/isc/msgs.h stable/10/contrib/ntp/include/isc/mutex.h stable/10/contrib/ntp/include/isc/net.h stable/10/contrib/ntp/include/isc/netaddr.h stable/10/contrib/ntp/include/isc/netscope.h stable/10/contrib/ntp/include/isc/offset.h stable/10/contrib/ntp/include/isc/once.h stable/10/contrib/ntp/include/isc/platform.h stable/10/contrib/ntp/include/isc/print.h stable/10/contrib/ntp/include/isc/region.h stable/10/contrib/ntp/include/isc/result.h stable/10/contrib/ntp/include/isc/sockaddr.h stable/10/contrib/ntp/include/isc/strerror.h stable/10/contrib/ntp/include/isc/string.h stable/10/contrib/ntp/include/isc/types.h stable/10/contrib/ntp/include/isc/util.h stable/10/contrib/ntp/include/ntp_sprintf.h stable/10/contrib/ntp/include/rsa_md5.h stable/10/contrib/ntp/include/version.def stable/10/contrib/ntp/kernel/README stable/10/contrib/ntp/kernel/chuinit.c stable/10/contrib/ntp/kernel/clkinit.c stable/10/contrib/ntp/kernel/sys/chudefs.h stable/10/contrib/ntp/kernel/sys/clkdefs.h stable/10/contrib/ntp/kernel/tty_chu.c stable/10/contrib/ntp/kernel/tty_chu_STREAMS.c stable/10/contrib/ntp/kernel/tty_clk.c stable/10/contrib/ntp/kernel/tty_clk_STREAMS.c stable/10/contrib/ntp/libisc/ stable/10/contrib/ntp/libntp/fptoa.c stable/10/contrib/ntp/libntp/fptoms.c stable/10/contrib/ntp/libntp/inttoa.c stable/10/contrib/ntp/libntp/lib_strbuf.h stable/10/contrib/ntp/libntp/md5c.c stable/10/contrib/ntp/libntp/memmove.c stable/10/contrib/ntp/libntp/mfptoa.c stable/10/contrib/ntp/libntp/mfptoms.c stable/10/contrib/ntp/libntp/msutotsf.c stable/10/contrib/ntp/libntp/strerror.c stable/10/contrib/ntp/libntp/strstr.c stable/10/contrib/ntp/libntp/tsftomsu.c stable/10/contrib/ntp/libntp/tstotv.c stable/10/contrib/ntp/libntp/tvtoa.c stable/10/contrib/ntp/libntp/tvtots.c stable/10/contrib/ntp/libntp/uinttoa.c stable/10/contrib/ntp/libntp/utvtoa.c stable/10/contrib/ntp/libopts/ stable/10/contrib/ntp/m4/ stable/10/contrib/ntp/ntpd/ntp_intres.c stable/10/contrib/ntp/ntpd/ntpd-opts.menu stable/10/contrib/ntp/ntpd/ntpd-opts.texi stable/10/contrib/ntp/ntpd/ntpd.1 stable/10/contrib/ntp/ntpd/ntpdsim-opts.c stable/10/contrib/ntp/ntpd/ntpdsim-opts.def stable/10/contrib/ntp/ntpd/ntpdsim-opts.h stable/10/contrib/ntp/ntpd/ntpdsim-opts.menu stable/10/contrib/ntp/ntpd/ntpdsim-opts.texi stable/10/contrib/ntp/ntpd/ntpdsim.1 stable/10/contrib/ntp/ntpd/refclock_trak.c stable/10/contrib/ntp/ntpdate/ntptime_config.c stable/10/contrib/ntp/ntpdate/ntptimeset.c stable/10/contrib/ntp/ntpdc/ntpdc-opts.menu stable/10/contrib/ntp/ntpdc/ntpdc-opts.texi stable/10/contrib/ntp/ntpdc/ntpdc.1 stable/10/contrib/ntp/ntpq/ntpq-opts.menu stable/10/contrib/ntp/ntpq/ntpq-opts.texi stable/10/contrib/ntp/ntpq/ntpq.1 stable/10/contrib/ntp/scripts/VersionName stable/10/contrib/ntp/scripts/calc_tickadj.in stable/10/contrib/ntp/scripts/checktime.in stable/10/contrib/ntp/scripts/fixautomakedepsmagic stable/10/contrib/ntp/scripts/freq_adj.in stable/10/contrib/ntp/scripts/genCommitLog stable/10/contrib/ntp/scripts/genver stable/10/contrib/ntp/scripts/hpadjtime.sh stable/10/contrib/ntp/scripts/html2man.in stable/10/contrib/ntp/scripts/mkver.in stable/10/contrib/ntp/scripts/ntp-close stable/10/contrib/ntp/scripts/ntp-groper stable/10/contrib/ntp/scripts/ntp-restart stable/10/contrib/ntp/scripts/ntp-status stable/10/contrib/ntp/scripts/ntp-wait.in stable/10/contrib/ntp/scripts/ntpsweep.in stable/10/contrib/ntp/scripts/ntptrace.in stable/10/contrib/ntp/scripts/rc1/ stable/10/contrib/ntp/scripts/rc2/ stable/10/contrib/ntp/scripts/update-leap/update-leap stable/10/contrib/ntp/sntp/README stable/10/contrib/ntp/sntp/autogen-version.def stable/10/contrib/ntp/sntp/header.h stable/10/contrib/ntp/sntp/internet.c stable/10/contrib/ntp/sntp/internet.h stable/10/contrib/ntp/sntp/kludges.h stable/10/contrib/ntp/sntp/libevent/README stable/10/contrib/ntp/sntp/libevent/m4/openldap-thread-check.m4 stable/10/contrib/ntp/sntp/libevent/m4/openldap.m4 stable/10/contrib/ntp/sntp/libopts/COPYING.lgpl stable/10/contrib/ntp/sntp/libopts/enumeration.c stable/10/contrib/ntp/sntp/libopts/environment.c stable/10/contrib/ntp/sntp/sntp-opts.menu stable/10/contrib/ntp/sntp/sntp-opts.texi stable/10/contrib/ntp/sntp/sntp.1 stable/10/contrib/ntp/sntp/socket.c stable/10/contrib/ntp/sntp/tests/crypto.cpp stable/10/contrib/ntp/sntp/tests/keyFile.cpp stable/10/contrib/ntp/sntp/tests/kodDatabase.cpp stable/10/contrib/ntp/sntp/tests/kodFile.cpp stable/10/contrib/ntp/sntp/tests/networking.cpp stable/10/contrib/ntp/sntp/tests/packetHandling.cpp stable/10/contrib/ntp/sntp/tests/packetProcessing.cpp stable/10/contrib/ntp/sntp/tests/utilities.cpp stable/10/contrib/ntp/sntp/timing.c stable/10/contrib/ntp/sntp/unix.c stable/10/contrib/ntp/sntp/version.def stable/10/contrib/ntp/tests/libntp/a_md5encrypt.cpp stable/10/contrib/ntp/tests/libntp/atoint.cpp stable/10/contrib/ntp/tests/libntp/atouint.cpp stable/10/contrib/ntp/tests/libntp/authkeys.cpp stable/10/contrib/ntp/tests/libntp/buftvtots.cpp stable/10/contrib/ntp/tests/libntp/calendar.cpp stable/10/contrib/ntp/tests/libntp/caljulian.cpp stable/10/contrib/ntp/tests/libntp/caltontp.cpp stable/10/contrib/ntp/tests/libntp/calyearstart.cpp stable/10/contrib/ntp/tests/libntp/clocktime.cpp stable/10/contrib/ntp/tests/libntp/decodenetnum.cpp stable/10/contrib/ntp/tests/libntp/hextoint.cpp stable/10/contrib/ntp/tests/libntp/hextolfp.cpp stable/10/contrib/ntp/tests/libntp/humandate.cpp stable/10/contrib/ntp/tests/libntp/lfpfunc.cpp stable/10/contrib/ntp/tests/libntp/lfptostr.cpp stable/10/contrib/ntp/tests/libntp/libntptest.cpp stable/10/contrib/ntp/tests/libntp/libntptest.h stable/10/contrib/ntp/tests/libntp/modetoa.cpp stable/10/contrib/ntp/tests/libntp/msyslog.cpp stable/10/contrib/ntp/tests/libntp/netof.cpp stable/10/contrib/ntp/tests/libntp/numtoa.cpp stable/10/contrib/ntp/tests/libntp/numtohost.cpp stable/10/contrib/ntp/tests/libntp/octtoint.cpp stable/10/contrib/ntp/tests/libntp/prettydate.cpp stable/10/contrib/ntp/tests/libntp/recvbuff.cpp stable/10/contrib/ntp/tests/libntp/refnumtoa.cpp stable/10/contrib/ntp/tests/libntp/sfptostr.cpp stable/10/contrib/ntp/tests/libntp/socktoa.cpp stable/10/contrib/ntp/tests/libntp/ssl_init.cpp stable/10/contrib/ntp/tests/libntp/statestr.cpp stable/10/contrib/ntp/tests/libntp/strtolfp.cpp stable/10/contrib/ntp/tests/libntp/timespecops.cpp stable/10/contrib/ntp/tests/libntp/timestructs.cpp stable/10/contrib/ntp/tests/libntp/timestructs.h stable/10/contrib/ntp/tests/libntp/timevalops.cpp stable/10/contrib/ntp/tests/libntp/tstotv.cpp stable/10/contrib/ntp/tests/libntp/tvtots.cpp stable/10/contrib/ntp/tests/libntp/uglydate.cpp stable/10/contrib/ntp/tests/libntp/vi64ops.cpp stable/10/contrib/ntp/tests/libntp/ymd2yd.cpp stable/10/contrib/ntp/util/ansi2knr.1 stable/10/contrib/ntp/util/ansi2knr.c stable/10/contrib/ntp/util/jitter.h stable/10/contrib/ntp/util/ntp-keygen-opts.menu stable/10/contrib/ntp/util/ntp-keygen-opts.texi stable/10/contrib/ntp/util/ntp-keygen.1 stable/10/contrib/ntp/version stable/10/contrib/ntp/version.m4 Modified: stable/10/contrib/ntp/COPYRIGHT (contents, props changed) stable/10/contrib/ntp/ChangeLog (contents, props changed) stable/10/contrib/ntp/CommitLog stable/10/contrib/ntp/Makefile.am (contents, props changed) stable/10/contrib/ntp/Makefile.in (contents, props changed) stable/10/contrib/ntp/NEWS (contents, props changed) stable/10/contrib/ntp/README.hackers (contents, props changed) stable/10/contrib/ntp/WHERE-TO-START (contents, props changed) stable/10/contrib/ntp/aclocal.m4 (contents, props changed) stable/10/contrib/ntp/adjtimed/Makefile.am (contents, props changed) stable/10/contrib/ntp/adjtimed/Makefile.in (contents, props changed) stable/10/contrib/ntp/bincheck.mf stable/10/contrib/ntp/bootstrap stable/10/contrib/ntp/build (contents, props changed) stable/10/contrib/ntp/clockstuff/Makefile.am (contents, props changed) stable/10/contrib/ntp/clockstuff/Makefile.in (contents, props changed) stable/10/contrib/ntp/clockstuff/README (contents, props changed) stable/10/contrib/ntp/clockstuff/chutest.c (contents, props changed) stable/10/contrib/ntp/clockstuff/propdelay.c (contents, props changed) stable/10/contrib/ntp/conf/beauregard.conf (contents, props changed) stable/10/contrib/ntp/config.guess (contents, props changed) stable/10/contrib/ntp/config.h.in (contents, props changed) stable/10/contrib/ntp/config.sub (contents, props changed) stable/10/contrib/ntp/configure (contents, props changed) stable/10/contrib/ntp/configure.ac stable/10/contrib/ntp/dot.emacs (contents, props changed) stable/10/contrib/ntp/flock-build (contents, props changed) stable/10/contrib/ntp/html/accopt.html (contents, props changed) stable/10/contrib/ntp/html/assoc.html (contents, props changed) stable/10/contrib/ntp/html/audio.html (contents, props changed) stable/10/contrib/ntp/html/authopt.html (contents, props changed) stable/10/contrib/ntp/html/clockopt.html (contents, props changed) stable/10/contrib/ntp/html/confopt.html (contents, props changed) stable/10/contrib/ntp/html/copyright.html (contents, props changed) stable/10/contrib/ntp/html/debug.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver1.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver10.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver11.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver12.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver16.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver18.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver19.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver20.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver22.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver26.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver27.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver28.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver29.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver3.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver30.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver31.html stable/10/contrib/ntp/html/drivers/driver32.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver33.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver34.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver35.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver36.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver37.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver38.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver39.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver4.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver40.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver42.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver43.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver44.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver5.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver6.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver7.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver8.html (contents, props changed) stable/10/contrib/ntp/html/drivers/driver9.html (contents, props changed) stable/10/contrib/ntp/html/drivers/oncore-shmem.html (contents, props changed) stable/10/contrib/ntp/html/drivers/scripts/footer.txt stable/10/contrib/ntp/html/drivers/scripts/style.css stable/10/contrib/ntp/html/drivers/tf582_4.html stable/10/contrib/ntp/html/extern.html (contents, props changed) stable/10/contrib/ntp/html/howto.html (contents, props changed) stable/10/contrib/ntp/html/index.html (contents, props changed) stable/10/contrib/ntp/html/kern.html (contents, props changed) stable/10/contrib/ntp/html/keygen.html (contents, props changed) stable/10/contrib/ntp/html/miscopt.html (contents, props changed) stable/10/contrib/ntp/html/monopt.html (contents, props changed) stable/10/contrib/ntp/html/msyslog.html (contents, props changed) stable/10/contrib/ntp/html/ntp_conf.html stable/10/contrib/ntp/html/ntpd.html (contents, props changed) stable/10/contrib/ntp/html/ntpdate.html (contents, props changed) stable/10/contrib/ntp/html/ntpdc.html (contents, props changed) stable/10/contrib/ntp/html/ntpdsim.html (contents, props changed) stable/10/contrib/ntp/html/ntpdsim_new.html stable/10/contrib/ntp/html/ntpq.html (contents, props changed) stable/10/contrib/ntp/html/ntptime.html (contents, props changed) stable/10/contrib/ntp/html/ntptrace.html (contents, props changed) stable/10/contrib/ntp/html/parsedata.html (contents, props changed) stable/10/contrib/ntp/html/parsenew.html (contents, props changed) stable/10/contrib/ntp/html/pps.html (contents, props changed) stable/10/contrib/ntp/html/prefer.html (contents, props changed) stable/10/contrib/ntp/html/rdebug.html (contents, props changed) stable/10/contrib/ntp/html/refclock.html (contents, props changed) stable/10/contrib/ntp/html/release.html (contents, props changed) stable/10/contrib/ntp/html/scripts/footer.txt (contents, props changed) stable/10/contrib/ntp/html/scripts/style.css (contents, props changed) stable/10/contrib/ntp/html/sntp.html (contents, props changed) stable/10/contrib/ntp/html/tickadj.html (contents, props changed) stable/10/contrib/ntp/include/Makefile.am (contents, props changed) stable/10/contrib/ntp/include/Makefile.in (contents, props changed) stable/10/contrib/ntp/include/audio.h (contents, props changed) stable/10/contrib/ntp/include/binio.h (contents, props changed) stable/10/contrib/ntp/include/icom.h (contents, props changed) stable/10/contrib/ntp/include/ieee754io.h (contents, props changed) stable/10/contrib/ntp/include/iosignal.h (contents, props changed) stable/10/contrib/ntp/include/isc/Makefile.am (contents, props changed) stable/10/contrib/ntp/include/isc/Makefile.in (contents, props changed) stable/10/contrib/ntp/include/isc/mem.h (contents, props changed) stable/10/contrib/ntp/include/l_stdlib.h (contents, props changed) stable/10/contrib/ntp/include/mbg_gps166.h (contents, props changed) stable/10/contrib/ntp/include/ntp.h (contents, props changed) stable/10/contrib/ntp/include/ntp_calendar.h (contents, props changed) stable/10/contrib/ntp/include/ntp_cmdargs.h (contents, props changed) stable/10/contrib/ntp/include/ntp_config.h (contents, props changed) stable/10/contrib/ntp/include/ntp_control.h (contents, props changed) stable/10/contrib/ntp/include/ntp_crypto.h (contents, props changed) stable/10/contrib/ntp/include/ntp_debug.h stable/10/contrib/ntp/include/ntp_filegen.h (contents, props changed) stable/10/contrib/ntp/include/ntp_fp.h (contents, props changed) stable/10/contrib/ntp/include/ntp_io.h (contents, props changed) stable/10/contrib/ntp/include/ntp_machine.h (contents, props changed) stable/10/contrib/ntp/include/ntp_malloc.h (contents, props changed) stable/10/contrib/ntp/include/ntp_md5.h (contents, props changed) stable/10/contrib/ntp/include/ntp_proto.h (contents, props changed) stable/10/contrib/ntp/include/ntp_random.h stable/10/contrib/ntp/include/ntp_refclock.h (contents, props changed) stable/10/contrib/ntp/include/ntp_request.h (contents, props changed) stable/10/contrib/ntp/include/ntp_rfc2553.h (contents, props changed) stable/10/contrib/ntp/include/ntp_select.h (contents, props changed) stable/10/contrib/ntp/include/ntp_stdlib.h (contents, props changed) stable/10/contrib/ntp/include/ntp_string.h (contents, props changed) stable/10/contrib/ntp/include/ntp_syscall.h (contents, props changed) stable/10/contrib/ntp/include/ntp_syslog.h (contents, props changed) stable/10/contrib/ntp/include/ntp_tty.h (contents, props changed) stable/10/contrib/ntp/include/ntp_types.h (contents, props changed) stable/10/contrib/ntp/include/ntp_unixtime.h (contents, props changed) stable/10/contrib/ntp/include/ntpd.h (contents, props changed) stable/10/contrib/ntp/include/ntpsim.h (contents, props changed) stable/10/contrib/ntp/include/parse.h (contents, props changed) stable/10/contrib/ntp/include/parse_conf.h (contents, props changed) stable/10/contrib/ntp/include/recvbuff.h (contents, props changed) stable/10/contrib/ntp/include/timepps-SCO.h stable/10/contrib/ntp/include/timepps-Solaris.h stable/10/contrib/ntp/include/timepps-SunOS.h stable/10/contrib/ntp/include/trimble.h (contents, props changed) stable/10/contrib/ntp/kernel/Makefile.am (contents, props changed) stable/10/contrib/ntp/kernel/Makefile.in (contents, props changed) stable/10/contrib/ntp/kernel/sys/Makefile.am (contents, props changed) stable/10/contrib/ntp/kernel/sys/Makefile.in (contents, props changed) stable/10/contrib/ntp/kernel/sys/parsestreams.h (contents, props changed) stable/10/contrib/ntp/lib/isc/inet_ntop.c stable/10/contrib/ntp/lib/isc/log.c stable/10/contrib/ntp/lib/isc/result.c stable/10/contrib/ntp/lib/isc/unix/file.c stable/10/contrib/ntp/lib/isc/unix/ifiter_getifaddrs.c stable/10/contrib/ntp/lib/isc/unix/ifiter_ioctl.c stable/10/contrib/ntp/lib/isc/unix/net.c stable/10/contrib/ntp/libjsmn/Makefile stable/10/contrib/ntp/libjsmn/README.md stable/10/contrib/ntp/libjsmn/jsmn.c stable/10/contrib/ntp/libjsmn/jsmn.h stable/10/contrib/ntp/libjsmn/jsmn_test.c stable/10/contrib/ntp/libntp/Makefile.am (contents, props changed) stable/10/contrib/ntp/libntp/Makefile.in (contents, props changed) stable/10/contrib/ntp/libntp/a_md5encrypt.c (contents, props changed) stable/10/contrib/ntp/libntp/atoint.c (contents, props changed) stable/10/contrib/ntp/libntp/atolfp.c (contents, props changed) stable/10/contrib/ntp/libntp/atouint.c (contents, props changed) stable/10/contrib/ntp/libntp/audio.c (contents, props changed) stable/10/contrib/ntp/libntp/authkeys.c (contents, props changed) stable/10/contrib/ntp/libntp/authreadkeys.c (contents, props changed) stable/10/contrib/ntp/libntp/authusekey.c (contents, props changed) stable/10/contrib/ntp/libntp/buftvtots.c (contents, props changed) stable/10/contrib/ntp/libntp/caljulian.c (contents, props changed) stable/10/contrib/ntp/libntp/caltontp.c (contents, props changed) stable/10/contrib/ntp/libntp/calyearstart.c (contents, props changed) stable/10/contrib/ntp/libntp/clocktime.c (contents, props changed) stable/10/contrib/ntp/libntp/clocktypes.c (contents, props changed) stable/10/contrib/ntp/libntp/decodenetnum.c (contents, props changed) stable/10/contrib/ntp/libntp/dofptoa.c (contents, props changed) stable/10/contrib/ntp/libntp/dolfptoa.c (contents, props changed) stable/10/contrib/ntp/libntp/emalloc.c (contents, props changed) stable/10/contrib/ntp/libntp/findconfig.c (contents, props changed) stable/10/contrib/ntp/libntp/getopt.c (contents, props changed) stable/10/contrib/ntp/libntp/hextoint.c (contents, props changed) stable/10/contrib/ntp/libntp/hextolfp.c (contents, props changed) stable/10/contrib/ntp/libntp/humandate.c (contents, props changed) stable/10/contrib/ntp/libntp/icom.c (contents, props changed) stable/10/contrib/ntp/libntp/iosignal.c (contents, props changed) stable/10/contrib/ntp/libntp/lib_strbuf.c (contents, props changed) stable/10/contrib/ntp/libntp/machines.c (contents, props changed) stable/10/contrib/ntp/libntp/mktime.c (contents, props changed) stable/10/contrib/ntp/libntp/modetoa.c (contents, props changed) stable/10/contrib/ntp/libntp/mstolfp.c (contents, props changed) stable/10/contrib/ntp/libntp/msyslog.c (contents, props changed) stable/10/contrib/ntp/libntp/netof.c (contents, props changed) stable/10/contrib/ntp/libntp/ntp_random.c stable/10/contrib/ntp/libntp/ntp_rfc2553.c (contents, props changed) stable/10/contrib/ntp/libntp/numtoa.c (contents, props changed) stable/10/contrib/ntp/libntp/numtohost.c (contents, props changed) stable/10/contrib/ntp/libntp/octtoint.c (contents, props changed) stable/10/contrib/ntp/libntp/prettydate.c (contents, props changed) stable/10/contrib/ntp/libntp/recvbuff.c (contents, props changed) stable/10/contrib/ntp/libntp/refnumtoa.c (contents, props changed) stable/10/contrib/ntp/libntp/snprintf.c (contents, props changed) stable/10/contrib/ntp/libntp/socktoa.c (contents, props changed) stable/10/contrib/ntp/libntp/socktohost.c (contents, props changed) stable/10/contrib/ntp/libntp/statestr.c (contents, props changed) stable/10/contrib/ntp/libntp/strdup.c (contents, props changed) stable/10/contrib/ntp/libntp/syssignal.c (contents, props changed) stable/10/contrib/ntp/libntp/systime.c (contents, props changed) stable/10/contrib/ntp/libntp/uglydate.c (contents, props changed) stable/10/contrib/ntp/libntp/ymd2yd.c (contents, props changed) stable/10/contrib/ntp/libparse/Makefile.am (contents, props changed) stable/10/contrib/ntp/libparse/Makefile.in (contents, props changed) stable/10/contrib/ntp/libparse/binio.c stable/10/contrib/ntp/libparse/clk_computime.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_dcf7000.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_hopf6021.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_meinberg.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_rawdcf.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_rcc8000.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_schmid.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_trimtaip.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_trimtsip.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_varitext.c (contents, props changed) stable/10/contrib/ntp/libparse/clk_wharton.c (contents, props changed) stable/10/contrib/ntp/libparse/data_mbg.c (contents, props changed) stable/10/contrib/ntp/libparse/gpstolfp.c stable/10/contrib/ntp/libparse/ieee754io.c stable/10/contrib/ntp/libparse/info_trimble.c (contents, props changed) stable/10/contrib/ntp/libparse/mfp_mul.c stable/10/contrib/ntp/libparse/mkinfo_rcmd.sed (contents, props changed) stable/10/contrib/ntp/libparse/mkinfo_scmd.sed (contents, props changed) stable/10/contrib/ntp/libparse/parse.c (contents, props changed) stable/10/contrib/ntp/libparse/parse_conf.c (contents, props changed) stable/10/contrib/ntp/libparse/parsesolaris.c (contents, props changed) stable/10/contrib/ntp/libparse/parsestreams.c (contents, props changed) stable/10/contrib/ntp/libparse/trim_info.c (contents, props changed) stable/10/contrib/ntp/ltmain.sh stable/10/contrib/ntp/ntpd/Makefile.am (contents, props changed) stable/10/contrib/ntp/ntpd/Makefile.in (contents, props changed) stable/10/contrib/ntp/ntpd/check_y2k.c (contents, props changed) stable/10/contrib/ntp/ntpd/cmd_args.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_config.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_control.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_crypto.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_filegen.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_io.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_loopfilter.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_monitor.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_peer.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_proto.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_refclock.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_request.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_restrict.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_timer.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntp_util.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntpd-opts.c stable/10/contrib/ntp/ntpd/ntpd-opts.def stable/10/contrib/ntp/ntpd/ntpd-opts.h stable/10/contrib/ntp/ntpd/ntpd.c (contents, props changed) stable/10/contrib/ntp/ntpd/ntpdbase-opts.def stable/10/contrib/ntp/ntpd/ntpsim.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_acts.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_arbiter.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_arc.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_as2201.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_atom.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_bancomm.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_chronolog.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_chu.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_conf.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_datum.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_dumbclock.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_fg.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_gpsvme.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_heath.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_hopfpci.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_hopfser.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_hpgps.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_irig.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_jjy.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_jupiter.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_leitch.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_local.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_msfees.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_mx4200.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_neoclock4x.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_nmea.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_oncore.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_palisade.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_palisade.h (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_parse.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_pcf.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_pst.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_ripencc.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_shm.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_tpro.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_true.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_tt560.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_ulink.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_wwv.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_wwvb.c (contents, props changed) stable/10/contrib/ntp/ntpd/refclock_zyfer.c (contents, props changed) stable/10/contrib/ntp/ntpdate/Makefile.am (contents, props changed) stable/10/contrib/ntp/ntpdate/Makefile.in (contents, props changed) stable/10/contrib/ntp/ntpdate/ntpdate.c (contents, props changed) stable/10/contrib/ntp/ntpdate/ntpdate.h (contents, props changed) stable/10/contrib/ntp/ntpdc/Makefile.am (contents, props changed) stable/10/contrib/ntp/ntpdc/Makefile.in (contents, props changed) stable/10/contrib/ntp/ntpdc/layout.std (contents, props changed) stable/10/contrib/ntp/ntpdc/nl.pl (contents, props changed) stable/10/contrib/ntp/ntpdc/nl.pl.in (contents, props changed) stable/10/contrib/ntp/ntpdc/ntpdc-layout.c (contents, props changed) stable/10/contrib/ntp/ntpdc/ntpdc-opts.c stable/10/contrib/ntp/ntpdc/ntpdc-opts.def stable/10/contrib/ntp/ntpdc/ntpdc-opts.h stable/10/contrib/ntp/ntpdc/ntpdc.c (contents, props changed) stable/10/contrib/ntp/ntpdc/ntpdc.h (contents, props changed) stable/10/contrib/ntp/ntpdc/ntpdc_ops.c (contents, props changed) stable/10/contrib/ntp/ntpq/Makefile.am (contents, props changed) stable/10/contrib/ntp/ntpq/Makefile.in (contents, props changed) stable/10/contrib/ntp/ntpq/ntpq-opts.c stable/10/contrib/ntp/ntpq/ntpq-opts.def stable/10/contrib/ntp/ntpq/ntpq-opts.h stable/10/contrib/ntp/ntpq/ntpq-subs.c stable/10/contrib/ntp/ntpq/ntpq.c (contents, props changed) stable/10/contrib/ntp/ntpq/ntpq.h (contents, props changed) stable/10/contrib/ntp/ntpsnmpd/Makefile.in stable/10/contrib/ntp/ntpsnmpd/invoke-ntpsnmpd.texi stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.c stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd-opts.h stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdman stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd.html stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd.man.in stable/10/contrib/ntp/ntpsnmpd/ntpsnmpd.mdoc.in stable/10/contrib/ntp/packageinfo.sh stable/10/contrib/ntp/parseutil/Makefile.am (contents, props changed) stable/10/contrib/ntp/parseutil/Makefile.in (contents, props changed) stable/10/contrib/ntp/parseutil/dcfd.c (contents, props changed) stable/10/contrib/ntp/parseutil/testdcf.c (contents, props changed) stable/10/contrib/ntp/readme.y2kfixes (contents, props changed) stable/10/contrib/ntp/scripts/Makefile.am (contents, props changed) stable/10/contrib/ntp/scripts/Makefile.in (contents, props changed) stable/10/contrib/ntp/scripts/README (contents, props changed) stable/10/contrib/ntp/scripts/build/Makefile.in stable/10/contrib/ntp/scripts/calc_tickadj/Makefile.in stable/10/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman stable/10/contrib/ntp/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc stable/10/contrib/ntp/scripts/calc_tickadj/calc_tickadj.html stable/10/contrib/ntp/scripts/calc_tickadj/calc_tickadj.man.in stable/10/contrib/ntp/scripts/calc_tickadj/calc_tickadj.mdoc.in stable/10/contrib/ntp/scripts/calc_tickadj/invoke-calc_tickadj.texi stable/10/contrib/ntp/scripts/lib/Makefile.in stable/10/contrib/ntp/scripts/lib/NTP/Util.pm stable/10/contrib/ntp/scripts/monitoring/ntp.pl (contents, props changed) stable/10/contrib/ntp/scripts/monitoring/ntptrap (contents, props changed) stable/10/contrib/ntp/scripts/ntp-wait/Makefile.in stable/10/contrib/ntp/scripts/ntp-wait/invoke-ntp-wait.texi stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait-opts stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitman stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait.html stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait.man.in stable/10/contrib/ntp/scripts/ntp-wait/ntp-wait.mdoc.in stable/10/contrib/ntp/scripts/ntpsweep/Makefile.in stable/10/contrib/ntp/scripts/ntpsweep/invoke-ntpsweep.texi stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep-opts stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepman stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep.html stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep.man.in stable/10/contrib/ntp/scripts/ntpsweep/ntpsweep.mdoc.in stable/10/contrib/ntp/scripts/ntptrace/Makefile.in stable/10/contrib/ntp/scripts/ntptrace/invoke-ntptrace.texi stable/10/contrib/ntp/scripts/ntptrace/ntptrace-opts stable/10/contrib/ntp/scripts/ntptrace/ntptrace.1ntptraceman stable/10/contrib/ntp/scripts/ntptrace/ntptrace.1ntptracemdoc stable/10/contrib/ntp/scripts/ntptrace/ntptrace.html stable/10/contrib/ntp/scripts/ntptrace/ntptrace.man.in stable/10/contrib/ntp/scripts/ntptrace/ntptrace.mdoc.in stable/10/contrib/ntp/scripts/ntpver.in (contents, props changed) stable/10/contrib/ntp/scripts/plot_summary.in (contents, props changed) stable/10/contrib/ntp/scripts/summary.in (contents, props changed) stable/10/contrib/ntp/scripts/update-leap/Makefile.am stable/10/contrib/ntp/scripts/update-leap/Makefile.in stable/10/contrib/ntp/scripts/update-leap/invoke-update-leap.texi stable/10/contrib/ntp/scripts/update-leap/update-leap-opts stable/10/contrib/ntp/scripts/update-leap/update-leap.1update-leapman stable/10/contrib/ntp/scripts/update-leap/update-leap.1update-leapmdoc stable/10/contrib/ntp/scripts/update-leap/update-leap.html stable/10/contrib/ntp/scripts/update-leap/update-leap.man.in stable/10/contrib/ntp/scripts/update-leap/update-leap.mdoc.in stable/10/contrib/ntp/sntp/COPYRIGHT stable/10/contrib/ntp/sntp/Makefile.am (contents, props changed) stable/10/contrib/ntp/sntp/Makefile.in (contents, props changed) stable/10/contrib/ntp/sntp/aclocal.m4 (contents, props changed) stable/10/contrib/ntp/sntp/bincheck.mf stable/10/contrib/ntp/sntp/config.guess (contents, props changed) stable/10/contrib/ntp/sntp/config.h.in stable/10/contrib/ntp/sntp/config.sub (contents, props changed) stable/10/contrib/ntp/sntp/configure (contents, props changed) stable/10/contrib/ntp/sntp/configure.ac (contents, props changed) stable/10/contrib/ntp/sntp/include/Makefile.in stable/10/contrib/ntp/sntp/include/autogen-version.def stable/10/contrib/ntp/sntp/include/version.def stable/10/contrib/ntp/sntp/include/version.texi stable/10/contrib/ntp/sntp/libevent/ChangeLog stable/10/contrib/ntp/sntp/libevent/Makefile.am stable/10/contrib/ntp/sntp/libevent/Makefile.in stable/10/contrib/ntp/sntp/libevent/WIN32-Code/nmake/event2/event-config.h stable/10/contrib/ntp/sntp/libevent/WIN32-Code/tree.h stable/10/contrib/ntp/sntp/libevent/aclocal.m4 stable/10/contrib/ntp/sntp/libevent/buffer.c stable/10/contrib/ntp/sntp/libevent/bufferevent.c stable/10/contrib/ntp/sntp/libevent/bufferevent_async.c stable/10/contrib/ntp/sntp/libevent/bufferevent_filter.c stable/10/contrib/ntp/sntp/libevent/bufferevent_openssl.c stable/10/contrib/ntp/sntp/libevent/bufferevent_pair.c stable/10/contrib/ntp/sntp/libevent/build-aux/ltmain.sh stable/10/contrib/ntp/sntp/libevent/config.h.in stable/10/contrib/ntp/sntp/libevent/configure stable/10/contrib/ntp/sntp/libevent/configure.ac stable/10/contrib/ntp/sntp/libevent/evbuffer-internal.h stable/10/contrib/ntp/sntp/libevent/evdns.c stable/10/contrib/ntp/sntp/libevent/event.c stable/10/contrib/ntp/sntp/libevent/event_tagging.c stable/10/contrib/ntp/sntp/libevent/evrpc-internal.h stable/10/contrib/ntp/sntp/libevent/evthread-internal.h stable/10/contrib/ntp/sntp/libevent/evthread.c stable/10/contrib/ntp/sntp/libevent/evutil.c stable/10/contrib/ntp/sntp/libevent/evutil_time.c stable/10/contrib/ntp/sntp/libevent/ht-internal.h stable/10/contrib/ntp/sntp/libevent/http-internal.h stable/10/contrib/ntp/sntp/libevent/http.c stable/10/contrib/ntp/sntp/libevent/include/event2/buffer.h stable/10/contrib/ntp/sntp/libevent/include/event2/bufferevent.h stable/10/contrib/ntp/sntp/libevent/include/event2/dns.h stable/10/contrib/ntp/sntp/libevent/include/event2/event.h stable/10/contrib/ntp/sntp/libevent/include/event2/http.h stable/10/contrib/ntp/sntp/libevent/include/event2/listener.h stable/10/contrib/ntp/sntp/libevent/include/event2/util.h stable/10/contrib/ntp/sntp/libevent/kqueue.c stable/10/contrib/ntp/sntp/libevent/listener.c stable/10/contrib/ntp/sntp/libevent/m4/ltversion.m4 stable/10/contrib/ntp/sntp/libevent/sample/http-server.c stable/10/contrib/ntp/sntp/libevent/sample/https-client.c stable/10/contrib/ntp/sntp/libevent/sample/include.am stable/10/contrib/ntp/sntp/libevent/test/include.am stable/10/contrib/ntp/sntp/libevent/test/regress.c stable/10/contrib/ntp/sntp/libevent/test/regress.h stable/10/contrib/ntp/sntp/libevent/test/regress_buffer.c stable/10/contrib/ntp/sntp/libevent/test/regress_bufferevent.c stable/10/contrib/ntp/sntp/libevent/test/regress_dns.c stable/10/contrib/ntp/sntp/libevent/test/regress_finalize.c stable/10/contrib/ntp/sntp/libevent/test/regress_http.c stable/10/contrib/ntp/sntp/libevent/test/regress_main.c stable/10/contrib/ntp/sntp/libevent/test/regress_minheap.c stable/10/contrib/ntp/sntp/libevent/test/regress_ssl.c stable/10/contrib/ntp/sntp/libevent/test/regress_thread.c stable/10/contrib/ntp/sntp/libevent/test/regress_util.c stable/10/contrib/ntp/sntp/libevent/test/regress_zlib.c stable/10/contrib/ntp/sntp/libevent/test/test-fdleak.c stable/10/contrib/ntp/sntp/libevent/test/test-ratelim.c stable/10/contrib/ntp/sntp/libevent/test/test-time.c stable/10/contrib/ntp/sntp/libevent/test/tinytest.c stable/10/contrib/ntp/sntp/libevent/test/tinytest.h stable/10/contrib/ntp/sntp/libevent/test/tinytest_macros.h stable/10/contrib/ntp/sntp/libevent/time-internal.h stable/10/contrib/ntp/sntp/libevent/util-internal.h stable/10/contrib/ntp/sntp/libevent/whatsnew-2.1.txt stable/10/contrib/ntp/sntp/libopts/COPYING.mbsd stable/10/contrib/ntp/sntp/libopts/Makefile.am stable/10/contrib/ntp/sntp/libopts/Makefile.in stable/10/contrib/ntp/sntp/libopts/README stable/10/contrib/ntp/sntp/libopts/autoopts.c stable/10/contrib/ntp/sntp/libopts/autoopts.h stable/10/contrib/ntp/sntp/libopts/autoopts/options.h stable/10/contrib/ntp/sntp/libopts/autoopts/usage-txt.h stable/10/contrib/ntp/sntp/libopts/boolean.c stable/10/contrib/ntp/sntp/libopts/compat/compat.h stable/10/contrib/ntp/sntp/libopts/compat/pathfind.c stable/10/contrib/ntp/sntp/libopts/compat/snprintf.c stable/10/contrib/ntp/sntp/libopts/compat/strchr.c stable/10/contrib/ntp/sntp/libopts/compat/strdup.c stable/10/contrib/ntp/sntp/libopts/compat/windows-config.h stable/10/contrib/ntp/sntp/libopts/configfile.c stable/10/contrib/ntp/sntp/libopts/cook.c stable/10/contrib/ntp/sntp/libopts/genshell.c stable/10/contrib/ntp/sntp/libopts/genshell.h stable/10/contrib/ntp/sntp/libopts/libopts.c stable/10/contrib/ntp/sntp/libopts/load.c stable/10/contrib/ntp/sntp/libopts/m4/libopts.m4 stable/10/contrib/ntp/sntp/libopts/m4/liboptschk.m4 stable/10/contrib/ntp/sntp/libopts/makeshell.c stable/10/contrib/ntp/sntp/libopts/nested.c stable/10/contrib/ntp/sntp/libopts/numeric.c stable/10/contrib/ntp/sntp/libopts/pgusage.c stable/10/contrib/ntp/sntp/libopts/proto.h stable/10/contrib/ntp/sntp/libopts/putshell.c stable/10/contrib/ntp/sntp/libopts/restore.c stable/10/contrib/ntp/sntp/libopts/save.c stable/10/contrib/ntp/sntp/libopts/sort.c stable/10/contrib/ntp/sntp/libopts/stack.c stable/10/contrib/ntp/sntp/libopts/streqvcmp.c stable/10/contrib/ntp/sntp/libopts/text_mmap.c stable/10/contrib/ntp/sntp/libopts/tokenize.c stable/10/contrib/ntp/sntp/libopts/usage.c stable/10/contrib/ntp/sntp/libopts/version.c stable/10/contrib/ntp/sntp/loc/darwin stable/10/contrib/ntp/sntp/loc/debian stable/10/contrib/ntp/sntp/loc/freebsd stable/10/contrib/ntp/sntp/loc/legacy stable/10/contrib/ntp/sntp/loc/netbsd stable/10/contrib/ntp/sntp/loc/solaris stable/10/contrib/ntp/sntp/ltmain.sh stable/10/contrib/ntp/sntp/m4/ltversion.m4 stable/10/contrib/ntp/sntp/m4/ntp_libntp.m4 stable/10/contrib/ntp/sntp/m4/ntp_locinfo.m4 stable/10/contrib/ntp/sntp/m4/ntp_openssl.m4 stable/10/contrib/ntp/sntp/m4/os_cflags.m4 stable/10/contrib/ntp/sntp/m4/version.m4 stable/10/contrib/ntp/sntp/main.c (contents, props changed) stable/10/contrib/ntp/sntp/scripts/Makefile.in stable/10/contrib/ntp/sntp/scripts/genLocInfo stable/10/contrib/ntp/sntp/sntp-opts.c stable/10/contrib/ntp/sntp/sntp-opts.def stable/10/contrib/ntp/sntp/sntp-opts.h stable/10/contrib/ntp/sntp/tests/Makefile.am stable/10/contrib/ntp/sntp/tests/Makefile.in stable/10/contrib/ntp/sntp/tests/fileHandlingTest.h stable/10/contrib/ntp/sntp/tests/sntptest.h stable/10/contrib/ntp/tests/Makefile.am stable/10/contrib/ntp/tests/Makefile.in stable/10/contrib/ntp/tests/libntp/Makefile.am stable/10/contrib/ntp/tests/libntp/Makefile.in stable/10/contrib/ntp/tests/libntp/lfptest.h stable/10/contrib/ntp/tests/libntp/sockaddrtest.h stable/10/contrib/ntp/tests/ntpd/Makefile.in stable/10/contrib/ntp/tests/ntpd/leapsec.cpp stable/10/contrib/ntp/util/Makefile.am (contents, props changed) stable/10/contrib/ntp/util/Makefile.in (contents, props changed) stable/10/contrib/ntp/util/README (contents, props changed) stable/10/contrib/ntp/util/audio-pcm.c (contents, props changed) stable/10/contrib/ntp/util/hist.c (contents, props changed) stable/10/contrib/ntp/util/jitter.c (contents, props changed) stable/10/contrib/ntp/util/ntp-keygen-opts.c stable/10/contrib/ntp/util/ntp-keygen-opts.def stable/10/contrib/ntp/util/ntp-keygen-opts.h stable/10/contrib/ntp/util/ntp-keygen.c (contents, props changed) stable/10/contrib/ntp/util/ntptime.c (contents, props changed) stable/10/contrib/ntp/util/sht.c (contents, props changed) stable/10/contrib/ntp/util/tg.c stable/10/contrib/ntp/util/tickadj.c (contents, props changed) stable/10/etc/mtree/BSD.usr.dist stable/10/etc/ntp.conf stable/10/usr.sbin/ntp/Makefile stable/10/usr.sbin/ntp/Makefile.inc stable/10/usr.sbin/ntp/config.h stable/10/usr.sbin/ntp/doc/Makefile stable/10/usr.sbin/ntp/doc/drivers/Makefile stable/10/usr.sbin/ntp/doc/drivers/icons/Makefile stable/10/usr.sbin/ntp/doc/drivers/scripts/Makefile stable/10/usr.sbin/ntp/doc/hints/Makefile stable/10/usr.sbin/ntp/doc/icons/Makefile stable/10/usr.sbin/ntp/doc/ntp-keygen.8 stable/10/usr.sbin/ntp/doc/ntp.conf.5 stable/10/usr.sbin/ntp/doc/ntp.keys.5 stable/10/usr.sbin/ntp/doc/ntpd.8 stable/10/usr.sbin/ntp/doc/ntpdc.8 stable/10/usr.sbin/ntp/doc/ntpq.8 stable/10/usr.sbin/ntp/doc/ntptime.8 stable/10/usr.sbin/ntp/doc/ntptrace.8 stable/10/usr.sbin/ntp/doc/pic/Makefile stable/10/usr.sbin/ntp/doc/scripts/Makefile stable/10/usr.sbin/ntp/libntp/Makefile stable/10/usr.sbin/ntp/libopts/Makefile stable/10/usr.sbin/ntp/libparse/Makefile stable/10/usr.sbin/ntp/ntp-keygen/Makefile stable/10/usr.sbin/ntp/ntpd/Makefile stable/10/usr.sbin/ntp/ntpdate/Makefile stable/10/usr.sbin/ntp/ntpdc/Makefile stable/10/usr.sbin/ntp/ntpq/Makefile stable/10/usr.sbin/ntp/ntptime/Makefile stable/10/usr.sbin/ntp/scripts/mkver stable/10/usr.sbin/ntp/sntp/Makefile Directory Properties: stable/10/ (props changed) stable/10/contrib/ntp/INSTALL (props changed) stable/10/contrib/ntp/NOTES.y2kfixes (props changed) stable/10/contrib/ntp/README (props changed) stable/10/contrib/ntp/README.bk (props changed) stable/10/contrib/ntp/README.patches (props changed) stable/10/contrib/ntp/README.refclocks (props changed) stable/10/contrib/ntp/README.versions (props changed) stable/10/contrib/ntp/TODO (props changed) stable/10/contrib/ntp/adjtimed/README (props changed) stable/10/contrib/ntp/adjtimed/adjtimed.c (props changed) stable/10/contrib/ntp/compile (props changed) stable/10/contrib/ntp/conf/README (props changed) stable/10/contrib/ntp/conf/baldwin.conf (props changed) stable/10/contrib/ntp/conf/grundoon.conf (props changed) stable/10/contrib/ntp/conf/malarky.conf (props changed) stable/10/contrib/ntp/conf/pogo.conf (props changed) stable/10/contrib/ntp/conf/rackety.conf (props changed) stable/10/contrib/ntp/depcomp (props changed) stable/10/contrib/ntp/include/README (props changed) stable/10/contrib/ntp/include/adjtime.h (props changed) stable/10/contrib/ntp/include/ascii.h (props changed) stable/10/contrib/ntp/include/gps.h (props changed) stable/10/contrib/ntp/include/hopf6039.h (props changed) stable/10/contrib/ntp/include/mx4200.h (props changed) stable/10/contrib/ntp/include/ntif.h (props changed) stable/10/contrib/ntp/include/ntp_datum.h (props changed) stable/10/contrib/ntp/include/ntp_if.h (props changed) stable/10/contrib/ntp/install-sh (props changed) stable/10/contrib/ntp/kernel/sys/README (props changed) stable/10/contrib/ntp/kernel/sys/bsd_audioirig.h (props changed) stable/10/contrib/ntp/kernel/sys/i8253.h (props changed) stable/10/contrib/ntp/kernel/sys/pcl720.h (props changed) stable/10/contrib/ntp/kernel/sys/ppsclock.h (props changed) stable/10/contrib/ntp/kernel/sys/timex.h (props changed) stable/10/contrib/ntp/kernel/sys/tpro.h (props changed) stable/10/contrib/ntp/kernel/sys/tt560_api.h (props changed) stable/10/contrib/ntp/libntp/README (props changed) stable/10/contrib/ntp/libntp/adjtime.c (props changed) stable/10/contrib/ntp/libntp/adjtimex.c (props changed) stable/10/contrib/ntp/libntp/systime_s.c (props changed) stable/10/contrib/ntp/libparse/README (props changed) stable/10/contrib/ntp/missing (props changed) stable/10/contrib/ntp/ntpd/jupiter.h (props changed) stable/10/contrib/ntp/ntpdate/README (props changed) stable/10/contrib/ntp/ntpdc/README (props changed) stable/10/contrib/ntp/ntpdc/nl_in.c (props changed) stable/10/contrib/ntp/ntpq/README (props changed) stable/10/contrib/ntp/parseutil/README (props changed) stable/10/contrib/ntp/results.y2kfixes (props changed) stable/10/contrib/ntp/scripts/monitoring/README (props changed) stable/10/contrib/ntp/scripts/monitoring/loopwatch.config.SAMPLE (props changed) stable/10/contrib/ntp/scripts/monitoring/lr.pl (props changed) stable/10/contrib/ntp/scripts/monitoring/ntploopstat (props changed) stable/10/contrib/ntp/scripts/monitoring/ntploopwatch (props changed) stable/10/contrib/ntp/scripts/monitoring/timelocal.pl (props changed) stable/10/contrib/ntp/scripts/stats/README (props changed) stable/10/contrib/ntp/scripts/stats/README.stats (props changed) stable/10/contrib/ntp/scripts/stats/README.timecodes (props changed) stable/10/contrib/ntp/scripts/stats/clock.awk (props changed) stable/10/contrib/ntp/scripts/stats/dupe.awk (props changed) stable/10/contrib/ntp/scripts/stats/ensemble.S (props changed) stable/10/contrib/ntp/scripts/stats/ensemble.awk (props changed) stable/10/contrib/ntp/scripts/stats/etf.S (props changed) stable/10/contrib/ntp/scripts/stats/etf.awk (props changed) stable/10/contrib/ntp/scripts/stats/itf.S (props changed) stable/10/contrib/ntp/scripts/stats/itf.awk (props changed) stable/10/contrib/ntp/scripts/stats/loop.S (props changed) stable/10/contrib/ntp/scripts/stats/loop.awk (props changed) stable/10/contrib/ntp/scripts/stats/loop_summary (props changed) stable/10/contrib/ntp/scripts/stats/peer.awk (props changed) stable/10/contrib/ntp/scripts/stats/psummary.awk (props changed) stable/10/contrib/ntp/scripts/stats/summary.sh (props changed) stable/10/contrib/ntp/scripts/stats/tdata.S (props changed) stable/10/contrib/ntp/scripts/stats/tdata.awk (props changed) stable/10/contrib/ntp/sntp/depcomp (props changed) stable/10/contrib/ntp/sntp/install-sh (props changed) stable/10/contrib/ntp/sntp/missing (props changed) stable/10/contrib/ntp/util/byteorder.c (props changed) stable/10/contrib/ntp/util/kern.c (props changed) stable/10/contrib/ntp/util/longsize.c (props changed) stable/10/contrib/ntp/util/pps-api.c (props changed) stable/10/contrib/ntp/util/precision.c (props changed) stable/10/contrib/ntp/util/testrs6000.c (props changed) stable/10/contrib/ntp/util/timetrim.c (props changed) Modified: stable/10/contrib/ntp/COPYRIGHT ============================================================================== --- stable/10/contrib/ntp/COPYRIGHT Wed Jul 15 19:11:43 2015 (r285611) +++ stable/10/contrib/ntp/COPYRIGHT Wed Jul 15 19:21:26 2015 (r285612) @@ -2,18 +2,18 @@ This file is automatically generated fro Copyright Notice - jpg "Clone me," says Dolly sheepishly + jpg "Clone me," says Dolly sheepishly. - Last update: 20:31 UTC Saturday, January 06, 2007 + Last update: 17-Jan-2015 00:16 UTC _________________________________________________________________ The following copyright notice applies to all files collectively called the Network Time Protocol Version 4 Distribution. Unless - specifically declared otherwise in an individual file, this notice - applies as if the text was explicitly included in the file. + specifically declared otherwise in an individual file, this entire + notice applies as if the text was explicitly included in the file. *********************************************************************** * * -* Copyright (c) David L. Mills 1992-2009 * +* Copyright (c) University of Delaware 1992-2015 * * * * Permission to use, copy, modify, and distribute this software and * * its documentation for any purpose with or without fee is hereby * @@ -29,148 +29,201 @@ This file is automatically generated fro * * *********************************************************************** + Content starting in 2011 from Harlan Stenn, Danny Mayer, and Martin + Burnicki is: +*********************************************************************** +* * +* Copyright (c) Network Time Foundation 2011-2015 * +* * +* All Rights Reserved * +* * +* Redistribution and use in source and binary forms, with or without * +* modification, are permitted provided that the following conditions * +* are met: * +* 1. Redistributions of source code must retain the above copyright * +* notice, this list of conditions and the following disclaimer. * +* 2. Redistributions in binary form must reproduce the above * +* copyright notice, this list of conditions and the following * +* disclaimer in the documentation and/or other materials provided * +* with the distribution. * +* * +* THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS * +* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * +* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * +* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE * +* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * +* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT * +* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR * +* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * +* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * +* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * +* DAMAGE. * +*********************************************************************** + The following individuals contributed in part to the Network Time Protocol Distribution Version 4 and are acknowledged as authors of this work. - 1. [1]Mark Andrews Leitch atomic clock + 1. [1]Takao Abe Clock driver for JJY receivers + 2. [2]Mark Andrews Leitch atomic clock controller - 2. [2]Bernd Altmeier hopf Elektronik serial + 3. [3]Bernd Altmeier hopf Elektronik serial line and PCI-bus devices - 3. [3]Viraj Bais and [4]Clayton Kirkwood + 4. [4]Viraj Bais and [5]Clayton Kirkwood port to WindowsNT 3.5 - 4. [5]Michael Barone GPSVME fixes - 5. [6]Jean-Francois Boudreault - IPv6 support + 5. [6]Michael Barone GPSVME fixes 6. [7]Karl Berry syslog to file option 7. [8]Greg Brackley Major rework of WINNT port. Clean up recvbuf and iosignal code into separate modules. 8. [9]Marc Brett Magnavox GPS clock driver 9. [10]Piete Brooks MSF clock driver, Trimble PARSE support - 10. [11]Reg Clemens Oncore driver (Current maintainer) - 11. [12]Steve Clift OMEGA clock driver - 12. [13]Casey Crellin vxWorks (Tornado) port and + 10. [11]Nelson B Bolyard update and complete + broadcast and crypto features in sntp + 11. [12]Jean-Francois Boudreault + IPv6 support + 12. [13]Reg Clemens Oncore driver (Current maintainer) + 13. [14]Steve Clift OMEGA clock driver + 14. [15]Casey Crellin vxWorks (Tornado) port and help with target configuration - 13. [14]Sven Dietrich Palisade reference + 15. [16]Sven Dietrich Palisade reference clock driver, NT adj. residuals, integrated Greg's Winnt port. - 14. [15]John A. Dundas III Apple A/UX port - 15. [16]Torsten Duwe Linux + 16. [17]John A. Dundas III Apple A/UX port + 17. [18]Torsten Duwe Linux port - 16. [17]Dennis Ferguson foundation code for + 18. [19]Dennis Ferguson foundation code for NTP Version 2 as specified in RFC-1119 - 17. [18]John Hay IPv6 support and testing - 18. [19]Glenn Hollinger GOES clock driver - 19. [20]Mike Iglesias DEC Alpha port - 20. [21]Jim Jagielski A/UX port - 21. [22]Jeff Johnson massive prototyping + 19. [20]John Hay IPv6 support and testing + 20. [21]Dave Hart General maintenance, Windows + port interpolation rewrite + 21. [22]Claas Hilbrecht NeoClock4X clock driver + 22. [23]Glenn Hollinger GOES clock driver + 23. [24]Mike Iglesias DEC Alpha port + 24. [25]Jim Jagielski A/UX port + 25. [26]Jeff Johnson massive prototyping overhaul - 22. [23]Hans Lambermont or - [24] ntpsweep - 23. [25]Poul-Henning Kamp Oncore driver (Original + 26. [27]Hans Lambermont or + [28] ntpsweep + 27. [29]Poul-Henning Kamp Oncore driver (Original author) - 24. [26]Frank Kardel [27] PARSE - driver (>14 reference clocks), STREAMS modules for PARSE, support + 28. [30]Frank Kardel [31] PARSE + (driver 14 reference clocks), STREAMS modules for PARSE, support scripts, syslog cleanup, dynamic interface handling - 25. [28]William L. Jones RS/6000 AIX + 29. [32]Johannes Maximilian Kuehn Rewrote sntp to + comply with NTPv4 specification, ntpq saveconfig + 30. [33]William L. Jones RS/6000 AIX modifications, HPUX modifications - 26. [29]Dave Katz RS/6000 AIX port - 27. [30]Craig Leres 4.4BSD port, ppsclock, Magnavox + 31. [34]Dave Katz RS/6000 AIX port + 32. [35]Craig Leres 4.4BSD port, ppsclock, Magnavox GPS clock driver - 28. [31]George Lindholm SunOS 5.1 port - 29. [32]Louis A. Mamakos MD5-based authentication - 30. [33]Lars H. Mathiesen adaptation of foundation + 33. [36]George Lindholm SunOS 5.1 port + 34. [37]Louis A. Mamakos MD5-based authentication + 35. [38]Lars H. Mathiesen adaptation of foundation code for Version 3 as specified in RFC-1305 - 31. [34]Danny Mayer Network I/O, Windows Port, Code + 36. [39]Danny Mayer Network I/O, Windows Port, Code Maintenance - 32. [35]David L. Mills Version 4 foundation: clock - discipline, authentication, precision kernel; clock drivers: - Spectracom, Austron, Arbiter, Heath, ATOM, ACTS, KSI/Odetics; - audio clock drivers: CHU, WWV/H, IRIG - 33. [36]Wolfgang Moeller VMS port - 34. [37]Jeffrey Mogul ntptrace utility - 35. [38]Tom Moore i386 svr4 port - 36. [39]Kamal A Mostafa SCO OpenServer port - 37. [40]Derek Mulcahy and [41]Damon + 37. [40]David L. Mills Version 4 foundation, + precision kernel; clock drivers: 1, 3, 4, 6, 7, 11, 13, 18, 19, + 22, 36 + 38. [41]Wolfgang Moeller VMS port + 39. [42]Jeffrey Mogul ntptrace utility + 40. [43]Tom Moore i386 svr4 port + 41. [44]Kamal A Mostafa SCO OpenServer port + 42. [45]Derek Mulcahy and [46]Damon Hart-Davis ARCRON MSF clock driver - 38. [42]Rainer Pruy + 43. [47]Rob Neal Bancomm refclock and config/parse code + maintenance + 44. [48]Rainer Pruy monitoring/trap scripts, statistics file handling - 39. [43]Dirce Richards Digital UNIX V4.0 port - 40. [44]Wilfredo Sánchez added support for + 45. [49]Dirce Richards Digital UNIX V4.0 port + 46. [50]Wilfredo Sánchez added support for NetInfo - 41. [45]Nick Sayer SunOS streams modules - 42. [46]Jack Sasportas Saved a Lot of + 47. [51]Nick Sayer SunOS streams modules + 48. [52]Jack Sasportas Saved a Lot of space on the stuff in the html/pic/ subdirectory - 43. [47]Ray Schnitzler Unixware1 port - 44. [48]Michael Shields USNO clock driver - 45. [49]Jeff Steinman Datum PTS clock + 49. [53]Ray Schnitzler Unixware1 port + 50. [54]Michael Shields USNO clock driver + 51. [55]Jeff Steinman Datum PTS clock driver - 46. [50]Harlan Stenn GNU automake/autoconfigure + 52. [56]Harlan Stenn GNU automake/autoconfigure makeover, various other bits (see the ChangeLog) - 47. [51]Kenneth Stone HP-UX port - 48. [52]Ajit Thyagarajan IP multicast/anycast + 53. [57]Kenneth Stone HP-UX port + 54. [58]Ajit Thyagarajan IP multicast/anycast support - 49. [53]Tomoaki TSURUOKA TRAK clock + 55. [59]Tomoaki TSURUOKA TRAK clock driver - 50. [54]Paul A Vixie TrueTime GPS driver, generic + 56. [60]Brian Utterback General codebase, + Solaris issues + 57. [61]Loganaden Velvindron Sandboxing + (libseccomp) support + 58. [62]Paul A Vixie TrueTime GPS driver, generic TrueTime clock driver - 51. [55]Ulrich Windl corrected and + 59. [63]Ulrich Windl corrected and validated HTML documents according to the HTML DTD _________________________________________________________________ References - 1. mailto:%20mark_andrews@isc.org - 2. mailto:%20altmeier@atlsoft.de - 3. mailto:%20vbais@mailman1.intel.co - 4. mailto:%20kirkwood@striderfm.intel.com - 5. mailto:%20michael.barone@lmco.com - 6. mailto:%20Jean-Francois.Boudreault@viagenie.qc.ca + 1. mailto:%20takao_abe@xurb.jp + 2. mailto:%20mark_andrews@isc.org + 3. mailto:%20altmeier@atlsoft.de + 4. mailto:%20vbais@mailman1.intel.co + 5. mailto:%20kirkwood@striderfm.intel.com + 6. mailto:%20michael.barone@lmco.com 7. mailto:%20karl@owl.HQ.ileaf.com 8. mailto:%20greg.brackley@bigfoot.com 9. mailto:%20Marc.Brett@westgeo.com 10. mailto:%20Piete.Brooks@cl.cam.ac.uk - 11. mailto:%20reg@dwf.com - 12. mailto:%20clift@ml.csiro.au - 13. mailto:casey@csc.co.za - 14. mailto:%20Sven_Dietrich@trimble.COM - 15. mailto:%20dundas@salt.jpl.nasa.gov - 16. mailto:%20duwe@immd4.informatik.uni-erlangen.de - 17. mailto:%20dennis@mrbill.canet.ca - 18. mailto:%20jhay@icomtek.csir.co.za - 19. mailto:%20glenn@herald.usask.ca - 20. mailto:%20iglesias@uci.edu - 21. mailto:%20jagubox.gsfc.nasa.gov - 22. mailto:%20jbj@chatham.usdesign.com - 23. mailto:Hans.Lambermont@nl.origin-it.com - 24. mailto:H.Lambermont@chello.nl - 25. mailto:%20phk@FreeBSD.ORG - 26. http://www4.informatik.uni-erlangen.de/%7ekardel - 27. mailto:%20kardel(at)ntp(dot)org - 28. mailto:%20jones@hermes.chpc.utexas.edu - 29. mailto:%20dkatz@cisco.com - 30. mailto:%20leres@ee.lbl.gov - 31. mailto:%20lindholm@ucs.ubc.ca - 32. mailto:%20louie@ni.umd.edu - 33. mailto:%20thorinn@diku.dk - 34. mailto:%20mayer@ntp.org - 35. mailto:%20mills@udel.edu - 36. mailto:%20moeller@gwdgv1.dnet.gwdg.de - 37. mailto:%20mogul@pa.dec.com - 38. mailto:%20tmoore@fievel.daytonoh.ncr.com - 39. mailto:%20kamal@whence.com - 40. mailto:%20derek@toybox.demon.co.uk - 41. mailto:%20d@hd.org - 42. mailto:%20Rainer.Pruy@informatik.uni-erlangen.de - 43. mailto:%20dirce@zk3.dec.com - 44. mailto:%20wsanchez@apple.com - 45. mailto:%20mrapple@quack.kfu.com - 46. mailto:%20jack@innovativeinternet.com - 47. mailto:%20schnitz@unipress.com - 48. mailto:%20shields@tembel.org - 49. mailto:%20pebbles.jpl.nasa.gov - 50. mailto:%20harlan@pfcs.com - 51. mailto:%20ken@sdd.hp.com - 52. mailto:%20ajit@ee.udel.edu - 53. mailto:%20tsuruoka@nc.fukuoka-u.ac.jp - 54. mailto:%20vixie@vix.com - 55. mailto:%20Ulrich.Windl@rz.uni-regensburg.de + 11. mailto:%20nelson@bolyard.me + 12. mailto:%20Jean-Francois.Boudreault@viagenie.qc.ca + 13. mailto:%20reg@dwf.com + 14. mailto:%20clift@ml.csiro.au + 15. mailto:%20casey@csc.co.za + 16. mailto:%20Sven_Dietrich@trimble.COM + 17. mailto:%20dundas@salt.jpl.nasa.gov + 18. mailto:%20duwe@immd4.informatik.uni-erlangen.de + 19. mailto:%20dennis@mrbill.canet.ca + 20. mailto:%20jhay@icomtek.csir.co.za + 21. mailto:%20davehart@davehart.com + 22. mailto:%20neoclock4x@linum.com + 23. mailto:%20glenn@herald.usask.ca + 24. mailto:%20iglesias@uci.edu + 25. mailto:%20jagubox.gsfc.nasa.gov + 26. mailto:%20jbj@chatham.usdesign.com + 27. mailto:%20Hans.Lambermont@nl.origin-it.com + 28. mailto:H.Lambermont@chello.nl + 29. mailto:%20phk@FreeBSD.ORG + 30. http://www4.informatik.uni-erlangen.de/%7ekardel + 31. mailto:%20kardel%20%28at%29%20ntp%20%28dot%29%20org + 32. mailto:kuehn@ntp.org + 33. mailto:%20jones@hermes.chpc.utexas.edu + 34. mailto:%20dkatz@cisco.com + 35. mailto:%20leres@ee.lbl.gov + 36. mailto:%20lindholm@ucs.ubc.ca + 37. mailto:%20louie@ni.umd.edu + 38. mailto:%20thorinn@diku.dk + 39. mailto:%20mayer@ntp.org + 40. mailto:%20mills@udel.edu + 41. mailto:%20moeller@gwdgv1.dnet.gwdg.de + 42. mailto:%20mogul@pa.dec.com + 43. mailto:%20tmoore@fievel.daytonoh.ncr.com + 44. mailto:%20kamal@whence.com + 45. mailto:%20derek@toybox.demon.co.uk + 46. mailto:%20d@hd.org + 47. mailto:%20neal@ntp.org + 48. mailto:%20Rainer.Pruy@informatik.uni-erlangen.de + 49. mailto:%20dirce@zk3.dec.com + 50. mailto:%20wsanchez@apple.com + 51. mailto:%20mrapple@quack.kfu.com + 52. mailto:%20jack@innovativeinternet.com + 53. mailto:%20schnitz@unipress.com + 54. mailto:%20shields@tembel.org + 55. mailto:%20pebbles.jpl.nasa.gov + 56. mailto:%20harlan@pfcs.com + 57. mailto:%20ken@sdd.hp.com + 58. mailto:%20ajit@ee.udel.edu + 59. mailto:%20tsuruoka@nc.fukuoka-u.ac.jp + 60. mailto:%20brian.utterback@oracle.com + 61. mailto:%20loganaden@gmail.com + 62. mailto:%20vixie@vix.com + 63. mailto:%20Ulrich.Windl@rz.uni-regensburg.de Modified: stable/10/contrib/ntp/ChangeLog ============================================================================== --- stable/10/contrib/ntp/ChangeLog Wed Jul 15 19:11:43 2015 (r285611) +++ stable/10/contrib/ntp/ChangeLog Wed Jul 15 19:21:26 2015 (r285612) @@ -1,4 +1,3440 @@ --- +(4.2.8p3) 2015/06/29 Released by Harlan Stenn + +* [Sec 2853] Crafted remote config packet can crash some versions of + ntpd. Aleksis Kauppinen, Juergen Perlinger, Harlan Stenn. +* [Sec 2853] Initial work on tests/sec-2853/. Harlan Stenn. +* [Bug 1060] Buffer overruns in libparse/clk_rawdcf.c. Helge Oldach. +* [Bug 2846] Report 'unsynchronized' status during the leap second. + Fixed in Martin's changes to Bug 2855. Martin Burnicki. +* [Bug 2859] Improve raw DCF77 robustness deconding. Frank Kardel. +* [Bug 2860] ntpq ifstats sanity check is too stringent. Frank Kardel. +* README.leapsmear added. Martin Burnicki. +* README.leapsmear edited. Harlan Stenn. +* tests/libntp/msyslog.c: fixed a gcc warning. Tomasz Flendrich. +* ntpd/ntp.conf.def: Document DSCP and leapsmearinterval. Harlan Stenn. +* html/miscopt.html: Document leapsmearinterval, other cleanup. Harlan Stenn. +--- +(4.2.8p3-RC3) 2015/06/27 Released by Harlan Stenn + +* [Bug 2855] Parser fix for conditional leap smear code. Harlan Stenn. +* [Bug 2855] Report leap smear in the REFID. Harlan Stenn. +* [Bug 2856] ntpd should wait() on terminated child processes. Paul Green. +* [Bug 2857] Stratus VOS does not support SIGIO. Paul Green. +* html/drivers/driver22.html: typo fix. Harlan Stenn. +* refidsmear test cleanup. Tomasz Flendrich. +* refidsmear function support and tests. Harlan Stenn. +* sntp/tests/Makefile.am: remove g_nameresolution.cpp as it tested + something that was only in the 4.2.6 sntp. Harlan Stenn. +* Modified tests/bug-2803/Makefile.am so it builds Unity framework tests. + Damir Tomić +* Modified tests/libtnp/Makefile.am so it builds Unity framework tests. + Damir Tomić +* Modified sntp/tests/Makefile.am so it builds Unity framework tests. + Damir Tomić +* tests/sandbox/smeartest.c: Harlan Stenn, Damir Tomic, Juergen Perlinger. +* Converted from gtest to Unity: tests/bug-2803/. Damir Tomić +* Converted from gtest to Unity: tests/libntp/ a_md5encrypt, atoint.c, + atouint.c, authkeys.c, buftvtots.c, calendar.c, caljulian.c, + calyearstart.c, clocktime.c, hextoint.c, lfpfunc.c, modetoa.c, + numtoa.c, numtohost.c, refnumtoa.c, ssl_init.c, statestr.c, + timespecops.c, timevalops.c, uglydate.c, vi64ops.c, ymd2yd.c. + Damir Tomić +* Converted from gtest to Unity: sntp/tests/ kodDatabase.c, kodFile.c, + networking.c, keyFile.c, utilities.cpp, sntptest.h, + fileHandlingTest.h. Damir Tomić +* Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c, + msyslog.c, prettydate.c, recvbuff.c, sfptostr.c, tstotv.c, tvtots.c, + sntp/tests/packetProcessing.c. Tomasz Flendrich +--- +(4.2.8p3-RC2) 2015/06/24 Released by Harlan Stenn + +* [Bug 2778] Implement "apeers" ntpq command to include associd. +* [Bug 2805] ntpd fails to join multicast group. +* [Bug 2824] Convert update-leap to perl. (also see 2769) +* [Bug 2830] ntpd doesn't always transfer the correct TAI offset via autokey + NTPD transfers the current TAI (instead of an announcement) now. + This might still needed improvement. + Update autokey data ASAP when 'sys_tai' changes. + Fix unit test that was broken by changes for autokey update. + Avoid potential signature length issue and use DPRINTF where possible + in ntp_crypto.c. +* [Bug 2832] refclock_jjy.c supports the TDC-300. +* [Bug 2834] Correct a broken html tag in html/refclock.html +* [Bug 2836] DFC77 patches from Frank Kardel to make decoding more + robust, and require 2 consecutive timestamps to be consistent. +* [Bug 2837] Allow a configurable DSCP value. +* [Bug 2837] add test for DSCP to ntpd/complete.conf.in +* [Bug 2842] Glitch in ntp.conf.def documentation stanza. +* [Bug 2842] Bug in mdoc2man. +* [Bug 2843] make check fails on 4.3.36 + Fixed compiler warnings about numeric range overflow + (The original topic was fixed in a byplay to bug#2830) +* [Bug 2845] Harden memory allocation in ntpd. +* [Bug 2852] 'make check' can't find unity.h. Hal Murray. +* [Bug 2854] Missing brace in libntp/strdup.c. Masanari Iida. +* [Bug 2855] Implement conditional leap smear code. Martin Burnicki. +* [Bug 2855] leap smear cleanup. Harlan Stenn. +* Initial support for experimental leap smear code. Harlan Stenn. +* Fixes to sntp/tests/fileHandlingTest.h.in. Harlan Stenn. +* Report select() debug messages at debug level 3 now. +* sntp/scripts/genLocInfo: treat raspbian as debian. +* Unity test framework fixes. + ** Requires ruby for changes to tests. +* Initial support for PACKAGE_VERSION tests. +* sntp/libpkgver belongs in EXTRA_DIST, not DIST_SUBDIRS. +* tests/bug-2803/Makefile.am must distribute bug-2803.h. +* automake-1.15 cleanup for sntp/tests/fileHandlingTest.h.in . Harlan Stenn. +--- +(4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn + +* CID 739725: Fix a rare resource leak in libevent/listener.c. +* CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776. +* CID 1296235: Fix refclock_jjy.c and correcting type of the driver40-ja.html +* CID 1269537: Clean up a line of dead code in getShmTime(). +* [Bug 2590] autogen-5.18.5. +* [Bug 2612] restrict: Warn when 'monitor' can't be disabled because + of 'limited'. +* [Bug 2650] fix includefile processing. +* [Bug 2745] ntpd -x steps clock on leap second + Fixed an initial-value problem that caused misbehaviour in absence of + any leapsecond information. + Do leap second stepping only of the step adjustment is beyond the + proper jump distance limit and step correction is allowed at all. +* [Bug 2750] build for Win64 + Building for 32bit of loopback ppsapi needs def file +* [Bug 2776] Improve ntpq's 'help keytype'. +* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection. +* [Bug 2792] If the IFF_RUNNING interface flag is supported then an + interface is ignored as long as this flag is not set since the + interface is not usable (e.g., no link). +* [Bug 2794] Clean up kernel clock status reports. +* [Bug 2800] refclock_true.c true_debug() can't open debug log because + of incompatible open/fdopen parameters. +* [Bug 2804] install-local-data assumes GNU 'find' semantics. +* [Bug 2806] refclock_jjy.c supports the Telephone JJY. +* [Bug 2808] GPSD_JSON driver enhancements, step 1. + Fix crash during cleanup if GPS device not present and char device. + Increase internal token buffer to parse all JSON data, even SKY. + Defer logging of errors during driver init until the first unit is + started, so the syslog is not cluttered when the driver is not used. + Various improvements, see http://bugs.ntp.org/2808 for details. + Changed libjsmn to a more recent version. +* [Bug 2810] refclock_shm.c memory barrier code needs tweaks for QNX. +* [Bug 2813] HP-UX needs -D__STDC_VERSION__=199901L and limits.h. +* [Bug 2815] net-snmp before v5.4 has circular library dependencies. +* [Bug 2821] Add a missing NTP_PRINTF and a missing const. +* [Bug 2822] New leap column in sntp broke NTP::Util.pm. +* [Bug 2825] Quiet file installation in html/ . +* [Bug 2830] ntpd doesn't always transfer the correct TAI offset via autokey + NTPD transfers the current TAI (instead of an announcement) now. + This might still needed improvement. +* Add an assert to the ntpq ifstats code. +* Clean up the RLIMIT_STACK code. +* Improve the ntpq documentation around the controlkey keyid. +* ntpq.c cleanup. +* Windows port build cleanup. +--- +(4.2.8p2) 2015/04/07 Released by Harlan Stenn +(4.2.8p2-RC3) 2015/04/03 Released by Harlan Stenn + +* [Bug 2763] Fix for different thresholds for forward and backward steps. +* Initial import of the Unity test framework. +--- +(4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn + +* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c. +* [Bug 2769] New script: update-leap +* [Bug 2769] cleannup for update-leap +* [Bug 2788] New flag -G (force_step_once). +* [Bug 2794] Clean up kernel clock status reports. +* [Bug 2795] Cannot build without OpenSLL (on Win32). + Provided a Win32 specific wrapper around libevent/arc4random.c. + fixed some minor warnings. +* [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32. +* [Bug 2797] ntp-keygen trapped in endless loop for MD5 keys + on big-endian machines. +* [Bug 2798] sntp should decode and display the leap indicator. +* Simple cleanup to html/build.html +--- +(4.2.8p2-RC1) 2015/03/30 Released by Harlan Stenn + +* [Bug 2794] Don't let reports on normal kernel status changes + look like errors. +* [Bug 2788] New flag -G (force_step_once). +* [Bug 2592] Account for PPS sources which can provide an accurate + absolute time stamp, and status information. + Fixed indention and removed trailing whitespace. +* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003. +* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument. +* [Bug 2346] "graceful termination" signals do not do peer cleanup. +* [Bug 2728] See if C99-style structure initialization works. +* [Bug 2747] Upgrade libevent to 2.1.5-beta. +* [Bug 2749] ntp/lib/NTP/Util.pm needs update for ntpq -w, IPv6, .POOL. . +* [Bug 2751] jitter.h has stale copies of l_fp macros. +* [Bug 2756] ntpd hangs in startup with gcc 3.3.5 on ARM. +* [Bug 2757] Quiet compiler warnings. +* [Bug 2759] Expose nonvolatile/clk_wander_threshold to ntpq. +* [Bug 2763] Allow different thresholds for forward and backward steps. +* [Bug 2766] ntp-keygen output files should not be world-readable. +* [Bug 2767] ntp-keygen -M should symlink to ntp.keys. +* [Bug 2771] nonvolatile value is documented in wrong units. +* [Bug 2773] Early leap announcement from Palisade/Thunderbolt +* [Bug 2774] Unreasonably verbose printout - leap pending/warning +* [Bug 2775] ntp-keygen.c fails to compile under Windows. +* [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info. + Removed non-ASCII characters from some copyright comments. + Removed trailing whitespace. + Updated definitions for Meinberg clocks from current Meinberg header files. + Now use C99 fixed-width types and avoid non-ASCII characters in comments. + Account for updated definitions pulled from Meinberg header files. + Updated comments on Meinberg GPS receivers which are not only called GPS16x. + Replaced some constant numbers by defines from ntp_calendar.h + Modified creation of parse-specific variables for Meinberg devices + in gps16x_message(). + Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates. + Modified mbg_tm_str() which now expexts an additional parameter controlling + if the time status shall be printed. +* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto. +* [Sec 2781] Authentication doesn't protect symmetric associations against + DoS attacks. +* [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE. +* [Bug 2784] Fix for 2782 uses clock_gettime() instead of get_ostime(). +* [Bug 2789] Quiet compiler warnings from libevent. +* [Bug 2790] If ntpd sets the Windows MM timer highest resolution + pause briefly before measuring system clock precision to yield + correct results. +* Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer. +* Use predefined function types for parse driver functions + used to set up function pointers. + Account for changed prototype of parse_inp_fnc_t functions. + Cast parse conversion results to appropriate types to avoid + compiler warnings. + Let ioctl() for Windows accept a (void *) to avoid compiler warnings + when called with pointers to different types. +--- +(4.2.8p1) 2015/02/04 Released by Harlan Stenn + +* Update the NEWS file. +* [Sec 2671] vallen in extension fields are not validated. +--- +(4.2.8p1-RC2) 2015/01/29 Released by Harlan Stenn + +* [Bug 2627] shm refclock allows only two units with owner-only access + rework: reverted sense of mode bit (so default reflects previous + behaviour) and updated ducumentation. +* [Bug 2732] - Leap second not handled correctly on Windows 8 + use 'GetTickCount()' to get the true elapsed time of slew + (This should work for all versions of Windows >= W2K) +* [Bug 2738] Missing buffer initialization in refclocK_parse.c::parsestate(). +* [Bug 2739] Parse driver with PPS enabled occasionally evaluates + PPS timestamp with wrong sign. + Removed some German umlauts. +* [Bug 2740] Removed some obsolete code from the parse driver. +* [Bug 2741] Incorrect buffer check in refclocK_parse.c::parsestatus(). +--- +(4.2.8p1-RC1) 2015/01/24 Released by Harlan Stenn + +* Start the RC for 4.2.8p1. +* [Bug 2187] Update version number generation scripts. +* [Bug 2617] Fix sntp Usage documentation section. +* [Sec 2672] Code cleanup: On some OSes ::1 can be spoofed... +* [Bug 2736] Show error message if we cannot open the config file. +* Copyright update. +* Fix the package name. +--- +(4.2.8p1-beta5) 2015/01/07 Released by Harlan Stenn + +* [Bug 2695] Windows build: __func__ not supported under Windows. +* [Bug 2728] Work around C99-style structure initialization code + for older compilers, specifically Visual Studio prior to VS2013. +--- +(4.2.8p1-beta4) 2015/01/04 Released by Harlan Stenn + +* [Bug 1084] PPSAPI for ntpd on Windows with DLL backends +* [Bug 2695] Build problem on Windows (sys/socket.h). +* [Bug 2715] mdnstries option for ntp.conf from NetBSD. +* Fix a regression introduced to timepps-Solaris.h as part of: + [Bug 1206] Required compiler changes for Windows + (4.2.5p181) 2009/06/06 +--- +(4.2.8p1-beta3) 2015/01/02 Released by Harlan Stenn + +* [Bug 2627] shm refclock allows only two units with owner-only access + Use mode bit 0 to select public access for units >= 2 (units 0 & 1 are + always private. +* [Bug 2681] Fix display of certificate EOValidity dates on 32-bit systems. +* [Bug 2695] 4.2.8 does not build on Windows. +* [bug 2700] mrulist stopped working in 4.2.8. +* [Bug 2706] libparse/info_trimble.c build dependencies are broken. +* [Bug 2713] variable type/cast, parameter name, general cleanup from NetBSD. +* [Bug 2714] libevent may need to be built independently of any build of sntp. +* [Bug 2715] mdnstries option for ntp.conf from NetBSD. +--- +(4.2.8p1-beta2) 2014/12/27 Released by Harlan Stenn + +* [Bug 2674] Install sntp in sbin on NetBSD. +* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp. +* [Bug 2707] Avoid a C90 extension in libjsmn/jsmn.c. +* [Bug 2709] see if we have a C99 compiler (not yet required). +--- +(4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn + +* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs. +* [Bug 2693] ntp-keygen doesn't build without OpenSSL. +* [Bug 2697] IN6_IS_ADDR_LOOPBACK build problems on some OSes. +* [Bug 2699] HAVE_SYS_SELECT_H is misspelled in refclock_gpsdjson.c. +--- +(4.2.8) 2014/12/19 Released by Harlan Stenn + +* [Sec 730] Increase RSA_generate_key modulus. +* [Sec 2666] Use cryptographic random numbers for md5 key generation. +* [Sec 2667] buffer overflow in crypto_recv(). +* [Sec 2668] buffer overflow in ctl_putdata(). +* [Sec 2669] buffer overflow in configure(). +* [Sec 2670] Missing return; from error clause. +* [Sec 2671] vallen in extension fields are not validated. +* [Sec 2672] On some OSes ::1 can be spoofed, bypassing source IP ACLs. +* [Bug 2691] Wrong variable name in refclock_ripencc.c. +(4.2.7p486-RC) 2014/12/18 Released by Harlan Stenn +* [Bug 2687] RefClock 26/hpgps doesn't work at default line speed +(4.2.7p485-RC) 2014/12/12 Released by Harlan Stenn +* [Bug 2686] refclock_gpsdjson needs strtoll(), which is not always present. +(4.2.7p484-RC) 2014/12/11 Released by Harlan Stenn +(4.2.7p483) 2014/12/08 Released by Harlan Stenn +* [Bug 2685] Better document the KOD file for sntp. +(4.2.7p482) 2014/12/02 Released by Harlan Stenn +* [Bug 2641] sntp is installed in the wrong location in Solaris. +* [Bug 2678] nmea_control() now checks 'refclock_params()' result. +(4.2.7p481) 2014/11/22 Released by Harlan Stenn +* [Bug 2314] Only enable PPS if kernel consumer binding succeeds. +* [Bug 2314] Kernel PPS binding EOPNOTSUPP is a failure condition. +* Rename pps_enable to hardpps_enable. +(4.2.7p480) 2014/11/21 Released by Harlan Stenn +* [Bug 2677] PATH_MAX isn't #define'd under Windows. + Regression from the patch fixing Bug 2639. +(4.2.7p479) 2014/11/15 Released by Harlan Stenn +* [Bug 2651] Certificates with ASN timestamps w/ 4-digit years mis-parsed. +(4.2.7p478) 2014/11/14 Released by Harlan Stenn +* [Sec 2630] buffer overrun in ntpq tokenize(). +* [Bug 2639] Check return value of ntp_adjtime(). +* [Bug 2650] includefile processing broken. +* [Bug 2661] ntpq crashes with mreadvar. +(4.2.7p477) 2014/11/13 Released by Harlan Stenn +* [Bug 2657] Document that "restrict nopeer" intereferes with "pool". +(4.2.7p476) 2014/10/08 Released by Harlan Stenn +* [Bug 2503] SHT utility outdated +(4.2.7p475) 2014/09/11 Released by Harlan Stenn +* [Bug 2654] refclock_true.c doesn't identify the Mk III. +(4.2.7p474) 2014/09/10 Released by Harlan Stenn +* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup. +* [Bug 2649] Clean up html/ page installation. +(4.2.7p473) 2014/09/06 Released by Harlan Stenn +* [Bug 2649] Clean up html/ page installation. +(4.2.7p472) 2014/09/06 Released by Harlan Stenn +* [Bug 2556] mrulist is missing from the generated ntpq man page. +(4.2.7p471) 2014/09/05 Released by Harlan Stenn +* [Bug 2649] "make install" leaves wrong owner for files in html/. +* [Bug 2652] Windows hates directory names that contain a :. +(4.2.7p470) 2014/09/02 Released by Harlan Stenn +* [Bug 2502] Autogen text replacement errors. +* autogen-5.18.5pre1 +* html/ cleanups from Hal Murray. +(4.2.7p469) 2014/09/01 Released by Harlan Stenn +* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup. +(4.2.7p468) 2014/08/31 Released by Harlan Stenn +* [Bug 2556] ntpq man page cleanup. +* autogen-5.18.4 +(4.2.7p467) 2014/08/28 Released by Harlan Stenn +* [Bug 2639] Check return value of ntp_adjtime(). +* [Bug 2640] STA_NANO can result in invalid ntv.constant. +(4.2.7p466) 2014/08/27 Released by Harlan Stenn +* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup. +(4.2.7p465) 2014/08/23 Released by Harlan Stenn +* [Bug 2538] NTP programs print exit code in help/usage text. +* [Bug 2595] Man page quirks: ntpdate references in ntpd. +* [Bug 2613] www.ntp.org/bugs.html tells folks to email doc bugs to DLM. +* [Bug 2636] Clutter in syslog if gpsd not running + - found (hopefully) last cause for clutter in protocol version + - log GPSD revision and release numbers with protocol version +(4.2.7p464) 2014/08/22 Released by Harlan Stenn +* [Bug 2636] Fix coverity warning from previous patch. +(4.2.7p463) 2014/08/21 Released by Harlan Stenn +* [Bug 2636] Clutter in syslog if gpsd not running + - make driver work with GPSD protocol version 3.9 + - use exponential back-off for connection problems + - implement rate-limit for syslog entries +(4.2.7p462) 2014/08/16 Released by Harlan Stenn +* [Bug 2622] Synchronisation problem using SHM [...] + Add 'control' function -- fudge values not available during start. +(4.2.7p461) 2014/08/14 Released by Harlan Stenn +* [Bug 1128] ntpq truncates "remote" host information. +* More autogen-5.18.4pre14 cleanup. +(4.2.7p460) 2014/08/13 Released by Harlan Stenn +* More autogen-5.18.4pre14 cleanup. +(4.2.7p459) 2014/08/12 Released by Harlan Stenn +* [Bug 2630] Limit the ntpq command buffer to 512 bytes. +* FlexeLint cleanups. +* Try bison-3.0.2 instead of bison-2.5. +(4.2.7p458) 2014/08/11 Released by Harlan Stenn +* [Bug 2633] Provide stdnoreturn.h for windows port. +(4.2.7p457) 2014/08/09 Released by Harlan Stenn +* [Bug 2622] Synchronisation problem using SHM when time difference is + more than four hours: Change SHM driver so TOY restricted API is not + used any more. (Plus some minor cleanup in logic and flow control) +* Pass the configration source into the parser as argument rather + than through a global variable. +* Fix nits in the ntpq man page. +* autogen-5.18.4pre14 +(4.2.7p456) 2014/08/07 Released by Harlan Stenn +* CID 739722: Change the way the extention and MAC fields are processed. +(4.2.7p455) 2014/08/03 Released by Harlan Stenn +* [Bug 2565] ntpd sometimes logs unexpected getifaddrs() errors. +* CID 739722: Clean up the definition of the exten field of struct pkt. +(4.2.7p454) 2014/07/30 Released by Harlan Stenn +* [Bug 2628] 'mon_getmoremem()' relies on undefined behaviour +(4.2.7p453) 2014/07/19 Released by Harlan Stenn +* [Bug 2597] leap file loose ends (follow-up) + - uniform expiration check messages for config and timer triggered + leap file loads + - timer triggered loads log messages only once per day +(4.2.7p452) 2014/07/18 Released by Harlan Stenn +* Make all of the html/ .html files use the same format for "Last update". +(4.2.7p451) 2014/07/17 Released by Harlan Stenn +* Fix the "Last update" entries in the html/ subtree. +(4.2.7p450) 2014/07/16 Released by Harlan Stenn +* Distribute the scripts needed for the fix for Bug 2547. +(4.2.7p449) 2014/07/16 Released by Harlan Stenn +* [Bug 2547] Automate update of "Last Update" datestamps in .html files. +* [Bug 2623] Missing {} in refclock_oncore.c. +* Quiet warnings from ntp_calendar.h: avoid using argument names. +* Fix typos in decode.html and debug.html . +(4.2.7p448) 2014/07/15 Released by Harlan Stenn +* [Bug 2621] Avoid use of indeterminate address after 'free()' + (minor C standard conformance issue) +* Quiet warnings from ntp_calendar.h: avoid using argument names. +(4.2.7p447) 2014/07/05 Released by Harlan Stenn +* [Bug 2620] Use version.pm for checking version numbers in NTP::Util. +* [Bug 2624] Fix signed compare on 'l_fp'. +(4.2.7p446) 2014/06/28 Released by Harlan Stenn +* [Bug 2597] leap file processing -- loose ends. +* [Bug 2614] use 'unsigned long' consistently in ntp_random.c + to avoid possibly undefined behaviour in signed int overflow +* [Bug 2619] Save a signed int copy of the return value of i2d_DSA_SIG(). + Provide missing msyslog() message in crypto_alice(). +* Fix a variable lifetime issue. +* Allow for version suffix in libevent in ntp_libevent.m4. +(4.2.7p445) 2014/06/12 Released by Harlan Stenn +* [Bug 2556] mrulist isn't mentioned in the ntpq man page. +(4.2.7p444) 2014/05/19 Released by Harlan Stenn +* [Bug 2597] leap file processing -- loose ends + fixed coverity issues +(4.2.7p443) 2014/05/10 Released by Harlan Stenn +* [Bug 2594] Update the year in sntp/include/copyright.def. +(4.2.7p442) 2014/05/09 Released by Harlan Stenn +* [Bug 2589] Update VS2013 project files for libntp. +* [Bug 2600] Fix "Undisicplined Local Clock" driver1.html page. +(4.2.7p441) 2014/05/04 Released by Harlan Stenn +* [Bug 2597] leap file processing -- loose ends + log daily warning when leap info less than 28 days to expiration or + already expired; nag hourly on last day before expiration; log when + leapfile name is invalid +(4.2.7p440) 2014/04/09 Released by Harlan Stenn +* [Bug 2536] ntpd sandboxing support (libseccomp2) cleanup. +* [Bug 2570] cleanup: fix log format for successful leapfile load +(4.2.7p439) 2014/04/03 Released by Harlan Stenn +* [Bug 2589] fix VS2009 compile problem. +(4.2.7p438) 2014/04/01 Released by Harlan Stenn +* [Bug 2546] Windows build documentation updates. +(4.2.7p437) 2014/03/31 Released by Harlan Stenn +* [Bug 2537] ntpd truncates symmetric keys to 20 bytes. +* [Bug 2546] Documentation updates. +(4.2.7p436) 2014/03/31 Released by Harlan Stenn +* Update to libopts-40.2.15, and autogen-5.18.3pre18. +* [Bug 2311] Add more tags to mdoc2xxx. +* [Bug 2502] Assorted text replacement errors in 4.2.7p345 +* [Bug 2538] ntp programs print exit code as part of the "usage" text. +(4.2.7p435) 2014/03/29 Released by Harlan Stenn +* [Bug 2570] cleanup: reduced logging noise, moved some functions + into libntp. +(4.2.7p434) 2014/03/21 Released by Harlan Stenn +* [Bug 2577] Update VS2013 solution and project files. +(4.2.7p433) 2014/03/10 Released by Harlan Stenn +* Clean up last-update timestamps of html/*.html files. +* [Bug 2546] Documentation updates. +(4.2.7p432) 2014/03/09 Released by Harlan Stenn +* CID 711660: Do a non-NULL pointer assertion check a bit earlier. +(4.2.7p431) 2014/03/05 Released by Harlan Stenn +* [Bug 2572] cross-compiling fails for --with-yielding-select. +(4.2.7p430) 2014/03/04 Released by Harlan Stenn +* Upgrade to libevent-2.1.3-alpha-dev. +* [Bug 2572] cross-compiling fails for --with-yielding-select. +(4.2.7p429) 2014/03/03 Released by Harlan Stenn +* CID 1165098: Remove logically dead code from refclock_true.c. +* CID 1189401: Use INSIST() instead of a belt-and-suspenders pointer check. +* In ntp_dir_sep.m4, we care about $host_os, not $target_os. +* [Bug 2170] Use AC_PREPROC_IFELSE instead of AC_EGREP_CPP. +* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups. +* [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash + -- change reading the hash line code: NIST omits leading zeros. +* [Bug 2576] refclock_gpsdjson.c doesn't compile if CLOCK_GPSDJSON is + not enabled at configure time. +(4.2.7p428) 2014/03/03 Released by Harlan Stenn +* [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash +* [Bug 2562] Distribute the code in libjsmn/ . +(4.2.7p427) 2014/03/02 Released by Harlan Stenn +* [Bug 2562] GPSD_JSON: fix solaris issues (asprintf(), isfinite()) +* [Bug 2562] first release of the GPSD client clock (type 46) +(4.2.7p426) 2014/02/28 Released by Harlan Stenn +* [Bug 2113] Warn about ignored extra args in ntpq. +* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups. +* [Bug 2561] Allow wildcards in the target of the "interface" command. +* [Bug 2572] cross-compiling fails for --with-yielding_select. +(4.2.7p425) 2014/02/26 Released by Harlan Stenn +* Copyright file update. +(4.2.7p424) 2014/02/24 Released by Harlan Stenn +* [Bug 2541] ntpd terminates itself with SIGHUP unexpectedly. +(4.2.7p423) 2014/02/23 Released by Harlan Stenn +* [Bug 2565] Handle EINTR on getifaddrs(). +(4.2.7p422) 2014/02/17 Released by Harlan Stenn +* [Bug 2536] ntpd sandboxing support (libseccomp2). +(4.2.7p421) 2014/02/10 Released by Harlan Stenn +* [Bug 898] More documentation fixes. +* [Bug 2555] Autogen mdoc man pages all stamped with SunOS 5.10. +* calc_tickadj/Makefile.am man/mdoc page build cleanup. +(4.2.7p420) 2014/02/09 Released by Harlan Stenn +* [Bug 492] Clearly document ntpdate's pending deprecation. +* [Bug 1186] ntpd fails with link local IPv6 addresses. +* [Sec 2542] Strengthen the mrulist nonce. +(4.2.7p419) 2014/02/08 Released by Harlan Stenn +* [Bug 2466] Wrap NMEA timestamps in 1024 week cycles. +(4.2.7p418) 2014/02/05 Released by Harlan Stenn +* [Bug 2551] --disable-local-libevent breaks the build. +(4.2.7p417) 2014/02/02 Released by Harlan Stenn +* [Bug 2539] doc and code tweaks for NMEA driver. +* Add check for enable stats to ntpd/complete.conf.in +* Fix typo in html/confopt.html +(4.2.7p416) 2014/01/31 Released by Harlan Stenn +* Tweak the 'Modified' line on appropriate html pages. +* Note in the deprecation of ntpdc in its documentation. +* [Bug 2332] Be more careful about when we use 'libgcc_s'. +(4.2.7p415) 2014/01/28 Released by Harlan Stenn +* Fix the man page installation for the scripts/ files. +(4.2.7p414) 2014/01/28 Released by Harlan Stenn +* [Bug 792] TrueTime TL-3 WWV refclock support. +* [Bug 898] Documentation fixes. +* [Bug 930] ntpdc docs refer to 'clockinfo', but mean 'clockstat'. +* [Bug 1002] ntp-keygen option and documentation updates: -p/--pvt-passwd + is now -p/--password, and -q/--get-pvt-passwd is now -q/--export-passwd. +* [Bug 1349] statistics command not documented in HTML documentation. + In html/monopt.html, add statistics id, definition, description, and + correct typo. + In html/scripts/monopt.txt, add statistics item, href, and comment. + In ntpd/ntp.conf.def, under statistics correct four to eight kinds. + In ntpd/complete.conf.in, add all eight kinds to statistics. + In html/comdex.html, remove duplicate footer. +* [Bug 1734] Include man page for ntp.conf (fixed in 4.2.7p297). +* [Bug 2049] Clarify ntpdate's -d option behavior. +* [Bug 2366] ntpdc.html: burst/iburst only work on servers. +* [Bug 2493] ntptrace needs a man page (fixed in 4.2.7p402). +* [Bug 2545] Cleanup of scripts/monitoring/ntptrap. +(4.2.7p413) 2014/01/27 Released by Harlan Stenn +* Require a version string for perl scripts that use autogen. +* html/ cleanup. +(4.2.7p412) 2014/01/20 Released by Harlan Stenn +* [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups. +(4.2.7p411) 2014/01/12 Released by Harlan Stenn +* [Bug 2532] Note in ntpdc docs that "enable pps" only works on older ntpd. +(4.2.7p410) 2014/01/08 Released by Harlan Stenn +* [Bug 2332] Force reference to 'libgcc_s' when using GCC, because + threading+restricted user+locked memory otherwise fails on Linux. +* [Bug 2530] Fix documentation for enable/disable mode7 and pps. +* Cleanup to the new scripts/*/Makefile.am files. +(4.2.7p409) 2014/01/04 Released by Harlan Stenn +* [Bug 2060] Warn about restrictions with "kod" but not "limited". +(4.2.7p408) 2013/12/29 Released by Harlan Stenn +* [Bug 2187] Update version number generation scripts. +(4.2.7p407) 2013/12/29 Released by Harlan Stenn +* [Bug 2519] mktime.c does not compile on 64-bit Solaris but we do not + need timegm() and the Solaris provides mktime(). +* [Bug 2522] Revert Bug 2513 fix - it breaks backward compatibility. +(4.2.7p406) 2013/12/28 Released by Harlan Stenn +* [Bug 2521] VPATH tweaks for perl -opts files. +(4.2.7p405) 2013/12/27 Released by Harlan Stenn +* [Bug 2521] bootstrap script needs a tweak for perl -opts files. +* [Bug 2524] Add ntpsweep to sntp/loc/* files. +* [Bug 2526] Add "noinst" support to the sntp/loc/ framework. +(4.2.7p404) 2013/12/24 Released by Harlan Stenn +* [Bug 135] AIX5: "Address already in use" for IPv6 wildcard. +(4.2.7p403) 2013/12/23 Released by Harlan Stenn +* [Bug 2513] Remove any PIDFILE in finish(). +* [Bug 2516] Enable clock_gettime() support for AIX 5+. +* [Bug 2517] Fix peer status errors in decode.html. +(4.2.7p402) 2013/12/23 Released by Harlan Stenn +* Incorporate Oliver Kindernay's GSoC 2013 scripts/ cleanup. +(4.2.7p401) 2013/11/30 Released by Harlan Stenn +* [Bug 2491] VS20xx compile fixes. +(4.2.7p400) 2013/11/29 Released by Harlan Stenn +* [Bug 2491] VS2013 project files. +(4.2.7p399) 2013/11/28 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +* [Bug 2506] make sure routing updates are always tracked +* [Bug 2514] secs/* #define usage cleanup. +(4.2.7p398) 2013/11/25 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +* Improve sntp KoD data file fopen() error message. +(4.2.7p397) 2013/11/20 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +(4.2.7p396) 2013/11/19 Released by Harlan Stenn +* [Bug 2326] Improve stale leapsecond notifications. +(4.2.7p395) 2013/11/12 Released by Harlan Stenn +* Upgrade to autogen-5.18.3pre5 and libopts-40.1.15. +(4.2.7p394) 2013/11/05 Released by Harlan Stenn +* [Bug 1050] Change ONCORE log message for leap second announcement + to avoid misunderstandings. +* [Bug 2499] Win32 user-space/loopback ppsapi provider drops samples. +* [Bug 2256] Improve configure's function searches in libraries. +(4.2.7p393) 2013/10/16 Released by Harlan Stenn +* [Bug 2272] Use C99 integer types. ntp_calendar.h and ntp_types.h . +(4.2.7p392) 2013/10/15 Released by Harlan Stenn +* [Bug 2375] Improve AIX compatibility. +* [Bug 2490] Fixed non-const initializer coming from [Bug 2250] fix. +(4.2.7p391) 2013/10/12 Released by Harlan Stenn +* [Bug 2250] Rework of leap second handling machine. +* [Bug 2419] [rc-nmea] Improve clockstats reporting when receiver sends + data without valid GPS fix. +(4.2.7p390) 2013/09/26 Released by Harlan Stenn +* [Bug 2482] Cleanup of droproot and jail support for Solaris. +(4.2.7p389) 2013/09/24 Released by Harlan Stenn +* [Bug 2473] revisited: NTPD exits after clock is stepped backwards + Avoid possible unsigned underrun for startup condition when testing + for clock backstep. +* [Bug 2481] ntpd aborts when both user and group are specified with -u. +* [Bug 2482] Add droproot and jail support for Solaris. +(4.2.7p388) 2013/09/19 Released by Harlan Stenn +* [Bug 2473] NTPD exits after clock is stepped backwards externally +(4.2.7p387) 2013/09/16 Released by Harlan Stenn +* [Bug 1642] ntpdsim can't find simnulate block in config file. +(4.2.7p386) 2013/09/01 Released by Harlan Stenn +* [Bug 2472] (WinXP) Avoid self-termination of IO thread during exit(). +(4.2.7p385) 2013/08/19 Released by Harlan Stenn +* CID 975596: Copy/paste error: vallen should be siglen. +* CID 1009579: Check return status of X509_add_ext(). +* [2085] Fix root distance and root dispersion calculations. +* [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596. +(4.2.7p384) 2013/08/18 Released by Harlan Stenn +* [Bug 2450] --version has bogus short option. +(4.2.7p383) 2013/08/10 Released by Harlan Stenn +* (no changes - force a rebuild for a new Coverity scan) +(4.2.7p382) 2013/08/08 Released by Harlan Stenn +* [Bug 2454] Need way to set file descriptor limit - cleanup. +(4.2.7p381) 2013/08/07 Released by Harlan Stenn +* [Bug 2451] rlimit command is missing from the table of contents in + miscopt.html . +* [Bug 2452] provide io_handler/input_handler only on + non HAVE_IO_COMPLETION_PORT platforms +* [Bug 2453] Need a way to avoid calling mlockall. +* [Bug 2454] Need way to set file descriptor limit. +* [Bug 2458] AM_CONFIG_HEADER is obsolete. +(4.2.7p380) 2013/08/03 Released by Harlan Stenn +* CID 984511: Some systems have different printf needs for sizeof. +(4.2.7p379) 2013/08/02 Released by Harlan Stenn +* CID 739724: Fix printf arg mismatch in a debug line. +* [Bug 2425] compile io_handler() in ntp_io.c unconditionally +* [Bug 2448] Fix checks for configure --with-stack-limit and --with-memlock + values. +(4.2.7p378) 2013/08/01 Released by Harlan Stenn +* [Bug 2425] move part of input handler code from ntpd.c to ntp_io.c + and fix select()-only platforms calling input_handler directly. +* [Bug 2446] Quiet warnings from Oracle's Studio compiler. +* Upgrade to AutoGen-5.18.1pre3 +* Upgrade to libopts-40.1.15. +(4.2.7p377) 2013/07/28 Released by Harlan Stenn +* [Bug 2397] License/copyright cleanup. +* [Bug 2439] Fix check of EscapeCommFunction() in ports/winnt/libntp/termios.c. +(4.2.7p376) 2013/07/24 Released by Harlan Stenn +* [Bug 2322] Oncore driver should send 0 PPS offset to GPS. +(4.2.7p375) 2013/07/22 Released by Harlan Stenn +* [Bug 883] log warning arguments swapped in refclock_gpsvme.c. +* [Bug 2368] Correct bug in previous attempt. +* [Bug 2413] Fix "make check" with automake >= 1.13. +* [Bug 2434] Line-buffer (v. block-buffer) stdout. +(4.2.7p374) 2013/07/21 Released by Harlan Stenn +* [Bug 2368] make check troubles in libevent. +* [Bug 2425] setup SIGIO/SIGPOLL for asyncio on the read side + of a socketpair for the worker thread. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-src-stable@freebsd.org Wed Jul 15 19:25:07 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5A2E9A24CA; Wed, 15 Jul 2015 19:25:07 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BCF891BA7; Wed, 15 Jul 2015 19:25:07 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from zeta.ixsystems.com (unknown [12.229.62.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 16F46FAF6; Wed, 15 Jul 2015 12:25:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1436988307; x=1437002707; bh=VIe5NgTperh06TcqxX6POjY6QsvgBmaYATeRNDQlyTc=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=ap1CukTZEvE/7ojVd6QGJKj+XYf4y5EtvWQHM0nanxv9ddMKN/Re4933GMR6oGH0L x3pzcLT+uX4Hh1Ip80H91Q7zSL3H0mUTiqZ3G5Gt9Fuc5orNDQd0Hj2nyDU7E9ABEp lnrWCVmvcEKEhJ8sU5hEmvwekj0N3gXofGowtPdk= Message-ID: <55A6B392.8050404@delphij.net> Date: Wed, 15 Jul 2015 12:25:06 -0700 From: Xin Li Reply-To: d@delphij.net Organization: The FreeBSD Project MIME-Version: 1.0 To: Xin LI , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r285612 - in stable/10: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contr... References: <201507151921.t6FJLTkb028551@svnmir.geo.freebsd.org> In-Reply-To: <201507151921.t6FJLTkb028551@svnmir.geo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 19:25:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 07/15/15 12:21, Xin LI wrote: > Author: delphij Date: Wed Jul 15 19:21:26 2015 New Revision: > 285612 URL: https://svnweb.freebsd.org/changeset/base/285612 > > Log: MFC > r280849,280915-280916,281015-281016,282097,282408,282415,283542, > 284864,285169-285170,285435: > > ntp 4.2.8p3. > > Relnotes: yes Approved by: re (?) This should read: re (gjb), sorry I notice this too late. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.1.6 (FreeBSD) iQIcBAEBCgAGBQJVprOSAAoJEJW2GBstM+nsykcQAIjMS8v0XXaKDCts4tpFAE95 AwVYNv6t9P7vWt9roR0FAnvShxtFi8+MdPpf+cb+vuo5iaxTYD749q0A3+0sMWar NWnrcz3e6az/zp8/A49RFbGUgj7y8f/lLcOoMQvhJtcKoDWROqP6aT0kRwjrkhli RTHYV9deJOBDkH2SUc4T32s5GPVq40pnPeMmwOTqep8AfRlWM/tLAnIzwIYPCxyU NiQtDZyvtWs9cy/QUaT2kKjzAl32bFK/qQY7NfHAcXbXZTFQlDwhmafMFReVtqbs BJHZnaFDjMDI0xLso20j91T7eItgRsMZ22Br8f2tNLDvS5AeyZoHsI+7UMOX8Mce Gdjux9M4r/VMQkivGwa7JrkcHegletzcVGS5YDD1RjVmiZaRUBOQdXTPbfqMHobK Iip2OCx3lkAwoc3wv5bB0M+FOLlwXbVPhF6jI27scz+sBhp389eEdswFsvLlejby 7QPJvXTKV8qQ9vmLmQ9wPRmhWUpwjW/Rzg8tQs72QrwE3zeeoHCfYIQrz7m24DB0 YueAYb+AmXAISDUPThgZMzfGODYjM5JjdfZKFx/pmbi1YYt310ryCVqEBuwzviQF SWGXmzdZK5WtxjOMtTpNXcQw7Lf2dU++tZpppjXzqOVFinnk7Ka4JUTBUZfw6hZg b35RAhosLDkDUYSHrTEo =5Rtb -----END PGP SIGNATURE----- From owner-svn-src-stable@freebsd.org Wed Jul 15 19:38:15 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59AE59A2736; Wed, 15 Jul 2015 19:38:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48E90123F; Wed, 15 Jul 2015 19:38:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FJcFlD036637; Wed, 15 Jul 2015 19:38:15 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FJcFZS036636; Wed, 15 Jul 2015 19:38:15 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507151938.t6FJcFZS036636@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 15 Jul 2015 19:38:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285613 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 19:38:15 -0000 Author: delphij Date: Wed Jul 15 19:38:14 2015 New Revision: 285613 URL: https://svnweb.freebsd.org/changeset/base/285613 Log: Document r285612, MFC of ntp 4.2.8p3. Approved by: re (gjb) Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed Jul 15 19:21:26 2015 (r285612) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Wed Jul 15 19:38:14 2015 (r285613) @@ -266,6 +266,9 @@ OpenSSL has been updated to version 1.0.1p. + + The ntp + suite has been updated to version 4.2.8p3. From owner-svn-src-stable@freebsd.org Wed Jul 15 21:09:39 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50C7E9A2B7C; Wed, 15 Jul 2015 21:09:39 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 408591A3C; Wed, 15 Jul 2015 21:09:39 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FL9dOR081921; Wed, 15 Jul 2015 21:09:39 GMT (envelope-from ae@FreeBSD.org) Received: (from ae@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FL9dAl081920; Wed, 15 Jul 2015 21:09:39 GMT (envelope-from ae@FreeBSD.org) Message-Id: <201507152109.t6FL9dAl081920@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: ae set sender to ae@FreeBSD.org using -f From: "Andrey V. Elsukov" Date: Wed, 15 Jul 2015 21:09:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285614 - stable/10/sys/netipsec X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 21:09:39 -0000 Author: ae Date: Wed Jul 15 21:09:38 2015 New Revision: 285614 URL: https://svnweb.freebsd.org/changeset/base/285614 Log: MFC r285204: Fill the port and protocol information in the SADB_ACQUIRE message in case when security policy has it as required by RFC 2367. PR: 192774 Approved by: re (delphij) Modified: stable/10/sys/netipsec/key.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/netipsec/key.c ============================================================================== --- stable/10/sys/netipsec/key.c Wed Jul 15 19:38:14 2015 (r285613) +++ stable/10/sys/netipsec/key.c Wed Jul 15 21:09:38 2015 (r285614) @@ -6149,16 +6149,21 @@ key_getprop(const struct secasindex *sai static int key_acquire(const struct secasindex *saidx, struct secpolicy *sp) { - struct mbuf *result = NULL, *m; + union sockaddr_union addr; + struct mbuf *result, *m; struct secacq *newacq; - u_int8_t satype; - int error = -1; u_int32_t seq; + int error; + u_int16_t ul_proto; + u_int8_t mask, satype; IPSEC_ASSERT(saidx != NULL, ("null saidx")); satype = key_proto2satype(saidx->proto); IPSEC_ASSERT(satype != 0, ("null satype, protocol %u", saidx->proto)); + error = -1; + result = NULL; + ul_proto = IPSEC_ULPROTO_ANY; /* * We never do anything about acquirng SA. There is anather * solution that kernel blocks to send SADB_ACQUIRE message until @@ -6195,17 +6200,64 @@ key_acquire(const struct secasindex *sai * anything related to NAT-T at this time. */ - /* set sadb_address for saidx's. */ - m = key_setsadbaddr(SADB_EXT_ADDRESS_SRC, - &saidx->src.sa, FULLMASK, IPSEC_ULPROTO_ANY); + /* + * set sadb_address for saidx's. + * + * Note that if sp is supplied, then we're being called from + * key_checkrequest and should supply port and protocol information. + */ + if (sp != NULL && (sp->spidx.ul_proto == IPPROTO_TCP || + sp->spidx.ul_proto == IPPROTO_UDP)) + ul_proto = sp->spidx.ul_proto; + + addr = saidx->src; + mask = FULLMASK; + if (ul_proto != IPSEC_ULPROTO_ANY) { + switch (sp->spidx.src.sa.sa_family) { + case AF_INET: + if (sp->spidx.src.sin.sin_port != IPSEC_PORT_ANY) { + addr.sin.sin_port = sp->spidx.src.sin.sin_port; + mask = sp->spidx.prefs; + } + break; + case AF_INET6: + if (sp->spidx.src.sin6.sin6_port != IPSEC_PORT_ANY) { + addr.sin6.sin6_port = sp->spidx.src.sin6.sin6_port; + mask = sp->spidx.prefs; + } + break; + default: + break; + } + } + m = key_setsadbaddr(SADB_EXT_ADDRESS_SRC, &addr.sa, mask, ul_proto); if (!m) { error = ENOBUFS; goto fail; } m_cat(result, m); - m = key_setsadbaddr(SADB_EXT_ADDRESS_DST, - &saidx->dst.sa, FULLMASK, IPSEC_ULPROTO_ANY); + addr = saidx->dst; + mask = FULLMASK; + if (ul_proto != IPSEC_ULPROTO_ANY) { + switch (sp->spidx.dst.sa.sa_family) { + case AF_INET: + if (sp->spidx.dst.sin.sin_port != IPSEC_PORT_ANY) { + addr.sin.sin_port = sp->spidx.dst.sin.sin_port; + mask = sp->spidx.prefd; + } + break; + case AF_INET6: + if (sp->spidx.dst.sin6.sin6_port != IPSEC_PORT_ANY) { + addr.sin6.sin6_port = sp->spidx.dst.sin6.sin6_port; + mask = sp->spidx.prefd; + } + break; + default: + break; + } + } + m = key_setsadbaddr(SADB_EXT_ADDRESS_DST, &addr.sa, mask, ul_proto); if (!m) { error = ENOBUFS; goto fail; From owner-svn-src-stable@freebsd.org Thu Jul 16 09:08:37 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A327F9A20CF; Thu, 16 Jul 2015 09:08:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9297E1029; Thu, 16 Jul 2015 09:08:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6G98bRQ088349; Thu, 16 Jul 2015 09:08:37 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6G98boT088348; Thu, 16 Jul 2015 09:08:37 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201507160908.t6G98boT088348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Thu, 16 Jul 2015 09:08:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285624 - stable/9/sys/compat/ndis X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 09:08:37 -0000 Author: brueffer Date: Thu Jul 16 09:08:36 2015 New Revision: 285624 URL: https://svnweb.freebsd.org/changeset/base/285624 Log: MFC: r232509 by brucec Fix race condition in KfRaiseIrql(). After getting the current irql, if the kthread gets preempted and subsequently runs on a different CPU, the saved irql could be wrong. Also, correct the panic string. PR: kern/165630 Submitted by: Vladislav Movchan Modified: stable/9/sys/compat/ndis/subr_hal.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/compat/ndis/subr_hal.c ============================================================================== --- stable/9/sys/compat/ndis/subr_hal.c Thu Jul 16 08:03:23 2015 (r285623) +++ stable/9/sys/compat/ndis/subr_hal.c Thu Jul 16 09:08:36 2015 (r285624) @@ -392,16 +392,18 @@ KfRaiseIrql(uint8_t irql) { uint8_t oldirql; + sched_pin(); oldirql = KeGetCurrentIrql(); /* I am so going to hell for this. */ if (oldirql > irql) - panic("IRQL_NOT_LESS_THAN"); + panic("IRQL_NOT_LESS_THAN_OR_EQUAL"); - if (oldirql != DISPATCH_LEVEL) { - sched_pin(); + if (oldirql != DISPATCH_LEVEL) mtx_lock(&disp_lock[curthread->td_oncpu]); - } + else + sched_unpin(); + /*printf("RAISE IRQL: %d %d\n", irql, oldirql);*/ return (oldirql); From owner-svn-src-stable@freebsd.org Thu Jul 16 14:42:01 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDFC79A19C7; Thu, 16 Jul 2015 14:42:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD3861F29; Thu, 16 Jul 2015 14:42:00 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6GEg0bd027326; Thu, 16 Jul 2015 14:42:00 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6GEfxOH027316; Thu, 16 Jul 2015 14:41:59 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201507161441.t6GEfxOH027316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Thu, 16 Jul 2015 14:41:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285634 - in stable/10/sys: amd64/include mips/include vm X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 14:42:01 -0000 Author: kib Date: Thu Jul 16 14:41:58 2015 New Revision: 285634 URL: https://svnweb.freebsd.org/changeset/base/285634 Log: MFC r276439 (by alc): Make the creation of the free lists dynamic, i.e., it is based on the available physical memory at boot time. For amd64 systems with 64 GB or more of physical memory, create free lists for managing pages with physical addresses below 4 GB. PR: 185727 Requested by: alc Approved by: re (gjb) Modified: stable/10/sys/amd64/include/vmparam.h stable/10/sys/mips/include/vmparam.h stable/10/sys/vm/vm_phys.c stable/10/sys/vm/vm_phys.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/amd64/include/vmparam.h ============================================================================== --- stable/10/sys/amd64/include/vmparam.h Thu Jul 16 14:30:11 2015 (r285633) +++ stable/10/sys/amd64/include/vmparam.h Thu Jul 16 14:41:58 2015 (r285634) @@ -101,14 +101,22 @@ #define VM_FREEPOOL_DIRECT 1 /* - * Create two free page lists: VM_FREELIST_DEFAULT is for physical - * pages that are above the largest physical address that is - * accessible by ISA DMA and VM_FREELIST_ISADMA is for physical pages - * that are below that address. + * Create up to three free page lists: VM_FREELIST_DMA32 is for physical pages + * that have physical addresses below 4G but are not accessible by ISA DMA, + * and VM_FREELIST_ISADMA is for physical pages that are accessible by ISA + * DMA. */ -#define VM_NFREELIST 2 +#define VM_NFREELIST 3 #define VM_FREELIST_DEFAULT 0 -#define VM_FREELIST_ISADMA 1 +#define VM_FREELIST_DMA32 1 +#define VM_FREELIST_ISADMA 2 + +/* + * Create the DMA32 free list only if the number of physical pages above + * physical address 4G is at least 16M, which amounts to 64GB of physical + * memory. + */ +#define VM_DMA32_NPAGES_THRESHOLD 16777216 /* * An allocation size of 16MB is supported in order to optimize the Modified: stable/10/sys/mips/include/vmparam.h ============================================================================== --- stable/10/sys/mips/include/vmparam.h Thu Jul 16 14:30:11 2015 (r285633) +++ stable/10/sys/mips/include/vmparam.h Thu Jul 16 14:41:58 2015 (r285634) @@ -160,13 +160,11 @@ #define VM_FREEPOOL_DIRECT 1 /* - * we support 2 free lists: - * - * - DEFAULT for direct mapped (KSEG0) pages. - * Note: This usage of DEFAULT may be misleading because we use - * DEFAULT for allocating direct mapped pages. The normal page - * allocations use HIGHMEM if available, and then DEFAULT. - * - HIGHMEM for other pages + * Create up to two free lists on !__mips_n64: VM_FREELIST_DEFAULT is for + * physical pages that are above the largest physical address that is + * accessible through the direct map (KSEG0) and VM_FREELIST_LOWMEM is for + * physical pages that are below that address. VM_LOWMEM_BOUNDARY is the + * physical address for the end of the direct map (KSEG0). */ #ifdef __mips_n64 #define VM_NFREELIST 1 @@ -174,10 +172,10 @@ #define VM_FREELIST_DIRECT VM_FREELIST_DEFAULT #else #define VM_NFREELIST 2 -#define VM_FREELIST_DEFAULT 1 -#define VM_FREELIST_HIGHMEM 0 -#define VM_FREELIST_DIRECT VM_FREELIST_DEFAULT -#define VM_HIGHMEM_ADDRESS ((vm_paddr_t)0x20000000) +#define VM_FREELIST_DEFAULT 0 +#define VM_FREELIST_LOWMEM 1 +#define VM_FREELIST_DIRECT VM_FREELIST_LOWMEM +#define VM_LOWMEM_BOUNDARY ((vm_paddr_t)0x20000000) #endif /* Modified: stable/10/sys/vm/vm_phys.c ============================================================================== --- stable/10/sys/vm/vm_phys.c Thu Jul 16 14:30:11 2015 (r285633) +++ stable/10/sys/vm/vm_phys.c Thu Jul 16 14:41:58 2015 (r285634) @@ -87,7 +87,32 @@ MALLOC_DEFINE(M_FICT_PAGES, "vm_fictitio static struct vm_freelist vm_phys_free_queues[MAXMEMDOM][VM_NFREELIST][VM_NFREEPOOL][VM_NFREEORDER]; -static int vm_nfreelists = VM_FREELIST_DEFAULT + 1; +static int vm_nfreelists; + +/* + * Provides the mapping from VM_FREELIST_* to free list indices (flind). + */ +static int vm_freelist_to_flind[VM_NFREELIST]; + +CTASSERT(VM_FREELIST_DEFAULT == 0); + +#ifdef VM_FREELIST_ISADMA +#define VM_ISADMA_BOUNDARY 16777216 +#endif +#ifdef VM_FREELIST_DMA32 +#define VM_DMA32_BOUNDARY ((vm_paddr_t)1 << 32) +#endif + +/* + * Enforce the assumptions made by vm_phys_add_seg() and vm_phys_init() about + * the ordering of the free list boundaries. + */ +#if defined(VM_ISADMA_BOUNDARY) && defined(VM_LOWMEM_BOUNDARY) +CTASSERT(VM_ISADMA_BOUNDARY < VM_LOWMEM_BOUNDARY); +#endif +#if defined(VM_LOWMEM_BOUNDARY) && defined(VM_DMA32_BOUNDARY) +CTASSERT(VM_LOWMEM_BOUNDARY < VM_DMA32_BOUNDARY); +#endif static int cnt_prezero; SYSCTL_INT(_vm_stats_misc, OID_AUTO, cnt_prezero, CTLFLAG_RD, @@ -106,9 +131,8 @@ SYSCTL_INT(_vm, OID_AUTO, ndomains, CTLF static vm_page_t vm_phys_alloc_domain_pages(int domain, int flind, int pool, int order); -static void _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind, - int domain); -static void vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind); +static void _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain); +static void vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end); static int vm_phys_paddr_to_segind(vm_paddr_t pa); static void vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl, int order); @@ -243,7 +267,7 @@ vm_freelist_rem(struct vm_freelist *fl, * Create a physical memory segment. */ static void -_vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind, int domain) +_vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain) { struct vm_phys_seg *seg; @@ -259,16 +283,15 @@ _vm_phys_create_seg(vm_paddr_t start, vm seg->start = start; seg->end = end; seg->domain = domain; - seg->free_queues = &vm_phys_free_queues[domain][flind]; } static void -vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind) +vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end) { int i; if (mem_affinity == NULL) { - _vm_phys_create_seg(start, end, flind, 0); + _vm_phys_create_seg(start, end, 0); return; } @@ -281,11 +304,11 @@ vm_phys_create_seg(vm_paddr_t start, vm_ panic("No affinity info for start %jx", (uintmax_t)start); if (mem_affinity[i].end >= end) { - _vm_phys_create_seg(start, end, flind, + _vm_phys_create_seg(start, end, mem_affinity[i].domain); break; } - _vm_phys_create_seg(start, mem_affinity[i].end, flind, + _vm_phys_create_seg(start, mem_affinity[i].end, mem_affinity[i].domain); start = mem_affinity[i].end; } @@ -297,64 +320,149 @@ vm_phys_create_seg(vm_paddr_t start, vm_ void vm_phys_add_seg(vm_paddr_t start, vm_paddr_t end) { + vm_paddr_t paddr; KASSERT((start & PAGE_MASK) == 0, ("vm_phys_define_seg: start is not page aligned")); KASSERT((end & PAGE_MASK) == 0, ("vm_phys_define_seg: end is not page aligned")); + + /* + * Split the physical memory segment if it spans two or more free + * list boundaries. + */ + paddr = start; #ifdef VM_FREELIST_ISADMA - if (start < 16777216) { - if (end > 16777216) { - vm_phys_create_seg(start, 16777216, - VM_FREELIST_ISADMA); - vm_phys_create_seg(16777216, end, VM_FREELIST_DEFAULT); - } else - vm_phys_create_seg(start, end, VM_FREELIST_ISADMA); - if (VM_FREELIST_ISADMA >= vm_nfreelists) - vm_nfreelists = VM_FREELIST_ISADMA + 1; - } else + if (paddr < VM_ISADMA_BOUNDARY && end > VM_ISADMA_BOUNDARY) { + vm_phys_create_seg(paddr, VM_ISADMA_BOUNDARY); + paddr = VM_ISADMA_BOUNDARY; + } #endif -#ifdef VM_FREELIST_HIGHMEM - if (end > VM_HIGHMEM_ADDRESS) { - if (start < VM_HIGHMEM_ADDRESS) { - vm_phys_create_seg(start, VM_HIGHMEM_ADDRESS, - VM_FREELIST_DEFAULT); - vm_phys_create_seg(VM_HIGHMEM_ADDRESS, end, - VM_FREELIST_HIGHMEM); - } else - vm_phys_create_seg(start, end, VM_FREELIST_HIGHMEM); - if (VM_FREELIST_HIGHMEM >= vm_nfreelists) - vm_nfreelists = VM_FREELIST_HIGHMEM + 1; - } else +#ifdef VM_FREELIST_LOWMEM + if (paddr < VM_LOWMEM_BOUNDARY && end > VM_LOWMEM_BOUNDARY) { + vm_phys_create_seg(paddr, VM_LOWMEM_BOUNDARY); + paddr = VM_LOWMEM_BOUNDARY; + } #endif - vm_phys_create_seg(start, end, VM_FREELIST_DEFAULT); +#ifdef VM_FREELIST_DMA32 + if (paddr < VM_DMA32_BOUNDARY && end > VM_DMA32_BOUNDARY) { + vm_phys_create_seg(paddr, VM_DMA32_BOUNDARY); + paddr = VM_DMA32_BOUNDARY; + } +#endif + vm_phys_create_seg(paddr, end); } /* * Initialize the physical memory allocator. + * + * Requires that vm_page_array is initialized! */ void vm_phys_init(void) { struct vm_freelist *fl; struct vm_phys_seg *seg; -#ifdef VM_PHYSSEG_SPARSE - long pages; + u_long npages; + int dom, flind, freelist, oind, pind, segind; + + /* + * Compute the number of free lists, and generate the mapping from the + * manifest constants VM_FREELIST_* to the free list indices. + * + * Initially, the entries of vm_freelist_to_flind[] are set to either + * 0 or 1 to indicate which free lists should be created. + */ + npages = 0; + for (segind = vm_phys_nsegs - 1; segind >= 0; segind--) { + seg = &vm_phys_segs[segind]; +#ifdef VM_FREELIST_ISADMA + if (seg->end <= VM_ISADMA_BOUNDARY) + vm_freelist_to_flind[VM_FREELIST_ISADMA] = 1; + else +#endif +#ifdef VM_FREELIST_LOWMEM + if (seg->end <= VM_LOWMEM_BOUNDARY) + vm_freelist_to_flind[VM_FREELIST_LOWMEM] = 1; + else +#endif +#ifdef VM_FREELIST_DMA32 + if ( +#ifdef VM_DMA32_NPAGES_THRESHOLD + /* + * Create the DMA32 free list only if the amount of + * physical memory above physical address 4G exceeds the + * given threshold. + */ + npages > VM_DMA32_NPAGES_THRESHOLD && #endif - int dom, flind, oind, pind, segind; + seg->end <= VM_DMA32_BOUNDARY) + vm_freelist_to_flind[VM_FREELIST_DMA32] = 1; + else +#endif + { + npages += atop(seg->end - seg->start); + vm_freelist_to_flind[VM_FREELIST_DEFAULT] = 1; + } + } + /* Change each entry into a running total of the free lists. */ + for (freelist = 1; freelist < VM_NFREELIST; freelist++) { + vm_freelist_to_flind[freelist] += + vm_freelist_to_flind[freelist - 1]; + } + vm_nfreelists = vm_freelist_to_flind[VM_NFREELIST - 1]; + KASSERT(vm_nfreelists > 0, ("vm_phys_init: no free lists")); + /* Change each entry into a free list index. */ + for (freelist = 0; freelist < VM_NFREELIST; freelist++) + vm_freelist_to_flind[freelist]--; + /* + * Initialize the first_page and free_queues fields of each physical + * memory segment. + */ #ifdef VM_PHYSSEG_SPARSE - pages = 0; + npages = 0; #endif for (segind = 0; segind < vm_phys_nsegs; segind++) { seg = &vm_phys_segs[segind]; #ifdef VM_PHYSSEG_SPARSE - seg->first_page = &vm_page_array[pages]; - pages += atop(seg->end - seg->start); + seg->first_page = &vm_page_array[npages]; + npages += atop(seg->end - seg->start); #else seg->first_page = PHYS_TO_VM_PAGE(seg->start); #endif +#ifdef VM_FREELIST_ISADMA + if (seg->end <= VM_ISADMA_BOUNDARY) { + flind = vm_freelist_to_flind[VM_FREELIST_ISADMA]; + KASSERT(flind >= 0, + ("vm_phys_init: ISADMA flind < 0")); + } else +#endif +#ifdef VM_FREELIST_LOWMEM + if (seg->end <= VM_LOWMEM_BOUNDARY) { + flind = vm_freelist_to_flind[VM_FREELIST_LOWMEM]; + KASSERT(flind >= 0, + ("vm_phys_init: LOWMEM flind < 0")); + } else +#endif +#ifdef VM_FREELIST_DMA32 + if (seg->end <= VM_DMA32_BOUNDARY) { + flind = vm_freelist_to_flind[VM_FREELIST_DMA32]; + KASSERT(flind >= 0, + ("vm_phys_init: DMA32 flind < 0")); + } else +#endif + { + flind = vm_freelist_to_flind[VM_FREELIST_DEFAULT]; + KASSERT(flind >= 0, + ("vm_phys_init: DEFAULT flind < 0")); + } + seg->free_queues = &vm_phys_free_queues[seg->domain][flind]; } + + /* + * Initialize the free queues. + */ for (dom = 0; dom < vm_ndomains; dom++) { for (flind = 0; flind < vm_nfreelists; flind++) { for (pind = 0; pind < VM_NFREEPOOL; pind++) { @@ -444,25 +552,29 @@ vm_phys_alloc_pages(int pool, int order) } /* - * Find and dequeue a free page on the given free list, with the - * specified pool and order + * Allocate a contiguous, power of two-sized set of physical pages from the + * specified free list. The free list must be specified using one of the + * manifest constants VM_FREELIST_*. + * + * The free page queues must be locked. */ vm_page_t -vm_phys_alloc_freelist_pages(int flind, int pool, int order) +vm_phys_alloc_freelist_pages(int freelist, int pool, int order) { vm_page_t m; int dom, domain; - KASSERT(flind < VM_NFREELIST, - ("vm_phys_alloc_freelist_pages: freelist %d is out of range", flind)); + KASSERT(freelist < VM_NFREELIST, + ("vm_phys_alloc_freelist_pages: freelist %d is out of range", + freelist)); KASSERT(pool < VM_NFREEPOOL, ("vm_phys_alloc_freelist_pages: pool %d is out of range", pool)); KASSERT(order < VM_NFREEORDER, ("vm_phys_alloc_freelist_pages: order %d is out of range", order)); - for (dom = 0; dom < vm_ndomains; dom++) { domain = vm_rr_selectdomain(); - m = vm_phys_alloc_domain_pages(domain, flind, pool, order); + m = vm_phys_alloc_domain_pages(domain, + vm_freelist_to_flind[freelist], pool, order); if (m != NULL) return (m); } Modified: stable/10/sys/vm/vm_phys.h ============================================================================== --- stable/10/sys/vm/vm_phys.h Thu Jul 16 14:30:11 2015 (r285633) +++ stable/10/sys/vm/vm_phys.h Thu Jul 16 14:41:58 2015 (r285634) @@ -72,7 +72,7 @@ void vm_phys_add_page(vm_paddr_t pa); void vm_phys_add_seg(vm_paddr_t start, vm_paddr_t end); vm_page_t vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary); -vm_page_t vm_phys_alloc_freelist_pages(int flind, int pool, int order); +vm_page_t vm_phys_alloc_freelist_pages(int freelist, int pool, int order); vm_page_t vm_phys_alloc_pages(int pool, int order); boolean_t vm_phys_domain_intersects(long mask, vm_paddr_t low, vm_paddr_t high); int vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end, From owner-svn-src-stable@freebsd.org Thu Jul 16 15:13:19 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1564B9A31FD; Thu, 16 Jul 2015 15:13:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05C8A1647; Thu, 16 Jul 2015 15:13:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6GFDI1b039668; Thu, 16 Jul 2015 15:13:18 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6GFDIcI039667; Thu, 16 Jul 2015 15:13:18 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201507161513.t6GFDIcI039667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Thu, 16 Jul 2015 15:13:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285635 - stable/10/sys/vm X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 15:13:19 -0000 Author: kib Date: Thu Jul 16 15:13:17 2015 New Revision: 285635 URL: https://svnweb.freebsd.org/changeset/base/285635 Log: MFC r284207 (by alc): Correct a type error in kmem_unback(). Requested by: alc Approved by: re (gjb) Modified: stable/10/sys/vm/vm_kern.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/vm/vm_kern.c ============================================================================== --- stable/10/sys/vm/vm_kern.c Thu Jul 16 14:41:58 2015 (r285634) +++ stable/10/sys/vm/vm_kern.c Thu Jul 16 15:13:17 2015 (r285635) @@ -391,8 +391,7 @@ void kmem_unback(vm_object_t object, vm_offset_t addr, vm_size_t size) { vm_page_t m; - vm_offset_t offset; - int i; + vm_offset_t i, offset; KASSERT(object == kmem_object || object == kernel_object, ("kmem_unback: only supports kernel objects.")); From owner-svn-src-stable@freebsd.org Fri Jul 17 00:00:05 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 309729A3513; Fri, 17 Jul 2015 00:00:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20E6D1218; Fri, 17 Jul 2015 00:00:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6H004Z0057613; Fri, 17 Jul 2015 00:00:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6H004Bg057612; Fri, 17 Jul 2015 00:00:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507170000.t6H004Bg057612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 17 Jul 2015 00:00:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285646 - stable/10/sys/conf X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 00:00:05 -0000 Author: gjb Date: Fri Jul 17 00:00:04 2015 New Revision: 285646 URL: https://svnweb.freebsd.org/changeset/base/285646 Log: Update stable/10 to BETA2 in preparation for 10.2-BETA2 builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/conf/newvers.sh Modified: stable/10/sys/conf/newvers.sh ============================================================================== --- stable/10/sys/conf/newvers.sh Thu Jul 16 23:38:12 2015 (r285645) +++ stable/10/sys/conf/newvers.sh Fri Jul 17 00:00:04 2015 (r285646) @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.2" -BRANCH="BETA1" +BRANCH="BETA2" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi From owner-svn-src-stable@freebsd.org Sat Jul 18 01:29:29 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0141C9A4965; Sat, 18 Jul 2015 01:29:29 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D901C1FF3; Sat, 18 Jul 2015 01:29:28 +0000 (UTC) (envelope-from pkelsey@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6I1TS6d088820; Sat, 18 Jul 2015 01:29:28 GMT (envelope-from pkelsey@FreeBSD.org) Received: (from pkelsey@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6I1TSRF088819; Sat, 18 Jul 2015 01:29:28 GMT (envelope-from pkelsey@FreeBSD.org) Message-Id: <201507180129.t6I1TSRF088819@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkelsey set sender to pkelsey@FreeBSD.org using -f From: Patrick Kelsey Date: Sat, 18 Jul 2015 01:29:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285665 - stable/10/contrib/tcpdump X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 01:29:29 -0000 Author: pkelsey Date: Sat Jul 18 01:29:27 2015 New Revision: 285665 URL: https://svnweb.freebsd.org/changeset/base/285665 Log: MFC r285275 (only the part that fixes PR 199568): Obtain proper capsicum rights for dump files so rotation of such files works when requested. This is equivalent to cherry picking the following upstream commits: commit c6d472bf63488b0c2ab7ab9f4b32c68dd2c8ea2b commit f08eb851eedf9775e6485ab75c0d8cf8d1306be6 commit d83a284abc80d3d09f6bddd087760bb1b01d9cc7 PR: 199568 Approved by: re Modified: stable/10/contrib/tcpdump/tcpdump.c Modified: stable/10/contrib/tcpdump/tcpdump.c ============================================================================== --- stable/10/contrib/tcpdump/tcpdump.c Sat Jul 18 00:57:30 2015 (r285664) +++ stable/10/contrib/tcpdump/tcpdump.c Sat Jul 18 01:29:27 2015 (r285665) @@ -684,6 +684,76 @@ get_next_file(FILE *VFile, char *ptr) return ret; } +#ifdef __FreeBSD__ +/* + * Ensure that, on a dump file's descriptor, we have all the rights + * necessary to make the standard I/O library work with an fdopen()ed + * FILE * from that descriptor. + * + * A long time ago, in a galaxy far far away, AT&T decided that, instead + * of providing separate APIs for getting and setting the FD_ flags on a + * descriptor, getting and setting the O_ flags on a descriptor, and + * locking files, they'd throw them all into a kitchen-sink fcntl() call + * along the lines of ioctl(), the fact that ioctl() operations are + * largely specific to particular character devices but fcntl() operations + * are either generic to all descriptors or generic to all descriptors for + * regular files nonwithstanding. + * + * The Capsicum people decided that fine-grained control of descriptor + * operations was required, so that you need to grant permission for + * reading, writing, seeking, and fcntl-ing. The latter, courtesy of + * AT&T's decision, means that "fcntl-ing" isn't a thing, but a motley + * collection of things, so there are *individual* fcntls for which + * permission needs to be granted. + * + * The FreeBSD standard I/O people implemented some optimizations that + * requires that the standard I/O routines be able to determine whether + * the descriptor for the FILE * is open append-only or not; as that + * descriptor could have come from an open() rather than an fopen(), + * that requires that it be able to do an F_GETFL fcntl() to read + * the O_ flags. + * + * Tcpdump uses ftell() to determine how much data has been written + * to a file in order to, when used with -C, determine when it's time + * to rotate capture files. ftell() therefore needs to do an lseek() + * to find out the file offset and must, thanks to the aforementioned + * optimization, also know whether the descriptor is open append-only + * or not. + * + * The net result of all the above is that we need to grant CAP_SEEK, + * CAP_WRITE, and CAP_FCNTL with the CAP_FCNTL_GETFL subcapability. + * + * Perhaps this is the universe's way of saying that either + * + * 1) there needs to be an fopenat() call and a pcap_dump_openat() call + * using it, so that Capsicum-capable tcpdump wouldn't need to do + * an fdopen() + * + * or + * + * 2) there needs to be a cap_fdopen() call in the FreeBSD standard + * I/O library that knows what rights are needed by the standard + * I/O library, based on the open mode, and assigns them, perhaps + * with an additional argument indicating, for example, whether + * seeking should be allowed, so that tcpdump doesn't need to know + * what the standard I/O library happens to require this week. + */ +static void +set_dumper_capsicum_rights(pcap_dumper_t *p) +{ + int fd = fileno(pcap_dump_file(p)); + cap_rights_t rights; + + cap_rights_init(&rights, CAP_SEEK, CAP_WRITE, CAP_FCNTL); + if (cap_rights_limit(fd, &rights) < 0 && errno != ENOSYS) { + error("unable to limit dump descriptor"); + } + if (cap_fcntls_limit(fd, CAP_FCNTL_GETFL) < 0 && errno != ENOSYS) { + error("unable to limit dump descriptor fcntls"); + } +} +#endif + int main(int argc, char **argv) { @@ -1524,11 +1594,7 @@ main(int argc, char **argv) if (p == NULL) error("%s", pcap_geterr(pd)); #ifdef __FreeBSD__ - cap_rights_init(&rights, CAP_SEEK, CAP_WRITE); - if (cap_rights_limit(fileno(pcap_dump_file(p)), &rights) < 0 && - errno != ENOSYS) { - error("unable to limit dump descriptor"); - } + set_dumper_capsicum_rights(p); #endif if (Cflag != 0 || Gflag != 0) { #ifdef __FreeBSD__ @@ -1545,6 +1611,10 @@ main(int argc, char **argv) errno != ENOSYS) { error("unable to limit directory rights"); } + if (cap_fcntls_limit(fileno(pcap_dump_file(p)), CAP_FCNTL_GETFL) < 0 && + errno != ENOSYS) { + error("unable to limit dump descriptor fcntls"); + } #else /* !__FreeBSD__ */ dumpinfo.WFileName = WFileName; #endif @@ -1839,9 +1909,6 @@ static void dump_packet_and_trunc(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) { struct dump_info *dump_info; -#ifdef __FreeBSD__ - cap_rights_t rights; -#endif ++packets_captured; @@ -1945,11 +2012,7 @@ dump_packet_and_trunc(u_char *user, cons if (dump_info->p == NULL) error("%s", pcap_geterr(pd)); #ifdef __FreeBSD__ - cap_rights_init(&rights, CAP_SEEK, CAP_WRITE); - if (cap_rights_limit(fileno(pcap_dump_file(dump_info->p)), - &rights) < 0 && errno != ENOSYS) { - error("unable to limit dump descriptor"); - } + set_dumper_capsicum_rights(dump_info->p); #endif } } @@ -2006,11 +2069,7 @@ dump_packet_and_trunc(u_char *user, cons if (dump_info->p == NULL) error("%s", pcap_geterr(pd)); #ifdef __FreeBSD__ - cap_rights_init(&rights, CAP_SEEK, CAP_WRITE); - if (cap_rights_limit(fileno(pcap_dump_file(dump_info->p)), - &rights) < 0 && errno != ENOSYS) { - error("unable to limit dump descriptor"); - } + set_dumper_capsicum_rights(dump_info->p); #endif } From owner-svn-src-stable@freebsd.org Sat Jul 18 04:49:38 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0832B9A4F08; Sat, 18 Jul 2015 04:49:38 +0000 (UTC) (envelope-from hiren@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C88E31697; Sat, 18 Jul 2015 04:49:37 +0000 (UTC) (envelope-from hiren@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6I4nbi3076511; Sat, 18 Jul 2015 04:49:37 GMT (envelope-from hiren@FreeBSD.org) Received: (from hiren@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6I4nbIE076510; Sat, 18 Jul 2015 04:49:37 GMT (envelope-from hiren@FreeBSD.org) Message-Id: <201507180449.t6I4nbIE076510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hiren set sender to hiren@FreeBSD.org using -f From: Hiren Panchasara Date: Sat, 18 Jul 2015 04:49:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r285668 - stable/10/sys/dev/ixgbe X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 04:49:38 -0000 Author: hiren Date: Sat Jul 18 04:49:36 2015 New Revision: 285668 URL: https://svnweb.freebsd.org/changeset/base/285668 Log: Loader tunable fetching has been broken on stable/10 since ix(4) rewrite introduced by r280182. FreeBSD-head doesn't need TUNABLE_INT() now with SYSCTL_INT() but stable/10 still does. Note: This is a direct commit to stable/10. PR: 201644 Reviewed by: erj Approved by: re (gjb) Sponsored by: Limelight Networks Modified: stable/10/sys/dev/ixgbe/if_ix.c Modified: stable/10/sys/dev/ixgbe/if_ix.c ============================================================================== --- stable/10/sys/dev/ixgbe/if_ix.c Sat Jul 18 04:38:11 2015 (r285667) +++ stable/10/sys/dev/ixgbe/if_ix.c Sat Jul 18 04:49:36 2015 (r285668) @@ -237,10 +237,12 @@ static SYSCTL_NODE(_hw, OID_AUTO, ix, CT ** traffic for that interrupt vector */ static int ixgbe_enable_aim = TRUE; +TUNABLE_INT("hw.ix.enable_aim", &ixgbe_enable_aim); SYSCTL_INT(_hw_ix, OID_AUTO, enable_aim, CTLFLAG_RWTUN, &ixgbe_enable_aim, 0, "Enable adaptive interrupt moderation"); static int ixgbe_max_interrupt_rate = (4000000 / IXGBE_LOW_LATENCY); +TUNABLE_INT("hw.ix.max_interrupt_rate", &ixgbe_max_interrupt_rate); SYSCTL_INT(_hw_ix, OID_AUTO, max_interrupt_rate, CTLFLAG_RDTUN, &ixgbe_max_interrupt_rate, 0, "Maximum interrupts per second"); @@ -274,6 +276,7 @@ static int ixgbe_smart_speed = ixgbe_sma * but this allows it to be forced off for testing. */ static int ixgbe_enable_msix = 1; +TUNABLE_INT("hw.ix.enable_msix", &ixgbe_enable_msix); SYSCTL_INT(_hw_ix, OID_AUTO, enable_msix, CTLFLAG_RDTUN, &ixgbe_enable_msix, 0, "Enable MSI-X interrupts"); @@ -284,6 +287,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, enable_msix * can be overriden manually here. */ static int ixgbe_num_queues = 0; +TUNABLE_INT("hw.ix.num_queues", &ixgbe_num_queues); SYSCTL_INT(_hw_ix, OID_AUTO, num_queues, CTLFLAG_RDTUN, &ixgbe_num_queues, 0, "Number of queues to configure up to a maximum of 8; " "0 indicates autoconfigure"); @@ -294,11 +298,13 @@ SYSCTL_INT(_hw_ix, OID_AUTO, num_queues, ** the better performing choice. */ static int ixgbe_txd = PERFORM_TXD; +TUNABLE_INT("hw.ix.txd", &ixgbe_txd); SYSCTL_INT(_hw_ix, OID_AUTO, txd, CTLFLAG_RDTUN, &ixgbe_txd, 0, "Number of transmit descriptors per queue"); /* Number of RX descriptors per ring */ static int ixgbe_rxd = PERFORM_RXD; +TUNABLE_INT("hw.ix.rxd", &ixgbe_rxd); SYSCTL_INT(_hw_ix, OID_AUTO, rxd, CTLFLAG_RDTUN, &ixgbe_rxd, 0, "Number of receive descriptors per queue"); From owner-svn-src-stable@freebsd.org Sat Jul 18 04:54:24 2015 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8579A4036; Sat, 18 Jul 2015 04:54:24 +0000 (UTC) (envelope-from hiren@FreeBSD.org) Received: from mail.strugglingcoder.info (strugglingcoder.info [65.19.130.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF2A1B9F; Sat, 18 Jul 2015 04:54:24 +0000 (UTC) (envelope-from hiren@FreeBSD.org) Received: from localhost (unknown [10.1.1.3]) (Authenticated sender: hiren@strugglingcoder.info) by mail.strugglingcoder.info (Postfix) with ESMTPSA id 8484AD35DF; Fri, 17 Jul 2015 21:54:23 -0700 (PDT) Date: Fri, 17 Jul 2015 21:54:23 -0700 From: Hiren Panchasara To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r285668 - stable/10/sys/dev/ixgbe Message-ID: <20150718045423.GP38517@strugglingcoder.info> References: <201507180449.t6I4nbIE076510@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="e2bLSPRkEYxxSNev" Content-Disposition: inline In-Reply-To: <201507180449.t6I4nbIE076510@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 04:54:24 -0000 --e2bLSPRkEYxxSNev Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 07/18/15 at 04:49P, Hiren Panchasara wrote: > Author: hiren > Date: Sat Jul 18 04:49:36 2015 > New Revision: 285668 > URL: https://svnweb.freebsd.org/changeset/base/285668 >=20 > Log: > Loader tunable fetching has been broken on stable/10 since ix(4) rewrite > introduced by r280182. FreeBSD-head doesn't need TUNABLE_INT() now with > SYSCTL_INT() but stable/10 still does. > Note: This is a direct commit to stable/10. > =20 > PR: 201644 > Reviewed by: erj > Approved by: re (gjb) > Sponsored by: Limelight Networks Forgot to add: Differential Revision: D3124 Cheers, Hiren --e2bLSPRkEYxxSNev Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQF8BAEBCgBmBQJVqdv6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNEUyMEZBMUQ4Nzg4RjNGMTdFNjZGMDI4 QjkyNTBFMTU2M0VERkU1AAoJEIuSUOFWPt/leBAH/1baE2qU6Yo9H2f/GvNGDXlB UqcHoBXFeQl9KQ62yo2jjODmGzAcMRHeE9YEzou9sz6rEUZKW2vMfvK3HrvPmheD b5QnFtRLPaXTdENdlsW0+Btz+u13Fo95HjoMeNFUVuUYcMa8yutvu/AalCcUjtVl jvy0erIxEmrRDPKb5fNDifKlnoXXnIHoKi3+yNXLgNkl72jBlnmBeYvZf2MqWcY+ RL/ZA/GcAxju4EbiPEi9hN9k8SkhnQ/49iac7/PQWUuSIW+l+BMBvs7aTcn7L5wi hox/0XmAwGzFpZ2OT/fa5Kn9FlxHTAexakvnb+5FmRwp23O4HU4GAoZSqbqZB04= =31vP -----END PGP SIGNATURE----- --e2bLSPRkEYxxSNev--