Commit graph

17631 commits

Author SHA1 Message Date
Warren Block
8731c089d9 The warning about labeling a full UFS filesystem possibly causing data
corruption appears to confuse UFS labels with glabel(8) generic labels.
UFS labels are part of the metadata and do not overwrite the filesystem
data.  Discussed on IRC with emaste and bsdimp.
2016-03-07 19:00:54 +00:00
Jason Helfman
009d0c356e - readd attribute removed in r48317
This was not rendering before, thus the comment.
The proper fix was to remove the comment bits, but leave ž

Submitted by:	bjk@
2016-03-07 18:49:32 +00:00
Jason Helfman
1bdad098d8 - address punctuation
Submitted by:	wblock@
2016-03-06 20:38:56 +00:00
Jason Helfman
a50bf6247e - whitespace change only (translators may igore) 2016-03-06 20:19:49 +00:00
Jason Helfman
e09f3d4522 - improve readability
Submitted by:	Chris Petrik
Differential Revision:	https://reviews.freebsd.org/D5557 (based on)
2016-03-06 17:39:25 +00:00
Mathieu Arnold
57baf2cb49 Catch up with new argument.
Sponsored by:	Absolight
2016-03-06 12:42:47 +00:00
Marius Strobl
18b3e5a682 Update the 10.3-RELEASE schedule to reflect when stable/10 was
unfrozen.

Approved by:	re (implicit)
2016-03-06 01:29:41 +00:00
Anish Gupta
3cd8d046ee Adding me(anish) as new src commiter in various doc files.
Reviewed by:grehan
Approved by:neel
Differential Revision:://reviews.freebsd.org/D5371
2016-03-05 19:07:50 +00:00
Christoph Moench-Tegeder
f46333d2ce add myself as a committer
Approved by:	rene (mentor)
2016-03-05 11:14:31 +00:00
Jason Helfman
034eb214a9 - add opnsense.org to list of open source projects
- remove m0n0wall project that has ended

Submitted by:	Chris Petrik
Reviewed by:	jgh@, wblock@
Differential Revision:	https://reviews.freebsd.org/D5528
2016-03-05 02:14:17 +00:00
Marius Strobl
71ae63f7f5 Hook up the checksums for 10.3-RC1.
Approved by:	re (implicit)
2016-03-05 00:53:55 +00:00
Marius Strobl
b11b5833f0 Add checksums for 10.3-RC1.
Approved by:	re (implicit)
2016-03-04 21:32:26 +00:00
Jason Helfman
79520cae88 - reword "Report a Bug" to something less misleading
PR:		149446 (based on)
Submitted by:	wblock@
Approved by:	wblock@
2016-03-04 01:50:34 +00:00
Marius Strobl
17f5f5e0ce Update the 10.3-RELEASE schedule to reflect that the releng/10.3 branch
has been created and 10.3-RC1 builds started.

