Commit graph

53087 commits

Author SHA1 Message Date
Mathieu Arnold
1241ed694a Make it clear that a port's dependencies should not be minimal.
Reviewed by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D21717
2019-10-03 20:50:58 +00:00
Glen Barber
772a0d2735 Decouple the signatures.html page and checksum files to prevent BETA3
build failures, until the doc tree is tagged.

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-10-03 14:53:09 +00:00
Glen Barber
1a37faf628 Update the 12.1-RELEASE schedule to reflect we will have BETA3.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-10-03 14:47:04 +00:00
Ruey-Cherng Yu
8ae77aacca - Traditional Chinese translation of FAQ Abstract 2019-10-03 10:48:01 +00:00
Wolfram Schneider
4c5fee74a4 add HP-UX 8.07 manual pages 2019-10-03 09:49:06 +00:00
Jason Helfman
53d1bf4dc4 - remove redundant documentation of DEVELOPER=yes
https://lists.freebsd.org/pipermail/freebsd-doc/2019-September/033317.html

Reported by:	Pau Amma
Reviewed by:	mat@
2019-10-02 18:11:00 +00:00
Ruey-Cherng Yu
d058ae101a - Bump copyright years to 2019. 2019-10-02 10:08:22 +00:00
Bjoern Heidotting
973e89aa37 Update to r53010:
Correct the description of vfs.zfs.arc_max.

Update the description of the default value for the vgs.zfs.arc_max tunable.
It changed since the chapter was written and this patch updates it to the
definition in the code.
2019-10-01 17:47:20 +00:00
Ruey-Cherng Yu
f077a9c6af - Traditional Chinese Translation of the latest news item (from July to September)
Merge the following from the English version : r53235 -> r53441
2019-10-01 11:24:55 +00:00
Ruey-Cherng Yu
9675a669d4 1 whitespace fix 2019-10-01 09:23:03 +00:00
Bjoern Heidotting
09cf3470cd Update to r53407:
Update the NTP section of the handbook.

Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D21806
2019-09-30 20:21:09 +00:00
Ed Maste
620c35749c pin 11.2 EOL to October 31, 2019
As announced in the 11.3 release announcement.
2019-09-30 16:45:58 +00:00
Glen Barber
1585f79a77 Announce 12.1-BETA2.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-28 11:32:52 +00:00
Glen Barber
877a274dfe Comment the signature files, causing the BETA2 builds to fall over.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-27 13:07:51 +00:00
Pawel Biernacki
c96bde9192 Add myself (kaktus) as a src commiter
Reviewed by:	kib (mentor)
Approved by:	kib (mentor), mjg (mentor)
Differential Revision:	https://reviews.freebsd.org/D21810
2019-09-27 10:17:30 +00:00
Glen Barber
db2591e403 Disconnect the signatures.html page from the build temporarily to
fix 12.1-BETA2 builds, until I investigate what happened more.

Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-27 08:28:44 +00:00
Glen Barber
2f5384d3f1 Update the 12.1 schedule to reflect BETA2 builds have started.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-27 00:02:46 +00:00
Koichiro Iwao
4285ecc550 Add new virtual port category net-vpn to documentation
I'm still not sure who's responsible on this but in fact virtual category
is already implemented at r508887 with portmgr approval. I'm assembling the
rest of the parts documentation.

PR:		239395
Submitted by:	meta (myself)
2019-09-26 23:57:24 +00:00
Bjoern Heidotting
a97c035eaa Update to r52404:
Describe how to install the zfs bootcode for GPT and EFI.
2019-09-24 16:27:20 +00:00
Bjoern Heidotting
a93b555e5a Update to r52203:
Replace old references to sun.com with current illumos.org
2019-09-24 16:10:59 +00:00
Bjoern Heidotting
eef5cda5d5 handbook: restore KDE mailing list info in eresources chapter
Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D21763
2019-09-24 16:04:10 +00:00
Tijl Coosemans
3805f3b8bd Replace my old (and now expired) DSA GPG key with a new RSA 3072 key. 2019-09-23 18:28:18 +00:00
Johann Kois
476b62efe1 r53323 -> r53429
MFde:   Resync the german version of the project news.
2019-09-23 09:14:10 +00:00
Ryusuke SUZUKI
32ddd30b8b - Merge the following from the English version:
r53420 -> r53429	head/ja_JP.eucJP/share/xml/news.xml
2019-09-23 06:46:27 +00:00
Glen Barber
f5e7e7f5a8 Announce 12.1-BETA1.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-21 01:47:25 +00:00
Bjoern Heidotting
78c8b8f924 Update to r52914:
Document the new freebsd-ocaml mailing list.
2019-09-20 18:23:46 +00:00
Bjoern Heidotting
c437332111 Update to r52391:
Add new mailing list svn-src-stable-12.
2019-09-20 17:53:26 +00:00
Benedict Reuschling
c83148a749 Add a new chapter about blacklistd to the firewalls chapter.
The most common use case for blacklistd is to add excessive
SSH login attempts to the list of hosts to be blocked. The
user can define when that should happen and how long the IPs
should be listed there.  The chapter describes the syntax and
how to set it up.
The examples use PF, but it is possible to use other firewalls
with blacklistd as well.

Reviewed by:		kp
Event:			EuroBSDcon 2019 Hackathon
Differential Revision:	https://reviews.freebsd.org/D20568
2019-09-20 12:49:54 +00:00
Benedict Reuschling
5179c71015 s/sections variables and/sections and variables/
PR:		240706
Submitted by:	pauamma@gundo.com
Event:		EuroBSDcon 2019 Hackathon
2019-09-20 12:11:38 +00:00
Benedict Reuschling
7adaf7bbf6 Two language fixes:
- there default settings -> their default settings
- there be -> there must be

