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
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
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.
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
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
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
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
This adds an entity, betarel-current-major which refers to the
latest -STABLE
Reviewed by: gjb
Differential Revision: https://reviews.freebsd.org/D29057
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