From owner-svn-doc-all@freebsd.org Sun Dec 23 15:31:50 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2403D133A30E; Sun, 23 Dec 2018 15:31:50 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C003E80E76; Sun, 23 Dec 2018 15:31:49 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5C88F126; Sun, 23 Dec 2018 15:31:49 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNFVneB080454; Sun, 23 Dec 2018 15:31:49 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNFVnFm080453; Sun, 23 Dec 2018 15:31:49 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812231531.wBNFVnFm080453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 23 Dec 2018 15:31:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52711 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/disks X-SVN-Commit-Revision: 52711 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C003E80E76 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 15:31:50 -0000 Author: crees Date: Sun Dec 23 15:31:49 2018 New Revision: 52711 URL: https://svnweb.freebsd.org/changeset/doc/52711 Log: Make the format of memory-backed disks consistent (soft-updates) Correct size of file-backed disk PR: doc/201975 Submitted by: Hugh O'Brien Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Sun Dec 23 12:38:27 2018 (r52710) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Sun Dec 23 15:31:49 2018 (r52711) @@ -2059,7 +2059,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md1 4718 4 4338 0% /mnt To create a new file-backed memory disk, first allocate an - area of disk to use. This example creates an empty 5K file + area of disk to use. This example creates an empty 5MB file named newimage: &prompt.root; dd if=/dev/zero of=newimage bs=1k count=5k @@ -2073,7 +2073,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on &prompt.root; mdconfig -f newimage -u 0 &prompt.root; bsdlabel -w md0 auto -&prompt.root; newfs md0a +&prompt.root; newfs -U md0a /dev/md0a: 5.0MB (10224 sectors) block size 16384, fragment size 2048 using 4 cylinder groups of 1.25MB, 80 blks, 192 inodes. super-block backups (for fsck -b #) at: From owner-svn-doc-all@freebsd.org Sun Dec 23 12:38:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A47E11359B90; Sun, 23 Dec 2018 12:38:28 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4761E71A37; Sun, 23 Dec 2018 12:38:28 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B5B5D271; Sun, 23 Dec 2018 12:38:28 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNCcSLV089402; Sun, 23 Dec 2018 12:38:28 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNCcRLh089400; Sun, 23 Dec 2018 12:38:27 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201812231238.wBNCcRLh089400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Sun, 23 Dec 2018 12:38:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52710 - in head: de_DE.ISO8859-1/books/porters-handbook zh_CN.UTF-8/books/porters-handbook X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: in head: de_DE.ISO8859-1/books/porters-handbook zh_CN.UTF-8/books/porters-handbook X-SVN-Commit-Revision: 52710 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4761E71A37 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 12:38:28 -0000 Author: bcr Date: Sun Dec 23 12:38:27 2018 New Revision: 52710 URL: https://svnweb.freebsd.org/changeset/doc/52710 Log: Change the two remaining links of www.portscout.org in the zh_CN and de_DE versions of the porters handbook to the newer portscout.freebsd.org. I rewrapped only the de_DE version. PR: 232295 Submitted by: arved@ Modified: head/de_DE.ISO8859-1/books/porters-handbook/book.xml head/zh_CN.UTF-8/books/porters-handbook/book.xml Modified: head/de_DE.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/de_DE.ISO8859-1/books/porters-handbook/book.xml Sun Dec 23 09:49:57 2018 (r52709) +++ head/de_DE.ISO8859-1/books/porters-handbook/book.xml Sun Dec 23 12:38:27 2018 (r52710) @@ -16587,9 +16587,10 @@ pre-install: Der Build-Cluster ist dazu bestimmt, das neueste Release jedes Ports aus bereits heruntergeladenden Distfiles zu bauen. - Da sich das Internet aber ständig verändert, - können Distfiles schnell verloren gehen. Der FreeBSD - Ports-Distfile-Scanner versucht jeden + Da sich das Internet aber ständig verändert, können Distfiles + schnell verloren gehen. Der FreeBSD + Ports-Distfile-Scanner versucht jeden Download-Standort für jeden Port anzufragen, um herauszufinden, ob jedes Distfile noch verfügbar ist. Maintainer werden gebeten diesen Bericht regelmäßig Modified: head/zh_CN.UTF-8/books/porters-handbook/book.xml ============================================================================== --- head/zh_CN.UTF-8/books/porters-handbook/book.xml Sun Dec 23 09:49:57 2018 (r52709) +++ head/zh_CN.UTF-8/books/porters-handbook/book.xml Sun Dec 23 12:38:27 2018 (r52710) @@ -14187,7 +14187,7 @@ pre-install: è”编集群是一组专门用于è”编所有 port 最新版本的机器, 其上已ç»ä¸‹è½½äº†æ‰€æœ‰çš„ distfiles。 然而, 由于 Internet 在æŒç»­åœ°å‘生å˜åŒ–, - distfile å¯èƒ½å¾ˆå¿«å°±æ¶ˆå¤±äº†ã€‚ FreeBSD + distfile å¯èƒ½å¾ˆå¿«å°±æ¶ˆå¤±äº†ã€‚ FreeBSD Ports distfile 扫æ器 试图查询æ¯ä¸€ä¸ª port 的所有下载站点, 以期找出这些文件是å¦ä¾ç„¶å­˜åœ¨ã€‚ 维护者应规律性地检查这些报告, è¿™ä¸ä»…会æ高用户è”编的速度, åŒæ—¶ä¹Ÿé¿å…了浪费那些镜åƒäº†å…¨éƒ¨ From owner-svn-doc-all@freebsd.org Sun Dec 23 09:49:58 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8D8A1354283; Sun, 23 Dec 2018 09:49:58 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5BF6BB39; Sun, 23 Dec 2018 09:49:58 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 345F2B312; Sun, 23 Dec 2018 09:49:58 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBN9nwLU096425; Sun, 23 Dec 2018 09:49:58 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBN9nwL0096424; Sun, 23 Dec 2018 09:49:58 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812230949.wBN9nwL0096424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 23 Dec 2018 09:49:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52709 - head/en_US.ISO8859-1/books/porters-handbook/uses X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/uses X-SVN-Commit-Revision: 52709 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5B5BF6BB39 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 09:49:59 -0000 Author: crees Date: Sun Dec 23 09:49:57 2018 New Revision: 52709 URL: https://svnweb.freebsd.org/changeset/doc/52709 Log: List arguments for WANT_PGSQL PR: ports/222094 Reviewed by: mat Differential Revision: D18627 Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sat Dec 22 10:04:26 2018 (r52708) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Dec 23 09:49:57 2018 (r52709) @@ -2175,9 +2175,42 @@ USE_MATE= menus:build intlhack Add PostgreSQL component dependency, using WANT_PGSQL=component[:target]. for example, - WANT_PGSQL=server:configure pltcl plperl For - the full list use make -V - _USE_PGSQL_DEP. + WANT_PGSQL=server:configure pltcl plperl. + The available components are: + + + + client + + + + contrib + + + + docs + + + + pgtcl + + + + plperl + + + + plpython + + + + pltcl + + + + server + + From owner-svn-doc-all@freebsd.org Sun Dec 23 17:36:15 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13638133F1FB; Sun, 23 Dec 2018 17:36:15 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF9A2854F7; Sun, 23 Dec 2018 17:36:14 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A47B4185B0; Sun, 23 Dec 2018 17:36:14 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNHaE8e048513; Sun, 23 Dec 2018 17:36:14 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNHaEe7048512; Sun, 23 Dec 2018 17:36:14 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201812231736.wBNHaEe7048512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 23 Dec 2018 17:36:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52712 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/share/xml X-SVN-Commit-Revision: 52712 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AF9A2854F7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 17:36:15 -0000 Author: ryusuke Date: Sun Dec 23 17:36:14 2018 New Revision: 52712 URL: https://svnweb.freebsd.org/changeset/doc/52712 Log: - Merge the following from the English version: r52445 -> r52666 head/ja_JP.eucJP/share/xml/navibar.l10n.ent Modified: head/ja_JP.eucJP/share/xml/navibar.l10n.ent Modified: head/ja_JP.eucJP/share/xml/navibar.l10n.ent ============================================================================== --- head/ja_JP.eucJP/share/xml/navibar.l10n.ent Sun Dec 23 15:31:49 2018 (r52711) +++ head/ja_JP.eucJP/share/xml/navibar.l10n.ent Sun Dec 23 17:36:14 2018 (r52712) @@ -1,7 +1,7 @@ - + @@ -101,9 +101,9 @@
  • ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡¼¥¹:
    &rel.current;
  • - ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡¼¥¹:
    &rel1.current; + ¥×¥í¥À¥¯¥·¥ç¥ó¥ê¥ê¡¼¥¹:
    &rel2.current; ?> From owner-svn-doc-all@freebsd.org Sun Dec 23 17:46:16 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAB4D133F99F; Sun, 23 Dec 2018 17:46:15 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CDDA85B4E; Sun, 23 Dec 2018 17:46:15 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56AA61875B; Sun, 23 Dec 2018 17:46:15 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNHkFhg053807; Sun, 23 Dec 2018 17:46:15 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNHkFGG053806; Sun, 23 Dec 2018 17:46:15 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201812231746.wBNHkFGG053806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 23 Dec 2018 17:46:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52713 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs X-SVN-Commit-Revision: 52713 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7CDDA85B4E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 17:46:16 -0000 Author: ryusuke Date: Sun Dec 23 17:46:14 2018 New Revision: 52713 URL: https://svnweb.freebsd.org/changeset/doc/52713 Log: - Merge the following from the English version: r52445 -> r52666 head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/where.xml Sun Dec 23 17:36:14 2018 (r52712) +++ head/ja_JP.eucJP/htdocs/where.xml Sun Dec 23 17:46:14 2018 (r52713) @@ -6,7 +6,7 @@ ]> - + @@ -101,16 +101,19 @@ @@ -129,7 +132,6 @@
    -

    &os; &rel1.current;-RELEASE

    @@ -163,12 +165,12 @@ @@ -357,15 +360,19 @@ @@ -378,6 +385,59 @@

     

    + +

    &os; &rel1.current;-STABLE

    + + + + + + + + + + + + + + + + +
    ¥¤¥ó¥¹¥È¡¼¥é¥¤¥á¡¼¥¸²¾ÁÛ¥Þ¥·¥ó¥¤¥á¡¼¥¸SD ¥«¡¼¥É¥¤¥á¡¼¥¸Ê¸½ñ
    + + + + + + + +
    &os; &rel2.current;-STABLE From owner-svn-doc-all@freebsd.org Sun Dec 23 21:22:52 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D711C13493A6; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C59E8F6E6; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 664F71ADC2; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNLMqHM070739; Sun, 23 Dec 2018 21:22:52 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNLMqq4070738; Sun, 23 Dec 2018 21:22:52 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812232122.wBNLMqq4070738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 23 Dec 2018 21:22:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52714 - in head/en_US.ISO8859-1/books: . pmake X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books: . pmake X-SVN-Commit-Revision: 52714 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C59E8F6E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 21:22:53 -0000 Author: crees Date: Sun Dec 23 21:22:52 2018 New Revision: 52714 URL: https://svnweb.freebsd.org/changeset/doc/52714 Log: Remove the pmake book from the published docs. It doesn't at all match either bmake, or the make that bmake replaced (confusingly also sometimes referred to as pmake and fmake). The style of the Makefiles does not bear any semblance to ours, the commands are different, and so are the options. It's a fascinating document, and it's good that it's not going to completely disappear; it'll be visible in the older versions [1] as well as being searchable, but it's really not something we should have presented as being in any way useful documentation nowadays. [1] https://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/books/pmake/book.html PR: doc/211949 Reviewed by: linimon Reviewed by: bcr Deleted: head/en_US.ISO8859-1/books/pmake/ Modified: head/en_US.ISO8859-1/books/Makefile Modified: head/en_US.ISO8859-1/books/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/Makefile Sun Dec 23 17:46:14 2018 (r52713) +++ head/en_US.ISO8859-1/books/Makefile Sun Dec 23 21:22:52 2018 (r52714) @@ -7,7 +7,6 @@ SUBDIR+= developers-handbook SUBDIR+= faq SUBDIR+= fdp-primer SUBDIR+= handbook -SUBDIR+= pmake SUBDIR+= porters-handbook ROOT_SYMLINKS= faq handbook From owner-svn-doc-all@freebsd.org Sun Dec 23 21:41:27 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBDAC1349C75; Sun, 23 Dec 2018 21:41:27 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 820988FF11; Sun, 23 Dec 2018 21:41:27 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 770801B0BA; Sun, 23 Dec 2018 21:41:27 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNLfReW077245; Sun, 23 Dec 2018 21:41:27 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNLfRkO077244; Sun, 23 Dec 2018 21:41:27 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812232141.wBNLfRkO077244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 23 Dec 2018 21:41:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52715 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/cgi X-SVN-Commit-Revision: 52715 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 820988FF11 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 21:41:28 -0000 Author: crees Date: Sun Dec 23 21:41:27 2018 New Revision: 52715 URL: https://svnweb.freebsd.org/changeset/doc/52715 Log: Fix long descriptions (pkg-descr) links for slave ports While here, use https for svnweb and use Repo instead of Cvs for variable. PR: doc/209220 Submitted by: Andreas Perstinger Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/ports.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Sun Dec 23 21:22:52 2018 (r52714) +++ head/en_US.ISO8859-1/htdocs/cgi/ports.cgi Sun Dec 23 21:41:27 2018 (r52715) @@ -109,8 +109,8 @@ sub init_variables { $remotePrefixHtml = "$hsty_base/ports"; - # CVS Web interface - $remotePrefixCvs = 'http://svnweb.FreeBSD.org/ports/head'; + # Web interface for the Ports tree + $remotePrefixRepo = 'https://svnweb.FreeBSD.org/ports/head'; # Ports documentation $portsDesc = "$hsty_base/ports/"; @@ -335,13 +335,14 @@ sub out { #$version =~ s/[\+,]/X/g; local ($l) = $path; - $l =~ s%^$remotePrefixFtp%$remotePrefixCvs%o; + $l =~ s%^$remotePrefixFtp%$remotePrefixRepo%o; + $descfile =~ s%^$remotePrefixFtp%$remotePrefixRepo%o; print qq{
    $version
    \n}; print qq{
    }, &escapeHTML($comment), qq{
    \n}; - print qq[Description :\n]; + print qq[Description :\n]; # Link package in "default" arch/release. Verify it's existence on ftp-master. if ( $packages{"$version.$packageExt"} ) { From owner-svn-doc-all@freebsd.org Mon Dec 24 08:12:04 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0461133A070; Mon, 24 Dec 2018 08:12:04 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7729375030; Mon, 24 Dec 2018 08:12:04 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D48321A8C; Mon, 24 Dec 2018 08:12:04 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBO8C4q4014831; Mon, 24 Dec 2018 08:12:04 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBO8C4jb014830; Mon, 24 Dec 2018 08:12:04 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201812240812.wBO8C4jb014830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Mon, 24 Dec 2018 08:12:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52716 - head/ja_JP.eucJP/htdocs/releases X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/releases X-SVN-Commit-Revision: 52716 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7729375030 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 08:12:05 -0000 Author: ryusuke Date: Mon Dec 24 08:12:04 2018 New Revision: 52716 URL: https://svnweb.freebsd.org/changeset/doc/52716 Log: - Merge the following from the English version: r52445 -> r52666 head/ja_JP.eucJP/htdocs/releases/index.xml Modified: head/ja_JP.eucJP/htdocs/releases/index.xml Modified: head/ja_JP.eucJP/htdocs/releases/index.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/releases/index.xml Sun Dec 23 21:41:27 2018 (r52715) +++ head/ja_JP.eucJP/htdocs/releases/index.xml Mon Dec 24 08:12:04 2018 (r52716) @@ -5,7 +5,7 @@ ]> - + @@ -51,7 +51,6 @@ ¥Á¥§¥Ã¥¯¥µ¥à

    - ¥ê¥ê¡¼¥¹ &rel1.current; (&rel1.current.date;) ¥¢¥Ê¥¦¥ó¥¹ : @@ -62,7 +61,6 @@ Errata (Àµ¸íɽ) : ¥Á¥§¥Ã¥¯¥µ¥à

    - ?> ¥ì¥¬¥·¡¼¥ê¥ê¡¼¥¹ From owner-svn-doc-all@freebsd.org Mon Dec 24 10:07:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6812D133CF99; Mon, 24 Dec 2018 10:07:28 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1883377EC0; Mon, 24 Dec 2018 10:07:28 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D8C222E44; Mon, 24 Dec 2018 10:07:28 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOA7SYg071973; Mon, 24 Dec 2018 10:07:28 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOA7R3j071972; Mon, 24 Dec 2018 10:07:27 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241007.wBOA7R3j071972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 10:07:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52717 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52717 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1883377EC0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 10:07:28 -0000 Author: trasz Date: Mon Dec 24 10:07:27 2018 New Revision: 52717 URL: https://svnweb.freebsd.org/changeset/doc/52717 Log: Add Quarterly Status Report for 2018Q3. Reviewed by: allanjude, bcr (mentors) Approved by: allanjude, bcr (mentors) Differential Revision: https://reviews.freebsd.org/D18639 Added: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml (contents, props changed) Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/Makefile Mon Dec 24 08:12:04 2018 (r52716) +++ head/en_US.ISO8859-1/htdocs/news/status/Makefile Mon Dec 24 10:07:27 2018 (r52717) @@ -80,6 +80,7 @@ XMLDOCS+= report-2017-01-2017-03 XMLDOCS+= report-2017-04-2017-06 XMLDOCS+= report-2017-07-2017-09 XMLDOCS+= report-2017-10-2017-12 +XMLDOCS+= report-2018-01-2018-09 XSLT.DEFAULT= report.xsl Added: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 10:07:27 2018 (r52717) @@ -0,0 +1,3374 @@ + + + + + + + + + + %%START%%-%%STOP%% + + %%YEAR%% + + +
    + Introduction + +

    With &os; having gone all the way to 12, it is perhaps + useful to take a look back at all the things that have been + accomplished, in terms of many visible changes, as well as all + the things that happen behind the scenes to ensure that &os; + continues to offer an alternative in both design, + implementation, and execution.

    + +

    The things you can look forward to reading about are too + numerous to summarize, but cover just about everything from + finalizing releases, administrative work, optimizations + and depessimizations, features added and fixed, and many areas + of improvement that might just surprise you a little.

    + +

    Please have a cup of coffee, tea, hot cocoa, or other beverage + of choice, and enjoy this culmulative set of reports covering + everything that's been done since October, 2017.

    + +

    —Daniel Ebdrup

    +
    + + + team + + &os; Team Reports + +

    Entries from the various official and semi-official teams, + as found in the Administration + Page.

    +
    + + + proj + + Projects + +

    Projects that span multiple categories, from the kernel and userspace + to the Ports Collection or external projects.

    +
    + + + arch + + Architectures + +

    Updating platform-specific features and bringing in support + for new hardware platforms.

    . +
    + + + ports + + Ports + +

    Changes affecting the Ports Collection, whether sweeping + changes that touch most of the tree, or individual ports + themselves.

    +
    + + + doc + + Documentation + +

    Noteworthy changes in the documentation tree or new external + books/documents.

    +
    + + + third + + Third-Party Projects + +

    Many projects build upon &os; or incorporate components of + &os; into their project. As these projects may be of interest + to the broader &os; community, we sometimes include brief + updates submitted by these projects in our quarterly report. + The &os; project makes no representation as to the accuracy or + veracity of any claims in these submissions.

    +
    + + + Release Engineering Team + + + + FreeBSD Release Engineering Team + re@FreeBSD.org + + + + + FreeBSD 10.4-RELEASE announcement + FreeBSD 11.2-RELEASE announcement + FreeBSD 12.0-RELEASE schedule + FreeBSD development snapshots + + + +

    The FreeBSD Release Engineering Team responsibilities + include:

    + +
      +
    • setting and publishing release schedules for official + project releases
    • +
    + +

    of FreeBSD

    + +
      +
    • announcing code slushes, freezes, and thaws
    • + +
    • maintaining the respective branches for all supported + releases
    • +
    + +

    + The FreeBSD Release Engineering Team, led by Marius + Strobl, + completed the 10.4-RELEASE in early October 2017. FreeBSD + 10.4-RELEASE was the + fifth release from the stable/10 branch, which + built on the + stability and reliability of 10.3-RELEASE.

    + +

    The FreeBSD 11.2-RELEASE cycle started April 20, 2018 with + the + announcement of the code slush. The first stage progress + was + continued throughout the rest of the quarter with the code + freeze, + followed by three BETA builds, three RC builds, and the + final release + build was announced June 27, 2018.

    + +

    The FreeBSD Release Engineering Team started the + 12.0-RELEASE cycle + August 10, 2018 with the announcement of the code slush. + The code + freeze followed on August 24, 2018. The tentative date for + the stable/12 branch was expected to be September 21, + 2018.

    + +

    + Due to unforeseen circumstances with upstream code that + was necessary + to include in 12.0-RELEASE, the tentative release schedule + needed + to be adjusted several times. The API changes in the + updated version + of the upstream code required changes to be made for all + base system + utilities that linked with the upstream code. By the end + of the + 2018Q3 quarter, the stable/12 branch had not been + created due to + this delay.

    + +

    Throughout the remainder of 2018Q3, several development + snapshots builds + were released for the head, stable/11, + and stable/10 branches.

    + +

    Much of this work was sponsored by the FreeBSD Foundation.

    + + + +
    + + + Ports Collection + + + + René Ladan + portmgr-secretary@FreeBSD.org + + + + + About FreeBSD Ports + Contributing to ports + FreeBSD ports monitoring + Ports Management Team + FreeBSD portmgr (@freebsd_portmgr) + FreeBSD Ports Management Team (Facebook) + FreeBSD Ports Management Team (Google+) + + + +

    During the first quarter of 2018, the number of ports grew + to almost 32,000. + In 2018Q1, there were + 2,100 open PRs with fewer than 600 unassigned. There were + 7,900 commits from 169 committers. Compared to last + quarter, the number + of commits grew by 18% and the number of PRs dropped by + 25%. Those are + some good numbers!

    + +

    During the 2018Q2 and 2018Q3 quarters, the number of ports + grew to just under + 34,000. The number of open PR grew to almost 2,500 with + fewer than 600 + of those unassigned. A total of 175 committers made almost + 14,200 commits. + Compared to the first quarter, the number of commits + dropped by 10% and + the number of PRs grew by 19%.

    + +

    During the last three quarters, portmgr took twelve commit + bits in for + safekeeping: daichi@, deichen@, ian@, junovitch@, kevlo@, + maho@, nemysis@, + pawel@, rea@, tabthorpe@, vg@, and wxs@.

    + +

    Portmgr welcomed thirteen new committers in 2018Q2 and + 2018Q3:

    + +
      +
    • Devin Teske (dteske@)
    • + +
    • Eric Turgeon (ericbsd@)
    • + +
    • Fernando Apesteguía (fernape@)
    • + +
    • Fukang Chen (loader@)
    • + +
    • Gleb Popov (arrowd@)
    • + +
    • Jesper Schmitz Mouridsen (jsm@)
    • + +
    • John Hixson (jhixson@)
    • + +
    • Kevin Bowling (kbowling@)
    • + +
    • Koichiro IWAO (meta@)
    • + +
    • Mateusz Piotrowski (0mp@)
    • + +
    • Matthias Fechner (mfechner@)
    • + +
    • Sergey Kozlov (skozlov@)
    • +
    + +

    + The following committers returned after a hiatus:

    + +
      +
    • Ion-Mihai Tetcu (itetcu@)
    • + +
    • Kevin Lo (kevlo@)
    • + +
    • Sean Chittenden (seanc@)
    • +
    + +

    + During the last three quarters, Antoine Brodin (antoine@) + ran no + fewer than 113 exp-runs against the ports tree. These runs + were + executed to test updates, perform cleanups, and make + improvements + to the framework and the base system. Most of the runs + were for + port upgrades, but others include LLD progress, changes to + the + default port versions, improved support for armv6, armv7, + and RISC-V + architectures, removed old base system functionality, new + USES, and + better matching pkg-plist with Makefile options (DOCS and + EXAMPLES).

    + +

    Five new USES values were introduced:

    + +
      +
    • apache: handle dependencies on the Apache web server and + modules
    • + +
    • eigen: automatically depend on math/eigen2 or math/eigen3
    • + +
    • emacs: handle dependencies on the Emacs editor and + modules.
    • + +
    • gl replaces the old USE_GL from bsd.port.mk
    • + +
    • qt-dist, qt:4 and qt:5 replace the old USE_QT from + bsd.qt.mk
    • +
    + +

    + The EXTRA_PATCHES functionality has been extended to + support + directories, where it will automatically apply all + patch-\* files to the port.

    + +

    Ports using USES=php:phpize, php:ext, php:zend, and + php:pecl have + been flavored and packages are now automatically built + for all + versions of PHP that are supported (5.6, 7.0, 7.1 or 7.2).

    + +

    2018Q3 had updates of major ports: pkg 1.10.5, Chromium + 65.0.3325.181, Firefox 59.0.2, Firefox-ESR 52.7.3, Ruby + 2.3.7/2.5.1 + and Qt5 5.9.4. + The default version of PHP was changed from 5.6 to 7.1. + The former + version of PHP is no longer supported by the developers. + The + default versions of Samba and GCC are now respectively 4.7 + and 7. The + Xorg ports have been reorganized and there have been + changes to + net/openntpd. Please review the UPDATING file for relevant + details.

    + +

    Open tasks:

    + +
      +
    • The number of commits dropped somewhat over the last three + quarters, + leaving more PRs unresolved. If possible, please pick up + some PRs + and improve everyone's experience.
    • +
    + + + +
    + + + Core Team + + + + FreeBSD Core Team + core@FreeBSD.org + + + + +

    Much of Core's focus for the past months has been on three + items:

    + +

    1. Coordination between different groups to support the + upcoming 12.0 release. The timing of the OpenSSL + 1.1.1 release posed challenges, the new OpenSSL + version included API changes, many components of + the base system and ports required changes. + Staying with the older OpenSSL in 12.0 was not a + feasible option, because it would have meant + backporting many changes to a version of OpenSSL + that would be unmaintained by the upstream source.

    + +

    2. Discussions with the release engineering team and Scott + Long about updating the FreeBSD release process. + Topics for exploration include:

    + +
      +
    • having more frequent point releases
    • + +
    • changing the support model
    • + +
    • revising and improving the tooling used to manage the tree + and releases
    • + +
    • additional topics as they are discovered
    • +
    + +

    3. Gathering information to make decisions more + data-driven. For example, we are planning + developer and user surveys. If there are questions + that you think should be added to the survey, + please discuss them on freebsd-arch@. We are + exploring ways for automated user-driven hardware + usage data to understand the changing ways our + software is used and to target better hardware + support.

    + +

    Here are other noteworthy events (in chronological order) + since the last quarterly report.

    + +

    2017 Q4

    + +
      +
    • Sean Eric Fagan's (sef@) commit bit was reactivated with a + period of re-mentoring under Alexander Motin + (mav@).
    • + +
    • The MIPS architecture was promoted to tier 2 status.
    • + +
    • Core approved changes to the Code of Conduct.
    • + +
    • All fortune data files, except freebsd-tips, were removed + in r325828.
    • + +
    • Core approved the adoption of a policy requiring any + license exceptions to be recorded alongside code.
    • + +
    • Gordon Tetlow (gordon@) became the new security officer.
    • + +
    • Core approved the use of SPDX tags.
    • +
    + +

    + 2018 Q1

    + +
      +
    • Jeb Cramer (jeb@) was awarded a src commit bit under the + mentorship of Sean Bruno (sbruno@) and Eric Joyner + (erj@).
    • + +
    • Members of the CoC Review Team were approved. The + membership is to be reviewed once per year.
    • + +
    • A vendor commit bit was awarded to Slava Shwartsman + (slavash@) of Mellanox Technologies under the + mentorship of Konstantin Belousov (kib@) and Hans + Petter Selasky (hselasky@).
    • + +
    • Walter Schwarzenfeld was awarded project membership.
    • + +
    • Brad Davis (brd@) was awarded a src commit bit under the + mentorship of Allan Jude (allanjude@) with + Baptiste Daroussin (bapt@) as co-mentor.
    • + +
    • Vincenzo Maffione (vmaffione@) was awarded a src commit + bit under the mentorship of Hiroki Sato (hrs@).
    • + +
    • Ram Kishore Vegesna (ram@) was awarded a src commit bit + under the mentorship of Kenneth D. Merry (ken@) + and Alexander Motin (mav@).
    • +
    + +

    2018 Q2

    + +
      +
    • Tom Jones (thj@) was awarded a src commit bit under the + mentorship of Jonathan T. Looney (jtl@).
    • + +
    • Matt Macy's (mmacy@) commit bit was restored under the + mentorship of Sean Bruno (sbruno@).
    • + +
    • Breno Leitao (leitao@) was awarded a src commit bit under + the mentorship of Justin Hibbits (jhibbits@) with + Nathan Whitehorn (nwhitehorn@) as co-mentor.
    • + +
    • Leandro Lupori (luporl@) was awarded a src commit bit + under the mentorship of Justin Hibbits (jhibbits@) + with Nathan Whitehorn (nwhitehorn@) as co-mentor.
    • + +
    • The handover from the ninth to the tenth elected Core team + took place. The tenth Core members are: Allan Jude + (allanjude@), Benedict Reuschling (bcr@), Brooks + Davis (brooks@), Hiroki Sato (hrs@), Warner Losh + (imp@), Jeff Roberson (jeff@), John Baldwin + (jhb@), Kris Moore (kmoore@), and Sean Chittenden + (seanc@).
    • + +
    • Joseph Mingrone (jrm@) was appointed the Core secretary + under mentorship of the retiring Core secretary, + Matthew Seaman (matthew@).
    • + +
    • The new team liaisons were decided. portmgr: Sean, doceng: + Hiroki, secteam: Brooks, re: John, clusteradm: + Allan, CoC: Warner, Foundation: Benedict, + bugmeister: John, CI: Sean.
    • + +
    • David Maxwell (dwm@) was awarded project membership.
    • + +
    • Daichi Goto's (daichi@) commit bit was reactivated with a + period of re-mentoring under George Neville-Neil + (gnn@).
    • + +
    • A vendor commit bit was awarded to Ben Widawsky + (bwidawsk@) of Intel under the mentorship of Ed + Maste (emaste@).
    • +
    + +

    + 2018 Q3

    + +
      +
    • Core decided to begin meeting twice per month in an + attempt to catch up with many new agenda items.
    • + +
    • Li-Wen Hsu (lwhsu@) was awarded a src commit bit under the + mentorship of Mark Johnston (markj@) with Ed Maste + (emaste@) as co-mentor.
    • + +
    • Samy al Bahra was awarded project membership.
    • + +
    • George Neville-Neil (gnn@) was approved to begin + co-mentoring Vincenzo Maffione (vmaffione@).
    • +
    + + + +
    + + + The FreeBSD Foundation + + + + Deb Goodkin + deb@FreeBSDFoundation.org + + + + +

    The FreeBSD Foundation is a 501(c)(3) non-profit + organization dedicated to supporting and promoting + the FreeBSD Project and community worldwide. + Funding comes from individual and corporate + donations and is used to fund and manage software + development projects, conferences and developer + summits, and provide travel grants to FreeBSD + contributors. The Foundation purchases and + supports hardware to improve and maintain FreeBSD + infrastructure and provides resources to improve + security, quality assurance, and release + engineering efforts; publishes marketing material + to promote, educate, and advocate for the FreeBSD + Project; facilitates collaboration between + commercial vendors and FreeBSD developers; and + finally, represents the FreeBSD Project in + executing contracts, license agreements, and other + legal arrangements that require a recognized legal + entity.

    + +

    Here are some highlights of what the FreeBSD Foundation + did to help FreeBSD last quarter:

    + +

    Partnerships and Commercial User Support

    + +

    As a 501(c)(3) non-profit, we don't directly support + commercial users, but we do work with them to + understand their needs and help facilitate + collaboration with the community. Last quarter we + met with a few key FreeBSD users and supporters, + to discuss pain points, how they can contribute + back to FreeBSD, and what technologies they would + like to see supported, to support FreeBSD over + more of their technologies and products.

    + +

    As many of you know, we formed a partnership with Intel + around one and a half years ago. Since then the + people we worked directly with left the company, + but it moved us into a new relationship with their + Open Source Technology Center (OTC).

    + +

    We are very encouraged that Intel has dedicated additional + resources from the OTC to work on FreeBSD in + addition to existing resources from the networking + group and other technologies such as QuickAssist. + Much of the work has been focused on security and + OS mitigations but we're also focusing on other + areas such as power management and persistent + memory. In May and again in July we traveled to + Intel's Hillsboro campus to meet with management + and engineers from OTC and the networking team. We + presented an overview of the project and + Foundation and also discussed key markets and + vendors who use FreeBSD in their products or + services and their future requirements.

    + +

    Intel was also interested in learning more about who + contributes to FreeBSD. Along those lines we've + done some work with OTC to create scripts and + organizational mappings to answer that question. + Note that we do need developers + to help us update and maintain the organizational + mappings as we understand that developers do tend + to move around and contractors are often working + on behalf of multiple organizations.

    + +

    Fundraising Efforts

    + +

    Our work is 100% funded by your donations. As of September + 30, we raised $328,482. Our 2018 fundraising goal + is $1,250,00 and we are continuing to work hard to + meet and exceed this goal! Please consider making + a donation to help us continue and increase our + support for FreeBSD: https://www.FreeBSDfoundation.org/donate/.

    + +

    We also have a new Partnership Program, to provide more + benefits for our larger commercial donors. Find + out more information at https://www.FreeBSDfoundation.org/FreeBSD-foundation-partnership-program/ + and share with your companies!

    + +

    OS Improvements

    + +

    The Foundation improves the FreeBSD operating system by + employing technical staff to maintain and improve + critical kernel subsystems, add features and + functionality, and fix problems. This also + includes funding separate project grants like the + arm64 port, porting the blacklistd access control + daemon, and the integration of VIMAGE support, to + make sure that FreeBSD remains a viable solution + for research, education, computing, products and + more.

    + +

    We kicked off or continued the following projects last + quarter:

    + +
      +
    • OpenZFS RAID-Z Expansion project
    • + +
    • Headless mode out-of-the-box for embedded ARM boards like + the Beaglebone Black
    • + +
    • Performance and scalability improvements
    • +
    + +

    + Having software developers on staff has allowed us to jump + in and work directly on projects to improve + FreeBSD such as:

    + +
      +
    • ZFS improvements
    • + +
    • New Intel server support
    • + +
    • kqueue(2) updates
    • + +
    • 64-bit inode support
    • + +
    • Stack guard
    • + +
    • Kernel Undefined Behavior Sanitizer
    • + +
    • Toolchain projects
    • + +
    • i915 driver investigation
    • + +
    • NVDIMM support in acpiconf(8)
    • + +
    • Continuous integration dashboard (web page and physical + hardware)
    • + +
    • FAT filesystem support in makefs(8)
    • +
    + +

    + Continuous Integration and Quality Assurance

    + +

    The Foundation provides a full-time staff member who is + working on improving our automated testing, + continuous integration, and overall quality + assurance efforts.

    + +

    Foundation employee Li-Wen Hsu set up new CI servers to + speed up amd64 build and test jobs, to reduce the + latency between changes being committed and + results being available. Li-Wen also set up a + staging / development server in order to test + changes to the CI system itself without affecting + production results. We have also started a small + hardware test lab, currently connected to the + staging server, that tests the full boot and test + cycle on physical hardware. In the near future + additional hardware devices will be added, and + this will migrate to the production CI server.

    + +

    Release Engineering

    + +

    The Foundation provides a full-time staff member to lead + the release engineering efforts. This has provided + timely and reliable releases over the last five + years.

    + +

    Foundation employee Glen Barber continued leading the + efforts on the upcoming 12.0-RELEASE. For details + surrounding the work involved and progress thus + far on 12.0-RELEASE, please see the FreeBSD + Release Engineering Team section of this quarterly + status report.

    + +

    Supporting FreeBSD Infrastructure

    + +

    The Foundation provides hardware and support to improve + the FreeBSD infrastructure. Last quarter, we + continued supporting FreeBSD hardware located + around the world.

    + +

    FreeBSD Advocacy and Education

    + +

    A large part of our efforts are dedicated to advocating + for the Project. This includes promoting work + being done by others with FreeBSD; producing + advocacy literature to teach people about FreeBSD + and help make the path to starting using FreeBSD + or contributing to the Project easier; and + attending and getting other FreeBSD contributors + to volunteer to run FreeBSD events, staff FreeBSD + tables, and give FreeBSD presentations.

    + +

    The FreeBSD Foundation sponsors many conferences, events, + and summits around the globe. These events can be + BSD-related, open source, or technology events + geared towards underrepresented groups. We support + the FreeBSD-focused events to help provide a venue + for sharing knowledge, to work together on + projects, and to facilitate collaboration between + developers and commercial users. This all helps + provide a healthy ecosystem. We support the + non-FreeBSD events to promote and raise awareness + of FreeBSD, to increase the use of FreeBSD in + different applications, and to recruit more + contributors to the Project.

    + +

    Check out some of the advocacy and education work we did + last quarter:

    + +
      +
    • Organized and ran the Essen FreeBSD Hackathon in Essen, + Germany
    • + +
    • Participated in the FreeBSD Developer Summit BSDCam, in + Cambridge, England
    • + +
    • Represented FreeBSD at the ARM Partner Meeting
    • + +
    • Presented and taught about FreeBSD at SdNOG 5 in Khartoum, + Sudan
    • + +
    • Exhibited and gave a talk at OSCON 2018 in Portland, OR
    • + +
    • Exhibited at the 2018 Grace Hopper Celebration and + sponsored as a Silver Non-Profit Sponsor
    • + +
    • Exhibited at COCON 2018 in Taipei, Taiwan
    • + +
    • Sponsored and gave presentations and tutorials at + EuroBSDCon in Bucharest, Romania
    • + +
    • Organized and ran the Bucharest FreeBSD Developer Summit
    • + +
    • Sponsored the 2018 USENIX Security Symposium in Baltimore, + MD as an Industry Partner
    • + +
    • Provided FreeBSD advocacy material
    • + +
    • Sponsored the 2018 USENIX Annual Technical Conference in + Boston, MA as an Industry Partner
    • + +
    • Sponsored the OpenZFS Developer Summit as a Silver Sponsor
    • + +
    • Presented and taught about FreeBSD at SANOG32 in Dhaka, + Bangladesh
    • + +
    • Sponsored the SNIA Storage Developer Conference 2018 as an + Association Partner
    • + +
    • Provided 11 travel grants to FreeBSD contributors to + attend many of the above events.
    • +
    + +

    + We continued producing FreeBSD advocacy material to help + people promote FreeBSD around the world.

    + +

    Read more about our conference adventures in the + conference recaps and trip reports in our monthly + newsletters: https://www.freebsdfoundation.org/news-and-events/newsletter/

    + +

    We help educate the world about FreeBSD by publishing the + professionally produced FreeBSD Journal. Last + quarter we published the July/August issue that + you can find at https://www.FreeBSDfoundation.org/journal/.

    + +

    You can find out more about events we attended and + upcoming events at https://www.FreeBSDfoundation.org/news-and-events/.

    + +

    Legal/FreeBSD IP

    + +

    The Foundation owns the FreeBSD trademarks, and it is our + responsibility to protect them. We also provide + legal support for the core team to investigate + questions that arise.

    + +

    Go to http://www.FreeBSDfoundation.org + to find out how we support FreeBSD and how we can + help you!

    + + + +
    + + + Continuous Integration + + + + Jenkins Admin + jenkins-admin@FreeBSD.org + + + Li-Wen Hsu + lwhsu@FreeBSD.org + + + + + FreeBSD Jenkins Instance + FreeBSD CI artifact archive + FreeBSD Jenkins wiki + freebsd-testing Mailing List + freebsd-ci Repository + + + +

    The FreeBSD CI team maintains continuous integration tasks + for FreeBSD. The CI + system regularly checks the changes committed to the + project's Subversion + repository can be successfully built, and performs various + tests and analysis + with the build results. The CI team also maintains the + archive of the artifact + built by the CI system, for the further testing and + debugging needs.

    + +

    Starting from June 2018, the project is sponsored by the + FreeBSD Foundation in + hardware and staff. For more details of the sponsored + projects, please refer + to:

    + +

    https://www.freebsdfoundation.org/news-and-events/newsletter/freebsd-foundation-update-september-2018/

    + +

    In addition to that, we also helped checking regressions + for OpenSSL 1.1.1 + update and test continuously for 12-STABLE branch.

    + +

    We had meetings and working groups at two developer + summits during 2018Q3:

    + + + +

    + Work in progress:

    + +
      +
    • Fixing the failing test cases and builds
    • + +
    • DTrace + test
    • + +
    • ZFS + test
    • + +
    • GCC + build
    • + +
    • Adding drm ports building test against -CURRENT
    • + +
    • Adding tests for selected project branches, e.g.: + clang700-import
    • + +
    • Adding new hardware to the embedded testbed
    • + +
    • Implementing automatic tests on bare metal hardware
    • + +
    • Planning running ztest and network stack tests
    • +
    + + + +
    + + + 4G/4G address space split for i386 + + + + Konstantin Belousov + kib@FreeBSD.org + + + + +

    Most 32-bit FreeBSD architectures, including i386, started + to suffer + from the rapid growth of the size of software during the + past decade. + When a 32-bit address space is enough space for a given + task, 32-bit + mode still has an intrinsic advantage over 64-bit mode, + due to less + memory traffic and more economical use of caches. It has + grown + harder to provide the self-hosting i386 system build due + to the + increase in size of the build tools.

    + +

    The FreeBSD i386 kernel, prior to the 12.0-RELEASE + version, split + the 4GB address space of the platform into 3GB (minus 4MB) + accessible + to userspace accesses and 1GB for kernel accesses. + Neither kernel nor userspace could access a full 4GB + address space. + Programs that require very large virtual address spaces, + such as + clang when compiling or lld when linking, could run out of + address + space: 3GB of address space was insufficient for their + operation. + The kernel also had trouble fitting into the traditional + 1GB + limitation of address space with the modern sizing for + network + buffers, ZFS and other KVA-hungry in-kernel subsystems.

    + +

    In FreeBSD 12, the i386 architecture has been changed to + provide + dedicated separate address spaces for userspace and + kernel, giving + each mode full access to 4GB (minus 8MB) of usable address + space. + The userspace on the i386 architecture now has access to + the same + amount of address space as the compat32 subsystem in the + amd64 + architecture kernel. The increase in kernel address space + enables + further growth and maintainability of the i386 + architecture.

    + +

    The split 4GB/4GB user/kernel implementation uses two page + directory + entries (PDEs) shared between modes: one for mapping the + page table, + another for the mode switching trampoline and other + required system *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-doc-all@freebsd.org Mon Dec 24 11:17:39 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADF931340553; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55717826E6; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 314AB239F2; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOBHdND008401; Mon, 24 Dec 2018 11:17:39 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOBHdwl008400; Mon, 24 Dec 2018 11:17:39 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241117.wBOBHdwl008400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 11:17:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52718 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52718 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55717826E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 11:17:39 -0000 Author: trasz Date: Mon Dec 24 11:17:38 2018 New Revision: 52718 URL: https://svnweb.freebsd.org/changeset/doc/52718 Log: Some last-minute markup fixes. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D18650 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 10:07:27 2018 (r52717) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 11:17:38 2018 (r52718) @@ -130,12 +130,8 @@

    • setting and publishing release schedules for official - project releases
    • -
    + project releases of FreeBSD -

    of FreeBSD

    - -
    • announcing code slushes, freezes, and thaws
    • maintaining the respective branches for all supported @@ -432,8 +428,7 @@
    • Core approved the use of SPDX tags.
    -

    - 2018 Q1

    +

    2018 Q1

    • Jeb Cramer (jeb@) was awarded a src commit bit under the @@ -1216,9 +1211,7 @@
    • Intel is currently working on extending the driver to support UEFI namespaces.
    • -
    -
    • A DAX-capable filesystem is needed, which solves the issue of double-buffering. Our tmpfs already provides VM facilities @@ -1471,9 +1464,6 @@
    • Improved ioctl and sysctl support to allow ifconfig and netstat to work in 32-bit compat mode.
    • -
    - -
    • Migration from a model of translating ioctl commands and data structures at the kernel boundary to translating where the @@ -1485,9 +1475,6 @@ and improves code reusability (my out-of-tree work will soon include a 64-bit compatibility layer.)
    • -
    - -
    • Simplifications of the generic ELF process execution path by Ed Maste, John Baldwin, and myself. A number of @@ -2013,18 +2000,12 @@ pmap_activate_sw(). Besides removing checks at runtime, it also makes the code much more cleanly structured and readable.
    • -
    -
    • TLB and cache flush implementation.
    • -
    -
    • memcpy/memmove, copyin/copyout variants selection for ERMS and SMAP.
    • -
    -
    • FPU state save and restore, depending on the support for AVX or not, this is also used on i386.
    • From owner-svn-doc-all@freebsd.org Mon Dec 24 11:19:24 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 673221340605; Mon, 24 Dec 2018 11:19:24 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A440827A4; Mon, 24 Dec 2018 11:19:24 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2E45239F6; Mon, 24 Dec 2018 11:19:23 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOBJNWo008512; Mon, 24 Dec 2018 11:19:23 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOBJN6K008511; Mon, 24 Dec 2018 11:19:23 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241119.wBOBJN6K008511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 11:19:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52719 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52719 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0A440827A4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 11:19:24 -0000 Author: trasz Date: Mon Dec 24 11:19:23 2018 New Revision: 52719 URL: https://svnweb.freebsd.org/changeset/doc/52719 Log: Publish the 2018Q3 status report Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D18649 Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/status.xml Mon Dec 24 11:17:38 2018 (r52718) +++ head/en_US.ISO8859-1/htdocs/news/status/status.xml Mon Dec 24 11:19:23 2018 (r52719) @@ -13,8 +13,8 @@ -

      Next Quarterly Status Report submissions (October, 2017 – - September, 2018) due: October 31th, 2018

      +

      Next Quarterly Status Report submissions (October – + December) due: January 31th, 2019

      Submit your entries as Pull Requests from your fork of FreeBSD @@ -54,6 +54,13 @@

      These status reports may be reproduced in whole or in part, as long as the source is clearly identified and appropriate credit given.

      + +

      2018

      + +

      2017

      From owner-svn-doc-all@freebsd.org Mon Dec 24 11:22:15 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D57F6134087E; Mon, 24 Dec 2018 11:22:15 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BFDD82A93; Mon, 24 Dec 2018 11:22:15 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 721A123B9E; Mon, 24 Dec 2018 11:22:15 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOBMFFH012673; Mon, 24 Dec 2018 11:22:15 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOBMFSn012672; Mon, 24 Dec 2018 11:22:15 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241122.wBOBMFSn012672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 11:22:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52720 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 52720 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7BFDD82A93 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 11:22:16 -0000 Author: trasz Date: Mon Dec 24 11:22:14 2018 New Revision: 52720 URL: https://svnweb.freebsd.org/changeset/doc/52720 Log: Announce the 2018Q3 status report. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D18651 Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Mon Dec 24 11:19:23 2018 (r52719) +++ head/share/xml/news.xml Mon Dec 24 11:22:14 2018 (r52720) @@ -35,6 +35,18 @@ 12 + 24 + + + January-September 2018 Status Report + +

      The January + to September 2018 Status Report is now available.

      +
      +
      + + 11 From owner-svn-doc-all@freebsd.org Mon Dec 24 12:13:01 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E56D0134271F; Mon, 24 Dec 2018 12:13:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8891984475; Mon, 24 Dec 2018 12:13:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79C362445E; Mon, 24 Dec 2018 12:13:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOCD0LV039370; Mon, 24 Dec 2018 12:13:00 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOCD0RQ039369; Mon, 24 Dec 2018 12:13:00 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241213.wBOCD0RQ039369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 12:13:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52721 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52721 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8891984475 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 12:13:01 -0000 Author: trasz Date: Mon Dec 24 12:13:00 2018 New Revision: 52721 URL: https://svnweb.freebsd.org/changeset/doc/52721 Log: Fix hrefs. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D18652 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 11:22:14 2018 (r52720) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 12:13:00 2018 (r52721) @@ -206,9 +206,9 @@ Contributing to ports FreeBSD ports monitoring Ports Management Team - FreeBSD portmgr (@freebsd_portmgr) - FreeBSD Ports Management Team (Facebook) - FreeBSD Ports Management Team (Google+) + FreeBSD portmgr (@freebsd_portmgr) + FreeBSD Ports Management Team (Facebook) + FreeBSD Ports Management Team (Google+) From owner-svn-doc-all@freebsd.org Mon Dec 24 19:45:40 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A1F5134D0A3; Mon, 24 Dec 2018 19:45:40 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D304C6A8ED; Mon, 24 Dec 2018 19:45:39 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE7C9FC3; Mon, 24 Dec 2018 19:45:39 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOJjdBl073078; Mon, 24 Dec 2018 19:45:39 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOJjd5u073077; Mon, 24 Dec 2018 19:45:39 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812241945.wBOJjd5u073077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Mon, 24 Dec 2018 19:45:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52722 - head/en_US.ISO8859-1/articles/nanobsd X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/nanobsd X-SVN-Commit-Revision: 52722 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D304C6A8ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 19:45:40 -0000 Author: crees Date: Mon Dec 24 19:45:39 2018 New Revision: 52722 URL: https://svnweb.freebsd.org/changeset/doc/52722 Log: Update for pkgng PR: docs/207329 Modified: head/en_US.ISO8859-1/articles/nanobsd/article.xml Modified: head/en_US.ISO8859-1/articles/nanobsd/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/nanobsd/article.xml Mon Dec 24 12:13:00 2018 (r52721) +++ head/en_US.ISO8859-1/articles/nanobsd/article.xml Mon Dec 24 19:45:39 2018 (r52722) @@ -346,8 +346,9 @@ customize_cmd cust_etc_size install_packages () ( mkdir -p ${NANO_WORLDDIR}/packages cp /usr/src/tools/tools/nanobsd/packages/* ${NANO_WORLDDIR}/packages -chroot ${NANO_WORLDDIR} sh -c 'cd packages; pkg_add -v *;cd ..;' -rm -rf ${NANO_WORLDDIR}/packages +cp $(which pkg-static) ${NANO_WORLDDIR}/ +chroot ${NANO_WORLDDIR} sh -c 'cd packages; /pkg-static add *;cd ..;' +rm -rf ${NANO_WORLDDIR}/packages ${NANO_WORLDDIR}/pkg-static ) customize_cmd install_packages From owner-svn-doc-all@freebsd.org Mon Dec 24 20:09:06 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0D92134D670; Mon, 24 Dec 2018 20:09:06 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21AE46B089; Mon, 24 Dec 2018 20:09:06 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 104AB131B; Mon, 24 Dec 2018 20:09:06 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOK952U083418; Mon, 24 Dec 2018 20:09:05 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOK95X6083417; Mon, 24 Dec 2018 20:09:05 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812242009.wBOK95X6083417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Mon, 24 Dec 2018 20:09:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52723 - head/en_US.ISO8859-1/htdocs/docs X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/docs X-SVN-Commit-Revision: 52723 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 21AE46B089 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2018 20:09:07 -0000 Author: crees Date: Mon Dec 24 20:09:05 2018 New Revision: 52723 URL: https://svnweb.freebsd.org/changeset/doc/52723 Log: Add some more useful resources PR: docs/216118 Submitted by: Christian Sturm Modified: head/en_US.ISO8859-1/htdocs/docs/webresources.xml Modified: head/en_US.ISO8859-1/htdocs/docs/webresources.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/docs/webresources.xml Mon Dec 24 19:45:39 2018 (r52722) +++ head/en_US.ISO8859-1/htdocs/docs/webresources.xml Mon Dec 24 20:09:05 2018 (r52723) @@ -44,6 +44,28 @@

      Additional resources

      +

      FreeBSDNews.com

      + +

      FreeBSDNews.com is a blog providing the latest + happenings in the FreeBSD community. + The articles contain a mix of aggregated news, + tutorials and similar.

      + +

      BSD Now

      + +

      BSD Now is a weekly video podcast spreading the word + about the BSD family of operating systems. The show + provides an overview on recent developments, but also + features interviews, tutorials and help on specific + issues by its listeners.

      + +

      BSD MAG

      + +

      BSD MAG is devoted to BSD and open source solutions, + targeting both beginners and experienced users. It is + available for free and published on a monthly basis.

      +

      The Source Code

      From owner-svn-doc-all@freebsd.org Tue Dec 25 06:05:27 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2D791340778; Tue, 25 Dec 2018 06:05:26 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97DF5886AB; Tue, 25 Dec 2018 06:05:26 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A1648130; Tue, 25 Dec 2018 06:05:26 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBP65QcA001620; Tue, 25 Dec 2018 06:05:26 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBP65QF0001619; Tue, 25 Dec 2018 06:05:26 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201812250605.wBP65QF0001619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Tue, 25 Dec 2018 06:05:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52724 - head/en_US.ISO8859-1/books/fdp-primer/po-translations X-SVN-Group: doc-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/fdp-primer/po-translations X-SVN-Commit-Revision: 52724 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 97DF5886AB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 06:05:27 -0000 Author: ygy Date: Tue Dec 25 06:05:26 2018 New Revision: 52724 URL: https://svnweb.freebsd.org/changeset/doc/52724 Log: TRANSLATOR option is currently enabled by default in textproc/docproj. Reword instructions to reflect this in PO Translation Quick Start. PR: 229539 Reported by: egypcio Modified: head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Mon Dec 24 20:09:05 2018 (r52723) +++ head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Tue Dec 25 06:05:26 2018 (r52724) @@ -27,15 +27,9 @@ The procedure shown in is assumed to have - already been performed, but the TRANSLATOR - option must be enabled in the - textproc/docproj port. If that - option was not enabled, display the options menu and enable - it, then reinstall the port: - - &prompt.root; cd /usr/ports/textproc/docproj -&prompt.root; make config -&prompt.root; make clean deinstall install clean + already been performed. The TRANSLATOR + option is required and already enabled by default in the + textproc/docproj port. This example shows the creation of a Spanish translation of the short Leap From owner-svn-doc-all@freebsd.org Wed Dec 26 18:15:06 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CC2D1358A3D; Wed, 26 Dec 2018 18:15:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F94D8C8FE; Wed, 26 Dec 2018 18:15:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 128BF273AB; Wed, 26 Dec 2018 18:15:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQIF5bj081679; Wed, 26 Dec 2018 18:15:05 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQIF5Og081678; Wed, 26 Dec 2018 18:15:05 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812261815.wBQIF5Og081678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 26 Dec 2018 18:15:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52725 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 52725 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1F94D8C8FE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 18:15:06 -0000 Author: gjb Date: Wed Dec 26 18:15:05 2018 New Revision: 52725 URL: https://svnweb.freebsd.org/changeset/doc/52725 Log: Comment the link to the 12.0-STABLE release notes, which is going to be a bit complicated to fix after moving release notes for 12.x and later from the base repository to the doc repository. Fix the link to 11.2-STABLE while here. [1] Reported by: ryusuke Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/where.xml Modified: head/en_US.ISO8859-1/htdocs/where.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/where.xml Tue Dec 25 06:05:26 2018 (r52724) +++ head/en_US.ISO8859-1/htdocs/where.xml Wed Dec 26 18:15:05 2018 (r52725) @@ -373,9 +373,11 @@
    +
  • Release Notes
