Commit graph

52963 commits

Author SHA1 Message Date
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
Stephen Gregoratto
513984d322 ammend r:53393 Add year to news item
Approved by:    bcr (mentor)
2019-09-14 14:24:48 +00:00
Stephen Gregoratto
b1ede85b1c Add pgp keys for sg@
Approved by:    bcr (mentor)
2019-09-14 12:33:18 +00:00
Bjoern Heidotting
bfe7b3dd2f Update to r52089:
Add the dev-ci and dev-reviews mailing lists per request
of lwhsu@.
2019-09-12 18:12:27 +00:00
Bjoern Heidotting
0046b75c33 Update to r51972:
Document the new freebsd-women mailing list.
2019-09-12 17:45:18 +00:00
Dag-Erling Smørgrav
e47d389c0d Update PGP key. 2019-09-11 22:55:23 +00:00
Larry Rosenman
4ee63d6fa6 refresh gpg key with ya UID. 2019-09-11 19:59:43 +00:00
Bjoern Heidotting
65e352bcbd Update to r53208:
Mention the chpass command as a way to change the language.

Add an example with a short description on how to use chpass to change the
language for an existing user.
2019-09-11 17:46:37 +00:00
Bjoern Heidotting
c995e6693e Update to r53291:
Fix a broken link.
2019-09-11 17:41:55 +00:00
Glen Barber
a70f5f26de Update man-refs.ent.
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-11 17:11:49 +00:00
Stephen Gregoratto
f235d303c6 Add new committer sg@ to news 2019-09-11 04:35:26 +00:00
Stephen Gregoratto
94b2c3d8e6 Add sg@ to committers list 2019-09-11 04:25:53 +00:00
Stephen Gregoratto
8914a2c9f6 amend r:53390 Fix copy-paste entity name for sg@ 2019-09-11 04:18:14 +00:00
Stephen Gregoratto
bebe9f9999 Add sg@ 2019-09-11 04:04:50 +00:00
Johannes Lundberg
061b3d86ee Document OSVERSION 1200518. 2019-09-10 02:28:06 +00:00
Johannes Lundberg
cea5280445 Document OSVERSION 1200517. 2019-09-09 16:53:11 +00:00
Benedict Reuschling
034da00e2d Mass cleanup of textproc/igor warnings including:
- use two spaces at sentence start
- space before content
- wrap long line
- start content on same line
- straggling <tag>
- put listing on same line
- add blank line after <tag> on previous line
2019-09-08 20:08:15 +00:00
Danilo G. Baio
dd1ae9c65a Add Klaus Aehlig to contributors
Maintainer of:	devel/bazel
		devel/cvsadmin
		devel/py-wsgitools
		lang/haskell-mode.el
		misc/findutils
		science/h5utils
		x11-clocks/tclock

PR:		240420
2019-09-08 19:40:52 +00:00
Benedict Reuschling
b600d42cb7 Clean up some textproc/igor warnings:
- wrap long line
- start content on same line
- redundant markup and word
2019-09-08 14:28:58 +00:00
Larry Rosenman
6a80e0ec37 refresh my pgp key. 2019-09-07 22:11:26 +00:00
Mark Linimon
3e96d57f82 Add a new section "Cluster-Specific Considerations" to discourage
the use of -march=native by default.

Approved by:		mat
Differential Revision:	D20885
2019-09-07 20:52:18 +00:00
Johannes Lundberg
6a2faff96d Document OSVERSION 1300046. 2019-09-06 16:23:42 +00:00
Benedict Reuschling
07c5e559ce Cleanup this article from most (but not all) igor warnings:
- wrap long lines
- use tabs instead of spaces
- space after content (inserting a &nbsp;)
- capitalization
- use two spaces at sentence start

Event:	    vBSDcon 2019
2019-09-06 13:58:37 +00:00
Glen Barber
7b115da262 Update the 12.1-RELEASE schedule to reflect the code slush is now
in effect.

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2019-09-06 00:01:01 +00:00
Benedict Reuschling
5595213189 Clean up this chapter a bit using textproc/igor output:
- Use tabs instead of spaces
- wrap long lines
- bad indent

Event:	    vBSDcon FreeBSD Hackathon
2019-09-05 20:46:54 +00:00