Commit graph

53760 commits

Author SHA1 Message Date
Rene Ladan
795e719b26 Move gblach@ to the developer alumni section. 2020-08-03 18:48:33 +00:00
Johann Kois
a151a0f11b r54263 -> r54383
MFde:   Resync the project news.
2020-08-03 11:07:37 +00:00
Marc Fonvieille
588834e0b9 In doc-formats question:
remove unsupported formats and update related parts.
2020-08-03 07:36:20 +00:00
Mateusz Guzik
6662c8b184 Document OSVERSION 1300104 2020-08-02 20:05:09 +00:00
Gordon Bergling
5872491278 Handbook/Firewalls: correct the network devices in the NAT example
PR:		232042
Submitted by:	Samy Mahmoudi <samy dot mahmoudi at gmail dot com>
Reviewed by:	bcr
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D25652
2020-08-01 10:48:28 +00:00
Marc Fonvieille
5fa0ce657b Remove PS format. PS files are broken: fop is unable to embed fonts.
PS is, nowadays, replaced with PDF.  If PS is still needed, pdf2ps(1)
can be simply used on PDF files.

Approved by:	doceng
2020-08-01 10:16:40 +00:00
Mateusz Guzik
db0fb2dd8d Document OSVERSION 1300103 2020-08-01 06:41:51 +00:00
Benedict Reuschling
b2b4206ac7 Update the instructions for loading wifi drivers on FreeBSD versions
with or without devmatch. Mention that loading of drivers in
loader.conf or via rc.conf may be required for certain versions. It
should be done in order to have the lagg interface properly set up
at boot time.

Thanks to Pau Amma for providing the patch.
While here, fix some overly long lines in the note above.

PR:             246506 (documentation part)
Submitted by:   pauamma_gundo.com
Requested by:   cperciva (on IRC)
Reviewed by:    cperciva, bcr
Approved by:    bcr
Differential Revision:  https://reviews.freebsd.org/D25881
2020-07-30 15:39:50 +00:00
Marc Fonvieille
6175d3e6e8 pdb format isn't supported since a while. Let's remove its remains. 2020-07-29 16:58:17 +00:00
Daniel Ebdrup Jensen
50907b0685 Move my project status from contributor to commiter
As part of onboarding, ensure that I'm listed as a commiter instead of a
contributor, while listening to Higher Ground by Stevie Wonder.

Reviewed by:	0mp, bcr, allanjude
Approved by:	0mp (mentor), bcr (mentor), allanjude (mentor)
Differential Revision:	D25854
2020-07-29 11:13:42 +00:00
Daniel Ebdrup Jensen
9153ddf8b5 Add news entry for new doc commiter
As part of onboarding, announce my doc commit bit while listening to In The
Stone by Earth, Wind & Fire.

Reviewed by:	0mp, allanjude
Approved by:	0mp (mentor), allanjude (mentor)
Differential Revision:	D25853
2020-07-29 11:10:39 +00:00
Robert Wing
97eac0abee Add myself (rew) as src committer.
Reviewed by:    kevans (mentor), allanjude (mentor)
Approved by:    kevans (mentor), allanjude (mentor)
Differential Revision: https://reviews.freebsd.org/D25836
2020-07-29 05:20:04 +00:00
Ryusuke SUZUKI
db8e37ab06 - Merge the following from the English version:
r53939 -> r53958	head/ja_JP.eucJP/books/handbook/Makefile
	r53945 -> r53961	head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2020-07-28 15:00:41 +00:00
Benedict Reuschling
7ea6f5d5e2 Grammar and typo fixes for the 2020Q2 status report.
Submitted by:	pauamma_gundo.com
Differential Revision:	https://reviews.freebsd.org/D25829
2020-07-28 07:47:22 +00:00
Benedict Reuschling
e8b8ffcb5e Update the instructions to note that on FreeBSD-13 SVN has to be used
to fetch the Ports Collection.

Submitted by:	pauamma_gundo.com
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D25805
2020-07-28 07:41:21 +00:00
Benedict Reuschling
26e36ffa38 Part of a bigger change to remove portsnap and advise people
to use SVN (for now, until we have switched to git completely,
which is even a much bigger change).

Submitted by:	    pauamma_gundo.com
Approved by:	    bcr
Differential Revision:	https://reviews.freebsd.org/D25803
2020-07-28 07:34:00 +00:00
Dimitry Andric
f34b7eab7a Document __FreeBSD_version values 1104503 and 1201520. 2020-07-27 13:09:07 +00:00
Mateusz Guzik
99205ecd95 Document OSVERSION 1300102 2020-07-26 13:35:01 +00:00
Ryusuke SUZUKI
21545fa31c - Correct translation. 2020-07-26 12:01:49 +00:00
Benedict Reuschling
c23a8de9d5 Remove a redundant sentence stop from a table entry
for consistency.

Submitted by:	    kfv_irbug.org
Approved by:	    bcr
Differential Revision:	https://reviews.freebsd.org/D25786
2020-07-24 18:15:05 +00:00
Li-Wen Hsu
b0e5291b0c Use consistent example for NIS domain
Approved by:	bcr
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25764
2020-07-24 18:04:23 +00:00
Bjoern Heidotting
b1eea5e696 Update to r54368:
Don't recommend the -r flag to mountd.

It enables a non-standards compliant feature to support ancient
diskless terminals.  We shouldn't recommend it without explanation.
(-r is currently the default in /etc/defaults/rc.conf along with -S,
this should likely be revisited.)

