Commit graph

20037 commits

Author SHA1 Message Date
Mathieu Arnold
b270bb0d04 Note that USE_GCC is a build and a run-time dependency.
PR:		234495
Reported by:	bergerkos yahoo co uk
2019-01-04 13:55:53 +00:00
Benedict Reuschling
bb698cf5e0 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.

I cleaned up the patch a bit for consistency and proper markup.

PR:			    228879
Submitted by:		    nekoxmachina@gmail.com
Take a look at this PR by:  lme
2019-01-02 18:01:55 +00:00
Lars Engels
8726e8cb1a Add Dries Michiels <driesm.michiels@gmail.com> to the list of additional contributors. 2018-12-31 15:53:36 +00:00
Konstantin Belousov
7426feed26 Fix typo.
Reported by:	remko
Sponsored by:	Mellanox Technologies
2018-12-31 10:44:02 +00:00
Glen Barber
026666951f Do not look for 'RELEASE*' (including RELEASE-pNN) when evaluating
if checksum files should be included.

This case was specifically added to handle a case where a final
release was a re-roll, i.e., 11.0-RELEASE was really 11.0-RELEASE-p1;
this will need to be handled on a case-by-case basis.

There be dragons.  Here lies Link.

Reported by:	David Boyd
Sponsored by:	The FreeBSD Foundation
2018-12-31 08:23:13 +00:00
Konstantin Belousov
48b5fc6921 Document __FreeBSD_versions 1300005 - 1300007.
Sponsored by:	Mellanox Technologies
2018-12-30 21:32:40 +00:00
Wolfram Schneider
d735dfb80f add OSF1 V1.0/mips manual pages 2018-12-30 17:25:35 +00:00
Wolfram Schneider
b199601dd9 add Ultrix-32 2.0/VAX manual pages 2018-12-30 17:09:28 +00:00
Joseph Mingrone
61f6f89955 2018-01-2018-09 Report: Fix grammar issues and improve clarity
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D18685
2018-12-29 21:34:21 +00:00
Glen Barber
d2f69ee033 Do not attempt to install CHECKSUM.* files when not building
an -RC or -RELEASE.

Reported by:	David Boyd
Sponsored by:	The FreeBSD Foundation
2018-12-28 15:41:35 +00:00
Glen Barber
d3ecfa1cc6 Update the releng index.html page to reflect stable/10 is no longer
supported.

Submitted by:	delphij
Sponsored by:	The FreeBSD Foundation
2018-12-27 19:23:41 +00:00
Glen Barber
bc9cf4d715 Document the releng/12.0 branch has officially been handed over to
so@.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:23:46 +00:00
Glen Barber
fb493cd0b2 Document SA-18:15.
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:19:25 +00:00
Glen Barber
d0bb4af654 Regen after r342555.
Sponsored by:	The FreeBSD Foundation
2018-12-27 17:18:27 +00:00
Alex Dupre
f70081592a Fix typo: add missing zero. 2018-12-27 09:22:38 +00:00
Glen Barber
ce5f18d22a Comment the link to the 12.0-STABLE release notes, which is going
to be a bit complicated to fix after moving release notes for 12.x
and later from the base repository to the doc repository.

Fix the link to 11.2-STABLE while here. [1]

Reported by:	ryusuke
Sponsored by:	The FreeBSD Foundation
2018-12-26 18:15:05 +00:00
Guangyuan Yang
016ce245b0 TRANSLATOR option is currently enabled by default in textproc/docproj. Reword instructions to reflect this in PO Translation Quick Start.
PR:		229539
Reported by:	egypcio
2018-12-25 06:05:26 +00:00
Chris Rees
75d6591f18 Add some more useful resources
PR:		docs/216118
Submitted by:	Christian Sturm
2018-12-24 20:09:05 +00:00
Chris Rees
7643ab265f Update for pkgng
PR:		docs/207329
2018-12-24 19:45:39 +00:00
Edward Tomasz Napierala
db1fe57adb Fix hrefs.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18652
2018-12-24 12:13:00 +00:00
Edward Tomasz Napierala
e8f9bb52b5 Publish the 2018Q3 status report
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18649
2018-12-24 11:19:23 +00:00
Edward Tomasz Napierala
89d325dc0f Some last-minute markup fixes.
Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18650
2018-12-24 11:17:38 +00:00
Edward Tomasz Napierala
91211f621f Add Quarterly Status Report for 2018Q3.
Reviewed by:	allanjude, bcr (mentors)
Approved by:	allanjude, bcr (mentors)
Differential Revision:	https://reviews.freebsd.org/D18639
2018-12-24 10:07:27 +00:00
Chris Rees
99364ed010 Fix long descriptions (pkg-descr) links for slave ports
While here, use https for svnweb and use Repo instead of Cvs for variable.

PR:		doc/209220
Submitted by:	Andreas Perstinger
2018-12-23 21:41:27 +00:00
Chris Rees
ac184111f1 Remove the pmake book from the published docs.
It doesn't at all match either bmake, or the make that bmake replaced
(confusingly also sometimes referred to as pmake and fmake).  The style
of the Makefiles does not bear any semblance to ours, the commands are
different, and so are the options.

It's a fascinating document, and it's good that it's not going to completely
disappear; it'll be visible in the older versions [1] as well as being
searchable, but it's really not something we should have presented as being
in any way useful documentation nowadays.

[1] https://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/books/pmake/book.html

PR:		doc/211949
Reviewed by:	linimon
Reviewed by:	bcr
2018-12-23 21:22:52 +00:00
Chris Rees
f943b41c65 Make the format of memory-backed disks consistent (soft-updates)
Correct size of file-backed disk

