Commit graph

52348 commits

Author SHA1 Message Date
Edson Brandi
999cce928b pt_BR.ISO8859-1/books/fdp-primer: Content synced with en_US 52724
* content synchronized with en_US document (rev 52724)

Approved by: gabor (mentor, implicit)
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
2019-04-21 13:28:34 +00:00
Edson Brandi
d740ba6cce pt_BR.ISO8859-1/books/porters-handbook: Content synced with en_US 52824
* content synchronized with en_US document (rev 52824)

Approved by: gabor (mentor, implicit)
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
2019-04-21 13:08:01 +00:00
Edson Brandi
9debc45c21 pt_BR.ISO8859-1/books/faq: Content synced with en_US 52666
* content synchronized with en_US document (rev 52666)

Approved by: gabor (mentor, implicit)
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
2019-04-21 12:56:21 +00:00
Edson Brandi
86641fa19e pt_BR.ISO8859-1/articles/committers-guide: Content synced with en_US 52861
* content synchronized with en_US document (rev 52861)

Approved by: gabor (mentor, implicit)
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
2019-04-21 10:21:52 +00:00
Mark Linimon
5e98483dd6 Document OSVERSIONs 1300019 and 1300020.
Add an internal comment that OSVERSION 1300021 existing but only for the
space of 9 commits.
2019-04-21 06:37:32 +00:00
Glen Barber
012cbaf258 Update the 11.3-RELEASE schedule to reflect the reminder email
had been sent.

Sponsored by:	The FreeBSD Foundation
2019-04-19 19:03:09 +00:00
Benedict Reuschling
8b34ca36b1 Change name of Raditex on the vendors page.
Upon request via the bug, change the name of the company from
Raditex AB to Raditex Control AB.

PR:		    235503
Submitted by:	    gorhas@raditex.nu
Event:		    Aberdeen hackathon 2019
2019-04-19 15:06:13 +00:00
Benedict Reuschling
508056e430 Replace broken link to gutenprint-cups with gutenprint.
Reported by:	    Ron Poutre (ronpoutre@gmail.com)
Event:		    Aberdeen hackathon 2019
2019-04-19 14:54:27 +00:00
Benedict Reuschling
48f7eb6ada Revert a sysrc to an echo as it due to invalid characters.
When running
    sysrc -f /etc/sysctl.conf net.inet.ip.fw.verbose_limit=5

it throws the following error:

    sysrc: net.inet.ip.fw.verbose_limit: name contains characters not allowed in
shell

Fix this by reverting to using an echo to add the sysctl to sysctl.conf.

Reported by:	    Laurent Gilbert (lg.athome@free.fr)
Event:		    Aberdeen hackathon 2019
2019-04-19 14:48:34 +00:00
Ryusuke SUZUKI
c6cb767c32 - Merge the following from the English version:
r52773 -> r52916	head/ja_JP.eucJP/htdocs/internal/machines.xml
2019-04-19 13:27:45 +00:00
Bjoern Heidotting
b69ac0d0e7 Update to r52813:
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.
2019-04-19 12:11:32 +00:00
Benedict Reuschling
f784a200c8 Remove outdated information from the netperf webpage.
The netperf webpage has not been updated in quite some time. Most updates
regarding machine allocations are happening on the wiki nowadays. It does not
make sense to keep the information here, so remove the section and replace it
with a reference to the wiki instead.

The config and news section has also been largely left alone for years. Remove
it as well as it is unlikely that someone will be posting updates there any
time soon.