Instead, suggest setting mountd_enable.  While not required to start
the NFS server, it is required for the "service mountd restart" command
below.
2020-07-23 18:36:18 +00:00
Bjoern Heidotting
3b2c6a8298 Update to r54360:
Handbook: Jails, add upgrade instructions.
2020-07-23 18:25:45 +00:00
Brooks Davis
8e3f35a7a0 Don't recommend the -r flag to mountd.
It enables a non-standards compliant feature to support ancient
diskless terminals.  We shouldn't recommend it without explanation.
(-r is currently the default in /etc/defaults/rc.conf along with -S,
this should likely be revisited.)

Instead, suggest setting mountd_enable.  While not required to start
the NFS server, it is required for the "service mountd restart" command
below.

Reviewed by:	bcr
Differential Revision:	https://reviews.freebsd.org/D25760
2020-07-23 16:40:49 +00:00
Ryusuke SUZUKI
7079dc84ab - Merge the following from the English version:
r54302 -> r54366	head/ja_JP.eucJP/htdocs/security/security.xml
2020-07-22 14:06:43 +00:00
Glen Barber
41465a9ace Remove the release 'type' column from the supported releases table,
as it is not relevant since 10.x went EoL.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-07-21 18:35:10 +00:00
Glen Barber
fce109ca59 Remove a VCS-specific reference from the 12.2-RELEASE schedule,
as it is likely that we will have migrated from Subversion before
the cycle starts.

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-07-21 18:32:14 +00:00
Li-Wen Hsu
be1b265d05 Correct the 11.4 EoL date
Approved by:	gjb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25755
2020-07-21 18:28:16 +00:00
Landon J. Fuller
b6edf0784e Update my PGP key expiration date. 2020-07-21 18:24:22 +00:00
Glen Barber
6aa8d84ffa Add the schedule for 13.0-RELEASE.
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-07-21 17:42:19 +00:00
Glen Barber
dd77240fac Update the 12.2 schedule to reflect the reminder email had been
sent (accidentally a week early)...

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-07-21 15:59:46 +00:00
Gordon Bergling
120405ef52 Handbook: Jails, add upgrade instructions.
PR:		247927
Submitted by:	Chris Jordan <cwjordandt at gmail dot com>
Reviewed by:	debdrup, bcr (mentor)
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D25668
2020-07-17 21:26:19 +00:00
Gordon Bergling
55080708d5 Fix a typo in the April to June 2020 Status Report
Approved by:	bcr (mentor)
2020-07-17 20:49:36 +00:00
Glen Barber
b7ee9d98a2 The cluster administrator lead hat had been handed over to zi@.
Congrats!

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-07-17 16:37:57 +00:00
Li-Wen Hsu
be1985689a Add FreeBSD office hours 2020-07-22 event
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D25699
2020-07-17 07:23:23 +00:00
Edward Tomasz Napierala
21ba1b3d50 Update debdrup's PGP key.
Submitted by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D25683
2020-07-16 15:01:10 +00:00
Ruey-Cherng Yu
a5e4113016 - Link the untranslated release pages to English version. 2020-07-16 08:10:29 +00:00
Ruey-Cherng Yu
90986c6989 - Traditional Chinese Translation of the latest news item (July 15th)
Merge the following from the English version : r54207 -> r54353
2020-07-16 07:12:45 +00:00
Edward Tomasz Napierala
725a435e18 Add 2019Q4 status report to the newsflash.
Submitted by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D25678
2020-07-15 19:13:59 +00:00
Edward Tomasz Napierala
766f5cfe2e Publish the 2020Q2 status report.
Submitted by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D25678
2020-07-15 17:34:06 +00:00
Edward Tomasz Napierala
22ed3cb36b Create 2020Q2 quarterly status report, covering April 2020 - June 2020.
Submitted by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D25678
2020-07-15 17:30:58 +00:00
Ryusuke SUZUKI
19f7e44217 - Merge the following from the English version:
r54050 -> r54263	head/ja_JP.eucJP/share/xml/navibar.l10n.ent
2020-07-15 13:57:41 +00:00
Danilo G. Baio
804e7fc81b Add Robson Mantovani to contributors
Maintainer of:	www/grafana7

PR:		247969
2020-07-15 01:49:47 +00:00
Bjoern Heidotting
24495f4b73 Update to r54330:
Include an example of how to load IPv6 rules for ipfilter
2020-07-14 20:50:01 +00:00
Bjoern Heidotting
c2ffbcb001 Fix imagedata fileref in german bsdinstall chapter. 2020-07-14 20:46:48 +00:00
Ryusuke SUZUKI
d2fd7a3ded - Merge the following from the English version:
r53947 -> r54263	head/ja_JP.eucJP/htdocs/releases/index.xml
2020-07-14 15:03:57 +00:00
Ryusuke SUZUKI
b3ade995b0 - Add rel121.current.*, rel120.current.*, rel114.current.*
and rel113.current.* entities.
2020-07-14 15:02:07 +00:00
Li-Wen Hsu
db6aa27a97 Add FreeBSD Fridays events
Approved by:	bcr
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25661
2020-07-14 09:09:27 +00:00
Bjoern Heidotting
b1f8792352 Update to r54337:
Handbook: "Adding Swap Space", increase the example size from 64M to 512M

In modern times a swap file with a size of 64M doesn't make that much
sense, so increase the size in the example to 512M.
2020-07-13 19:39:45 +00:00
Bjoern Heidotting
924672eca5 Update to r54041:
Fix typo in IPFW page and s/reassamble/reassemble/g
2020-07-13 19:30:42 +00:00