Commit graph

54566 commits

Author SHA1 Message Date
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
Glen Barber
89555057e6 Fix a copy/paste typo.
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:32:31 -05:00
Glen Barber
94d050b749 Announce 13.0-RC1
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:27:34 -05:00
Glen Barber
d4473a5b41 Add signed checksum files for 13.0-RC1.
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-06 14:02:16 -05:00
Gordon Bergling
6e71c6428d Handbook: Security -> Doas
Add an actual headline for the small chapter.
2021-03-06 13:14:56 +01:00
Gordon Bergling
180b5eb083 Handbook: Add a small chapter about doas as an alternative to sudo
doas is a viable alternative to sudo, so it is worth to be
mentioned in our handbook.

Reviewed by:	0mp (early version)
Differential Revision:	https://reviews.freebsd.org/D28483
2021-03-06 13:02:42 +01:00
Mina Galić
b0a8663bb4 add a release note about VirtIO v1 fixes
This explains that we can now run on Q35 chipsets, and that the PR below
has been fixed.

PR:		236922
Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D29003
2021-03-05 23:31:42 +01:00
Pau Amma
adbe84dccb porters-handbook: Fix typos
Reviewed by:	ygy
Differential Revision:	https://reviews.freebsd.org/D29096
2021-03-05 21:55:56 +01:00
Chris Rees
a519c886a0 Remove trailing periods from mailing list names.
This makes them unusable in inline text.

While here, remove semicolon
2021-03-05 18:31:20 +00:00
Chris Rees
7c3a8149fd Keep references to stable (12) up to date
This adds an entity, betarel-current-major which refers to the
latest -STABLE

Reviewed by:		gjb
Differential Revision:	https://reviews.freebsd.org/D29057
2021-03-05 18:31:20 +00:00
Glen Barber
e2a0bf838b 13.0: Update shedule to reflect RC1 builds have started
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-03-04 19:36:25 -05:00
Dmitri Goutnik
9a1d65ec41 porters-handbook: update Go porting notes for D28184
Approved by:		crees (doc)
Differential Revision:	https://reviews.freebsd.org/D28789
2021-03-04 11:32:05 -05:00
Chris Rees
4d8cfb575f We have an RC script for xdm nowadays 2021-03-03 23:54:16 +00:00
Sergio Carlavilla Delgado
1c7144822f Fix typo and renegade parenthesis.
Fix typo and renegade parenthesis in ZFS and virtualization
chapters in the handbook.

PR:         253264
Patch by:   panden(at)gmail.com
2021-03-03 22:10:39 +01:00
Sergio Carlavilla Delgado
3c2a5e96f9 Improve wording in ZFS chapter
PR:         253075
Patch by:   panden(at)gmail.com
2021-03-03 21:55:40 +01:00
Sergio Carlavilla Delgado
8ee5df0179 Add two manual pages in bsdinstall section
PR:             253875
Submitted by:   bruce.lilly (AT) gmail.com
2021-03-03 21:16:34 +01:00
Sergio Carlavilla Delgado
4f24ed91c2 Add example to generate pdf document in FDP
PR:             253178
Submitted by:   kib@
2021-03-03 21:13:08 +01:00
Alexis Praga
b0fd969121 handbook/linuxemu: show how to mount linprocfs
Some programs expect procfs and other Linuxisms.

PR:		docs/195209
Reported by:	ngie
2021-03-03 16:53:42 +00:00
Chris Rees
be6f122288 Remove dated and misleading paragraph on headers
We no longer have any of the "Ports collection Makefile for...." lines,
so they do not need to be explained.

Differential:	https://reviews.freebsd.org/D23589
Submitted by:	salvadore (based on)
Reviewed by:	mat
2021-03-03 15:13:22 +00:00
Chris Rees
62371d2fa9 Update summary Bugzilla standard format for ports
PR:		docs/232816
Submitted by:	salvadore
Reviewed by:	ygy
Differential:	https://reviews.freebsd.org/D23590
2021-03-03 14:59:20 +00:00
Li-Wen Hsu
4cdb9554fc
Bhyve office hours postponed
Approved by:	carlavilla (implicitly)
2021-03-02 23:57:22 +08:00
Ryusuke SUZUKI
96fae4b18a -> d01ef2b3ed where.adoc 2021-03-02 00:01:24 +09:00