+ ?> @@ -429,7 +431,7 @@ From owner-svn-doc-all@freebsd.org Thu Dec 27 09:22:38 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D36851354648; Thu, 27 Dec 2018 09:22:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77577685B0; Thu, 27 Dec 2018 09:22:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 698919726; Thu, 27 Dec 2018 09:22:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBR9Mcs0067434; Thu, 27 Dec 2018 09:22:38 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBR9McbL067433; Thu, 27 Dec 2018 09:22:38 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201812270922.wBR9McbL067433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 27 Dec 2018 09:22:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52726 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52726 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 77577685B0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 09:22:39 -0000 Author: ale Date: Thu Dec 27 09:22:38 2018 New Revision: 52726 URL: https://svnweb.freebsd.org/changeset/doc/52726 Log: Fix typo: add missing zero. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Wed Dec 26 18:15:05 2018 (r52725) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Thu Dec 27 09:22:38 2018 (r52726) @@ -604,7 +604,7 @@

Our work is 100% funded by your donations. As of September 30, we raised $328,482. Our 2018 fundraising goal - is $1,250,00 and we are continuing to work hard to + is $1,250,000 and we are continuing to work hard to meet and exceed this goal! Please consider making a donation to help us continue and increase our support for FreeBSD: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1880141B43C; Thu, 27 Dec 2018 17:18:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95A038428D; Thu, 27 Dec 2018 17:18:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 894A7EACE; Thu, 27 Dec 2018 17:18:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRHIRi9017807; Thu, 27 Dec 2018 17:18:27 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRHIRp9017806; Thu, 27 Dec 2018 17:18:27 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812271718.wBRHIRp9017806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 27 Dec 2018 17:18:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52727 - head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/11.2R X-SVN-Commit-Revision: 52727 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 95A038428D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 17:18:28 -0000 Author: gjb Date: Thu Dec 27 17:18:27 2018 New Revision: 52727 URL: https://svnweb.freebsd.org/changeset/doc/52727 Log: Regen after r342555. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/11.2R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/11.2R/errata.html Thu Dec 27 09:22:38 2018 (r52726) +++ head/en_US.ISO8859-1/htdocs/releases/11.2R/errata.html Thu Dec 27 17:18:27 2018 (r52727) @@ -38,14 +38,16 @@ reassembly

