From owner-svn-doc-all@freebsd.org Sun Apr 23 03:15:50 2017 Return-Path: Delivered-To: svn-doc-all@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 6B231D40D5C; Sun, 23 Apr 2017 03:15:50 +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 21EE436A; Sun, 23 Apr 2017 03:15:50 +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 v3N3Fnpb039847; Sun, 23 Apr 2017 03:15:49 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3N3Fn8B039846; Sun, 23 Apr 2017 03:15:49 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201704230315.v3N3Fn8B039846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 23 Apr 2017 03:15:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50196 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 03:15:50 -0000 Author: bjk Date: Sun Apr 23 03:15:49 2017 New Revision: 50196 URL: https://svnweb.freebsd.org/changeset/doc/50196 Log: Add 2017Q1 Ceph entry from Willem Jan Withagen Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sat Apr 22 18:07:25 2017 (r50195) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 03:15:49 2017 (r50196) @@ -1045,4 +1045,143 @@ etc. + + + Ceph on &os; + + + + + Willem Jan + Withagen + + wjw@digiware.nl + + + + + Ceph Main Site + Main Repository + My &os; Fork + + + +

Ceph is a distributed object store and file system designed to provide + excellent performance, reliability and scalability.

+ +
    +
  • Object Storage

    + +

    Ceph provides seamless access to objects using native + language bindings or radosgw, a REST interface + that is compatible with applications written for S3 and + Swift.

  • + +
  • Block Storage

    + +

    Ceph’s RADOS Block Device (RBD) provides access to block + device images that are striped and replicated across the + entire storage cluster.

  • + +
  • File System

    + +

    Ceph provides a POSIX-compliant network file system that + aims for high performance, large data storage, and maximum + compatibility with legacy applications.

  • +
+ +

I started looking into Ceph, because the HAST solution with + CARP and ggate did not really do what I was looking + for. But I aim to run a Ceph storage cluster of storage nodes + that are running ZFS. User stations would be running + bhyve on RBD disk that are stored in Ceph.

+ +

The &os; build will build most of the tools in Ceph.

+ +

The most notable progress since the last report:

+ +
    +
  • The most important change is that a port has been + submitted: net/ceph-devel. However, it does not + yet contain ceph-fuse.
  • + +
  • Regular updates to the ceph-devel port are + expected, with the next one coming in April.
  • + +
  • ceph-fuse works, allowing one to mount a CephFS + filesystem on a &os; system and perform normal operations.
  • + +
  • ceph-disk prepare and activate work for + FileStore on ZFS, allowing for easy creation of OSDs.
  • + +
  • RBD is actually buildable and can be used to manage RADOS BLOCK + DEVICEs.
  • + +
  • Most of the awkward dependancies on Linux-isms are deleted + — only /bin/bash is here to stay.
  • +
+ +

To get things running on a &os; system, run pkg install + net/ceph-devel or clone https://github.com/wjwithagen/ceph + and build manually by running ./do_freebsd.sh in the + checkout root.

+ +

Parts not (yet) included:

+ +
    +
  • KRBD: Kernel Rados Block Devices are implemented in the + Linux kernel, but not yet in the &os; kernel. It is possible + that ggated could be used as a template, since it + does similar things, just between two disks. It also has a + userspace counterpart, which could ease development.
  • + +
  • BlueStore: &os; and Linux have different AIO APIs, and + that incompatibility needs to resolved somehow. Additionally, + there is discussion in &os; about aio_cancel not + working for all devicetypes.
  • + +
  • CephFS as native filesystem: though ceph-fuse + works, it can be advantageous to have an in-kernel + implementation for heavy workloads. Cython tries to access + an internal field in struct dirent, which does not + compile.
  • +
