From owner-svn-doc-head@freebsd.org Sun Dec 17 19:18:39 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27923E928A5;
Sun, 17 Dec 2017 19:18:39 +0000 (UTC) (envelope-from bjk@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 mx1.freebsd.org (Postfix) with ESMTPS id D9AC47AB4B;
Sun, 17 Dec 2017 19:18:38 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBHJIcUj051707;
Sun, 17 Dec 2017 19:18:38 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBHJIccU051706;
Sun, 17 Dec 2017 19:18:38 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201712171918.vBHJIccU051706@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Sun, 17 Dec 2017 19:18:38 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51318 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
X-SVN-Commit-Author: bjk
X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Commit-Revision: 51318
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 17 Dec 2017 19:18:39 -0000
Author: bjk
Date: Sun Dec 17 19:18:37 2017
New Revision: 51318
URL: https://svnweb.freebsd.org/changeset/doc/51318
Log:
Make an editing pass through the 2017Q3 report
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 17 08:15:40 2017 (r51317)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 17 19:18:37 2017 (r51318)
@@ -104,7 +104,7 @@
Miscellaneous
-
Objects that defy categorization.
+
Items that defy categorization.
@@ -187,14 +187,14 @@
The CPU topology detection code was enhanced to properly
- detect Zen dies and CCXes. This gives the scheduler more
- locality information to make scheduling decisions.
+ detect Zen dies and CPU Complexes. This gives the scheduler more
+ locality information to use when making scheduling decisions.
The x86 topology analysis was enhanced to report dies and
- CCXes, in addition to the existing reporting on packages,
- cores, and threads. An example of the new output is
- "FreeBSD/SMP: 1 package(s) x 2 groups x 2 cache groups
- x 4 core(s) x 2 hardware threads".
+ CPU Complexes, in addition to the existing reporting on packages,
+ cores, and threads. An example of the new output is
+ FreeBSD/SMP: 1 package(s) x 2 groups x 2 cache groups
+ x 4 core(s) x 2 hardware threads.
The amdsmn(4) driver for accessing SMN (System Management
Network) registers was added.
@@ -204,29 +204,30 @@
In cpufreq(4):
-
Added support for decoding Zen P-state info from MSRs
- (mostly not necessary due to ACPI P-state information,
- but potentially useful)
+
Added support for decoding Zen P-state information
+ from Machine State Registers (which is usually not
+ necessary, since it is largely redundant with ACPI
+ P-state information, but is potentially useful)
Work around the apparent Ryzen inability to achieve
the P1 state by not busying cores waiting to
- transition.
+ transition to it
-
The intpm(4) smbus driver was fixed to attach to FCH
- (Fusion Controller Hub).
+
The intpm(4) smbus driver was fixed to attach to the AMD
+ FCH (Fusion Controller Hub).
All MCA banks are now enabled and monitored on Zen
CPUs.
-
Feature bit decoding was added for: CLZERO, SVM features,
- RAS capabilities.
+
Feature-bit decoding was added for: CLZERO, SVM features,
+ and RAS capabilities.
SHA intrinsic support was added to the aesni(4) driver.
Ryzen is currently the only desktop processor to feature
- these intrinsics. Support is also present in Intel's
- Goldmont line of low end SoCs.
+ these intrinsics. Support for these intrinsics is also
+ present in Intel's Goldmont line of low-end SoCs.
Overall, Zen is now a very usable platform for x86
@@ -236,8 +237,8 @@
Dell EMC Isilon
- Add HWPMC support for new performance counters in
- Zen.
+ Add HWPMC support for the new performance counters
+ avilable on the Zen architecture.Add support for the CCP (Crypto Co-Processor).
@@ -359,16 +360,18 @@
This summer has seen the creation of a puppet@ team to help
- maintain the ~30 Puppet-related ports in the &os; ports tree.
+ maintain the approximately 30 Puppet-related ports in the &os;
+ ports tree.
These ports were previously maintained by various committers,
- and from time to time this introduced some delays when
- updating a port due to the need to wait for a maintainer's
+ and from time to time the distributed maintainership
+ introduced some delays when
+ updating a port due, to the need to wait for a maintainer's
approval for a related change to a different port.
Puppet 5 is now in the ports tree (as
sysutils/puppet5). The C++ version of Facter
(sysutils/facter) got a lot of love and is now a
- drop-in replacement for the previous Ruby version of Facter
+ drop-in replacement for the previous Ruby version
(sysutils/rubygem-facter); it is the default facts
source for the Puppet 5 port.
@@ -377,7 +380,7 @@
- The pkgng package provider has some minor issues
+ The pkg package provider has some minor issues
(it breaks things when no repos are configured, and is not
working properly from the context of the MCollective package
agent).
@@ -411,7 +414,7 @@
iWARP is a protocol suite that enables efficient movement
of data across the network, building on Remote Direct Memory
Access, Direct Data Placement, and Marker PDU Aligned Framing.
- It endeavors to avoid unnecessary (local) data copies and
+ It endeavors to avoid unnecessary (local) data copies and to
offload work from the main CPU to dedicated hardware.
An initial commit adding iWARP support for the Intel X722
@@ -460,10 +463,10 @@
This quarter, with the help of Matt Macy and Sean Bruno (among
others), we've submitted a review in Phabricator for the
conversion of the ixgbe driver to use the new (and evolving)
- iflib interface.
+ iflib framework.
Stay tuned for the conversion of the 40G driver
- (ixl) as it is currently being ported to use
+ (ixl), as it is currently being ported to use
iflib.
The FreeBSDDesktop team is happy to announce the availability of
- graphics/drm-next-kmod. This port for &os; CURRENT
+ graphics/drm-next-kmod. This port for &os;-CURRENT
(amd64) provides support for the amdgpu,
i915, and radeon DRM
modules using the linuxkpi compatibility framework.
- The port currently corresponds to DRM from Linux 4.9 and is in
- an experimental state. It works reliably for a lot of testers
+ The port currently corresponds to the DRM from Linux 4.9 and is in
+ an experimental state. It works reliably for many testers
with modern GPU hardware (AMD HD7000 series/Tahiti to Polaris
- and Intel HD3000/Sandy Bridge to Skylake). Broader testing and
+ and Intel HD3000/Sandy Bridge to Skylake). Broader testing and
reporting/fixing of bugs is appreciated.
@@ -557,15 +560,15 @@
-
OpenJFX is an open source, next generation client
- application platform for desktop and embedded systems
+
OpenJFX is an open source, next generation, client
+ application platform for desktop and embedded systems,
based on JavaSE. This quarter, the OpenJFX port was
- reworked and has some significant improvements.
+ reworked and has received some significant improvements.
More modules are being built. With the new web module we
gain support for applications that have their own builtin
- web browser like e.g. AsciidocFX. The new media module
- allows JavaFX applications to playback audio and video
+ web browser such as AsciidocFX. The new media module
+ allows JavaFX applications to play audio and video
files.
A port of the JavaFX scenebuilder, a RAD tool for
@@ -581,7 +584,7 @@
- Upstream some of the patches
+ Upstream some of the patches in the ports tree.
@@ -614,14 +617,14 @@
-
The Ports Collection now features over 31,600 ports. There are currently
- 2671 problem reports, of which 718 are unassigned. This quarter saw
- almost 5,900 commits from 175 committers. The number of open PRs grew
+
The Ports Collection now features over 31,600 ports. There are currently
+ 2671 problem reports, of which 718 are unassigned. This quarter saw
+ almost 5,900 commits from 175 committers. The number of open PRs grew
compared to last quarter, and outpaced the number of changes.
This quarter, we welcomed Zach Leslie (zleslie@), Luca Pizzamiglio
(pizzamig@), Craig Leres (leres@), Adriaan de Groot (adridg@), and Dave
- Cottlehuber (dch@) as new committers. The commit bits of the following
+ Cottlehuber (dch@) as new committers. The commit bits of the following
committers were taken in for safekeeping: alonso@ after 19 months of
inactivity, rpaulo@ per his request, and ache@ after he passed away.
Despite several tries and changing mentors, kami@ lacked interest in
@@ -638,14 +641,14 @@
twisted: there is only one Twisted port left
-
The default version of GCC was bumped from 5 to 6. Firefox was updated
- to version 56.0 and Chromium to version 61.0.3163.100. The version of
+
The default version of GCC was bumped from 5 to 6. Firefox was updated
+ to version 56.0 and Chromium to version 61.0.3163.100. The version of
pkg itself was updated to 1.10.1.
During this quarter, antoine@ performed 28 exp-runs to test version
updates of major ports, improving USE_GITHUB and
SHEBANG_FILES, and API changes to the base system.
- This quarter, the foundations for ports "flavors" were
+ This quarter, the foundation for ports "flavors" was
committed, though more development and testing will be
performed in the coming quarter before it goes live.
@@ -697,7 +700,7 @@
- Fix the failing cases and builds.
+ Fix the failing test cases and builds.Create builds for additional architectures.
@@ -745,7 +748,7 @@
In addition to Fedor Uporov, please also welcome (in no
particular order) Matt Joras, Marcin Wojtas, Chuck Tuffli, Ilya
- Bakulin and Alex Richardson as brand new committers. We have also
+ Bakulin and Alex Richardson as brand-new committers. We have also
awarded Steven Hurd and Eugene Grosbein src commit bits to go with
their existing ports bits. Welcome back Gordon Tetlow as a src
committer, essential for his new role within secteam. Eric Davis
@@ -797,7 +800,7 @@
However, this does not necessarily meet the needs of downstream
projects based on &os;, and given the new "packaged base",
adding per-package licensing metadata in a way similar to how
- the Ports Collectionworks is under consideration as an alternative
+ the Ports Collection works is under consideration as an alternative
mechanism.
@@ -809,15 +812,16 @@
report was edited for length and to concentrate on activities
during the quarter in question.
-
Amazon is proposing to set up mirrors of the FreeBSD-update and
+
Amazon is proposing to set up mirrors of the freebsd-update and
pkg servers within AWS in order to provide faster
access for EC2 users. These mirrors will be publicly
accessible, but the expectation is that use will primarily be
from within EC2. &os; AMIs will have a preset configuration
that references the Amazon servers.
-
The old, long deprecated and insecure "r-commands" (rsh,
- rlogin, rcp) are being removed from the base system for
+
The old, long-deprecated, and insecure "r-commands"
+ (rsh, rlogin, rcp) are being removed
+ from the base system for
12.0-RELEASE. Notice of this was added to the man pages and
release notes in time for 11.1-RELEASE and 10.4-RELEASE. Anyone
requiring these commands for backwards compatibility can use the
@@ -859,7 +863,7 @@
FreeBSD Foundation Website
- FreeBSD Foundation Quarterly Newsletter
+ FreeBSD Foundation Quarterly Newsletter
@@ -885,10 +889,10 @@
Fundraising Efforts
Our work is 100% funded by your donations. This year we've
- raised over $860,000 from 500+ donors. Our 2017 fundraising
+ raised over $860,000 from over 500 donors. Our 2017 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 &os;. https://www.&os;foundation.org/donate/.
We also have a new Partnership Program, to provide more benefits
@@ -917,11 +921,11 @@
Headless mode out-of-the-box for the Beaglebone Black
-
Extending bhyve-ARMv7 features
+
Extending bhyve/ARMv7 features
-
Porting bhyve-arm to an ARMv8 platform
+
Porting bhyveARM to an ARMv8 platform
Having software developers on staff has allowed us to jump in
@@ -938,7 +942,7 @@
Stack guard
-
Kernel Undefined Behavior sanitizer
+
Kernel Undefined Behavior Sanitizer
Toolchain projects
@@ -956,11 +960,6 @@
conference calls to facilitate efforts for individuals to
collaborate on different technologies.
-
You can find out more about the support we provided by
- reading individual updates from Ed Maste, Konstatin Belousov,
- Landon Fuller, Matt Ahrens, and Edward Napierala in this
- report.
-
Release Engineering
The Foundation provides a full-time staff member to lead the
@@ -1037,13 +1036,13 @@
Proved travel grants to &os; contributors to attend the
above events.
-
Industry Partner for 2017 USENIX Security Symposium in
- Vancouver BC
+
Sponsored the 2017 USENIX Security Symposium in Vancouver
+ BC as an Industry Partner
Provided &os; advocacy material
-
Industry Partner for 2017 USENIX Annual Technical
- Conference in Santa Clara, CA
+
Supported the 2017 USENIX Annual Technical Conference in
+ Santa Clara, CA as an Industry Partner
We continued producing &os; advocacy material to help
@@ -1054,7 +1053,7 @@
published the July/August issue that you can find at https://www.&os;foundation.org/journal/.
-
You can find out more about events we were at and upcoming
+
A pNFS server allows an NFS service to be spread over
multiple servers, separating the MetaData operations from the
- Data operations (Read/Write). This project will add the
- capability of using &os; systems to create a pNFS service
- consisting of a single MetaData Server, plus a set of Data
+ Data operations (Read and Write). This project will add the
+ ability to use &os; systems to create a pNFS service
+ consisting of a single MetaData Server plus a set of Data
Servers. The Data Servers can be mirrored, so that redundant
copies of the file data are maintained.
@@ -1107,8 +1106,8 @@
next six months.
The patched &os; sources may now be accessed for testing
- via either Subversion or download of a gzipped tarball.
- They consist of a patched kernel plus nfsd daemon and can be
+ via either Subversion or downloading a gzipped tarball.
+ They consist of a patched kernel and nfsd and can be
used on any &os; 11 or later system. The installation
procedure is covered in the linked document.
The nosh project is a suite of system-level utilities for
+
The nosh project is a suite of system-level utilities for
initializing, running, and shutting down BSD systems; and for
managing daemons, terminals, and logging. It attempts to
supersede BSD init, the Mewburn rc.d system,
and OpenRC as used on &os; and TrueOS, drawing inspiration
from Solaris SMF for named milestones, daemontools-encore for
service control/status mechanisms, UCSPI, and IBM AIX for
- separated service and system management. It comprises a range
+ separated service and system management. It includes a range
of compatibility mechanisms, including shims for familiar
commands from other systems, and an automatic import mechanism
that takes existing configuration data from
@@ -1170,10 +1169,10 @@
Since the last status report, in December 2015, the project
has seen: restructured and finer-grained packaging that has
fewer conflicts with other toolsets; the addition of
- zsh completion files; improvements to the vertual
+ zsh completion files; improvements to the virtual
terminal subsystem, keyboard map, mouse support, and ugen and
DECSCUSR support; RFC 5424/5426 remote logging support;
- replacement of the libkqueue and the C library's environment
+ replacement of libkqueue and the C library's environment
handling functions; several new helper commands; support for
Java VM autolocation; improved socket-passing code; an
extended status API and "one-shot" service support;
@@ -1252,13 +1251,13 @@
new ones.
In September, I added a new chapter to the
- &os;Documentation
- Project Primer describing the basics of creating a man
- page. It includes descriptions of the markup, section
- structure, recommended optional material such as examples,
- and sample templates for the most common types of man pages.
- The Resources section includes links to several external
- resources, including the excellent &os;
+ Documentation Project Primer describing the basics of
+ creating a man page. It includes descriptions of the
+ markup, section structure, recommended optional material
+ such as examples, and sample templates for the most common
+ types of man pages. The Resources section includes links to
+ several external resources, including the excellent Practical UNIX
Manuals: mdoc.
@@ -1268,7 +1267,7 @@
- Add more explanation and examples of markup.
+ Add more explanation and examples of markup usage.Expand the sample templates with additional desired standard
features, like an EXAMPLES section.
From owner-svn-doc-head@freebsd.org Mon Dec 18 02:47:56 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB468E9E856;
Mon, 18 Dec 2017 02:47:56 +0000 (UTC) (envelope-from bjk@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 mx1.freebsd.org (Postfix) with ESMTPS id 98811671BA;
Mon, 18 Dec 2017 02:47:56 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI2lt5v039053;
Mon, 18 Dec 2017 02:47:55 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI2ltKf039052;
Mon, 18 Dec 2017 02:47:55 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201712180247.vBI2ltKf039052@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Mon, 18 Dec 2017 02:47:55 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51319 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
X-SVN-Commit-Author: bjk
X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Commit-Revision: 51319
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 18 Dec 2017 02:47:56 -0000
Author: bjk
Date: Mon Dec 18 02:47:55 2017
New Revision: 51319
URL: https://svnweb.freebsd.org/changeset/doc/51319
Log:
Remove empty category from 2017Q3 report
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Sun Dec 17 19:18:37 2017 (r51318)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml Mon Dec 18 02:47:55 2017 (r51319)
@@ -100,14 +100,6 @@
- misc
-
- Miscellaneous
-
-
Items that defy categorization.
-
-
- thirdThird-Party Projects
From owner-svn-doc-head@freebsd.org Mon Dec 18 13:56:38 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DA7E8C0C0;
Mon, 18 Dec 2017 13:56:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id F20547B86E;
Mon, 18 Dec 2017 13:56:37 +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 vBIDubvj023253;
Mon, 18 Dec 2017 13:56:37 GMT (envelope-from ryusuke@FreeBSD.org)
Received: (from ryusuke@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBIDubDP023252;
Mon, 18 Dec 2017 13:56:37 GMT (envelope-from ryusuke@FreeBSD.org)
Message-Id: <201712181356.vBIDubDP023252@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to
ryusuke@FreeBSD.org using -f
From: Ryusuke SUZUKI
Date: Mon, 18 Dec 2017 13:56:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51320 - 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: 51320
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 18 Dec 2017 13:56:38 -0000
Author: ryusuke
Date: Mon Dec 18 13:56:36 2017
New Revision: 51320
URL: https://svnweb.freebsd.org/changeset/doc/51320
Log:
- Merge the following from the English version:
r49208 -> r51282 head/ja_JP.eucJP/htdocs/about.xml
Modified:
head/ja_JP.eucJP/htdocs/about.xml
Modified: head/ja_JP.eucJP/htdocs/about.xml
==============================================================================
--- head/ja_JP.eucJP/htdocs/about.xml Mon Dec 18 02:47:55 2017 (r51319)
+++ head/ja_JP.eucJP/htdocs/about.xml Mon Dec 18 13:56:36 2017 (r51320)
@@ -4,7 +4,7 @@
]>
-
+
@@ -42,7 +42,7 @@
もしあなたがプログラマでないとしても、FreeBSD
- に貢献する方法はいくつもあります。
- FreeBSD Foundation
- は非営利団体であり、直接の寄付は税金の控除対象となります。
+ に貢献する方法はいくつもあります。FreeBSD
+ Foundation は非営利団体であり、
+ 直接の寄付は税金の控除対象となります。
詳細に関しては info@FreeBSDFoundation.org
にメールを送るか、The FreeBSD
From owner-svn-doc-head@freebsd.org Tue Dec 19 06:57:38 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6102EE8EB04;
Tue, 19 Dec 2017 06:57:38 +0000 (UTC)
(envelope-from jkois@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 mx1.freebsd.org (Postfix) with ESMTPS id 2DB2369310;
Tue, 19 Dec 2017 06:57:38 +0000 (UTC)
(envelope-from jkois@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBJ6vb2R058431;
Tue, 19 Dec 2017 06:57:37 GMT (envelope-from jkois@FreeBSD.org)
Received: (from jkois@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJ6vbU0058430;
Tue, 19 Dec 2017 06:57:37 GMT (envelope-from jkois@FreeBSD.org)
Message-Id: <201712190657.vBJ6vbU0058430@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jkois set sender to
jkois@FreeBSD.org using -f
From: Johann Kois
Date: Tue, 19 Dec 2017 06:57:37 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51321 - head/de_DE.ISO8859-1/htdocs/security
X-SVN-Group: doc-head
X-SVN-Commit-Author: jkois
X-SVN-Commit-Paths: head/de_DE.ISO8859-1/htdocs/security
X-SVN-Commit-Revision: 51321
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 19 Dec 2017 06:57:38 -0000
Author: jkois
Date: Tue Dec 19 06:57:37 2017
New Revision: 51321
URL: https://svnweb.freebsd.org/changeset/doc/51321
Log:
r51139 -> r51259
MFde: 11.0R is no longer supported. Remove it from the list.
Modified:
head/de_DE.ISO8859-1/htdocs/security/security.xml
Modified: head/de_DE.ISO8859-1/htdocs/security/security.xml
==============================================================================
--- head/de_DE.ISO8859-1/htdocs/security/security.xml Mon Dec 18 13:56:36 2017 (r51320)
+++ head/de_DE.ISO8859-1/htdocs/security/security.xml Tue Dec 19 06:57:37 2017 (r51321)
@@ -2,7 +2,7 @@
-
+
]>
@@ -181,13 +181,6 @@
n/a
n/a
30. September 2021
-
-
-
releng/11.0
-
11.0-RELEASE
-
n/a
-
10. Oktober 2016
-
30. November 2017
releng/11.1
From owner-svn-doc-head@freebsd.org Tue Dec 19 13:46:39 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EED3E83D76;
Tue, 19 Dec 2017 13:46:39 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3C2FF792C4;
Tue, 19 Dec 2017 13:46:39 +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 vBJDkcIb029100;
Tue, 19 Dec 2017 13:46:38 GMT (envelope-from ryusuke@FreeBSD.org)
Received: (from ryusuke@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJDkcov029099;
Tue, 19 Dec 2017 13:46:38 GMT (envelope-from ryusuke@FreeBSD.org)
Message-Id: <201712191346.vBJDkcov029099@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to
ryusuke@FreeBSD.org using -f
From: Ryusuke SUZUKI
Date: Tue, 19 Dec 2017 13:46:38 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51322 - head/ja_JP.eucJP/books/handbook
X-SVN-Group: doc-head
X-SVN-Commit-Author: ryusuke
X-SVN-Commit-Paths: head/ja_JP.eucJP/books/handbook
X-SVN-Commit-Revision: 51322
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 19 Dec 2017 13:46:39 -0000
Author: ryusuke
Date: Tue Dec 19 13:46:37 2017
New Revision: 51322
URL: https://svnweb.freebsd.org/changeset/doc/51322
Log:
- Merge the following from the English version:
r50566 -> r51261 head/ja_JP.eucJP/books/handbook/book.xml
Modified:
head/ja_JP.eucJP/books/handbook/book.xml
Modified: head/ja_JP.eucJP/books/handbook/book.xml
==============================================================================
--- head/ja_JP.eucJP/books/handbook/book.xml Tue Dec 19 06:57:37 2017 (r51321)
+++ head/ja_JP.eucJP/books/handbook/book.xml Tue Dec 19 13:46:37 2017 (r51322)
@@ -5,7 +5,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
- Original revision: r50566
+ Original revision: r51261
$FreeBSD$
-->
@@ -20,15 +20,28 @@
xml:lang="ja">
+
+
+
+
+
+
+
+
+
&os; ハンドブックFreeBSD ドキュメンテーションプロジェクト
- $FreeBSD$
+ $FreeBSD$
- $FreeBSD$
+ $FreeBSD$1995
@@ -93,8 +106,7 @@
&os; へようこそ!
このハンドブックは
- &os; &rel.current;-RELEASE,
- &os; &rel0.current;-RELEASE
+ &os; &rel.current;-RELEASE
および &os; &rel2.current;-RELEASE
のインストールと日常での使い方について記述したものです。
本ハンドブックはさまざまな人々による編集の成果で、
@@ -113,7 +125,7 @@
xlink:href="https://docs.FreeBSD.org/doc/">https://docs.FreeBSD.org/doc/
から入手できます。
また、他のさまざまな文書形式、圧縮形式のものが &os;
+ xlink:href="https://download.freebsd.org/ftp/doc/">&os;
FTP サーバ や数多くの
ミラーサイト
からダウンロードできます。
From owner-svn-doc-head@freebsd.org Wed Dec 20 08:13:59 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2354BE9E357;
Wed, 20 Dec 2017 08:13:59 +0000 (UTC)
(envelope-from wosch@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 mx1.freebsd.org (Postfix) with ESMTPS id E1B0A3149;
Wed, 20 Dec 2017 08:13:58 +0000 (UTC)
(envelope-from wosch@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBK8Dvam004072;
Wed, 20 Dec 2017 08:13:57 GMT (envelope-from wosch@FreeBSD.org)
Received: (from wosch@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK8DvQ4004071;
Wed, 20 Dec 2017 08:13:57 GMT (envelope-from wosch@FreeBSD.org)
Message-Id: <201712200813.vBK8DvQ4004071@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: wosch set sender to
wosch@FreeBSD.org using -f
From: Wolfram Schneider
Date: Wed, 20 Dec 2017 08:13:57 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51323 - head/en_US.ISO8859-1/htdocs/ports
X-SVN-Group: doc-head
X-SVN-Commit-Author: wosch
X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/ports
X-SVN-Commit-Revision: 51323
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 20 Dec 2017 08:13:59 -0000
Author: wosch
Date: Wed Dec 20 08:13:57 2017
New Revision: 51323
URL: https://svnweb.freebsd.org/changeset/doc/51323
Log:
always check if there is a newer INDEX database is available
PR: 224465
Modified:
head/en_US.ISO8859-1/htdocs/ports/Makefile
Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile Tue Dec 19 13:46:37 2017 (r51322)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile Wed Dec 20 08:13:57 2017 (r51323)
@@ -19,9 +19,13 @@ ${INDEX}: ${PINDEX_OVERRIDE}
${INDEX}: $${PORTSBASE}/${PINDEX}
${CP} ${PORTSBASE}/${PINDEX} ${INDEX}
.else
-${INDEX}:
+
+${INDEX}: ${INDEX}.bz2
+${INDEX}.bz2: .EXEC
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
- ${BUNZIP2} ${INDEX}.bz2
+ if [ ! -e ${INDEX} -o ${INDEX}.bz2 -nt ${INDEX} ]; then \
+ ${BUNZIP2} -dc ${INDEX}.bz2 > ${INDEX}.tmp && ${MV} -f ${INDEX}.tmp ${INDEX}; \
+ fi
.endif
HOSTNAME!= hostname
From owner-svn-doc-head@freebsd.org Wed Dec 20 08:33:24 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29B8FE9F206;
Wed, 20 Dec 2017 08:33:24 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id E63F939CB;
Wed, 20 Dec 2017 08:33:23 +0000 (UTC) (envelope-from mat@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBK8XMLc012464;
Wed, 20 Dec 2017 08:33:22 GMT (envelope-from mat@FreeBSD.org)
Received: (from mat@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK8XMqV012463;
Wed, 20 Dec 2017 08:33:22 GMT (envelope-from mat@FreeBSD.org)
Message-Id: <201712200833.vBK8XMqV012463@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org
using -f
From: Mathieu Arnold
Date: Wed, 20 Dec 2017 08:33:22 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51324 -
head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Group: doc-head
X-SVN-Commit-Author: mat
X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Commit-Revision: 51324
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 20 Dec 2017 08:33:24 -0000
Author: mat
Date: Wed Dec 20 08:33:22 2017
New Revision: 51324
URL: https://svnweb.freebsd.org/changeset/doc/51324
Log:
Add a template and a bit of an explanation for the versions
descriptions.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:13:57 2017 (r51323)
+++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:33:22 2017 (r51324)
@@ -5,6 +5,33 @@
$FreeBSD$
-->
+
+
From owner-svn-doc-head@freebsd.org Wed Dec 20 08:33:37 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DE53E9F23E;
Wed, 20 Dec 2017 08:33:37 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 73CAA3A50;
Wed, 20 Dec 2017 08:33:37 +0000 (UTC) (envelope-from mat@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBK8XaX4012511;
Wed, 20 Dec 2017 08:33:36 GMT (envelope-from mat@FreeBSD.org)
Received: (from mat@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK8Xa2c012510;
Wed, 20 Dec 2017 08:33:36 GMT (envelope-from mat@FreeBSD.org)
Message-Id: <201712200833.vBK8Xa2c012510@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org
using -f
From: Mathieu Arnold
Date: Wed, 20 Dec 2017 08:33:36 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51325 -
head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Group: doc-head
X-SVN-Commit-Author: mat
X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Commit-Revision: 51325
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 20 Dec 2017 08:33:37 -0000
Author: mat
Date: Wed Dec 20 08:33:36 2017
New Revision: 51325
URL: https://svnweb.freebsd.org/changeset/doc/51325
Log:
Remove extra revision numbers.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:33:22 2017 (r51324)
+++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:33:36 2017 (r51325)
@@ -419,8 +419,7 @@ is spelled &, < is < and > is >.
r321369July 22, 201712.0-CURRENT after upgrade of copies of clang, llvm,
- lld, lldb, compiler-rt and libc++ to 5.0.0 (trunk r308421).
- (r321369).
+ lld, lldb, compiler-rt and libc++ to 5.0.0 (trunk r308421).
@@ -428,8 +427,7 @@ is spelled &, < is < and > is >.
r321688July 29, 201712.0-CURRENT after adding NFS client forced dismount
- support umount -N.
- (r321688).
+ support umount -N.
@@ -437,8 +435,7 @@ is spelled &, < is < and > is >.
r322762August 21, 201712.0-CURRENT after WRFSBASE instruction become
- operational on amd64.
- (r322762).
+ operational on amd64.
@@ -446,8 +443,7 @@ is spelled &, < is < and > is >.
r322900August 25, 201712.0-CURRENT after PLPMTUD counters were changed to
- use &man.counter.9;.
- (r322900).
+ use &man.counter.9;.
@@ -455,8 +451,7 @@ is spelled &, < is < and > is >.
r322989August 28, 201712.0-CURRENT after dropping x86 CACHE_LINE_SIZE
- down to 64 bytes.
- (r322989).
+ down to 64 bytes.
@@ -464,8 +459,7 @@ is spelled &, < is < and > is >.
r323349September 8, 201712.0-CURRENT after implementing poll_wait() in the
- LinuxKPI.
- (r323349).
+ LinuxKPI.
@@ -482,8 +476,7 @@ is spelled &, < is < and > is >.
r323910September 22, 201712.0-CURRENT after adding support for 32-bit
- compatibility IOCTLs to LinuxKPI.
- (r323910).
+ compatibility IOCTLs to LinuxKPI.
@@ -501,8 +494,7 @@ is spelled &, < is < and > is >.
October 2, 201712.0-CURRENT after hiding struct
socket and struct unpcb
- from userland.
- (r324227).
+ from userland.
@@ -511,8 +503,7 @@ is spelled &, < is < and > is >.
October 4, 201712.0-CURRENT after adding the
value.u16 field to struct
- diocgattr_arg.
- (r324281).
+ diocgattr_arg.
@@ -540,8 +531,7 @@ is spelled &, < is < and > is >.
October 26, 201712.0-CURRENT after fixing
ptrace() to always clear the
- correct thread event when resuming.
- (r325028).
+ correct thread event when resuming.
@@ -550,8 +540,7 @@ is spelled &, < is < and > is >.
November 7, 201712.0-CURRENT after changing struct
mbuf layout to add optional hardware
- timestamps for receive packets.
- (r325506).
+ timestamps for receive packets.
@@ -560,8 +549,7 @@ is spelled &, < is < and > is >.
November 15, 201712.0-CURRENT after changing the layout of
struct vmtotal to allow for reporting
- large memory counters.
- (r325852).
+ large memory counters.
From owner-svn-doc-head@freebsd.org Wed Dec 20 08:33:39 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id E33AFE9F24E;
Wed, 20 Dec 2017 08:33:39 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id AD7003A53;
Wed, 20 Dec 2017 08:33:39 +0000 (UTC) (envelope-from mat@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBK8XcTB012552;
Wed, 20 Dec 2017 08:33:38 GMT (envelope-from mat@FreeBSD.org)
Received: (from mat@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBK8Xcq3012551;
Wed, 20 Dec 2017 08:33:38 GMT (envelope-from mat@FreeBSD.org)
Message-Id: <201712200833.vBK8Xcq3012551@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org
using -f
From: Mathieu Arnold
Date: Wed, 20 Dec 2017 08:33:38 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51326 -
head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Group: doc-head
X-SVN-Commit-Author: mat
X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions
X-SVN-Commit-Revision: 51326
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 20 Dec 2017 08:33:40 -0000
Author: mat
Date: Wed Dec 20 08:33:38 2017
New Revision: 51326
URL: https://svnweb.freebsd.org/changeset/doc/51326
Log:
Add missing 1101506.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:33:36 2017 (r51325)
+++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 20 08:33:38 2017 (r51326)
@@ -1824,6 +1824,16 @@ is spelled &, < is < and > is >.
11-STABLE after merging clang, llvm, lld, lldb, compiler-rt
and libc++ 5.0.0 release.
+
+
+ 1101506
+ r325003
+ October 25, 2017
+ 11-STABLE after merging
+ r324281, adding the
+ value.u16 field to struct
+ diocgattr_arg.
+
From owner-svn-doc-head@freebsd.org Wed Dec 20 12:56:25 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCEACE87583;
Wed, 20 Dec 2017 12:56:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 804AA6BF75;
Wed, 20 Dec 2017 12:56:25 +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 vBKCuOoK020606;
Wed, 20 Dec 2017 12:56:24 GMT (envelope-from ryusuke@FreeBSD.org)
Received: (from ryusuke@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKCuOZM020605;
Wed, 20 Dec 2017 12:56:24 GMT (envelope-from ryusuke@FreeBSD.org)
Message-Id: <201712201256.vBKCuOZM020605@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to
ryusuke@FreeBSD.org using -f
From: Ryusuke SUZUKI
Date: Wed, 20 Dec 2017 12:56:24 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51327 - head/ja_JP.eucJP/books/handbook/introduction
X-SVN-Group: doc-head
X-SVN-Commit-Author: ryusuke
X-SVN-Commit-Paths: head/ja_JP.eucJP/books/handbook/introduction
X-SVN-Commit-Revision: 51327
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 20 Dec 2017 12:56:25 -0000
Author: ryusuke
Date: Wed Dec 20 12:56:24 2017
New Revision: 51327
URL: https://svnweb.freebsd.org/changeset/doc/51327
Log:
- Merge the following from the English version:
r50360 -> r51251 head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
Modified:
head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
Modified: head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
==============================================================================
--- head/ja_JP.eucJP/books/handbook/introduction/chapter.xml Wed Dec 20 08:33:38 2017 (r51326)
+++ head/ja_JP.eucJP/books/handbook/introduction/chapter.xml Wed Dec 20 12:56:24 2017 (r51327)
@@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
- Original revision: r50360
+ Original revision: r51251
$FreeBSD$
-->
@@ -1317,10 +1317,9 @@
ドキュメント
- 最近の &os; では、システムの最初のセットアップ時に、
- インストーラ (&man.sysinstall.8; または
- &man.bsdinstall.8; のどちらでも)
- 上で、ドキュメントを
+ サポートが行われているすべての &os;
+ では、システムの最初のセットアップ時に、
+ インストーラ上で、ドキュメントを
/usr/local/share/doc/freebsd
以下にインストールすることを選択できます。
システムのインストール後でも、
@@ -1349,7 +1348,7 @@
また、http://www.FreeBSD.org/
+ xlink:href="https://www.FreeBSD.org/">https://www.FreeBSD.org/
にはマスタ (かなり頻繁に更新されます) がありますので、
こちらも参照してください。
From owner-svn-doc-head@freebsd.org Thu Dec 21 09:24:30 2017
Return-Path:
Delivered-To: svn-doc-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46A47E89365;
Thu, 21 Dec 2017 09:24:30 +0000 (UTC)
(envelope-from eadler@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 mx1.freebsd.org (Postfix) with ESMTPS id 1DE007EEC4;
Thu, 21 Dec 2017 09:24:30 +0000 (UTC)
(envelope-from eadler@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBL9OTVF046886;
Thu, 21 Dec 2017 09:24:29 GMT (envelope-from eadler@FreeBSD.org)
Received: (from eadler@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBL9OTnF046885;
Thu, 21 Dec 2017 09:24:29 GMT (envelope-from eadler@FreeBSD.org)
Message-Id: <201712210924.vBL9OTnF046885@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: eadler set sender to
eadler@FreeBSD.org using -f
From: Eitan Adler
Date: Thu, 21 Dec 2017 09:24:29 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r51328 - head/en_US.ISO8859-1/htdocs
X-SVN-Group: doc-head
X-SVN-Commit-Author: eadler
X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs
X-SVN-Commit-Revision: 51328
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.25
Precedence: list
List-Id: SVN commit messages for the doc tree for head
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 21 Dec 2017 09:24:30 -0000
Author: eadler
Date: Thu Dec 21 09:24:28 2017
New Revision: 51328
URL: https://svnweb.freebsd.org/changeset/doc/51328
Log:
community: multiple updates
- del.icio.us is being shutdown in favor of in pinboard's paid service
- make most URLs https instead of http
- update the Facebook user group link
- add a link to @freebsdcore's Twitter page
PR: 221489
Reported by: ygy
Modified:
head/en_US.ISO8859-1/htdocs/community.xsl
Modified: head/en_US.ISO8859-1/htdocs/community.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/community.xsl Wed Dec 20 12:56:24 2017 (r51327)
+++ head/en_US.ISO8859-1/htdocs/community.xsl Thu Dec 21 09:24:28 2017 (r51328)
@@ -64,7 +64,7 @@
events
page. There are dozens of videos from past events
on the BSD
+ href="https://www.youtube.com/bsdconferences">BSD
Conferences channel on YouTube.