FreeBSD-SA-18:09.l1tf14 August 2018

L1 Terminal Fault (L1TF) Kernel Information Disclosure

FreeBSD-SA-18:10.ip14 August 2018

Resource exhaustion in IP fragment reassembly

FreeBSD-SA-18:11.hostapd14 August 2018

Unauthenticated EAPOL-Key Decryption - Vulnerability

FreeBSD-SA-18:12.elf12 September 2018

Improper ELF header parsing

FreeBSD-SA-18:13.nfs27 November 2018

Multiple vulnerabilities

FreeBSD-SA-18:14.bhyve4 December 2018

Insufficient bounds checking

3. Errata Notices

ErrataDateTopic
FreeBSD-EN-18:08.lazyfpu12 September 2018

Regression in Lazy FPU remediation

FreeBSD-EN-18:09.ip27 September 2018

IP fragment remediation causes + Vulnerability

FreeBSD-SA-18:12.elf12 September 2018

Improper ELF header parsing

FreeBSD-SA-18:13.nfs27 November 2018

Multiple vulnerabilities

FreeBSD-SA-18:14.bhyve4 December 2018

Insufficient bounds checking

FreeBSD-SA-18:15.bootpd19 December  2018

Buffer overflow

3. Errata Notices

ErrataDateTopic
FreeBSD-EN-18:08.lazyfpu12 September 2018