PR:		doc/201975
Submitted by:	Hugh O'Brien
2018-12-23 15:31:49 +00:00
Chris Rees
a7f02d08cd List arguments for WANT_PGSQL
PR:		ports/222094
Reviewed by:	mat
Differential Revision:	D18627
2018-12-23 09:49:57 +00:00
Benedict Reuschling
1219d363c0 Improve the handbook section about leaf/automatic packages.
The patch includes instructions on how to list the prime (non-automatic)
packages, and how to mark a package as automatic or non-automatic.

PR:			233894
Submitted by:		public@fzwte.net
Reviewed by:		ygy@, myself
Approved by:		ygy
Differential Revision:	https://reviews.freebsd.org/D18497
2018-12-21 18:16:06 +00:00
Benedict Reuschling
53ebf4051c Rewrite the LDAP server section of the handbook.
The Lightweight Directory Access Protocol (LDAP) section of the handbook
contains several errors (typos, wrong steps) and was in need of updates
to reflect current versions of the software. Rocky Hotas provided a patch
for review that fixes many of those bugs and extends the instructions in
the first part. The second part received a complete rewrite, providing
working example configuration files and steps to get the server running.

I made only a few cleanups and corrections to the patch to fit our
documentation guidelines. Most of the work was done by the submitter, big
thanks for his work and patience!

PR:		219142
Submitted by:	rockyhotas@post.com
Reviewed by:	remko, wollman, wblock, myself, others
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D10600
2018-12-20 21:54:05 +00:00
Dru Lavigne
587bff776b Checkout URL clarified by gjb. Recorrected.
Reported by: gjb
Sponsored by: iXsystems
2018-12-14 20:08:13 +00:00
Dru Lavigne
fbde8e3965 Checkout protocol is HTTP, not HTTPS.
Submitted by: dru
Reported by: gjb
Sponsored by: iXsystems
2018-12-14 19:01:46 +00:00
Dru Lavigne
b97a508ead Update svn checkout URL in FDP.
PR: 234018
Submitted by: dru
Reported by: bcr
Reviewed by: bcr
Approved by: bcr
Sponsored by: iXsystems
2018-12-14 18:42:45 +00:00
Glen Barber
34a7c41650 Add a freebsd-stable12 entry to man.cgi.
Suggested by:	jhb
Sponsored by:	The FreeBSD Foundation
2018-12-14 17:16:19 +00:00
Glen Barber
dbf05e4ddf Bump -CURRENT version to 13.
Add missing path to man.cgi.

Sponsored by:	The FreeBSD Foundation
2018-12-14 16:15:41 +00:00
Glen Barber
4419594e3b Remove a stray 11.2-RELEASE line that seems to break 12.0-RELEASE
from properly showing up.

Submitted by:	wosch
Sponsored by:	The FreeBSD Foundation
2018-12-14 15:41:17 +00:00
Glen Barber
b47a7fb8a6 Add three items to 12.0-RELEASE errata:
- disc1.iso for amd64 and i386 does not fit onto a 700MB CD.
- boot messages do not list CPUs other than CPU0.
- graphics/drm-kmod should be used instead of graphics/drm-stable-kmod
  or graphics/drm-legacy-kmod when the 2019Q1 branch is created.

Sponsored by:	The FreeBSD Foundation
2018-12-13 19:55:47 +00:00
Gordon Tetlow
eac2929e24 Adjust section for secteam.
Promote remko to an Officer Deputy. Remove verbiage about the secretary
position. Brooks is the core liason.

Reviewed by:	core
Approved by:	so
2018-12-12 19:21:15 +00:00
Guangyuan Yang
44fa6300a6 Fix some typos in 12.0R announcement.
PR:		233943
Reported by:	Max Stucchi <max@stucchi.ch>
Approved by:	gjb
2018-12-11 22:08:19 +00:00
Daniel Gerzo
7eec444c33 - fix grammar 2018-12-11 20:51:57 +00:00
Glen Barber
c69eabbb26 Add a note about OpenSSL 1.1.1 not using crypto(4) with hardware
crypto accelerators.

Sponsored by:	The FreeBSD Foundation
2018-12-11 20:23:25 +00:00
Glen Barber
36e8824835 Add an errata entry for J1900 systems that require kern.vty=sc
at the loader(8) prompt.

Submitted by:	phk
Sponsored by:	The FreeBSD Foundation
2018-12-11 19:48:44 +00:00
Glen Barber
f64932e6a7 Ensure errata.html is persistently updated.
Sponsored by:	The FreeBSD Foundation
2018-12-11 19:48:42 +00:00
Glen Barber
03c522ecab Announce 12.0-RELEASE:
- Update entities to reflect 12.0 is now available.
- Add 12.0 to the index page and handbook.
- Update man.cgi to add 12.0.
- Prune checksum files from RC2 and RC3.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2018-12-11 18:49:03 +00:00
Glen Barber
a06113979a Fix minor rendering issues.
Sponsored by:	The FreeBSD Foundation
2018-12-10 22:56:48 +00:00
Glen Barber
c8d26bd9e6 Add a section specific to graphics support, content provided by
the graphics team.
Add a link to the Graphics Wiki page.

Sponsored by:	The FreeBSD Foundation
2018-12-10 21:04:21 +00:00
Glen Barber
1f34a42c0b Prune empty sections.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:18 +00:00
Glen Barber
2ea8f5fcd9 Expand the table of contents tree.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:17 +00:00
Glen Barber
15206b1899 Remove an empty ports section, and add notes to ports-packages.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:15 +00:00
Glen Barber
8a00acc095 Document r327774, pmtimer device removal from i386.
Sponsored by:	The FreeBSD Foundation
2018-12-10 20:34:14 +00:00
Glen Barber
abf03243ff Document r331714, token-ring support removed.
Sponsored by:	The FreeBSD Foundation
2018-12-10 19:38:14 +00:00