Commit graph

20235 commits

Author SHA1 Message Date
Brooks Davis
f1ac792898 Update to GSoC 2019.
Drop mention of SVN and Perforce in favor of using github.  If students
are familiar with anything it's going to be git.

Comment out text on gsoc flyers until someone makes an updated one.

Reported by:	bz
Reviewed by:	mmokhi
Differential Revision:	https://reviews.freebsd.org/D19505
2019-03-08 17:48:37 +00:00
Benedict Reuschling
1ad905f327 Update link to Daryl's TCP/IP Primer in the firewall chapter.
The link was moved and no forwarding to the new location was put in
place, which resulted in a broken link.  Update the link to the new
location.

PR:		    236286
Submitted by:	    sdk7774@gmail.com
2019-03-07 17:43:07 +00:00
Dimitry Andric
afeab91bb8 Document __FreeBSD_version 1300013 and 1300014. 2019-03-05 06:56:43 +00:00
Hiroki Sato
6de3b0c573 Use freebsd-xhtml-release.xsl to render relnotes.xml. 2019-03-05 02:45:46 +00:00
Bjoern Heidotting
c25492e2b9 postgresql191-server is not in the ports any more. Refer to a more recent version. 2019-02-28 19:15:26 +00:00
Bjoern Heidotting
fcec19f049 Fix broken URLs in Kerberos section.
Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D19393
2019-02-27 21:33:14 +00:00
Chris Rees
c4916f07f4 Document kernel compile options for ipfw
Introduce a dedicated interface

Use sysrc

Submitted by:		f.toscan@hotmail.it
Reviewed by:		bcr
Differential Revision:	https://reviews.freebsd.org/D18484
2019-02-26 21:17:43 +00:00
Christian Brueffer
1a0067f082 Fix typos. 2019-02-24 20:31:15 +00:00
Glen Barber
8c5bd12f09 Fix broken link to "Updating FreeBSD from Source" chapter.
PR:		235947
Submitted by:	bcran
Sponsored by:	The FreeBSD Foundation
2019-02-22 23:08:57 +00:00
Benedict Reuschling
ef8f6cc56a A few changes to the Xen setup:
1) The line
    sysrc -f /etc/sysctl.conf vm.max_wired=-1
does not work, it only returns an error about a name containing characters
not allowed in shell. Instead, use echo to add the line to sysctl.conf.

2) Fix the rules for automatic bridge creation, taken from the bridging
chapter of the handbook.

3) Add a note that FreeBSD's Dom0 requires booting in legacy (BIOS) mode.

4) Remove mention of xen.4th for the loader menu. It's not working anymore
with the Lua loader that we have now. Until this is fixed, don't refer
readers to it.

Thanks to royger@ for providing the patch.

Submitted by:	royger@
Approved by:	me
Differential Revision:	https://reviews.freebsd.org/D19294
2019-02-22 19:21:10 +00:00
Mark Linimon
14924e1e96 Currently the only ARCH documentation is placed before the IGNORE
variables are introduced.

This patch swaps the order of those two sections and pushes "Marking
a Port as Architecture Neutral" down one level.

By itself this patch seems trivial; however, it needs to be done to
prepare for expanding the section with non-trivial material.

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D19233
2019-02-21 05:53:29 +00:00
Mark Linimon
031952a080 There have already been changes in 2019 to the porter's handbook. 2019-02-18 03:30:09 +00:00
Mark Linimon
09f1cadf79 Document OSVERSIONs 1200501, 1200502, 1200503, 1102505, and 1102506.
Minor cleanup.
2019-02-18 03:26:52 +00:00
Ganbold Tsagaankhuu
e78bcfd156 Add 2019 to copyright 2019-02-17 16:01:41 +00:00
Marius Strobl
48a503f1d9 Document __FreeBSD_version 1300011 and 1300012. 2019-02-13 11:26:28 +00:00
Brooks Davis
6aedd1788e Committers Guide: Add a section encouraging pre-commit review.
This is based on LLVM's Code Review policy.  It differs it not requiring
review for non-trivial changes.

Reviewed by:	bcr (verbal), allanjude, imp, jhb
Approved by:	core
Differential Revision:	https://reviews.freebsd.org/D16730
2019-02-12 22:48:39 +00:00
Benedict Reuschling
57915394a7 Add a troubleshooting section to the Xen chapter.
In the discussion leading up to r52813, rgrimes@ suggested to add a
troubleshooting section to the Xen chapter to help with debugging issues.

In particular, users should know where Xen 4.11 and higher logs important
information relevant for debugging. There are also a couple of options
that increase the verbosity of the dom0 and enable iommu debugging. These
were divided up into two subsections: one for the host and the other for
the guest.

Thanks go out to royger@ for providing the information and putting together
a documentation patch before I could.

Suggested by:	rgrimes
Patch by:	royger
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D19107
2019-02-11 18:34:32 +00:00
Benedict Reuschling
cd9905f6bf Update the Xen chapter to support newer versions of Xen.
This patch clarifies which versions of FreeBSD support Xen 4.7 (PVHv1)
and Xen 4.11 or greater (PVHv2). Additionally, improve a few of the
instructions. Use onifconsole for Xen, add a line to loader.conf to
load the tap device. Remove restrictions to use MMCFG PCI accesses for
Xen >= 4.11. Make /var/log/xen stand out a bit more by making it a tip.
Finally, the example guest was creating a 10.3 version of FreeBSD,
which is no longer supported. Update that to 12.0 and wrap it in
replaceable tags so that people know they can put something else there.

Big thanks to royger@ for the updates and doing the documentation work
before I had a chance to do it.