Regression in Lazy FPU remediation

FreeBSD-EN-18:09.ip27 September 2018

IP fragment remediation causes IPv6 reassembly failure

FreeBSD-EN-18:10.syscall27 September 2018

Null pointer dereference in freebsd4_getfsstat system call

FreeBSD-EN-18:11.listen27 September 2018

Denial of service in listen system call

FreeBSD-EN-18:12.mem27 September 2018

Small kernel memory disclosures in two system calls

FreeBSD-EN-18:13.icmp27 November 2018

ICMP buffer underwrite

FreeBSD-EN-18:14.tzdata27 November 2018

Timezone database information update

FreeBSD-EN-18:15.loader27 November 2018

Deferred kernel loading breaks loader - password

4. Open Issues

4. Open Issues

  • FreeBSD/i386 installed on ZFS may crash during boot when the ZFS pool mount is attempted while booting an unmodified GENERIC kernel.

    A system tunable has been added as of revision r286584 to make the From owner-svn-doc-all@freebsd.org Thu Dec 27 17:19:26 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F2EF141B4BA; Thu, 27 Dec 2018 17:19:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C598F84317; Thu, 27 Dec 2018 17:19:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5EBFEAD1; Thu, 27 Dec 2018 17:19:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRHJPi0017898; Thu, 27 Dec 2018 17:19:25 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRHJPZH017897; Thu, 27 Dec 2018 17:19:25 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812271719.wBRHJPZH017897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 27 Dec 2018 17:19:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52728 - head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml X-SVN-Commit-Revision: 52728 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C598F84317 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 17:19:26 -0000 Author: gjb Date: Thu Dec 27 17:19:25 2018 New Revision: 52728 URL: https://svnweb.freebsd.org/changeset/doc/52728 Log: Document SA-18:15. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/security.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/security.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/security.xml Thu Dec 27 17:18:27 2018 (r52727) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/security.xml Thu Dec 27 17:19:25 2018 (r52728) @@ -19,9 +19,10 @@ - No advisories. -   -   + FreeBSD-SA-18:15.bootpd + 19 December 2018 + Buffer overflow From owner-svn-doc-all@freebsd.org Thu Dec 27 17:23:47 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BAA4141B747; Thu, 27 Dec 2018 17:23:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFC0084841; Thu, 27 Dec 2018 17:23:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5A43EC8F; Thu, 27 Dec 2018 17:23:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRHNkog022875; Thu, 27 Dec 2018 17:23:46 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRHNkO2022873; Thu, 27 Dec 2018 17:23:46 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812271723.wBRHNkO2022873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 27 Dec 2018 17:23:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52729 - in head/en_US.ISO8859-1/htdocs: releases/12.0R releng X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head/en_US.ISO8859-1/htdocs: releases/12.0R releng X-SVN-Commit-Revision: 52729 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DFC0084841 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 17:23:47 -0000 Author: gjb Date: Thu Dec 27 17:23:46 2018 New Revision: 52729 URL: https://svnweb.freebsd.org/changeset/doc/52729 Log: Document the releng/12.0 branch has officially been handed over to so@. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml head/en_US.ISO8859-1/htdocs/releng/index.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Thu Dec 27 17:19:25 2018 (r52728) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Thu Dec 27 17:23:46 2018 (r52729) @@ -204,7 +204,7 @@ Turn over to the secteam - - - + 27 December 2018 &local.branch.releng; branch is handed over to the &os; Security Officer Team in one or two weeks after the announcement. Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Dec 27 17:19:25 2018 (r52728) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Dec 27 17:23:46 2018 (r52729) @@ -99,7 +99,7 @@ releng/12.0 Frozen - &contact.re; + &contact.so; FreeBSD 12.0 supported errata fix branch. From owner-svn-doc-all@freebsd.org Thu Dec 27 19:23:42 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CBE51420BD1; Thu, 27 Dec 2018 19:23:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32B68887F3; Thu, 27 Dec 2018 19:23:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2307518121; Thu, 27 Dec 2018 19:23:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRJNgQX085525; Thu, 27 Dec 2018 19:23:42 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRJNgnr085524; Thu, 27 Dec 2018 19:23:42 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812271923.wBRJNgnr085524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 27 Dec 2018 19:23:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52730 - head/en_US.ISO8859-1/htdocs/releng X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releng X-SVN-Commit-Revision: 52730 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 32B68887F3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 19:23:42 -0000 Author: gjb Date: Thu Dec 27 19:23:41 2018 New Revision: 52730 URL: https://svnweb.freebsd.org/changeset/doc/52730 Log: Update the releng index.html page to reflect stable/10 is no longer supported. Submitted by: delphij Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Dec 27 17:23:46 2018 (r52729) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Dec 27 19:23:41 2018 (r52730) @@ -135,7 +135,7 @@ stable/10 Open committers - Development branch for FreeBSD 10-STABLE. + Maintenance branch for 10-STABLE (not officially supported). From owner-svn-doc-all@freebsd.org Fri Dec 28 06:15:14 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A77A142EB2B; Fri, 28 Dec 2018 06:15:14 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1B1D74B40; Fri, 28 Dec 2018 06:15:13 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFABA1EF85; Fri, 28 Dec 2018 06:15:13 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBS6FDct028137; Fri, 28 Dec 2018 06:15:13 GMT (envelope-from qingli@FreeBSD.org) Received: (from qingli@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBS6FDHg028136; Fri, 28 Dec 2018 06:15:13 GMT (envelope-from qingli@FreeBSD.org) Message-Id: <201812280615.wBS6FDHg028136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: qingli set sender to qingli@FreeBSD.org using -f From: Qing Li Date: Fri, 28 Dec 2018 06:15:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52731 - head/share/pgpkeys X-SVN-Group: doc-head X-SVN-Commit-Author: qingli X-SVN-Commit-Paths: head/share/pgpkeys X-SVN-Commit-Revision: 52731 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E1B1D74B40 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 06:15:14 -0000 Author: qingli (src committer) Date: Fri Dec 28 06:15:13 2018 New Revision: 52731 URL: https://svnweb.freebsd.org/changeset/doc/52731 Log: Update my PGP key Modified: head/share/pgpkeys/qingli.key Modified: head/share/pgpkeys/qingli.key ============================================================================== --- head/share/pgpkeys/qingli.key Thu Dec 27 19:23:41 2018 (r52730) +++ head/share/pgpkeys/qingli.key Fri Dec 28 06:15:13 2018 (r52731) @@ -1,47 +1,43 @@ -sub 2048R/EF3A9370 2013-06-12 [expires: 2017-06-12] +pub rsa2048/F67236810BB1CB98 2018-12-27 [SC] [expires: 2021-12-27] + Key fingerprint = 46F8 339A 8C5C 3B13 7314 8786 F672 3681 0BB1 CB98 +uid Qing Li +sub rsa2048/768E9EB15482337B 2018-12-27 [E] [expires: 2021-12-27] + ]]> From owner-svn-doc-all@freebsd.org Fri Dec 28 13:32:49 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B12281439293; Fri, 28 Dec 2018 13:32:49 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 538E68B38D; Fri, 28 Dec 2018 13:32:49 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 472962393E; Fri, 28 Dec 2018 13:32:49 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBSDWn7x059070; Fri, 28 Dec 2018 13:32:49 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSDWnIi059069; Fri, 28 Dec 2018 13:32:49 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201812281332.wBSDWnIi059069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 28 Dec 2018 13:32:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52732 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs X-SVN-Commit-Revision: 52732 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 538E68B38D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 13:32:49 -0000 Author: ryusuke Date: Fri Dec 28 13:32:48 2018 New Revision: 52732 URL: https://svnweb.freebsd.org/changeset/doc/52732 Log: - Merge the following from the English version: r52666 -> r52725 head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/where.xml Fri Dec 28 06:15:13 2018 (r52731) +++ head/ja_JP.eucJP/htdocs/where.xml Fri Dec 28 13:32:48 2018 (r52732) @@ -6,7 +6,7 @@ ]> - + @@ -376,9 +376,11 @@

