Ryusuke SUZUKI
35f8a9cdb5
Update my PGP key
2021-02-14 00:43:36 +09:00
Daniel Ebdrup Jensen
b046222873
FDP: Remove extraneous article
...
Pointy hat to: me
Reported by: PauAmma
2021-02-13 07:14:24 +01:00
Glen Barber
75c95e35dd
Announce 13.0-BETA2
...
Sponsored by: Rubicon Communications, LLC ("Netgate")
2021-02-12 17:54:57 -05:00
Yasuhiro Kimura
b474a50019
FDP: Refer to the proper package name for hugo
...
The package name 'hugo' refers to emulators/hugo, a PC Engine
(TurboGrafx 16) emulator, whereas the hugo that is required by the new
framework is www/gohugo. A similar case applies with the package name of
AsciiDoctor, which is 'rubygem-asciidoctor'.
Therefore fix package names so they refer to proper ones.
PR: 253470
2021-02-12 22:57:29 +01:00
Daniel Ebdrup Jensen
04b118c626
FDP: Correct some grammar and mistakes
...
Correct some grammar, some factual information and a misrepresentation
of that the "word list" is.
Submitted by: ceri
PR: 253467
2021-02-12 20:52:02 +01:00
Glen Barber
c8354e3d82
Add 13.0-BETA1 announcement
...
Belatedly...
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC ("Netgate")
2021-02-12 13:37:26 -05:00
Ceri Davies
7ed46663b3
FAQ: Fix a typo
...
- witout -> without
PR: 253456
Reported by: Ceri Davies <ceri at submonkey dot net>
2021-02-12 18:44:14 +01:00
Ceri Davies
b687b57a9c
Handbook: Fix some typos
...
- "ApacheHTTPD" -> "Apache HTTPD"
- theDNS -> "the DNS"
- example in rc.conf: lapd_enable -> slapd_enable
PR: 253458
Reported by: Ceri Davies <ceri at submonkey dot net>
2021-02-12 18:37:26 +01:00
Richard Scheffenegger
ffec1b2d34
Add network related comments into the release notes
...
Updating the release notes with some of the highlights - especially where
the default behavior now changed (PRR for improved SACK loss recovery).
2021-02-12 12:26:06 +01:00
Glen Barber
24692b4a7f
Update the 13.0 schedule to reflect BETA2 builds have begun
...
Sponsored by: Rubicon Communications, LLC ("Netgate")
2021-02-11 19:02:59 -05:00
Adriaan de Groot
edf6cdf3c5
Update GPG key for adridg@ -- Li-Wen pointed out I was using old tools for this
2021-02-11 21:00:03 +01:00
Adriaan de Groot
2302fc638f
Update GPG key for adridg@ -- extend expiry by 2 years less 13 days
2021-02-11 15:40:02 +01:00
Stefan Eßer
4617898687
Update relnotes.adoc
...
Add release notes for bin/calendar, usr.bin/gh-bc (contrib/bc), and
the new getlocalbase() function in libutil
This is the first commit regarding actual changes of base components
in this document and I'm not sure about the style and format expected.
Feel free to edit and adapt the text from this commit (or let me know
how it should be changed) to make it better align with later additions
to this file.
Approved by: re
2021-02-11 09:39:48 +01:00
Daniel Ebdrup Jensen
cef63a2e43
news.toml: Remove paragraph tags left-over from conversion.
...
Summary:
The AsciiDoc conversion, out of necessity, was rather conservative in
removing paragraphs. However, this leaves some entries with tags and
some without tags.
Test Plan: Ran make
Reviewers: carlavilla
Differential Revision: https://reviews.freebsd.org/D28353
2021-02-11 05:21:45 +01:00
Daniel Ebdrup Jensen
5476df45eb
13.0R/relnotes: Add entries for changes that happened in bhyve.
...
While here, implement a template for cgit links called 'commit' for lack
of a better term.
This fixes the only build issue with this patch, and has been tested in
Firefox with the run target as well.
2021-02-11 05:18:46 +01:00
Li-Wen Hsu
947e4ec392
Add 2021-03-17 Office Hours event
...
Approved by: carlavilla (implicitly)
2021-02-10 03:27:58 +08:00
Andreas Bjørnestad
21e690f0ed
newbies: Correct link to X11 chapter
2021-02-09 14:40:40 +01:00
Warner Losh
ea2dde38df
Update shared library advice now that a.out no longer is a consideration
...
Remove old a.out information. Update the policy to match our current practice of
rarely, if ever, bumping the major version of libraries, but instead relying on
symbol versioning to maintain a stable ABI. Move from paragraph form to bullet
points. Also, tweak the 'once per major release' policy to 'as needed' because
the conditions that existed for the former no longer apply.
Discussed with: jhb@
Reviewed by: kib@, debdrub@
Differential Revision: https://reviews.freebsd.org/D28486
2021-02-08 17:04:05 -07:00
Sergio Carlavilla Delgado
dff8699750
Remove HAL from the X11 chapter.
...
HAL has been remove with r564691
PR: 253345
Submitted by: 0mp@
2021-02-08 23:33:23 +01:00
Sergio Carlavilla Delgado
d8ac41d0c8
Remove the font size of filename class
...
PR: 253353
Patch by: ceri (at) submonkey.net
2021-02-08 23:25:18 +01:00
Sergio Carlavilla Delgado
feb1f7a97c
Remove unused partial, correct year copyright and remove space
...
The sidenav partial it's not used in the documentation project.
Update copyright in header
Remove space in site-navigation partial
2021-02-08 23:09:19 +01:00
Sergio Carlavilla Delgado
ad3bb85dd0
Fix copyright and contact links in the footer.
...
PR: 253094
Submitted by: wosch@
2021-02-08 22:47:38 +01:00
Rene Ladan
a66d01474d
Bump the date for when the commit bit expiration policy was last updated.
...
This bump is a followup of commit 89407529ff
Reported by: lwhsu
Approved by: core (implicit)
2021-02-08 20:36:47 +01:00
Ceri Davies
95da5a5d64
Correct the grammar in a sentence about beastie.png
...
PR: 253352
2021-02-08 19:41:15 +01:00
Ceri Davies
4bf990d288
Ensure that /usr/local/etc/pkg/repos exists
...
The directory /usr/local/etc/pkg/repos doesn't exist by default, so have
it created in an example that will otherwise fail.
PR: 253351
2021-02-08 19:32:23 +01:00
Alessandro Sagratini
aef3238f41
Typo fix: s/neseccary/necessary/
...
PR: 252973
Reported by: Alessandro Sagratini <ale_sagra@hotmail.com>
Approved by: ygy (doc)
2021-02-08 23:14:57 +08:00
Li-Wen Hsu
762d98e0b9
Use HTTPS as possible
...
Approved by: carlavilla (implicitly)
2021-02-08 14:46:53 +08:00
Fernando Apesteguía
5d0182eabb
[handbook]: Document how to mount NTFS disks
...
How to mount NTFS disks is a FAQ in our chats and forums.
Add a section in handbook/disks under "18. Storage" with
straightforward information on how to mount NTFS disks.
PR: 251109
Submitted by:
Reported by: 0mp@
Reviewed by:
Approved by: 0mp@ (mentor)
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Differential Revision: https://reviews.freebsd.org/D28131
2021-02-07 19:31:53 +01:00
Rene Ladan
89407529ff
Note the shorter expiration time for ports bits on /internal/expire-bits
...
Reported by: gerald
Approved by: core (emaste, implicit, documenting existing policy)
2021-02-07 16:52:46 +01:00
Nuno Eduardo Simões Leal Teixeira
17eef34c77
Steps 1-4 from the Committer's guide (eduardo)
2021-02-07 14:18:04 +00:00
Li-Wen Hsu
6597f8a602
Add FOSDEM 2021 event
...
Approved by: carlavilla (implicitly)
2021-02-07 19:44:32 +08:00
Li-Wen Hsu
407939b640
Fox build on Cirrus CI
...
While here, reduce timeout setting because hugo is fast :)
Approved by: carlavilla (implicitly)
2021-02-07 14:55:41 +08:00
Li-Wen Hsu
ace7a25543
Fix navigation links on i18n pages
...
PR: 253134
Reported by: wosch
Approved by: carlavilla (implicitly)
2021-02-07 14:37:25 +08:00
Li-Wen Hsu
efb1bb8d4c
Sync with www.freebsd.org
...
Approved by: carlavilla (implicitly)
2021-02-07 13:38:24 +08:00
Li-Wen Hsu
913df4a581
Add missing Git Repository label translation
...
Approved by: carlavilla (implicitly)
2021-02-07 13:35:56 +08:00
Li-Wen Hsu
ebd47aa134
Use production setting
...
PR: 253134
Reported by: wosch
Approved by: carlavilla (implicitly)
2021-02-07 13:05:13 +08:00
Li-Wen Hsu
bb61dd6cc9
Fix link to English Mailing lists
...
PR: 253300
Reported by: joh.hendriks@gmail.com
Approved by: carlavilla (implicitly)
2021-02-07 12:54:24 +08:00
Li-Wen Hsu
3dffe35aba
Announce ref14-{amd64,i386}.freebsd.org are available
...
While here, fix a typo in ref*-aarch64's hostname.
Approved by: carlavilla (implicitly)
2021-02-07 12:10:57 +08:00
Li-Wen Hsu
50c17da354
Use https as possible
...
Approved by: carlavilla (implicitly)
2021-02-07 11:58:44 +08:00
Danilo G. Baio
d39d87746b
website/docs: Fix link to Books and Articles Online page
...
Approved by: carlavilla (doc)
Differential Revision: https://reviews.freebsd.org/D28512
2021-02-06 14:44:57 -03:00
Li-Wen Hsu
22c571e50b
Add table style and options="header"
...
Approved by: carlavilla (implicitly)
2021-02-06 15:27:25 +08:00
Li-Wen Hsu
d01ef2b3ed
Add more options="header" to tables
...
Approved by: carlavilla (implicitly)
2021-02-06 15:12:57 +08:00
Li-Wen Hsu
baf590ef21
Add header option for the tables
...
Approved by: carlavilla (implicitly)
2021-02-06 14:56:06 +08:00
Li-Wen Hsu
f15a6bdc83
s/Subversion/Git/
...
While here, update the branch name of the -CURRENT and replace "subtree"
with "repository".
Approved by: carlavilla (implicitly)
2021-02-06 14:39:14 +08:00
Li-Wen Hsu
69b9b213e4
Update -CURRENT and -STABLE release documentation link
...
Approved by: carlavilla (implicitly)
2021-02-06 14:14:54 +08:00
Li-Wen Hsu
16168ab123
Remove EOL'd FreeBSD 12.1 from "Production Release" in side navigator
...
In both documentation and website, also fix wrong link.
Approved by: carlavilla (implicitly)
2021-02-06 13:10:23 +08:00
Li-Wen Hsu
48eff74004
Remove EOL'd FreeBSD 12.1 from "Production Release" in side navigator
...
Approved by: carlavilla (implicitly)
2021-02-06 12:27:23 +08:00
Daniel Ebdrup Jensen
4ace6ff83e
handbook/virtualization: Suggest using supported RELEASE for bhyve
...
Since 10.3-RELEASE has gone EOL a while ago, update instructions to
match the newest -RELEASE on the newest releng branch as of writing.
While here, also correct at typo that instructed people to look in
/usr/shared which doesn't exist in hier(7).
2021-02-06 02:55:08 +01:00
Daniel Ebdrup Jensen
b45a44fa61
report-2020-04-2020-06: Fix missing stylesheet
2021-02-05 22:35:04 +01:00
John Baldwin
77822d511c
Drop "Projected" from the 13.x Tiers column.
...
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D28507
2021-02-05 10:54:08 -08:00