Submitted by:		royger@
Reported by:		freebsd-xen mailinglist
Approved by:		bcr@
Differential Revision:	https://reviews.freebsd.org/D19106
2019-02-11 18:15:48 +00:00
Mathieu Arnold
2405c8c49b Fix ordering of a couple examples.
Reported by:	kbowling
2019-02-09 09:02:07 +00:00
Sergey Kandaurov
1e4512a87a Update OpenSSL chapter after WITH_OPENSSL_PORT has gone.
PR:		233315
2019-02-08 21:57:30 +00:00
Sergey Kandaurov
25a6bc8b8e Update supported SSL/TLS versions in the base system. 2019-02-08 21:34:44 +00:00
Sergey Kandaurov
f23b53f8ae Fix typo. 2019-02-08 20:13:29 +00:00
Johannes Lundberg
b6e631f790 Steps 2 and 3 for new committer. 1 and 4 previously committed by mentor. 2019-02-07 09:14:21 +00:00
Glen Barber
f5c1f42346 Regen after r343813.
Sponsored by:	The FreeBSD Foundation
2019-02-05 22:09:38 +00:00
Glen Barber
f60f5e2b16 Document SA-19:01, SA-19:02, EN-19:06, and EN-19:07.
Sponsored by:	The FreeBSD Foundation
2019-02-05 22:08:29 +00:00
Rene Ladan
2cf5c6c843 Move rezny@ to the developer alumni. 2019-02-04 21:37:00 +00:00
Kai Knoblich
1e567387b9 Add myself (kai) as a ports committer, add my key and update news.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19049
2019-02-01 18:32:17 +00:00
Danilo G. Baio
01023d99b7 handbook: Improve Firewalls chapter
- Fix some dead links and punctuations
- pfctl_parser.c was moved to a new location since FreeBSD 10
- Fix a few service commands

Issues found when translating this chapter to pt_BR.