Approved by:	re (implicit)
2016-03-04 01:43:55 +00:00
Jason Helfman
f360beee9c - remove newline whitespace 2016-03-03 19:09:16 +00:00
Jason Helfman
1a830e2463 - entities are now properly rendering
Reviewed with:	wblock
2016-03-03 19:05:32 +00:00
Warren Block
e894498d70 Always set PORTVERSION! Except when DISTVERSION is set, then NEVER set
PORTVERSION!  (Requested by koobs in IRC.)  Also clarify the part about
PORTNAME being unique.  (Unrequested, but that didn't stop me.)
2016-03-03 13:01:57 +00:00
Warren Block
bd71928de9 Update copyright dates.
Submitted by:	grembo
2016-03-02 19:33:50 +00:00
Mathieu Arnold
d1e8a32b6b GH_TUPLE is also there.
Sponsored by:	Absolight
2016-03-02 11:09:59 +00:00
Gavin Atkinson
b7dd5d3b84 Improve wording of GSoC stipend to better match how Google define it. 2016-03-01 21:22:51 +00:00
Gavin Atkinson
5f6c168d9c Minimal update to Summer of Code home page for 2016. More to come. 2016-03-01 20:56:49 +00:00
Mathieu Arnold
eff8e0eeb6 Add a bit of documentation about the upcoming GH_TUPLE.
PR:		204772
Reviewed by:	wblock
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5509
2016-03-01 20:23:18 +00:00
Diane Bruce
193010167a Add new port contributor 2016-03-01 03:46:20 +00:00
Rene Ladan
f3dfbd3110 Document FreeBSD version 903509 2016-02-29 19:14:12 +00:00
Marc Fonvieille
55f0a86ce3 Add informations on how to use DHCP for NIC configuration.
Refine the Testing and Troubleshooting section.
2016-02-29 11:34:00 +00:00
Phil Shafer
f8df1a588c Add entry for Phil Shafer (phil@)
Differential Revision: https://reviews.freebsd.org/D5246
Approved by: sjg (mentor)
2016-02-29 04:45:12 +00:00
Marc Fonvieille
c1a32f607d s/sysinstall/bsdinstall/ 2016-02-28 15:51:17 +00:00
Marc Fonvieille
ad9f4264a3 Remove a useless whitespace inside acronym tags. 2016-02-28 15:10:17 +00:00
Marc Fonvieille
81aac91ce4 s/OpenOffice/Apache OpenOffice/ where needed. 2016-02-28 14:46:58 +00:00
Marc Fonvieille
30921d5840 Fix a link to the Handbook.
PR:		207557
Submitted by:	c.brinkhaus@t-online.de
2016-02-28 14:41:01 +00:00
Warren Block
afc347f928 Fix one instance of "document(s)" (please don't ever, ever, ever use
that) and change passive/unsure "should be" to "are".
2016-02-27 15:28:36 +00:00
Warren Block
28afab8920 Add a missing "t" in "logclient". Reported by xmj on IRC. 2016-02-27 13:48:46 +00:00
Justin Hibbits
74fbba194b Update for __FreeBSD_version 1100100. 2016-02-27 04:15:49 +00:00
Jason Helfman
a3c15f47da - add MFH (Merge from Head) to glossary
PR:		205341
Submitted by:	catcher+freebsdbugzilla@lostpackets.de
Reviewed by:	wblock@
Differential Revision:	https://reviews.freebsd.org/D5445
2016-02-27 01:40:36 +00:00
Jason Helfman
ef31de8444 - align documentation with source updates
- kern.ipc.somaxconn (deprecated) -> kern.ipc.acceptqueue

PR:		207469
Submitted by:	baillie.joshua@gmail.com
Differential Revision:	https://reviews.freebsd.org/D5433
2016-02-26 22:35:51 +00:00
Jason Helfman
03f1c968fa - address punctuation
- while here minor language cleanup

PR:		207521
Submitted by:	louis.silvestro96@gmail.com
2016-02-26 20:55:45 +00:00
Warren Block
6082bdcdd2 Fix tag markup for an image example. Pointed out by user laidback on
IRC.
2016-02-26 20:29:25 +00:00
Jason Helfman
9d20e8deb9 - remove deprecated call and update supported method
PR:		204829
Submitted by:	c.brinkhaus@t-online.de
Differential Revision:	https://reviews.freebsd.org/D5434
2016-02-26 16:53:25 +00:00
Jason Helfman
a93d27174a - update Kerberos commands
PR:		205146
Submitted by:	kevin@bostoncrypto.com
Approved by:	wblock (mentor)
Differential Revision:	https://reviews.freebsd.org/D5432
2016-02-26 16:37:13 +00:00
Warren Block
218b75cc0b Legends have been told about the mysterious mentors file. Some say it
can only be located with a secret map that is even more difficult to
locate, requiring the solution of a series of increasingly-obscure
clues...  Oh, wait, there it is, right over there.
2016-02-26 16:03:12 +00:00
Mathieu Arnold
dfc2b5dbdd Add a tip about opt_VARS and whitespace.
Reviewed by:	wblock
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5447
2016-02-26 15:30:23 +00:00
Marc Fonvieille
bb03abb133 Fix spelling s/down loaded/downloaded/ and s/down loadable/downloadable/
PR:		207510
Submitted by:	Marc Lubniewski <mlubniewski@hotmail.com>
2016-02-26 10:34:51 +00:00
Warren Block
9942f40194 Make text slightly less passive. Inspired by the patch submitted in the
PR.

PR:		207505
Submitted by:	Erik Gunderson <erikcgunderson@comcast.net>
2016-02-26 05:02:01 +00:00
Warren Block
233cf36d64 Fix an "os" entity that is missing the ampersand.
PR:		207504
Submitted by:	Erik Gunderson <erikcgunderson@comcast.net>
2016-02-26 04:40:41 +00:00
Marius Strobl
bcb3968d1e Update the 10.3-RELEASE schedule to reflect that 10.3-BETA3 builds
have begun.

Approved by:	re (implicit)
2016-02-26 00:17:21 +00:00
Stanislav Galabov
7dffdb51ee Add myself to the list of developers and import my PGP key.
Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5437
2016-02-25 19:26:13 +00:00
Warren Block
b2b7d126d1 Correct the path to mail archives.
Submitted by:	gonzo
2016-02-25 02:55:54 +00:00
Jared McNeill
5c0b38edae Add myself to the list of developers and import my PGP key.
Approved by:	gonzo (mentor)
2016-02-25 00:39:51 +00:00
Jason Helfman
a19bd40260 - document post-fetch networking note
PR:		207416 (based on)
Submitted by:	482254ac@razorfever.net
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D5405
2016-02-24 18:47:31 +00:00
Benjamin Kaduk
284a80b288 Make geli attach flags match running text
In the example rc.conf snippet for automatically attaching a geli partition,
the -p argument was given, which means "do not use a passphrase", even
though the previous example for manually mounting used a passphrase, and
the following text also mentions a passphrase

Submitted by:	christian.djumlija@yahoo.de
2016-02-23 04:10:25 +00:00