Commit graph

20084 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Tobias Kortkamp
f7b64f863f Porter's Handbook: Document CARGO_USE_GITLAB
- Remove mention of CARGO_GH_CARGOTOML after ports r496795
- Update CARGO_USE_GITHUB description.  It does not patch Cargo.lock.
  That is done automatically during the configure phase by cargo
  itself and is not worth mentioning here.

Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D19697
2019-03-28 23:51:12 +00:00
Mathieu Arnold
5c48b21e85 Add a description on how to configure a local postfix to forward
emails to the FreeBSD smtp servers.
2019-03-28 15:28:01 +00:00
Benedict Reuschling
06e7dd44a0 Cleanup a couple of igor warnings.
This file had a lot of long lines in it as well as redundant markup with
words. A few capitalizations were also fixed, except a few where it would
obscure the original meaning like groff.
2019-03-23 04:50:01 +00:00
Benedict Reuschling
54e3ba2ec7 Wrap long lines in the CUPS article.
Remove a couple of warnings that igor was giving, mostly
about wrapping long lines.  In one instance, there was a
redundant word removed.
2019-03-23 02:02:12 +00:00
Tom Rhodes
049909df2c There is no /boot/GENERIC. Reword to advise on checking the installed kernel
and better inform users on the upgrade path.

PR:		235627
2019-03-22 20:09:34 +00:00
Glen Barber
39684c080f Fix a broken link.
Sponsored by:	The FreeBSD Foundation
2019-03-22 17:41:37 +00:00
Glen Barber
e1b30f2ab6 Remove reference to GUMSTIX board, as we no longer build images for it.
Sponsored by:	The FreeBSD Foundation
2019-03-22 17:40:30 +00:00
Mitchell Horne
b82e724568 Add myself (mhorne) as a new committer
Update author/committer files and add my GPG key.

Approved by:	markj
Differential Revision:	https://reviews.freebsd.org/D19679
2019-03-22 17:30:56 +00:00
Glen Barber
b00aff92a6 Ensure the generated ports category XML files are always
recreated.

If a build failure is triggered, such as a port Makefile
contains a non-ASCII apostrophe, the generated files are
not replaced if they exist (even if an error occurs).
In such a case, manual intervention would be needed to
remove the file(s) that would cause the build failure.

Sponsored by:	The FreeBSD Foundation
2019-03-21 18:23:41 +00:00
Glen Barber
6385564661 Link to the 11.3-RELEASE schedule on the front page and
the releng index page.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2019-03-21 18:20:14 +00:00
Glen Barber
ce94019f65 Connect the 11.3-RELEASE schedule to the build.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2019-03-21 18:16:54 +00:00
Glen Barber
00088b8420 Add the initial 11.3-RELEASE schedule.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2019-03-21 18:16:28 +00:00
Edward Tomasz Napierala
f91e82b240 Publish the 2018Q4 status report.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D19660
2019-03-21 08:56:21 +00:00
Edward Tomasz Napierala
5b793d5562 Fix typo.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D19659
2019-03-21 08:55:36 +00:00
Edward Tomasz Napierala
0a65735a06 Add Quarterly Status Report for 2018Q4.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D19618
2019-03-18 22:43:51 +00:00
Tobias Kortkamp
d1d4e45427 Porter's Handbook: Update KDE and Qt sections
- Remove mention of KDE/Qt 4
- Update examples to use KDE/Qt 5
- Update USE_KDE, USE_QT component lists

Approved by:	mat, tcberner
Differential Revision:	https://reviews.freebsd.org/D19605
2019-03-17 10:22:32 +00:00
Dimitry Andric
737069e4df Document __FreeBSD_version values 1300015 and 1300016. 2019-03-16 15:52:47 +00:00
Bjoern Heidotting
e0e66bfcaf Replace another svn with svnlite. 2019-03-15 20:11:41 +00:00
Tobias Kortkamp
ceb746bcc7 Porter's Handbook: Update USES=cmake description
- outsource is no longer a valid argument
- Document noninja, insource

Approved by:	mat, tcberner
Differential Revision:	https://reviews.freebsd.org/D19567
2019-03-13 07:51:40 +00:00
Brooks Davis
ee29c13b62 Refer to the license policy document as the source of truth.
The summary of the license policy in the commiters guide is a good place
to get started, but the buck stops with the license policy.  We enourage
questions before making commits if the policy is not clear.

Approved by:	core (bcr, jhb, imp)
Differential Revision:	https://reviews.freebsd.org/D19515
2019-03-12 17:42:24 +00:00
Tobias Kortkamp
faf365ddad Porter's Handbook: Add Meson section
- Document new opt_MESON_{DIS,EN}ABLED helpers
- Fix existing examples

Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D19554
2019-03-12 12:37:40 +00:00
Tom Rhodes
1eddfbb10a Use %zd as the format string. The previous, %d, is not ssize_t and breaks
the mypci.c build.

PR:		215863
2019-03-11 15:12:25 +00:00
Tom Rhodes
aa4b126086 Note that, even if logging is enabled in rc.conf, IPFW rules still need the "log"
keyword to create logs.

Reviewed by:		bcr
Differential Revision:	https://reviews.freebsd.org/D19513
2019-03-11 15:04:02 +00:00
Benedict Reuschling
41b8401711 Mention that FreeBSD does not ship with /etc/pf.conf by default.
Previous versions of FreeBSD provided a standard /etc/pf.conf, but
that was removed without changing the documentation.  Update the
handbook to mention it and point people to the directory
/usr/share/examples/pf/ where example firewall rules are available.

PR:		    231977
Submitted by:	    koobs@
Discussed with:	    kp@
2019-03-10 15:22:54 +00:00
Benedict Reuschling
7362407766 Codify the use of Apache License 2.0 software.
Subversion (svnlite) has always been Apache-licensed and LLVM
will be as well starting with version 9.0.0.
Note that core@ must still approve imports of new Apache-license
components in the tree as well as license changes to Apache ones.

Thanks to Brooks for the writeup.

Approved by:		    core@
Differential Revision:	    https://reviews.freebsd.org/D19358
2019-03-09 18:35:18 +00:00
Benedict Reuschling
fd3ed382a7 Remove text about handling software with GPLv3 upstreams.
While our ancient toolchain still falls into this category, we are
rapidly transitioning away from it and few if any bugfixes have been
merged from upstream in recent years.

Approved by:	core@
Differential Revision:	https://reviews.freebsd.org/D19356
2019-03-09 18:26:04 +00:00
Benedict Reuschling
28daf1309d Remove dead link to splash screen site.
The site to download sample splash screens is not available anymore.
Remove the sentence it contains completely and pull in the remaining
single sentence from this paragraph into the next one.

PR:		236402
Submitted by:	yuri@
2019-03-09 18:18:00 +00:00
Benedict Reuschling
31edf91b2c Add an entry to the administration page for the ports security team.
The ports security teams exists for a while now, so it should have a
proper listing on the administration page with all current members.

Thanks to Kurt Jaeger for the writeup and submitting the patch.
I only rewrapped one line to fit within the line limits.

PR:		    235939
Submitted by:	    pi@
2019-03-09 15:16:27 +00:00
Tom Rhodes
a4792a6334 Update cutting-edge chapter to cover svnlite in place of installing the
svn package.

PR:		230176
Reviewed by:	bcr
2019-03-08 18:48:04 +00:00
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