Reviewed by:	bcr
Approved by:	doc (bcr)
Differential Revision:	https://reviews.freebsd.org/D18981
2019-01-28 12:37:45 +00:00
Konstantin Belousov
eddf97db17 Document __FreeBSD_versions 1300009 and 1300010.
Sponsored by:	The FreeBSD Foundation
2019-01-27 01:50:51 +00:00
Mathieu Arnold
4f2f112aee Add a note about direct commits for ports that have been removed from head. 2019-01-26 08:31:03 +00:00
Remko Lodder
012cb8b140 Add myself as Deputy Security Officer next to Ed Maste. 2019-01-25 14:23:37 +00:00
Edward Tomasz Napierala
4b7a2d9ec7 Link to FreeBSD Foundation's testimonials site.
Reviewed by:	bcr
Approved by:	bcr
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D18929
2019-01-25 13:11:43 +00:00
Mateusz Piotrowski
9455e5fd3f Correct contact email of Nathan Whitehorn in Quarterly Report 2018Q3.
Reviewed by:	bcr
Approved by:	bcr,
Approved by:	krion (mentor, implicit), mat (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D18953
2019-01-25 12:17:24 +00:00
Glen Barber
a3e7580a96 Fix file installation following r52777.
Pointyhat:	gjb (myself)
Sponsored by:	The FreeBSD Foundation
2019-01-24 18:18:01 +00:00
Glen Barber
9061a2e8c7 - Add templates for security advisories and errata notices to the
tree.
- Link to the templates on the reporting.html page.

Suggested by:	emaste
Discussed with:	secteam (emaste, remko)
Sponsored by:	The FreeBSD Foundation
2019-01-24 17:47:48 +00:00
Mathieu Arnold
fb6e880609 Fix smallish errors.
Differential Revision:	https://reviews.freebsd.org/D1013
2019-01-24 08:13:11 +00:00
Benjamin Kaduk
6993dcb756 Attempt to cope with dd's non-portable bs= constructs
FreeBSD accepts both uppercase and lowercase blocksize modifiers,
whereas Mac OS and Linux disagree on what case to use.

Reported by:	Rob Hulley <hulleyrob@gmail.com>
2019-01-19 19:22:30 +00:00
Li-Wen Hsu
17cfa2ea57 Update FreeBSD.org developer hosts to reflect reality
Reviewed by:	bcr
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18888
2019-01-18 13:52:37 +00:00
Guido Falsi
c936e2f5df Add Sijmen J. Mulder for textproc/json-yaml. 2019-01-14 14:53:22 +00:00
Benedict Reuschling
f5c5a0eeb2 Remove instructions about outdated KDE4 and replace
them with KDE5 Plasma.

The instructions are rewritten to cover KDE5 specifics
like installing the necessary packages (SDDM).

Happy KDE5-ing on FreeBSD!

PR:			231235
Submitted by:		lbartoletti@tuxfamily.org
Reviewed by:		kde@, tcberner@
Approved by:		tcberner@
Differential Revision:	https://reviews.freebsd.org/D18813
2019-01-13 11:29:32 +00:00
Benedict Reuschling
5f4d1be245 Add missing word "as".
PR:		234913
Submitted by:	fjs.usa01@gmail.com
2019-01-13 11:00:21 +00:00
Daniel Gerzo
374c66b515 - add instructions for FreeBSD.org SMTP access setup
Reviewed by:	bcr, mat, rpokala, allanjude
Differential Revision:	https://reviews.freebsd.org/D18708
2019-01-11 20:46:47 +00:00
Glen Barber
453c772d9d Regen after r342902.
Sponsored by:	The FreeBSD Foundation
2019-01-09 20:20:41 +00:00
Glen Barber
3dbe45423c Document EN-19:01-04.
Sponsored by:	The FreeBSD Foundation
2019-01-09 20:18:52 +00:00
Rebecca Cran
032abc8ca4 Add my PGP key, and add myself to developers and authors. 2019-01-09 01:08:55 +00:00
Guangyuan Yang
d48f6b4468 Bump copyright years to 2019 for the doc tree. 2019-01-08 07:57:40 +00:00
Guangyuan Yang
c173bfe8f1 Update the mailing address of FreeBSD Foundation.
Obtained from:	https://www.freebsdfoundation.org/about/contact-us/
2019-01-07 02:51:29 +00:00
Conrad Meyer
b357674f9f Document __FreeBSD_version 1300008
Sponsored by:	Dell EMC Isilon
2019-01-04 19:34:30 +00:00
Mathieu Arnold
b270bb0d04 Note that USE_GCC is a build and a run-time dependency.
PR:		234495
Reported by:	bergerkos yahoo co uk
2019-01-04 13:55:53 +00:00
Benedict Reuschling
bb698cf5e0 Add more information about Bluetooth usage.
The patch shows how to create a remote device connection and
how to manage devices in /etc/bluetooth/hosts.  The multimedia
chapter was extended with a description on how to set up and
connect a Bluetooth audio device as a sound sink.
It also adds man page references to man-refs.ent for hcsecd(8)
and virtual_oss(8), respectively.

I cleaned up the patch a bit for consistency and proper markup.

PR:			    228879
Submitted by:		    nekoxmachina@gmail.com
Take a look at this PR by:  lme
2019-01-02 18:01:55 +00:00
Lars Engels
8726e8cb1a Add Dries Michiels <driesm.michiels@gmail.com> to the list of additional contributors. 2018-12-31 15:53:36 +00:00
Konstantin Belousov
7426feed26 Fix typo.
Reported by:	remko
Sponsored by:	Mellanox Technologies
2018-12-31 10:44:02 +00:00
Glen Barber
026666951f Do not look for 'RELEASE*' (including RELEASE-pNN) when evaluating
if checksum files should be included.

This case was specifically added to handle a case where a final
release was a re-roll, i.e., 11.0-RELEASE was really 11.0-RELEASE-p1;
this will need to be handled on a case-by-case basis.

There be dragons.  Here lies Link.

Reported by:	David Boyd
Sponsored by:	The FreeBSD Foundation
2018-12-31 08:23:13 +00:00
Konstantin Belousov
48b5fc6921 Document __FreeBSD_versions 1300005 - 1300007.
Sponsored by:	Mellanox Technologies
2018-12-30 21:32:40 +00:00
Wolfram Schneider
d735dfb80f add OSF1 V1.0/mips manual pages 2018-12-30 17:25:35 +00:00
Wolfram Schneider
b199601dd9 add Ultrix-32 2.0/VAX manual pages 2018-12-30 17:09:28 +00:00
Joseph Mingrone
61f6f89955 2018-01-2018-09 Report: Fix grammar issues and improve clarity
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D18685
2018-12-29 21:34:21 +00:00
Glen Barber
d2f69ee033 Do not attempt to install CHECKSUM.* files when not building
an -RC or -RELEASE.

Reported by:	David Boyd
Sponsored by:	The FreeBSD Foundation
2018-12-28 15:41:35 +00:00
Glen Barber
d3ecfa1cc6 Update the releng index.html page to reflect stable/10 is no longer
supported.

Submitted by:	delphij
Sponsored by:	The FreeBSD Foundation
2018-12-27 19:23:41 +00:00
Glen Barber
bc9cf4d715 Document the releng/12.0 branch has officially been handed over to
so@.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:23:46 +00:00
Glen Barber
fb493cd0b2 Document SA-18:15.
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:19:25 +00:00
Glen Barber
d0bb4af654 Regen after r342555.
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:18:27 +00:00
Alex Dupre
f70081592a Fix typo: add missing zero. 2018-12-27 09:22:38 +00:00
Glen Barber
ce5f18d22a 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
2018-12-26 18:15:05 +00:00
Guangyuan Yang
016ce245b0 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
2018-12-25 06:05:26 +00:00
Chris Rees
75d6591f18 Add some more useful resources
PR:		docs/216118
Submitted by:	Christian Sturm
2018-12-24 20:09:05 +00:00
Chris Rees
7643ab265f Update for pkgng
PR:		docs/207329
2018-12-24 19:45:39 +00:00
Edward Tomasz Napierala
db1fe57adb Fix hrefs.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18652
2018-12-24 12:13:00 +00:00
Edward Tomasz Napierala
e8f9bb52b5 Publish the 2018Q3 status report
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18649
2018-12-24 11:19:23 +00:00
Edward Tomasz Napierala
89d325dc0f Some last-minute markup fixes.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18650
2018-12-24 11:17:38 +00:00
Edward Tomasz Napierala
91211f621f Add Quarterly Status Report for 2018Q3.
Reviewed by:	allanjude, bcr (mentors)
Approved by:	allanjude, bcr (mentors)
Differential Revision:	https://reviews.freebsd.org/D18639
2018-12-24 10:07:27 +00:00
Chris Rees
99364ed010 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
2018-12-23 21:41:27 +00:00
Chris Rees
ac184111f1 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
2018-12-23 21:22:52 +00:00
Chris Rees
f943b41c65 Make the format of memory-backed disks consistent (soft-updates)
Correct size of file-backed disk

PR:		doc/201975
Submitted by:	Hugh O'Brien
2018-12-23 15:31:49 +00:00
Chris Rees
a7f02d08cd List arguments for WANT_PGSQL
PR:		ports/222094
Reviewed by:	mat
Differential Revision:	D18627
2018-12-23 09:49:57 +00:00
Benedict Reuschling
1219d363c0 Improve the handbook section about leaf/automatic packages.
The patch includes instructions on how to list the prime (non-automatic)
packages, and how to mark a package as automatic or non-automatic.

PR:			233894
Submitted by:		public@fzwte.net
Reviewed by:		ygy@, myself
Approved by:		ygy
Differential Revision:	https://reviews.freebsd.org/D18497
2018-12-21 18:16:06 +00:00
Benedict Reuschling
53ebf4051c Rewrite the LDAP server section of the handbook.
The Lightweight Directory Access Protocol (LDAP) section of the handbook
contains several errors (typos, wrong steps) and was in need of updates
to reflect current versions of the software. Rocky Hotas provided a patch
for review that fixes many of those bugs and extends the instructions in
the first part. The second part received a complete rewrite, providing
working example configuration files and steps to get the server running.

I made only a few cleanups and corrections to the patch to fit our
documentation guidelines. Most of the work was done by the submitter, big
thanks for his work and patience!

PR:		219142
Submitted by:	rockyhotas@post.com
Reviewed by:	remko, wollman, wblock, myself, others
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D10600
2018-12-20 21:54:05 +00:00
Dru Lavigne
587bff776b Checkout URL clarified by gjb. Recorrected.
Reported by: gjb
Sponsored by: iXsystems
2018-12-14 20:08:13 +00:00
Dru Lavigne
fbde8e3965 Checkout protocol is HTTP, not HTTPS.
Submitted by: dru
Reported by: gjb
Sponsored by: iXsystems
2018-12-14 19:01:46 +00:00
Dru Lavigne
b97a508ead Update svn checkout URL in FDP.
PR: 234018
Submitted by: dru
Reported by: bcr
Reviewed by: bcr
Approved by: bcr
Sponsored by: iXsystems
2018-12-14 18:42:45 +00:00
Glen Barber
34a7c41650 Add a freebsd-stable12 entry to man.cgi.
Suggested by:	jhb
Sponsored by:	The FreeBSD Foundation
2018-12-14 17:16:19 +00:00
Glen Barber
dbf05e4ddf Bump -CURRENT version to 13.
Add missing path to man.cgi.

Sponsored by:	The FreeBSD Foundation
2018-12-14 16:15:41 +00:00
Glen Barber
4419594e3b Remove a stray 11.2-RELEASE line that seems to break 12.0-RELEASE
from properly showing up.

Submitted by:	wosch
Sponsored by:	The FreeBSD Foundation
2018-12-14 15:41:17 +00:00
Glen Barber
b47a7fb8a6 Add three items to 12.0-RELEASE errata:
- disc1.iso for amd64 and i386 does not fit onto a 700MB CD.
- boot messages do not list CPUs other than CPU0.
- graphics/drm-kmod should be used instead of graphics/drm-stable-kmod
  or graphics/drm-legacy-kmod when the 2019Q1 branch is created.

Sponsored by:	The FreeBSD Foundation
2018-12-13 19:55:47 +00:00
Gordon Tetlow
eac2929e24 Adjust section for secteam.
Promote remko to an Officer Deputy. Remove verbiage about the secretary
position. Brooks is the core liason.

Reviewed by:	core
Approved by:	so
2018-12-12 19:21:15 +00:00
Guangyuan Yang
44fa6300a6 Fix some typos in 12.0R announcement.
PR:		233943
Reported by:	Max Stucchi <max@stucchi.ch>
Approved by:	gjb
2018-12-11 22:08:19 +00:00
Daniel Gerzo
7eec444c33 - fix grammar 2018-12-11 20:51:57 +00:00
Glen Barber
c69eabbb26 Add a note about OpenSSL 1.1.1 not using crypto(4) with hardware
crypto accelerators.

Sponsored by:	The FreeBSD Foundation
2018-12-11 20:23:25 +00:00
Glen Barber
36e8824835 Add an errata entry for J1900 systems that require kern.vty=sc
at the loader(8) prompt.

Submitted by:	phk
Sponsored by:	The FreeBSD Foundation
2018-12-11 19:48:44 +00:00
Glen Barber
f64932e6a7 Ensure errata.html is persistently updated.
Sponsored by:	The FreeBSD Foundation
2018-12-11 19:48:42 +00:00
Glen Barber
03c522ecab Announce 12.0-RELEASE:
- Update entities to reflect 12.0 is now available.
- Add 12.0 to the index page and handbook.
- Update man.cgi to add 12.0.
- Prune checksum files from RC2 and RC3.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-11 18:49:03 +00:00
Glen Barber
a06113979a Fix minor rendering issues.
Sponsored by:	The FreeBSD Foundation
2018-12-10 22:56:48 +00:00
Glen Barber
c8d26bd9e6 Add a section specific to graphics support, content provided by
the graphics team.
Add a link to the Graphics Wiki page.

Sponsored by:	The FreeBSD Foundation
2018-12-10 21:04:21 +00:00
Glen Barber
1f34a42c0b Prune empty sections.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:18 +00:00
Glen Barber
2ea8f5fcd9 Expand the table of contents tree.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:17 +00:00
Glen Barber
15206b1899 Remove an empty ports section, and add notes to ports-packages.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:15 +00:00
Glen Barber
8a00acc095 Document r327774, pmtimer device removal from i386.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:14 +00:00
Glen Barber
abf03243ff Document r331714, token-ring support removed.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:14 +00:00
Glen Barber
73ccc6694a Document r331936, gets_s(3) addition.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:12 +00:00
Glen Barber
7a43b70886 Document r332298, bhyve(8) ability control CPU topology from
userland.

Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:11 +00:00
Glen Barber
8e7cdc0367 Document r332396, setfacl(1) '-R' flag addition.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:10 +00:00
Glen Barber
2c5d50c6a2 Document r332446, i386 memstick images use MBR instead of GPT.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:08 +00:00
Glen Barber
f672ae0b5b Document r332490, Arcnet protocol removal.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:07 +00:00
Glen Barber
a56b9a2ea2 Document r332857, cfumass(4) rc(8) script addition.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:06 +00:00
Glen Barber
2d39b88c04 Document r333063, ELF Tool Chain version r3614.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:04 +00:00
Glen Barber
5107fd7435 Document r333144, lmc(4) driver removal.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:03 +00:00
Glen Barber
ea38a7ffc3 Document r333149, ixl(4) version 1.9.9-k.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:02 +00:00
Glen Barber
2e45bc642a Document r333173, ixgb(4) removal.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:00 +00:00
Glen Barber
4d2b0b3442 Document r333273, powernv POWER9 MMU initialization support.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:37:59 +00:00
Glen Barber
36011ccc46 Document r333322, carp(4) state as INIT when net.inet.carp.allow=0.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:37:58 +00:00
Glen Barber
26d2a81f76 Document r333388, nxge(4) removal.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:37:56 +00:00
Glen Barber
bb89bb34a4 Document r333446, CTL rework to use nv(3).
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:37:55 +00:00
Glen Barber
bed446237a Document r333717, vxge(4) removal.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:37:54 +00:00
Glen Barber
ebbd2fe549 Document r333760, "multifuncion" usb_template(4) addition.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:42 +00:00
Glen Barber
114ab6bf57 Document r333890, EKCD, GZIO, ZSTDIO, and NETDUMP enabled for
most architectures.

Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:41 +00:00
Glen Barber
ec417f811c Document r334143, cxgbe(4) SO_MAX_PACING_RATE support.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:39 +00:00
Glen Barber
4ef78f2da5 Document r334377, amd64 memstick images use MBR instead of GPT.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:38 +00:00
Glen Barber
7cb5125d84 Document r334719, SO_REUSEPORT_LB socket option addition.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:37 +00:00
Glen Barber
6454e1c285 Document r334844, vfs.zfs.arc_min_prescient_prefetch_ms and
vfs.zfs.arc_min_prefetch_ms tunables, and 'zpool scrub' performance
improvements.

Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:35 +00:00
Glen Barber
6d5ac4ab9c Document r334940, bhyve(8) virtio_scsi(4) support.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:34 +00:00
Glen Barber
2e14e5bb77 Document r335004, USB OTG serial terminal support enabled by default
on arm SoC images.

Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:33 +00:00
Glen Barber
8b4efb11a7 Document r335012, pNFS added to NFSv4.1.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:31 +00:00
Glen Barber
1ac457c7c0 Document r335222, asf(8) removed from the system.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:30 +00:00
Glen Barber
0b58999e6b Document r335864, GID permission change to /dev/acpi to allow users
in the 'operator' group to suspend the system with acpiconf(8).

Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:29 +00:00
Glen Barber
a347cb67f6 Document r335974, bhyve(8) NVMe device emulation.
Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:27 +00:00
Glen Barber
1eba16f027 Document r336252, loader(8) support for geli(8) extended for all
architectures and disk-like devices.

Sponsored by:	The FreeBSD Foundation
2018-12-10 18:22:26 +00:00
Glen Barber
d61f3b7437 Document r336659, geli(8) support to initialize multiple providers
that all use the same passphrase/key.

Submitted by:	woodsb02
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:18 +00:00
Glen Barber
797b34d6c9 Document r335673, geli_groups rc.conf(5) addition.
Submitted by:	woodsb02
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:17 +00:00
Glen Barber
ca83ab00b5 Update the jedec_ts(4) entry to reflect its functionality has been
replaced by jedec_dimm(4).

Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:15 +00:00
Glen Barber
e82422e8ae Document r334375, pf(4) updated to use rmlock(9) instead of
rwlock(9).

Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:14 +00:00
Glen Barber
61b110e72c Document pf(4) is usable in a vnet(9)-backed jail(8).
Submitted by:	kp
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:13 +00:00
Glen Barber
c193c85dc4 Fix svn revision number of WITH_REPRODUCIBLE_BUILDS entry.
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:11 +00:00
Glen Barber
5b6c6499cd Document r324810, VIMAGE enabled by default.
Submitted by:	kp
Sponsored by:	The FreeBSD Foundation
2018-12-10 16:39:10 +00:00
Glen Barber
0c9ef0deb9 Update the 12.0-RELEASE schedule to reflect 12.0-RELEASE builds
have been started.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-07 00:02:58 +00:00
Glen Barber
cdae08c73e Document r338643, Enable reproducible builds
Document r340773, src.conf knob to enable the retpoline mitigation
         for userland builds
Document r334391, ld.lld as the system linker by default on amd64
Document r332452, vt(4) "Terminus BSD Console" font v4.46
Document r339216, Improve Capsicum support in sshd
Document r330110, Add kernel retpoline option for amd64
Document r333713, Add driver for Microchip LAN78xx USB3-GigE controller
Document r303033, arch(7) manual page addition.

Submitted by:	emaste
Sponsored by:	The FreeBSD Foundation
2018-12-06 21:20:00 +00:00
Glen Barber
98b6030bdd Document r338253, pf(4) ioctl interface and pfctl(8) now support
altq(4) bandwidth parameters of 2^32 bps or greater.

Submitted by:	pkelsey
Sponsored by:	The FreeBSD Foundation
2018-12-06 21:19:59 +00:00
Mathieu Arnold
c5ff427774 Move portmgr's blanket approval definition to the Committer's Guide, and
shuffle a few things around.

Reviewed by:	bcr, adamw
Differential Revision:	https://reviews.freebsd.org/D18308
2018-12-06 16:04:59 +00:00
Mathieu Arnold
8e549f630c Reword the quarterly blanket approvals so that it is less vague about
what is getting authorized.

Reviewed by:	bcr, adamw
Differential Revision:	https://reviews.freebsd.org/D18308
2018-12-06 16:04:56 +00:00
Mathieu Arnold
68f28e43d3 Improve the description of 1200500 a bit. 2018-12-06 14:35:23 +00:00
Glen Barber
35a8917592 Reword the gdb(1) entry (r317416) to recommend using lldb(1) or
gdb(1) from devel/gdb.

Submitted by:	jhb
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:59:20 +00:00
Glen Barber
eb282623f1 Add mention that gdb(1) is installed to /usr/bin on sparc64.
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:23:28 +00:00
Glen Barber
aeb6f6a0d2 Uncomment the BUILD_RELNOTES evaluation now that the relnotes.html
page updating has been fixed.

Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:21 +00:00
Glen Barber
f792f9b3a7 Document r317416, gdb(1) installed to /usr/libexec, and gdbtui
and gdbserver are no longer installed.

Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:20 +00:00
Glen Barber
e9562b62c1 Document r336901, i386 defaults to ld.lld.
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:19 +00:00
Glen Barber
1df3cb8c9c Document r336998, armv6/armv7 default to EFI.
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:18 +00:00
Glen Barber
2596cf300b Document r337000, PINE64-LTS support added to build tools.
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:16 +00:00
Glen Barber
bdc5e11385 Document r337023, security.jail.vmm_allowed sysctl(8) to allow
running bhyve(8) within a jail(8).

Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:15 +00:00
Glen Barber
aa6c83a5e2 Document r337033, jedec_ts(4) removal.
Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:14 +00:00
Glen Barber
b372497177 Document r337057, ld.lld(1) as the default bootstrap linker on
armv7.

Sponsored by:	The FreeBSD Foundation
2018-12-05 20:18:12 +00:00
Glen Barber
4a9f0a3b64 Document r337321, init(8) updated to be able to run an executable
written in another language than sh(1).

Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:40 +00:00
Glen Barber
7eab08f949 Document r337740, init_exec kenv(1) variable addition.
Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:39 +00:00
Glen Barber
b4f58e48e8 Document r337749, 'autoro' flag in auto_master(5) for /media.
Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:37 +00:00
Glen Barber
34d5f358c8 Document r337992, pthread(3) POSIX/SUSv4-2018 compliance
improvements.

Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:36 +00:00
Glen Barber
056fdc1cfd Document r338050, libstand(3) default interpreter changed to Lua.
Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:35 +00:00
Glen Barber
6b93897032 Document r338210, bhyve(8) 'help' subcommand to '-l' and '-s' flags.
Sponsored by:	The FreeBSD Foundation
2018-12-05 19:26:34 +00:00
Glen Barber
7f1efdfaa6 Document r338214, KASSERT_PANIC_OPTIONAL kernel configuration option.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:13 +00:00
Glen Barber
97053d0418 Document r338282, bsdinstall(8)/zfsboot(8) UEFI+GELI support.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:11 +00:00
Glen Barber
b91aa025d5 Document r338331, arc4random_stir() and arc4random_addrandom()
removed from arc4random(3).

Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:10 +00:00
Glen Barber
bab8dd994e Document r338352, last(1) libxo(3) support.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:09 +00:00
Glen Barber
a600ef3da5 Document r338353, lastlogin(8) libxo(3) support.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:07 +00:00
Glen Barber
6d1999eec2 Document r338640, geom(8) '-p' flag addition.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:06 +00:00
Glen Barber
58cc2f596e Document r338666, armv6/armv7 capsicum support enabled by default.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:05 +00:00
Glen Barber
851a20ff26 Document r338684, geom(8) '-t' flag addition.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:03 +00:00
Glen Barber
4605228193 Document r338950, chown(8) UID/GID overflow handling fix.
Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:02 +00:00
Glen Barber
8dad9b76f1 Document r340190, Lewisburg PCH (C620) TCO watchdog timer support in
ichwd(4).

Sponsored by:	The FreeBSD Foundation
2018-12-05 17:52:01 +00:00
Glen Barber
963c522d5b Document r323923, UFS2 cylinder group check hashes.
Document r338056, UFS TRIM/BIO_DELETE consolidation.
Document r338517, UFS TRIM/BIO_DELETE consolidation enabled.

Submitted by:	mckusick
Sponsored by:	The FreeBSD Foundation
2018-12-05 16:23:14 +00:00
Dmitry Morozovsky
9e31976ec5 Document __FreeBSD_version values in stable/11 up to 1102504. 2018-12-05 15:09:39 +00:00
Glen Barber
56c1c76d82 Document r338258, tftp(1): switch default transfer mode to binary
Document r336565, Allow mounting FUSE filesystems in jails

Submitted by:	asomers
Sponsored by:	The FreeBSD Foundation
2018-12-04 23:13:12 +00:00
Glen Barber
191f568458 Add another .PHONY target for ${DOC}.parsed.xml to fix rebuilding
the relnotes.html page.

Sponsored by:	The FreeBSD Foundation
2018-12-04 21:11:52 +00:00
Glen Barber
5bd0335d27 Document r338316, The vt(4) terminal is between 2x and 6x faster at
drawing text
Document r338321, Amazon EC2 AMIs boot faster now that PS/2 keyboard
         and mouse devices have been disabled by default.

Submitted by:	cperciva
Sponsored by:	The FreeBSD Foundation
2018-12-04 21:06:34 +00:00
Glen Barber
f71ec06262 Document r325254, EC2 AMIs now include the amazon-ssm-agent package.
Document r326564, EC2 AMIs now have ChallengeResponseAuthentication
         disabled by default.
Document r326565, EC2 AMIs now use Amazon's NTP service by default.

Submitted by:	cperciva
Sponsored by:	The FreeBSD Foundation
2018-12-04 21:00:53 +00:00
Glen Barber
2c28a00a32 Ensure relnotes.html is forcibly updated so the latest changes
are visible within a resonable amount of time.

Sponsored by:	The FreeBSD Foundation
2018-12-04 20:08:59 +00:00
Glen Barber
05885a8a58 Regen after r341492.
Sponsored by:	The FreeBSD Foundation
2018-12-04 19:56:45 +00:00
Glen Barber
07c3a3cac9 Remove the &security; and &errata; includes from the relnotes.html
page, so updates to share/xml/{security,errata}.xml post-release
do not pollute the release notes page.

Sponsored by:	The FreeBSD Foundation
2018-12-04 19:13:00 +00:00
Glen Barber
2cd56c23b0 Comment evaluation of BUILD_RELNOTES temporarily so the release
notes page for 12.0-RELEASE is updated more timely.

Sponsored by:	The FreeBSD Foundation
2018-12-04 18:56:53 +00:00
Glen Barber
446be04206 Document r338324, r338292: Yarrow removal from random(4) and
PRNG reseeding activity fix.

Submitted by:	markm
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:50:29 +00:00
Glen Barber
88c808a52a Document r339262, ACPICA version 20181003.
Submitted by:	jkim
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:45:07 +00:00
Glen Barber
d070b7ace9 Document r338165, newsyslog(8) rejects configurations that specify
setuid or executable logs.

Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:16 +00:00
Glen Barber
19689ed67d Document r336126, sha224(1) addition.
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:14 +00:00
Glen Barber
8f7eaccdda Fix a minor wording nit.
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:13 +00:00
Glen Barber
5a3ac1c7b4 Document r334625, IPv6-AH IPSEC padding fix.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:12 +00:00
Glen Barber
b89d7b4a53 Document r334443, dhclient(8) interface-mtu configuration knob
addition.

Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:10 +00:00
Glen Barber
2756559998 Document r331602, zstd(1) version 1.3.4.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:09 +00:00
Glen Barber
5c14ec4d43 Document r331279, getrandom(2) and getentropy(3) additions.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:08 +00:00
Glen Barber
3cbdfe6f4e Document r331070, large reads from random(4) can be terminated with ^C.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:06 +00:00
Glen Barber
7bd7e5b041 Document r329501, r339308: lua loader kernel autodetect.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:05 +00:00
Glen Barber
43837f44eb Document r326956, ACPI CPU "Device" configuration for Epyc systems.
Submitted by:	cem
Sponsored by:	The FreeBSD Foundation
2018-12-04 18:42:03 +00:00
Glen Barber
b8c58c6bec Document r324965, r329240: compressed kernel crash dumps.
Submitted by:	markj
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:39:03 +00:00
Glen Barber
e4d3d62d70 Document r333283, netdump(4) addition.
Submitted by:	markj
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:39:02 +00:00
Glen Barber
a0dd8f9f30 Document r304200, DTrace support for 'if' and 'else' statements.
Submitted by:	markj
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:39:01 +00:00
Glen Barber
eea3fb50ad Document r338602, NUMA support enabled by default on amd64.
Submitted by:	markj
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:38:59 +00:00
Glen Barber
27de51e14a Document r337715, support for loading Intel microcode updates early
during boot.

Submitted by:	markj
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:38:58 +00:00
Glen Barber
90d9fcbe9d Adjust the wording of the DRM module deprecation to avoid confusion.
Submitted by:	lidl
Sponsored by:	The FreeBSD Foundation
2018-12-04 17:38:56 +00:00
Glen Barber
cff02fa30d Miscelleneous wording tweaks and clarifications.
Submitted by:	lidl
Sponsored by:	The FreeBSD Foundation
2018-12-04 16:28:26 +00:00
Glen Barber
930e101a5c Document r323865, cat(1) alignment is the same regardless of if
invoked with '-be' or '-ne'.

Sumbitted by:	sevan
Sponsored by:	The FreeBSD Foundation
2018-12-04 16:28:24 +00:00
Glen Barber
9da1d93615 Document r327584, ext2fs(5) full read/write support for ext4.
Submitted by:	pfg
Sponsored by:	The FreeBSD Foundation
2018-12-04 16:28:23 +00:00
Dmitry Morozovsky
8da73dab16 Describe 1300004 (crtbegin/crtend). 2018-12-04 14:16:49 +00:00
Joseph Mingrone
eb8ca31f4a Add Jim Harris (jimharris@) as developer alumnus
Approved by:	doceng (implicit)
With hat:	core-secretary
2018-12-04 10:49:54 +00:00
Rene Ladan
dad2753ff5 Restore sobomax@ entry in the Contributors article, he is still a src committer.
Reported by:	cy
2018-12-03 23:10:02 +00:00
Rene Ladan
ec36a10367 Move sobomax@ to the developer alumni after his ports bit has been safekept. 2018-12-03 21:16:56 +00:00
Glen Barber
7f5c3f72d1 Regen after r341436.
Sponsored by:	The FreeBSD Foundation
2018-12-03 19:03:52 +00:00
Glen Barber
14dc20f9bb - Announce 12.0-RC3.
- Add checksums for 12.0-RC3.
- Prune checksums for 12.0-RC1.
- Uncomment the RPI2 image URL.
- Update download URLs to point to RC3.
- Update the 12.0-RELEASE schedule to reflect MFC requests are
  no longer being accepted by re@.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-01 01:46:19 +00:00
Glen Barber
2dcf1c8226 Document r339218, loader(8) module_blacklist support and base DRM
module deprecation.

Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:27 +00:00
Glen Barber
0c06200e0a Document r340711, OpenSSL 1.1.1a.
Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:26 +00:00
Glen Barber
8a064b619e Document r339338, ixlv(4) rename to iavf(4).
Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:25 +00:00
Glen Barber
d61ee99411 Document r340348, new rc(8) keywords.
Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:23 +00:00
Glen Barber
f2a0f8ead5 Document r340444, ctm(1) deprecation.
Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:22 +00:00
Glen Barber
8aa4e29d36 Fix mention of 'Ryzen 2' in r340446 entry.
Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:20 +00:00
Glen Barber
9571efb623 Document r340446, amdsmn(4)/amdtemp(4) updated to attach to Ryzen 2
host bridges.

Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:19 +00:00
Glen Barber
9f5331f5b8 Document r340447, amdtemp(4) temperature reporting fixed for AMD(tm)
2990WX.

Sponsored by:	The FreeBSD Foundation
2018-11-30 21:33:18 +00:00
Joseph Mingrone
914e14abd7 Remove documentation that recommends XEmacs
It has been nearly a decade since the last stable release of XEmacs, and
editors/xemacs was removed from the ports tree in 2014.

Approved by:	gjb
Differential Revision:	https://reviews.freebsd.org/D18383
2018-11-30 00:20:40 +00:00
Glen Barber
4e37e10961 Update the 12.0-RELEASE schedule to reflect RC3 builds have
started.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-30 00:04:20 +00:00
Glen Barber
de1a55ffa0 Unmark RC3 as "if needed".
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-29 16:03:16 +00:00
Joseph Mingrone
a4fae90a47 Add note to security page about reevaluation of 5-year support model
Submitted by:	gjb
Approved by:	brooks (core), gjb (doc)
With hat:	core-secretary
2018-11-29 02:51:09 +00:00
Edward Tomasz Napierala
dc1727057f Update Status Reports HOWTO.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18306
2018-11-27 11:54:26 +00:00
Glen Barber
da3b83de93 - Announce 12.0-RC2.
- Add checksums for 12.0-RC2.
- Comment the RPI2 image URL, as the build failed (which is being
  investigated).
- Update download URLs to point to RC2.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-25 02:03:07 +00:00
Glen Barber
5292141bee Update the 12.0-RELEASE schedule to reflect 12.0-RC2 builds have
been started, though a few hours later than planned.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-23 16:35:22 +00:00
Ben Widawsky
cfeb2a4d23 Steps for new commits 1-4
Unfortunately I am doing this late and so the new committer info is
backdated.
2018-11-20 23:49:37 +00:00
Rene Ladan
5523ddf0c6 Add a note on the new graphics drivers imported from Linux to the X11 chapter
of the Handbook.

Submitted by:	debdrup@gmail.com
Reviewed by:	bcr, rene, zeising
Differential Revision:	https://reviews.freebsd.org/D17690
2018-11-20 20:31:24 +00:00
Glen Barber
90330d8152 Add the MINIMAL kernel configuration to the list of files to edit to
remove debugging support when creating a stable branch.

Sponsored by:	The FreeBSD Foundation
2018-11-19 15:36:11 +00:00
Benedict Reuschling
c45b27817e The sysctl vfs.zfs.trim_disable was renamed in 2013
to vfs.zfs.trim.enabled and was enabled by default.
Change the example on how to disable trim support
to the new sysctl and assign 0 to it to disable it.

PR:		    233284
Submitted by:	    bcran@
2018-11-18 11:08:58 +00:00
Glen Barber
0a67504e1d Add additional files to update when branching stable.
Sponsored by:	The FreeBSD Foundation
2018-11-17 18:58:56 +00:00
Glen Barber
f8e045a772 Remove an accidentally-added broken URL.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-17 18:52:17 +00:00
Glen Barber
3651df9c15 Update the 12.0-RELEASE schedule to reflect stable/12 has thawed.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-17 18:33:58 +00:00
Glen Barber
c5b5babb1c - Add PGP-signed checksums for 12.0-RC1.
- Uncomment the signatures.html page.
- Switch download URLs to RC1.
- Announce 12.0-RC1.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-17 18:24:31 +00:00
Glen Barber
4baa88fa13 Fix line wrapping that seems to have been mangled by my vimrc.
Sponsored by:	The FreeBSD Foundation
2018-11-16 00:12:29 +00:00
Glen Barber
29b35a3fb7 - Update the 12.0 schedule to reflect releng/12.0 has branched,
and 12.0-RC1 builds have started.
- Add stable/12 and releng/12.0 to the security page.
- Add releng/12.0 to the releng index page.
- Document __FreeBSD_version 1200500.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-16 00:09:48 +00:00
Glen Barber
3589f1ba07 Add Makefile.libcompat to the list of files to update when switching
head to a new major version.

Submitted by:	brooks, rgrimes
Sponsored by:	The FreeBSD Foundation
2018-11-12 18:16:08 +00:00
Glen Barber
83df922f56 Belatedly update the 12.0-RELEASE schedule to reflect 12.0-BETA4
builds started on time.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-10 19:03:18 +00:00
Danilo G. Baio
59da97b7a7 porters-handbook: Improve OPT_PREVENTS and OPT_PREVENTS_MSG
OPT_PREVENTS_MSG cannot be selected, we found this issue when
translating this part to pt_BR.

Approved by:	doc (mat)
Differential Revision:	https://reviews.freebsd.org/D17600
2018-11-10 11:34:24 +00:00
Brooks Davis
dd87a02b58 Remove mention of the pre-11 support model.
Reviewed by:	gjb, rgrimes
2018-11-08 23:02:58 +00:00
Glen Barber
a9fe18a56d Add BETA4 to the 12.0-RELEASE schedule.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-08 16:11:19 +00:00
Rene Ladan
7c7c019d5b Move dryice and tj to the developer alumni list. 2018-11-06 21:55:58 +00:00
Eugene Grosbein
731364baa1 Add Ivan Rozhuk for the port multimedia/kodi-addon-peripheral-joystick. 2018-11-06 19:06:12 +00:00
John-Mark Gurney
e0230f227e use https instead of http for this link.
We redirect http to https, so it saves this redirect (and possible hijack)
when a client doesn't track HSTS

Reviewed by:	eadler
2018-11-05 16:47:30 +00:00
Brooks Davis
ceb4b2a3a5 Adjust line wrapping to appease igor(1).
Minor warnings remain due to igor not liking ther spelling of UDP-Lite,
but at least we've got two rather than 40 lines of them.
2018-11-02 21:23:26 +00:00
Brooks Davis
9c2cb8810c Document __FreeBSD_version 1300003: vop_symlink API change.
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17805
2018-11-02 21:23:20 +00:00
Brooks Davis
6b63f21a62 Document __FreeBSD_version 1300002: restoration of sys/joystick.h 2018-11-02 21:23:14 +00:00
Glen Barber
e23af5f288 Update the 12.0-RELEASE schedule to reflect BETA3 builds have
started.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-01 23:59:29 +00:00
Mateusz Piotrowski
885ad27d0d Reference new Samba ports in the chapter about Samba services.
Reviewed by:	bcr
Approved by:    krion (mentor, implicit), mat (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D17807
2018-11-01 23:08:41 +00:00
Glen Barber
cb3229bb1b Revert r52446, which was committed for debugging.
Sponsored by:	The FreeBSD Foundation
2018-11-01 18:50:47 +00:00
Glen Barber
68a153af0a Document r339735, add deprecated driver section for drivers
not present in 13.0.

Sponsored by:	The FreeBSD Foundation
2018-11-01 18:48:46 +00:00
Jeb Cramer
bb8f23d6b9 Add Jeb Cramer's (jeb@) information to doc/ per committer's guide.
Reviewed by:	erj, sbruno
Approved by:	erj (mentor), sbruno (mentor)
2018-11-01 18:40:19 +00:00
Glen Barber
c456c3d02b Temporarily turn off evaluating BUILD_RELNOTES while debugging
something.

Sponsored by:	The FreeBSD Foundation
2018-11-01 17:05:34 +00:00
Glen Barber
6f8719ccfe Document 10.4-RELEASE has reached end of life.
Sponsored by:	The FreeBSD Foundation
2018-11-01 16:52:13 +00:00
Glen Barber
1da757c965 Unmark BETA3 as "as-needed".
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-11-01 00:55:00 +00:00
Glen Barber
2e72dc8d10 Bump version numbers in the 12.0R documentation.
Sponsored by:	The FreeBSD Foundation
2018-10-31 21:33:50 +00:00
Glen Barber
5a0080adc8 Add svn revisions in comments to note the chunk of the stable/12
branch is currently being worked on for release notes.

Sponsored by:	The FreeBSD Foundation
2018-10-31 20:24:23 +00:00
Glen Barber
480e2a7b61 Document r337956, ls(1) '--color=when' addition.
Sponsored by:	The FreeBSD Foundation
2018-10-31 20:24:22 +00:00
Glen Barber
bfb706d65a Document r337505, dd(1) 'status=progress' addition.
Sponsored by:	The FreeBSD Foundation
2018-10-31 20:24:20 +00:00