PR:		240667
Submitted by:	pauamma@gundo.com
Event:		EuroBSDcon 2019 Hackathon
2019-09-20 08:39:47 +00:00
Glen Barber
780d0a3f7b - Update the 12.1-RELEASE schedule to reflect releng/12.1 had branched,
and the BETA1 builds are in flight.
- Document __FreeBSD_version numbers 1201000 and 1201500.
- Add releng/12.1 to the list of branches in the releng page.

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-20 00:08:08 +00:00
Ryusuke SUZUKI
e4758ca795 - Merge the following from the English version:
r53323 -> r53420	head/ja_JP.eucJP/share/xml/news.xml
2019-09-18 10:31:04 +00:00
Ryusuke SUZUKI
b8b5799cfc Remove duplicate August 2019 entry. 2019-09-18 10:08:50 +00:00
Benedict Reuschling
b585b77dfd Change "use" to "uses" and "a" to "an".
PR:		240655
Submitted by:	pauamma@gundo.com
2019-09-18 08:11:34 +00:00
Benedict Reuschling
60e657c53f Fix wording which was wrong ("the some") and
remove another superfluous word in the same
sentence while here.  Put a sentence stop after
the command to split this long sentence into two.

PR:		    240656
Submitted by:	    pauamma@gundo.com
2019-09-18 08:05:02 +00:00
Steve Wills
5780e97ded Remove blanket exception for teams
Summary: This rule doesn't seem to make sense any more. Let's remove it.

Reviewers: #portmgr, adamw, mat

Reviewed By: #portmgr, adamw, mat

Differential Revision: https://reviews.freebsd.org/D21158
2019-09-17 19:05:03 +00:00
Glen Barber
99b513656e Uncomment several URLs on the 12.1-RELEASE index page.
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-17 16:50:30 +00:00
Glen Barber
c555328e64 Release notes documentation:
- r352094: '-Werror' turned off for gcc 4.2.1 by default.

Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-17 16:41:01 +00:00
Glen Barber
dc9be24707 Release notes documentation:
- r351384: loader(8) com.delphix:removing support.
- r351007: bzip2(1) version 1.0.8.
- r351390: mandoc(1) 2019-07-23 snapshot update.
- r351530: camcontrol(8) block descriptor support with modepage submcommand.
- r350952: nvmecontrol(8) reservation support.
- r351611: WPA version 2.9.
- r351942: cdceem(4) addition.

Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-17 16:41:00 +00:00
Glen Barber
26754d9570 - Connect the errata, hardware, and readme pages for 12.1 to the
build.
- Comment the checksum file names.
- Bump _REVMINOR and _BRANCH.
- Rework the _BRANCH evaluation used to determine from where to
  check out the share/man/man4 directory for manual pages to
  use releng/X.Y for BETA, in addition to RC and RELEASE builds.

Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-17 15:15:21 +00:00
Glen Barber
f6edf79f92 Add the 12.1-RELEASE errata, hardware, installation, and readme
pages.  These are not yet connected to the build.

Prune errata page entries from 12.0-RELEASE, and bump the copyright
years as appropriate.

Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-17 14:29:42 +00:00
Mathieu Arnold
793fc3dbad Remove spurious >.
PR:		240605
Reported by:	PauAmma
2019-09-17 06:44:16 +00:00
Dmitri Goutnik
4ac0aa5353 Add myself (dmgk) as a ports committer
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D21671
2019-09-16 20:37:09 +00:00
Tobias Kortkamp
178ffea011 Porter's Handbook: Document new GO_TARGET syntax
Submitted by:	dmgk
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D21609
2019-09-16 11:32:38 +00:00
Dirk Meyer
e399dedefd - update expiry date 2019-09-16 09:32:07 +00:00
Ian Lepore
326454f843 Update the NTP section of the handbook.
Ntpd has evolved considerably in recent years and the handbook has fallen
out of date. Notable updates include...

 - The sample ntp.conf file in the handbook was a bad example that, if used,
   would expose the user to potential network attacks or exploits by
   allowing full query and control access to ntpd. The sample config now
   contains the restrict options that are considered current best practices
   for a public-facing ntpd daemon. The config would actually work (and be
   safe) even if a user just blindly cut and pastes it.

 - The new(-ish) ntp.conf 'pool' keyword is featured prominently in the
   sample, and the existence of the FreeBSD project-sponsored pool is
   documented.

 - Separate subsections now exist for ntp.conf and the rc.conf variables
   that affect how ntpd runs. The existence and effect of the un-obvious
   ntpd_oomprotect rc variable is mentioned.

 - A new subsection describes running ntpd as the unpriveleged ntpd user. It
   details how certain configurations can prevent the rc.d script from
   automatically running ntpd unpriveleged, and describes how to manually
   configure unpriveleged operation in those cases.

 - It now mentions the fact that firewalls need to be configured to pass udp
   packets on port 123 for ntpd to operate.

Approved by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D21659
2019-09-16 02:12:39 +00:00
Fukang Chen
466b0f1fa3 Update the Process Accounting section.
PR:		202203
Reviewed by:	ian
Submitted by:	ian
Differential Revision:	https://reviews.freebsd.org/D20878
2019-09-16 01:55:47 +00:00
Benedict Reuschling
118a6ec6d8 Move comment back to the beginning and remove wrong line
that was accidentally kept when doing r53401.

Noticed by:	dbaio
2019-09-14 18:40:11 +00:00
Benedict Reuschling
c5b5ab405b Remove superfluous year tag introduced in r53402. 2019-09-14 18:22:09 +00:00
Allan Jude
557330429b news.xml: Add missing closing year tag to fix build
Reported by:	failing doc build
Sponsored by:	Klara Systems
2019-09-14 17:59:02 +00:00