+ + + + Run integration tests to see if the &os; daemons will work + with a Linux Ceph platform. + + Compile and test the userspace RBD (Rados Block Device). + This currently works but testing has been limitted. + + Investigate and see if an in-kernel RBD device could be + developed akin to ggate. + + Investigate the keystore, which can be embedded in the + kernel on Linux and currently prevents building Cephfs and + some other parts. The first question is whether it is really + required, or only KRBD requires it. + + Scheduler information is not used at the moment, because the + schedulers work rather differently between Linux and &os;. + But at a certain point in time, this will need some attention + (in src/common/Thread.cc). + + Improve the &os; initscripts in the Ceph stack, both for + testing purposes and for running Ceph on production machines. + Work on ceph-disk and ceph-deploy to make it + more &os;- and ZFS- compatible. + + Build a test cluster and start running some of the + teuthology integration tests on it. Teuthology wants to build + its own libvirt and that does not quite work with all + the packages &os; already has in place. There are many + details to work out here. + + Design a vitual disk implementation that can be used with + bhyve and attached to an RBD image. + +
From owner-svn-doc-all@freebsd.org Sun Apr 23 03:19:09 2017 Return-Path: Delivered-To: svn-doc-all@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 F1189D41000; Sun, 23 Apr 2017 03:19:09 +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 C2EE8A47; Sun, 23 Apr 2017 03:19:09 +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 v3N3J8t6040101; Sun, 23 Apr 2017 03:19:08 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3N3J8pw040100; Sun, 23 Apr 2017 03:19:08 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201704230319.v3N3J8pw040100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 23 Apr 2017 03:19:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50197 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 03:19:10 -0000 Author: bjk Date: Sun Apr 23 03:19:08 2017 New Revision: 50197 URL: https://svnweb.freebsd.org/changeset/doc/50197 Log: Replace curly apostrophe that snuck in Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 03:15:49 2017 (r50196) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 03:19:08 2017 (r50197) @@ -1079,7 +1079,7 @@
  • Block Storage

    -

    Ceph’s RADOS Block Device (RBD) provides access to block +

    Ceph's RADOS Block Device (RBD) provides access to block device images that are striped and replicated across the entire storage cluster.

  • From owner-svn-doc-all@freebsd.org Sun Apr 23 04:32:22 2017 Return-Path: Delivered-To: svn-doc-all@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 16B9BD4A140; Sun, 23 Apr 2017 04:32:22 +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 CC702141; Sun, 23 Apr 2017 04:32:21 +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 v3N4WKmb072469; Sun, 23 Apr 2017 04:32:20 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3N4WKDB072468; Sun, 23 Apr 2017 04:32:20 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201704230432.v3N4WKDB072468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 23 Apr 2017 04:32:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50198 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 04:32:22 -0000 Author: bjk Date: Sun Apr 23 04:32:20 2017 New Revision: 50198 URL: https://svnweb.freebsd.org/changeset/doc/50198 Log: Add 2017Q1 core entry from matthew Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 03:19:08 2017 (r50197) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 04:32:20 2017 (r50198) @@ -1184,4 +1184,99 @@ bhyve and attached to an RBD image. + + + The &os; Core Team + + + + &os; Core Team + core@FreeBSD.org + + + + +

    Core's primary function is to ensure the long-term viability of + the &os; project. A very large part of that is to ensure that the + interactions between developers remain cordial, and consequently + that the project appears welcoming to newcomers.

    + +

    Normally, most of Core's activities around this are done in + private -- a quiet word in the right ear, some discrete + peacemaking, occasional reading of the riot act. Most of the time, + this is all that is necessary.

    + +

    Unfortunately, this quarter we had an instance where such private + measures failed to achieve the desired result, and we ended up + ejecting a developer. John Marino is an extremely talented + programmer and has made significant contributions to the Ports + Collection. Despite this, portmgr found him to be + sufficiently disruptive and abrasive that in their judgement, + the project was better off overall to sever his connection to + itself, and core backed them up in that. We are sorry that + events came to this sad conclusion, but we remain convinced + that this was a necessary step to safeguard the character of + our community.

    + +

    In a more positive light, Core has been working on a proposal + to recognise notable contributors to the &os; project who are not + (or perhaps not yet) suitable to be put forward as new + committers. In addition to the usual routes of recognising people + that write numbers of good bug reports or that supply patches or + that volunteer to maintain ports, this will also allow recognition + of people who contribute by such things as organising &os; events + or who promote &os; through social media. A formal announcement + of Core's proposal is imminent.

    + +

    During January, the core secretary held an exercise to contact + all source committers who had been inactive for more than 18 + months and persuade them to hand in their commit bits if they + weren't planning to resume working on &os; in the near future. + This is meant to be a routine function -- the "grim reaper" -- + that aims to keep the list of people with the ability to commit + pretty much in synchrony with the list of people that are actively + committing. The regular process had fallen out of activity + several years ago, and we needed to clear the decks before + restarting. Ultimately, this resulted in some 20 + developers-emeritus handing in their commit bits.

    + +

    No new commit bits were awarded during this quarter.

    + +

    Core is also taking soundings on producing a 10.4-RELEASE. + This is not in the current plan, but a number of developers and + important &os; users would be keen to see it happen, given some of + the work that has gone into the stable/10 branch since + 10.3-RELEASE. On the other hand, this would require an additional + support burden for SecTeam, including maintaining versions of + software that have been declared obsolete upstream, in particular + OpenSSL. As an even-numbered release, 10.4-RELEASE would have a + "normal" rather than an "extended" lifetime which means it should + not result in extending the support lifetime of the stable/10 + branch.

    + +

    In other news, Core arranged for the old and largely inactive + marketing@FreeBSD.org mailing list to be wound up, and for any + remaining activities to be transferred to the &os; Foundation.

    + +

    Core also asked clusteradm to turn off Internet-wide access to + the finger server on freefall.freebsd.org. Many + developers have included details such as phone numbers into + the GECOS field of their &os; password database entries, and + these would be revealed by the finger server -- + details which are nowadays generally felt inadvisable to + expose publicly. finger is still available + internally within freefall.freebsd.org. Core recommends that + GECOS data is limited to just your full name, and we have + updated the standard "new committer" e-mail template + to reflect that.

    + +

    Core is looking for new volunteers to help out with several of + the teams that manage various aspects of the project. In + particular, Postmaster and SecTeam are in need of new blood. + Recruiting a new member of SecTeam is well underway, but anyone + interested in joining any of the teams is encouraged to make + themselves known either to Core, or directly to the teams + concerned.

    + +
    From owner-svn-doc-all@freebsd.org Sun Apr 23 05:01:11 2017 Return-Path: Delivered-To: svn-doc-all@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 D0537D4AB4D; Sun, 23 Apr 2017 05:01:11 +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 8852BD6D; Sun, 23 Apr 2017 05:01:11 +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 v3N51AH2080804; Sun, 23 Apr 2017 05:01:10 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3N51AAH080803; Sun, 23 Apr 2017 05:01:10 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201704230501.v3N51AAH080803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 23 Apr 2017 05:01:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50199 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 05:01:11 -0000 Author: bjk Date: Sun Apr 23 05:01:10 2017 New Revision: 50199 URL: https://svnweb.freebsd.org/changeset/doc/50199 Log: Add 2017Q1 MMC/CAM entry from Ilya Bakulin Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 04:32:20 2017 (r50198) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 23 05:01:10 2017 (r50199) @@ -1279,4 +1279,62 @@ concerned.

    + + + MMC Stack Under CAM Framework + + + + + Ilya + Bakulin + + kibab@FreeBSD.org + + + + + Project Information + Source Code + + + +

    The goal of this project is to reimplement the existing + MMC/SD stack using the CAM framework. This will permit + utilizing the well-tested CAM locking model and debugging + features. It will also be possible to process interrupts + generated by the inserted card, which is a prerequisite for + implementing the SDIO interface. SDIO support is necessary + for communicating with the WiFi/BT modules found on many + development boards, like Raspberry Pi 3.

    + +

    Another feature that the new stack will have is support for + sending SD commands from userland applications using + cam(3). This will allow for building device drivers in + userland and make debugging much easier.

    + +

    The new stack is able to attach to the SD card and bring it + to an operational state so that it is possible to read and + write to the card.

    + +

    The stack has been tested to work on the Beaglebone Black and + Wandboard Quad platforms.

    + +

    Currently the code is being prepared for inclusion in the + &os; source tree. cam(3) is being extended to + support SDIO-specific functions (reading registers, managing + interrupts).

    + + + + Integrate the code into &os; HEAD to facilitate + testing. + + Begin writing driver for Broadcom-based WLAN chips (found + on the Raspberry Pi 3 and Wandboard). + + Begin writing driver for Marvell-based WLAN chips (found + on the GlobalScale Dreamplug and some Chromebooks). + +
    From owner-svn-doc-all@freebsd.org Sun Apr 23 13:07:37 2017 Return-Path: Delivered-To: svn-doc-all@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 AD54BD4BF73; Sun, 23 Apr 2017 13:07:37 +0000 (UTC) (envelope-from sevan@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 7D4878E1; Sun, 23 Apr 2017 13:07:37 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3ND7aAm082766; Sun, 23 Apr 2017 13:07:36 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3ND7aCp082765; Sun, 23 Apr 2017 13:07:36 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201704231307.v3ND7aCp082765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 23 Apr 2017 13:07:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50200 - head/en_US.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 13:07:37 -0000 Author: sevan Date: Sun Apr 23 13:07:36 2017 New Revision: 50200 URL: https://svnweb.freebsd.org/changeset/doc/50200 Log: Remove Sixxs as a tunnel provider. Service will be shutting down in a couple of months. https://www.sixxs.net/sunset/ PR: 218624 Submitted by: freebsd AT ccc DOT de Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D10453 Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sun Apr 23 05:01:10 2017 (r50199) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sun Apr 23 13:07:36 2017 (r50200) @@ -4642,12 +4642,6 @@ rtsold_enable="YES" - SixXS - offers tunnels with end-points all around the - globe. - - - Hurricane Electric offers tunnels with end-points all From owner-svn-doc-all@freebsd.org Sun Apr 23 13:16:49 2017 Return-Path: Delivered-To: svn-doc-all@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 069F7D4C565; Sun, 23 Apr 2017 13:16:49 +0000 (UTC) (envelope-from sevan@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 B28421194; Sun, 23 Apr 2017 13:16:48 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3NDGlLc086843; Sun, 23 Apr 2017 13:16:47 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3NDGlk2086842; Sun, 23 Apr 2017 13:16:47 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201704231316.v3NDGlk2086842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 23 Apr 2017 13:16:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50201 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 13:16:49 -0000 Author: sevan Date: Sun Apr 23 13:16:47 2017 New Revision: 50201 URL: https://svnweb.freebsd.org/changeset/doc/50201 Log: Replace obsolete files in example output with files currently found in src. Make a stronger recommendation about rebuilding world if a key component in src has been modified. PR: 218566 Submitted by: Brooks Davis Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D10452 Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sun Apr 23 13:07:36 2017 (r50200) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sun Apr 23 13:16:47 2017 (r50201) @@ -1926,18 +1926,18 @@ a good job of merging. example, if svn only shows the following files as being updated: - src/games/cribbage/instr.c -src/games/sail/pl_main.c -src/release/sysinstall/config.c -src/release/sysinstall/media.c -src/share/mk/bsd.port.mk + src/games/factor/factor.c +src/games/fortune/fortune/fortune.c +src/usr.sbin/bsdinstall/distextract/distextract.c +src/usr.sbin/bsdinstall/partedit/diskeditor.c +src/share/man/man7/intro.7 it probably is not worth rebuilding the entire world. Instead, go into the appropriate sub-directories and run make all install. But if something major changes, such as - src/lib/libc/stdlib, consider - rebuilding world. + src/lib/libc/stdlib, a complete rebuild of + world is highly recommended. Some users rebuild world every fortnight and let changes accumulate over that fortnight. Others only From owner-svn-doc-all@freebsd.org Mon Apr 24 22:22:46 2017 Return-Path: Delivered-To: svn-doc-all@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 7674AD4EEE8; Mon, 24 Apr 2017 22:22:46 +0000 (UTC) (envelope-from brooks@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 4659FF33; Mon, 24 Apr 2017 22:22:46 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3OMMjtR007666; Mon, 24 Apr 2017 22:22:45 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3OMMjlI007665; Mon, 24 Apr 2017 22:22:45 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201704242222.v3OMMjlI007665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 24 Apr 2017 22:22:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50202 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 22:22:46 -0000 Author: brooks (src,ports committer) Date: Mon Apr 24 22:22:45 2017 New Revision: 50202 URL: https://svnweb.freebsd.org/changeset/doc/50202 Log: Document struct vmmeter changes and NATM removal. 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 Sun Apr 23 13:16:47 2017 (r50201) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Mon Apr 24 22:22:45 2017 (r50202) @@ -291,6 +291,22 @@ smp_no_rendezvous_barrier() in 316648. + + + 1200029 + 317176 + April 19, 2017 + 12.0-CURRENT after the removal of struct vmmeter from + struct pcpu from 317061. + + + + 1200030 + 317383 + April 24, 2017 + 12.0-CURRENT after removing NATM support including + en(4), fatm(4), hatm(4), and patm(4). + From owner-svn-doc-all@freebsd.org Tue Apr 25 21:04:57 2017 Return-Path: Delivered-To: svn-doc-all@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 C3A1FD4FC7C; Tue, 25 Apr 2017 21:04:57 +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 9557E684; Tue, 25 Apr 2017 21:04:57 +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 v3PL4uvo080404; Tue, 25 Apr 2017 21:04:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3PL4uPJ080403; Tue, 25 Apr 2017 21:04:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201704252104.v3PL4uPJ080403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 25 Apr 2017 21:04:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50203 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 21:04:57 -0000 Author: mat Date: Tue Apr 25 21:04:56 2017 New Revision: 50203 URL: https://svnweb.freebsd.org/changeset/doc/50203 Log: Move the important bit in an important block. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Mon Apr 24 22:22:45 2017 (r50202) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Tue Apr 25 21:04:56 2017 (r50203) @@ -646,10 +646,13 @@ cc -o someprogram source1.o source2.o -L Put the old distfile aside, download the new one, unpack them and compare the content with &man.diff.1;. If there is nothing suspicious, update - distinfo. Be sure to summarize the - differences in the PR or commit log, so that other people know - that nothing bad has - happened. + distinfo. + + + Be sure to summarize the differences in the PR and commit + log, so that other people know that nothing bad has + happened. + Contact the authors of the software and confirm the changes with them. From owner-svn-doc-all@freebsd.org Wed Apr 26 07:34:51 2017 Return-Path: Delivered-To: svn-doc-all@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 8DAB9D51BCD; Wed, 26 Apr 2017 07:34:51 +0000 (UTC) (envelope-from cs@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 574B4DE5; Wed, 26 Apr 2017 07:34:51 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3Q7Yo9e036184; Wed, 26 Apr 2017 07:34:50 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3Q7Yojb036183; Wed, 26 Apr 2017 07:34:50 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201704260734.v3Q7Yojb036183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 26 Apr 2017 07:34:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50204 - head/share/pgpkeys X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 07:34:51 -0000 Author: cs (ports committer) Date: Wed Apr 26 07:34:50 2017 New Revision: 50204 URL: https://svnweb.freebsd.org/changeset/doc/50204 Log: Update my PGP key Modified: head/share/pgpkeys/cs.key Modified: head/share/pgpkeys/cs.key ============================================================================== --- head/share/pgpkeys/cs.key Tue Apr 25 21:04:56 2017 (r50203) +++ head/share/pgpkeys/cs.key Wed Apr 26 07:34:50 2017 (r50204) @@ -1,238 +1,64 @@ +pub 4096R/906226B6B40C0B31 2017-04-26 [expires: 2018-04-26] + Key fingerprint = 9FF1 1D19 80A9 4111 0329 9A69 9062 26B6 B40C 0B31 uid Carlo Strub -sub 4096R/4E5530E5F9B075A5 2014-03-12 [expires: 2015-03-12] -sub 4096R/3685ABB2A694F014 2014-03-12 [expires: 2015-03-12] -sub 4096R/CD8BE3040ED65934 2014-03-12 [expires: 2015-03-12] +sub 4096R/8923B0DB4E9DE906 2017-04-26 [expires: 2018-04-26] ]]> From owner-svn-doc-all@freebsd.org Wed Apr 26 12:55:15 2017 Return-Path: Delivered-To: svn-doc-all@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 ADF21D4F9A0; Wed, 26 Apr 2017 12:55:15 +0000 (UTC) (envelope-from bsam@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 7D70E15DD; Wed, 26 Apr 2017 12:55:15 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3QCtEMI067444; Wed, 26 Apr 2017 12:55:14 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3QCtEqH067443; Wed, 26 Apr 2017 12:55:14 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201704261255.v3QCtEqH067443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 26 Apr 2017 12:55:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50205 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 12:55:15 -0000 Author: bsam (ports committer) Date: Wed Apr 26 12:55:14 2017 New Revision: 50205 URL: https://svnweb.freebsd.org/changeset/doc/50205 Log: Add Eric Camachat to the list of additional contributors for databases/mongodb34. Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Apr 26 07:34:50 2017 (r50204) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Wed Apr 26 12:55:14 2017 (r50205) @@ -2964,6 +2964,11 @@ + Eric Camachat + eric@camachat.org + + + Eric Cronin ecronin@eecs.umich.edu From owner-svn-doc-all@freebsd.org Wed Apr 26 21:03:47 2017 Return-Path: Delivered-To: svn-doc-all@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 492EDD51D4E; Wed, 26 Apr 2017 21:03:47 +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 mx1.freebsd.org (Postfix) with ESMTPS id 017128F2; Wed, 26 Apr 2017 21:03: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 v3QL3k8D072225; Wed, 26 Apr 2017 21:03:46 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3QL3jtE072223; Wed, 26 Apr 2017 21:03:45 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201704262103.v3QL3jtE072223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 26 Apr 2017 21:03:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50206 - in head: en_US.ISO8859-1/htdocs/releng share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 21:03:47 -0000 Author: gjb Date: Wed Apr 26 21:03:45 2017 New Revision: 50206 URL: https://svnweb.freebsd.org/changeset/doc/50206 Log: Belatedly add the 11.1-RELEASE schedule to the index page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml head/share/xml/release.ent Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Apr 26 12:55:14 2017 (r50205) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Wed Apr 26 21:03:45 2017 (r50206) @@ -42,9 +42,6 @@

    NOTE: Release dates are approximate and may be subject to schedule slippage.

    -

    As of 2016-12-09, the next release has not yet been - announced.

    -

    Code-Freeze Status

    Modified: head/share/xml/release.ent ============================================================================== --- head/share/xml/release.ent Wed Apr 26 12:55:14 2017 (r50205) +++ head/share/xml/release.ent Wed Apr 26 21:03:45 2017 (r50206) @@ -34,14 +34,14 @@ below to "IGNORE". If we do, use "INCLUDE". --> - + - - + + - SixXS - bietet weltweit - IPv6-Tunnelverbindungen an. - - - Hurricane Electric bietet weltweit From owner-svn-doc-all@freebsd.org Sat Apr 29 09:11:02 2017 Return-Path: Delivered-To: svn-doc-all@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 2EB79D53A88; Sat, 29 Apr 2017 09:11:02 +0000 (UTC) (envelope-from bhd@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 DAC93F7; Sat, 29 Apr 2017 09:11:01 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T9B02i060578; Sat, 29 Apr 2017 09:11:00 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T9B0LD060577; Sat, 29 Apr 2017 09:11:00 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201704290911.v3T9B0LD060577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 29 Apr 2017 09:11:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50212 - head/de_DE.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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 Apr 2017 09:11:02 -0000 Author: bhd Date: Sat Apr 29 09:11:00 2017 New Revision: 50212 URL: https://svnweb.freebsd.org/changeset/doc/50212 Log: Update to r50201: Replace obsolete files in example output with files currently found in src. Make a stronger recommendation about rebuilding world if a key component in src has been modified. Modified: head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sat Apr 29 09:07:31 2017 (r50211) +++ head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml Sat Apr 29 09:11:00 2017 (r50212) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde$ - basiert auf: r48637 + basiert auf: r50201 --> svn-Lauf nur die folgenden Dateien geändert haben: - src/games/cribbage/instr.c -src/games/sail/pl_main.c -src/release/sysinstall/config.c -src/release/sysinstall/media.c -src/share/mk/bsd.port.mk + src/games/factor/factor.c +src/games/fortune/fortune/fortune.c +src/usr.sbin/bsdinstall/distextract/distextract.c +src/usr.sbin/bsdinstall/partedit/diskeditor.c +src/share/man/man7/intro.7 In diesem Fall können Sie in die entsprechenden Unterverzeichnisse wechseln und dort make all install ausführen. Wenn sich allerdings etwas Wichtiges, wie - src/lib/libc/stdlib, geändert hat, - sollten Sie die Welt neu bauen. + src/lib/libc/stdlib geändert hat, + sollten Sie unbedingt die Welt neu bauen. Einige Benutzer sind vielleicht damit zufrieden, das System alle zwei Wochen neu zu bauen und in der