Commit graph

54537 commits

Author SHA1 Message Date
Chris Rees
ecc2b1a6a0 Remove instructions on boot splash screens
They haven't worked for years in the way described, and following
further advice online to enable VESA results in an unbootable system!

It can be put back when vt(4) supports them.

PR:		kern/210432
2021-03-17 17:00:03 +00:00
Li-Wen Hsu
2191c44469
Committer's Guide: list the new commits mailing lists to replace svn ones
Approved by:	carlavilla (implicitly)
2021-03-18 00:36:57 +08:00
Warner Losh
d24ea0f845 Document what Signed-off-by means
We get submissions with this from time to time, so document what signed-off-by
means. It's not used extensively in FreeBSD at this time.
2021-03-17 00:25:24 -06:00
Warner Losh
abff932fe8 Merge in the migration from subversion / github
Add in the migrating from the old subversion / git docs. This section
should be removed in a few months maybe.

Contributions by: lwshu@, Alexander Richardson, kib@, Ceri Davies
2021-03-16 22:23:19 -06:00
Ka Ho Ng
aa0d0c1422 Alternative formatting on freebsd/developer/* blocks
Use angle brackets instead of italic to denote mandatory fields after
"freebsd/developer/" blocks. "freefall name" and "NickServ name" are
also renamed to "freefall username"` and "FreeNode account".

Reviewed by:	debdrup, ygy, lwhsu
Approved by:	philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D29285
2021-03-17 10:47:04 +08:00
Warner Losh
965da1835e Move the MFC doc from my freebsd-git-docs repo to handbook
Integreate MFC procedures into the committer's handbook. This was originally in
my freebsd-git-docs repo where it was collaberatively created. The changes here
are light edits and a conversion from markdown to asciidoc.

Contributions from: jhb@, lwhsu@, delphij@, Ceri Davies, Alexandre
2021-03-16 20:09:36 -06:00
Warner Losh
3a52e436d3 Two more typos I made while fixing the last typos.
Noticed by: Pau Amma
2021-03-16 19:03:56 -06:00
Warner Losh
86836673be Fix more typos from the original github docs
Fix a number of typos. Note why one would prefer publishing a repo over
phabricator. Try to minimize use of contractions. Clarify the mysterious 'source
of truth' phrase.

Noticed by: Pau Amma (except the contractions)
2021-03-16 18:43:35 -06:00
Warner Losh
a7f71f22a4 Doh! The double #git-primer slipped in w/o my noticing it. Remove second one 2021-03-16 18:08:01 -06:00
Warner Losh
b4b797a0ce Fix link to committer's guide 2021-03-16 17:44:48 -06:00
Warner Losh
371c80a880 git: Move vendor branch stuff to the new git-primer section of committer guide
Vendor branch managed belongs in the comitter guide, as it is relevant to
comitters and not to the larger community of people developing for FreeBSD,
which the developer's guide more genereal development.
2021-03-16 15:30:54 -06:00
Warner Losh
a2fbd7a750 Remove svn vendor import information.
It is no longer relevant to the day-to-day operations of the project. It's all
done with git now. We have the old content in the doc repo should someone need
this information in the future.
2021-03-16 14:43:40 -06:00
Warner Losh
35c2ff4910 Remove sparc64 trademark
We don't reference sparc64 in either of these chapters, so remove it from the
trademark list.
2021-03-16 14:31:54 -06:00
Li-Wen Hsu
b6c72f65a8
Fix weird generated format
Approved by:	carlavilla (implicitly)
2021-03-16 19:10:07 +08:00
Ka Ho Ng
872e509c38 Add committer entries for Ka Ho Ng <khng>
Steps 1-4 from the Committer's guide:
  * Add entries for Ka Ho Ng <khng>
  * Add PGP key

Reviewed by:		philip
Approved by:		philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D29282
2021-03-16 14:08:55 +08:00
Ryusuke SUZUKI
35b013b735 Remove FuryBSD refenrence and add NomadBSD. 2021-03-16 11:54:49 +09:00
John Baldwin
48cb961d96 Add an entry for ossl(4). 2021-03-15 16:57:17 -07:00
John Baldwin
fc8c979bfe Note the removal of ubsec(4). 2021-03-15 16:57:17 -07:00
John Baldwin
05314f45e1 Add entries from the stable/13/RELNOTES file.
This does not include entries for changes that were included in 12.2
release.

Reviewed by:	emaste (earlier version)
Differential Revision:	https://reviews.freebsd.org/D29279
2021-03-15 16:57:17 -07:00
John Baldwin
f8c8bd998a Use the man: keyword instead of {{< manpage >}}.
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D29278
2021-03-15 16:57:17 -07:00
John Baldwin
acb5bb94c5 Various updates to the 13.0 release notes.
- Remove extraneous quotes from attributes.

- Prefer active voice to passive voice when describing changes.

- Correct a few entries that claimed functionality changed when
  the associated changes were changes to the documentation.

- Move the VirtIO V1 comment to the device drivers section and
  make it more generic as well as adding missing context for Q35
  (it's specific to QEMU).

- Trim the bhyve entries to not include changes already present
  in 12.2.  Also, don't list bugfixes to previous changes, e.g.
  a single entry for VM snapshots is sufficient from a user's
  perspective.

- Replace some bhyve entries with broader entries such as support
  for LA57 and Hygon Dhyana.

- In the note about the i386 CPUTYPE, shift to present tense
  instead of future tense.

Reviewed by:	gjb (earlier version)
Discussed with:	emaste
Differential Revision:	https://reviews.freebsd.org/D29244
2021-03-15 16:57:17 -07:00
John Baldwin
0ad03471aa Various updates to the 13.0 readme.
- Remove spurious quotes from attributes.

- Update the descriptions of supported architectures including adding
  aarch64 and RISC-V and removing sparc64.

- Suggest installing packages via pkg(8) rather than the installer.

- Claim 13.0 is a release and not a developer snapshot.

- Trim stale info about obtaining FreeBSD and instead point the user
  at the "where/" page on the main website.

- Switch mailing list from current@ to stable@.

- Add an explicit link to bugs.freebsd.org and remove mention of
  send-pr(1).

- Just assume bsdinstall works on all platforms.

- Other minor edits.

Reviewed by:	gjb (earlier version)
Differential Revision:	https://reviews.freebsd.org/D29243
2021-03-15 16:57:17 -07:00
John Baldwin
7d8389eafa Various fixes to the 13.0 installation doc.
- Remove spurious quotes around the release name and number.

- Replace SVN with Git.

- Fix a freebsd-update example to expand the localRel attribute.

Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D29242
2021-03-15 16:57:17 -07:00
Glen Barber
2443ffe801 Unmark 13.0-RC3 as "as needed"
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-15 15:13:45 -04:00
Emmanuel Vadot
7b1816465b Add relnotes for 13.0 about Rockchip improvements
Reviewed by:	gjb
Approved by:	gjb
Differential Revision:	https://reviews.freebsd.org/D29192
2021-03-15 12:47:09 +01:00
Emmanuel Vadot
cfc12e1b1d Add relnotes for 13.0 about Allwinner improvements
Reviewed by:	gjb
Approved by:	gjb
Differential Revision:	https://reviews.freebsd.org/D29191
2021-03-15 12:46:19 +01:00
Daniel Ebdrup Jensen
78c640cfbc relnotes/13.0: Fix typo and markup
Pointy hat to:	me
2021-03-15 02:18:15 +01:00
Daniel Ebdrup Jensen
85d4d20558 relnotes/13.0: Add note about new usbhid driver 2021-03-15 01:54:07 +01:00
Warner Losh
6b6cb62f7d handbook: update mirrors to include git
Pull most of URLs.md from my freebsd-git-docs github repo and reformat to
asciidoc. Copy some of the existing svn info and retarget it to Git.

Submissions on github from: lwshu@, 0mp@, Alexander Richardson, Ryan Libby,
	Ceri Davies, Joseph Mingrone
Feedback from: Pau Amma, emaste@
Sponsored by: Netflix, Inc
Differential Revision:	https://reviews.freebsd.org/D29252
2021-03-14 17:47:37 -06:00
Sergio Carlavilla Delgado
35b2d6e95d Add press entry
Add press entry from theregister.com about FreeBSD 13
2021-03-14 18:27:32 +01:00
Sergio Carlavilla Delgado
2a617095b1 Upgrade informacion about the new git procedures.
Upgrade some information about the new git procedures
in cutting-edge chapter.

Upgrade the bsd family tree to point to git instead of svn

PR:             254132
Submitted by:   tech-lists (at) zyxst.net
2021-03-14 18:06:17 +01:00
Li-Wen Hsu
a9a9e66105
Use correct syntax markup for shell
Approved by:	carlavilla
2021-03-14 20:08:55 +08:00
Ryusuke SUZUKI
55c95407aa Add 13.0-RC1 and RC2 announcement 2021-03-14 10:16:56 +09:00
Warner Losh
c65a1c7ddf lessor -> lesser
Noticed by: pau amma
2021-03-13 17:30:37 -07:00
Warner Losh
3841b8b3e8 relnotes: better default 486->686 section
Rewrite much of the 486->686 default code generation section. This mostly
improves the wording, but also fleshes out some of the examples given and
provides more examples. Minor typos also corrected.
2021-03-13 15:51:36 -07:00
Warner Losh
c758150237 relnotes: add notes about updating ESP
Add notes about updating the ESP now that boot1.efifat has gone away.
2021-03-13 11:26:36 -07:00
Kyle Evans
fdef22474f relnotes/13.0: add note about jail(8) cpuset behavior
Attaching processes will now largely retain their cpu masks, which is a
fairly large and notable change from previous releases.

Reviewed by:	me_igalic.co
Approved by:	gjb (implicit)
Differential Revision:	https://reviews.freebsd.org/D29081
2021-03-13 01:19:43 -06:00
Glen Barber
5a58483deb Announce 13.0-RC2
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-12 19:12:23 -05:00
Glen Barber
7081aa8e76 RC1 -> RC2
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-12 19:05:44 -05:00
Glen Barber
d522d4bceb Prune 13.0-RC1 checksums
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-12 19:04:47 -05:00
Glen Barber
1143c40157 Add 13.0-RC2 checksums
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-12 19:04:11 -05:00
Fernando Apesteguía
bf79ecf9cf [phb:security] Fix vuln.xml testing procedure
Summary:
In [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562203]]
and [[https://svnweb.freebsd.org/ports?view=revision&revision=562203|r562204]] the vuln.xml file was splitted by year.

As stated in the commit message, `pkg(8) audit` does not support entities and hence,
we need to use the vuln-flat.xml file to test changes to the port.

Test Plan:
* Try something like this:

```
$ pkg audit -f ./vuln.xml gitea-1.13.4
pkg: Syntax error while parsing vulnxml
pkg: cannot process vulnxml
```

and then:

```
$ pkg audit -f ./vuln-flat.xml gitea-1.13.4
0 problem(s) in 0 installed package(s) found.
```

After the patch:

* `igor` clean
* The documentation is rendered properly.

Reviewers: 0mp, gbe

Differential Revision: https://reviews.freebsd.org/D29219
2021-03-12 13:45:48 +01:00
Glen Barber
db11de18f3 Update the 13.0 schedule to reflect RC2 builds have started
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-11 18:59:18 -05:00
Ryan Libby
9c5b7a9157 Update PGP key for rlibby@ 2021-03-11 00:17:40 -08:00
Bryan Drewery
1a388b141d Update my subkey signature 2021-03-10 21:57:48 -08:00
Allan Jude
734c9f2757 Make the example URL not a link, since it requires substitutions
Reported-by:	emaste
Sponsored-by:	Klara Inc.
2021-03-10 16:55:16 -05:00
Glen Barber
6b85db39ed where.html: add 13.0 links
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-10 12:56:09 -05:00
Li-Wen Hsu
c58e72f127
Make author email address follow RFC 5322
Reviewed by:	carlavilla, debdrup, ygy
Differential Revision:	https://reviews.freebsd.org/D29144
2021-03-10 11:59:38 +08:00
Li-Wen Hsu
4817b5f62a
Fix kami's entry and sort
Approved by:	carlavilla (implicitly)
2021-03-09 19:17:16 +08:00
Li-Wen Hsu
699fb77595
Administration page: fix the missing parts when converting to AsciiDoc
While here, break long lines into one sentence per line as AsciiDoc suggests:
https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line

Approved by:	carlavilla (implicitly)
2021-03-09 19:12:06 +08:00