+
  • ¥ê¥ê¡¼¥¹¥Î¡¼¥È
  • + ?> @@ -432,7 +434,7 @@ From owner-svn-doc-all@freebsd.org Fri Dec 28 13:39:37 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30BFD1439431; Fri, 28 Dec 2018 13:39:37 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAB668B4EA; Fri, 28 Dec 2018 13:39:36 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFE6723947; Fri, 28 Dec 2018 13:39:36 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBSDda9T059446; Fri, 28 Dec 2018 13:39:36 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSDdaLA059445; Fri, 28 Dec 2018 13:39:36 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201812281339.wBSDdaLA059445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 28 Dec 2018 13:39:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52733 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/share/xml X-SVN-Commit-Revision: 52733 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CAB668B4EA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 13:39:37 -0000 Author: ryusuke Date: Fri Dec 28 13:39:36 2018 New Revision: 52733 URL: https://svnweb.freebsd.org/changeset/doc/52733 Log: - Merge the following from the English version: r52668 -> r52720 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Fri Dec 28 13:32:48 2018 (r52732) +++ head/ja_JP.eucJP/share/xml/news.xml Fri Dec 28 13:39:36 2018 (r52733) @@ -37,6 +37,19 @@ 12 + 24 + + + ³«È¯¿ÊĽ¥ì¥Ý¡¼¥È (2018 ǯ 1 ·î – 9 ·î) ¸ø³« + +

    2018 ǯ + 1 ·î – 9 ·î³«È¯¿ÊĽ¥ì¥Ý¡¼¥È + ¤¬¸ø³«¤µ¤ì¤Þ¤·¤¿¡£

    +
    +
    + + 11 From owner-svn-doc-all@freebsd.org Fri Dec 28 14:56:34 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 531E7143B0E5; Fri, 28 Dec 2018 14:56:34 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE9488DB15; Fri, 28 Dec 2018 14:56:33 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2238246F3; Fri, 28 Dec 2018 14:56:33 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBSEuXcu001422; Fri, 28 Dec 2018 14:56:33 GMT (envelope-from rcyu@FreeBSD.org) Received: (from rcyu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSEuXIb001421; Fri, 28 Dec 2018 14:56:33 GMT (envelope-from rcyu@FreeBSD.org) Message-Id: <201812281456.wBSEuXIb001421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rcyu set sender to rcyu@FreeBSD.org using -f From: Ruey-Cherng Yu Date: Fri, 28 Dec 2018 14:56:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52734 - head/zh_TW.UTF-8/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: rcyu X-SVN-Commit-Paths: head/zh_TW.UTF-8/share/xml X-SVN-Commit-Revision: 52734 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EE9488DB15 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 14:56:34 -0000 Author: rcyu Date: Fri Dec 28 14:56:33 2018 New Revision: 52734 URL: https://svnweb.freebsd.org/changeset/doc/52734 Log: - Traditional Chinese translation of the latest news item (Dec 24th) Merge the following from the English version : r52668 ->r52720 Modified: head/zh_TW.UTF-8/share/xml/news.xml Modified: head/zh_TW.UTF-8/share/xml/news.xml ============================================================================== --- head/zh_TW.UTF-8/share/xml/news.xml Fri Dec 28 13:39:36 2018 (r52733) +++ head/zh_TW.UTF-8/share/xml/news.xml Fri Dec 28 14:56:33 2018 (r52734) @@ -22,7 +22,7 @@ The FreeBSD Traditional Chinese Documentation Project From: www/share/xml/news.xml $FreeBSD$ - Original revision: r52668 + Original revision: r52720 --> @@ -35,6 +35,18 @@ 12 + + + 24 + + + 2018 第一至三季開發進度報告發布 + +

    + 2018 第一至三季開發進度報告ç¾å·²ç™¼å¸ƒã€‚

    +
    +
    11 From owner-svn-doc-all@freebsd.org Fri Dec 28 15:41:36 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE39E143BFBC; Fri, 28 Dec 2018 15:41:36 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71A2B8F156; Fri, 28 Dec 2018 15:41:36 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64E9A24F24; Fri, 28 Dec 2018 15:41:36 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBSFfajr023811; Fri, 28 Dec 2018 15:41:36 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSFfarK023810; Fri, 28 Dec 2018 15:41:36 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201812281541.wBSFfarK023810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 28 Dec 2018 15:41:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52735 - head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Commit-Revision: 52735 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 71A2B8F156 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 15:41:37 -0000 Author: gjb Date: Fri Dec 28 15:41:35 2018 New Revision: 52735 URL: https://svnweb.freebsd.org/changeset/doc/52735 Log: Do not attempt to install CHECKSUM.* files when not building an -RC or -RELEASE. Reported by: David Boyd Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Fri Dec 28 14:56:33 2018 (r52734) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/Makefile Fri Dec 28 15:41:35 2018 (r52735) @@ -56,6 +56,7 @@ _ARM64_AARCH64?=PINE64 \ PINE64-LTS \ RPI3 +.if (${_BRANCH:MRC*} != "" || ${_BRANCH:MRELEASE*} != "") .for CHECKSUM in SHA512 SHA256 . for _B in ${_BIGIRON} DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc @@ -73,5 +74,6 @@ DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7- DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc . endfor .endfor +.endif # _BRANCH !RC* || RELEASE* .include "${DOC_PREFIX}/share/mk/web.site.mk" From owner-svn-doc-all@freebsd.org Sat Dec 29 21:34:22 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C65D142D9AB; Sat, 29 Dec 2018 21:34:22 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6823863B2; Sat, 29 Dec 2018 21:34:21 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9DD718D11; Sat, 29 Dec 2018 21:34:21 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBTLYLb4072427; Sat, 29 Dec 2018 21:34:21 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBTLYLWq072426; Sat, 29 Dec 2018 21:34:21 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201812292134.wBTLYLWq072426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 29 Dec 2018 21:34:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52736 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52736 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B6823863B2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2018 21:34:22 -0000 Author: jrm (ports committer) Date: Sat Dec 29 21:34:21 2018 New Revision: 52736 URL: https://svnweb.freebsd.org/changeset/doc/52736 Log: 2018-01-2018-09 Report: Fix grammar issues and improve clarity Approved by: bcr Differential Revision: https://reviews.freebsd.org/D18685 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Fri Dec 28 15:41:35 2018 (r52735) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Sat Dec 29 21:34:21 2018 (r52736) @@ -370,8 +370,8 @@

    1. Coordination between different groups to support the upcoming 12.0 release. The timing of the OpenSSL - 1.1.1 release posed challenges, the new OpenSSL - version included API changes, many components of + 1.1.1 release posed challenges. The new OpenSSL + version included API changes, so many components of the base system and ports required changes. Staying with the older OpenSSL in 12.0 was not a feasible option, because it would have meant @@ -398,10 +398,9 @@ developer and user surveys. If there are questions that you think should be added to the survey, please discuss them on freebsd-arch@. We are - exploring ways for automated user-driven hardware - usage data to understand the changing ways our - software is used and to target better hardware - support.

    + also exploring ways to collect automated hardware-usage data. + This will help the project to understand the changing ways our + software is used and to improve hardware support.

    Here are other noteworthy events (in chronological order) since the last quarterly report.