Reported by:		emaste (on IRC)
Approved by:		emaste
Differential Revision:	https://reviews.freebsd.org/D19959
2019-04-18 20:44:41 +00:00
Johann Kois
2c9a993c8d r52885 -> r52935
MFde:   Resync the project news page
2019-04-18 18:54:08 +00:00
Bjoern Heidotting
edd99d12b5 Update to r52744:
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.
2019-04-18 18:14:01 +00:00
Tobias Kortkamp
dde3ddca3f Porter's Handbook: Update USES=go docs after ports r498386
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	jlaffaye, mat
Differential Revision:	https://reviews.freebsd.org/D19812
2019-04-18 14:04:06 +00:00
Ryusuke SUZUKI
d8662fee34 - Merge the following from the English version:
r52927 -> r52935	head/ja_JP.eucJP/share/xml/news.xml
2019-04-18 12:05:46 +00:00
Benedict Reuschling
17bfa0b5e9 This patch updates the PF chapter regarding structure and various updates.
After discussing some updates to the PF chapter with current maintainer kp@,
I came up with the following list of changes in this patch:

- Change the warning message to remove the reference to a specific PF version
and point out that FreeBSDs pf has diverged from what's in OpenBSD.
- Remove a link to the old pf porting efforts, which is obsolete nowadays and
doesn't provide much value to the reader anymore
- Change the reading flow by putting the ALTQ section at the end of the chapter.
ALTQ with PF is not used by everyone, so having that at the end of the chapter
is good to not overwhelm the reader too much with concepts they probably don't
need.
- Remove the "In order to" sentence parts which are mostly superfluous and can
be replaced with "to" for increased readability
- Sprinkle in some sysrc in examples where it makes sense to use it

Reviewed by:	kp@
Event:		Aberdeen hackathon 2019
Differential Revision:	https://reviews.freebsd.org/D19939
2019-04-18 11:20:49 +00:00
Pedro F. Giffuni
053e4352b2 Note enhanced commit privileges.
Approved by:	portmgr (implicit)
2019-04-17 14:48:48 +00:00
Ryusuke SUZUKI
aee522b15e - Merge the following from the English version:
r52774 -> r52928	head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
2019-04-17 09:13:31 +00:00
Mark Linimon
e579c4129a Document OSVERSIONs 1300017 and 1300018. 2019-04-17 05:59:11 +00:00
Dimitry Andric
13f826f720 Document __FreeBSD_version value 1102507. 2019-04-16 20:30:09 +00:00
Ryusuke SUZUKI
457118eaad - Merge the following from the English version:
r52885 -> r52927	head/ja_JP.eucJP/share/xml/news.xml
2019-04-16 15:37:02 +00:00
Glen Barber
5080ea2641 Add pthread_get_name_np(3).
Sponsored by:	The FreeBSD Foundation
2019-04-16 14:50:34 +00:00
Glen Barber
337fa62a51 Add missing entry for setproctitle_fast(3).
Sponsored by:	The FreeBSD Foundation
2019-04-16 14:42:10 +00:00
Chris Rees
3513a4ee82 Give a hint to curses navigation
It is not immediately obvious to all users how to move the cursor around
the partitioning section in bsdinstall, and this kind of thing can put
people off very quickly.

