Removed busdma and netpert projects from the website and all of the
references to their pages.
Reviewed by: imp@, bcr@
Differential Revision: https://reviews.freebsd.org/D24619
Removed busdma and netpert projects from the website and all of the
references to their pages.
Reviewed by: imp@, bcr@
Differential Revision: https://reviews.freebsd.org/D24619
The example for vuln.xml contains the line
<range><ge>1.6</ge><lt>1.9</lt></range> which is explained as describing
the interval 1.6 <= x <= 1.9, but is 1.6 <= x < 1.9 instead as is
suggested by:
- the <ge> and <lt> tags;
- the output of pkg audit, which for the example would contain the line
>= 1.6: < 1.9.
Reviewed by: mat, crees
Approved by: mat, bcr (docs), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24381
dev-model book:
- Make pronouns truly gender-agnostic
- Correct typos and minor grammar errors
- Update number of ports vs. time graph to a less outdated version
(from [1])
- Enhance screenreader friendliness of pictures
- Remove reference to deleted image
- Add link to FDP primer
Thanks to Pau Amma for working on a patch and submitting it
to us.
[1] https://web.archive.org/web/20121223081637if_/http://www.freebsd.org/ports/growth/status.png
PR: 241814
Submitted by: pauamma_gundo.com
Reviewed by: debdrub, bcr, allanjude
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D24321
problem occurs during conversion. Currently the build doesn't stop on
failures and runs to its end;
- Add some .DELETE_ON_ERROR targets to remove broken target files on
failures.
Submitted by: mandree
Reviewed by: blackend
Differential Revision: https://reviews.freebsd.org/D24560
This is a quick fix (or workaround) for the search function of www.freebsd.org.
It adds the correct duckduckgo "site:" parameters for the freebsd.org sites we
want to search for the keyword.
Reviewed by: bcr, allanjude
Differential Revision: https://reviews.freebsd.org/D24590
files that may occur under certain circumstances. This is only
used to generate images with boundingboxes.
Related to ports Bug 234126.
Obtained from: Dima Panov <fluffy@FreeBSD.org>
* Grazer BSD Stammtisch and Wiener BSD Stammtisch points to the same url
* The Swedish FreeBSD Community -> website down
* Ukrainian FreeBSD User Group (UAFUG) -> website down
* The Connecticut Free Unix Users Group (CFUG) -> Right now it's a personal blog
* Kansas Unix & Linux Users Association (KULUA) -> website down
* Phoenix BSD Users Group -> website down
* Greater Lansing Linux User Group -> website down
* Western Connecticut's Open Source User Group (WCOSUG) -> Commercial use
* The FreeBSD Mexican Community -> website down
* bug.dc.uba.ar -> website with another use
* The Daibou East *BSD Users Group (DEBUG) -> website down
* BSD Pakistan -> website down
* Mongolian Unix User Group (MUUG) -> website down
* Bangladeshi FreeBSD User Group -> website down
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D24533
Fix a few lines in 2020q1 status report that were not broken properly.
Reported by: debdrup
Approved by: bcr (docs), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24443
This commit chases r270782 in base which renamed the kerberos5_*
varibales to their current form.
PR: 197337
Reported by: Adam McDougall <ebay at looksharp.net>
Reviewed by: delphij, bcr
Approved by: delphij, bcr
Differential Revision: https://reviews.freebsd.org/D24253
Also fix report.xsl: r53785 meant to stop automatically sorting of reports
with 2019q4, but by mistake year 2020 was excluded.
Reviewed by: debdrup
Approved by: crees (docs), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D24372