PR:		docs/197645
Submitted by:	web@umich.edu
2019-04-16 10:02:52 +00:00
Piotr Kubaj
e6ebaca755 Add myself to committer list and add my PGP public key.
Approved by:	tcberner (mentor)
2019-04-15 18:44:55 +00:00
Glen Barber
9425a7aa7a Add missing manual page macros.
Sponsored by:	The FreeBSD Foundation
2019-04-15 18:42:42 +00:00
Johann Kois
5d22715489 MFde: Resync htdocs/de/security/* 2019-04-14 07:55:30 +00:00
Johann Kois
f6be450815 r52666 -> r52725
MFde:   Resync htdocs/de/where.xml
2019-04-14 07:25:38 +00:00
Johann Kois
ed2007f7f2 r51963 -> r52919
MFde:   Resync htdocs/de/administration.xml
2019-04-14 07:19:07 +00:00
Johann Kois
659e60569a r51392 -> r52748
MFde:   Update the mail address of the FreeBSD Foundation
2019-04-14 06:58:32 +00:00
Johann Kois
fa5c94630b r52801 -> r52885
MFde:   Resync the project news.
2019-04-14 06:52:21 +00:00
Sean Chittenden
2aed201c2c Commit miss from r52919
Approved by:	doceng (core)
2019-04-13 17:43:30 +00:00
Sean Chittenden
42e56428dd Additoinal cleanup from r52910
Approved by: doceng (core)
Differential Revision:	https://reviews.freebsd.org/D19901
2019-04-13 16:53:13 +00:00
Dimitry Andric
1caa18376d Document __FreeBSD_version values 1200504 through 1200506. 2019-04-12 20:11:06 +00:00
Benedict Reuschling
dc2fc28a69 Add a description on how to mount VirtualBox shared folders.
Thanks to Gleb Popov who wrote the original patch and started the review.

Submitted by:		    arrowd@
Modified and expanded by:   me
Differential Revision:	    https://reviews.freebsd.org/D19873
2019-04-11 20:20:32 +00:00
Allan Jude
cf5529ef9c Remove 'cluster machines' Administrative Policies header
Machines are not owned my individuals anymore, and accounts do not need
to be requested. Remove these statements.

Also remove very old references to using machines for vanity domains etc
2019-04-10 02:10:45 +00:00
Allan Jude
c66aa63da8 Update the list of developer hosts
Remove the no-longer-useful Hardware configurations table

Reported by:	bcran
2019-04-10 02:09:24 +00:00
Remko Lodder
74ae2483ad Document the new freebsd-ocaml mailing list,
PR:		237131
Submitted by:	philip
Requested by:	rigoletto
2019-04-09 19:55:58 +00:00
Benedict Reuschling
a685a4cd82 Add EuroBSDcon 2019 to the list of events. 2019-04-09 10:17:53 +00:00
Rene Ladan
4ab1c1cc79 Move tobez@ to the developer alumni. 2019-04-08 19:36:41 +00:00
Tobias Kortkamp
7f133e2868 Porter's Handbook: Update "Go Libraries" for D19570
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D19813
2019-04-08 06:42:55 +00:00
Joseph Mingrone
e6fb57be14 Add to the list of developer alumni
Add these developers, whose commit bits were taken in for safekeeping, to
the list of developer alumni.

Approved by:	doc (bcr)
Differential Revision:	https://reviews.freebsd.org/D19785
2019-04-02 11:21:16 +00:00
Tobias Kortkamp
561b0dd96b Porter's Handbook: Update USE_XORG component list
It has been outdated since August 2018 when all *proto ports have
been folded into xorgproto.  Component descriptions are auto-generated
from the underlying COMMENTs.

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D19642
2019-04-01 09:24:40 +00:00
Ryusuke SUZUKI
c942d23687 - Merge the following from the English version:
r52666 -> r52906	head/ja_JP.eucJP/htdocs/security/security.xml
2019-04-01 08:13:05 +00:00
Joseph Mingrone
58a53b2b55 Remove note about possible support changes to STABLE/12
The discussions with affected parties have concluded.  It was determined
that more time is required for the community to adjust.  Thus, there will
be no changes to the support model for STABLE/12.  Any changes will apply
to STABLE/13.

Approved by:	doc@ (gjb)
Differential Revision:	https://reviews.freebsd.org/D19773
2019-04-01 01:42:54 +00:00
Mathieu Arnold
3194072e01 USES=gecko was removed. 2019-03-30 21:08:54 +00:00
Gabor Kovesdan
32483e929e - Update translation
Submitted by:	Sergio Carlavilla <carlavilla AT mailbox DOT org>
2019-03-29 15:24:26 +00:00
Gabor Kovesdan
68aa23777c - Update translation
Submitted by:	Sergio Carlavilla <carlavilla AT mailbox DOT org>
2019-03-29 15:21:00 +00:00
Gabor Kovesdan
adedee47c4 - Add translation of ipsec-must article
Submitted by:	Sergio Carlavilla <carlavilla AT mailbox DOT org>
2019-03-29 15:17:05 +00:00