Commit graph

54581 commits

Author SHA1 Message Date
Danilo G. Baio
eb4b89b8d3 website: Fix Hugo Front Matter markup
We are using Hugo Front Matter with YAML and there is an extra space in
the ending `---` quotes, which bothers the translation tool. This is not
happening in all files.

Approved by:   carlavilla (doc)
Differential Revision:	https://reviews.freebsd.org/D28842
2021-02-21 18:40:14 -03:00
Ryusuke SUZUKI
da935c7b3a Disable to use Japanese translated press entry.
Because the Japanese translation of the press entry is too old to use.
2021-02-21 21:08:41 +09:00
Ryusuke SUZUKI
bdb3189d38 Fix broken links to event items on translated top page.
If there is no translated event entry, these links should be to
the original English entry.
2021-02-21 12:12:55 +09:00
Ryusuke SUZUKI
20f83c0421 Add translated 2021-02-20 entry. 2021-02-21 10:51:20 +09:00
Glen Barber
8d090b7506 Announce 13.0-BETA3
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-20 15:41:02 -05:00
Ed Maste
b2a9be92ae committers-guide: add missing line break in commit message section
Fixes: 11f8235774 ("Add commit message information to committer's guide")
2021-02-20 14:09:20 -05:00
Ed Maste
11f8235774 Add commit message information to committer's guide
Provide some guidance on good git commit messages.  Based on an article
I wrote, with further editing and feedback by imp in the temporary git
docs repo.

Reviewed by:	debdrup, imp
Approved by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D28815
2021-02-20 13:44:21 -05:00
Ryusuke SUZUKI
b1c7ebd329 Add translated 2021-01-25 and 27 entries. 2021-02-21 00:15:09 +09:00
John Baldwin
f2d4f23887 Update the note on PAE to reflect support for PAE in GENERIC.
The PAE kernel now only determines if device drivers can avoid the use of
bounce buffers for DMA.

Reviewed by:	kib, emaste
Differential Revision:	https://reviews.freebsd.org/D28777
2021-02-19 12:51:01 -08:00
Joseph Mingrone
b7744f2b75
Porter's Handbook: Document DISABLE_CONFLICTS variable
Requested by:	linimon
Reviewed by:    crees
Approved by:    doc (ygy)
Differential Revision:  https://reviews.freebsd.org/D28582
2021-02-19 11:46:09 -04:00
Joseph Mingrone
47dc6685eb
Porter's Handbook: Tweak conflict instructions
Reviewed by:	crees
Approved by:	doc (ygy)
Differential Revision:	https://reviews.freebsd.org/D28582
2021-02-19 11:45:54 -04:00
Ryusuke SUZUKI
722d082fbe Fix broken link to security advisories and errata notices page from translated top page. 2021-02-20 00:16:55 +09:00
Andreas Bjørnestad
caf336e314 handbook: Fix link to section about tracking a development branch
PR:		253533
2021-02-19 14:24:23 +01:00
Ryusuke SUZUKI
bc0d363c19 Fix typo 2021-02-19 21:38:07 +09:00
Ryusuke SUZUKI
1d5c234e8a downloadFreebsd -> downloadFreeBSD 2021-02-19 21:34:56 +09:00
Ryusuke SUZUKI
b7f9c56c4e Add translated 2021-02-06 and 07 entries. 2021-02-19 20:33:45 +09:00
Glen Barber
8016014084 hardware: remove references to SPARC and sparc64
Reported by:	Pau Amma
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 18:55:52 -05:00
Glen Barber
fec55aebbc Update the 13.0 schedule to reflect BETA3 builds have started
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 18:52:00 -05:00
Glen Barber
611c8025c4 hardware: fix ixl(4) from rendering twice
Reported by:	jhb
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 13:03:03 -05:00
Glen Barber
939948af2b Unmark 13.0-BETA3 as "as-needed"
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 12:48:46 -05:00
Marc Fonvieille
cb2679f843 Typ: s/upto-date/up-to-date 2021-02-18 18:44:54 +01:00
John Baldwin
f0b982a026 Simplify and update the hardware notes for x86 architectures.
- amd64 is no longer a new thing and is now the largest-used FreeBSD platform,
  so make its description self-contained and not dependent on i386.

- Use a single list of all the other names for amd64 and add x86-64 as the
  first alias in the list.

- Mention multi-core and SMT (not just SMP) for amd64.  Also note that amd64
  requires ACPI and supports booting from both UEFI and legacy BIOS.

- Note that FreeBSD/amd64 runs on laptops and desktops.

- Remove outdated lists of processors.  Instead, simply claim that
  amd64 runs on all Intel and AMD 64-bit x86 CPUs. Similarly, simplify
  the list for i386 to just require an FPU and CMPXCHG.  Add VIA to the
  vendors for i386.

- For i386, trim language about SMP.  It's not that novel and the smp@ list is
  not a useful reference.  Do mention multi-core and SMT.

- Only claim that i386 motherboards with PCI are well-supported.  Clarify
  that there is limited support for AGP and ISA and that ISA support really
  means LPC support.  Remove EISA, VLB, and MCA which are all either removed or
  barely present.

- Don't mention PCCARD for i386 laptops.

- Simplify language about ACPI for i386.

- Note that i386 only boots via BIOS and doesn't support booting via UEFI.

Reviewed by:	imp, gjb (earlier version), emaste
Differential Revision:	https://reviews.freebsd.org/D28720
2021-02-18 09:35:40 -08:00
Glen Barber
2493b1853a fix additional ata(4) and ixl(4) manual page links
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 12:16:20 -05:00
Glen Barber
6402d2d68e fix links to ata(4) and ixl(4) manual pages
Reported by:	jhb
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-18 12:12:30 -05:00
Pietro Cerutti
6466369b4a Document David Chmelik's donation of 2 HDDs to jwb@ 2021-02-18 13:25:22 +00:00
John Baldwin
70234e3b36 Drop sparc64, it is not supported in 13.0.
Reviewed by:	emaste, gjb
Differential Revision:	https://reviews.freebsd.org/D28721
2021-02-17 13:00:02 -08:00
Andreas Bjørnestad
2d46e9e3f1 handbook/l10n: Fix malformed note
It seems this mixtake happened by accident during the AsciiDoctor
conversion, as it's not present in the last svn revision locally.

PR:		253581
2021-02-17 17:04:01 +01:00
Andreas Bjørnestad
9fdfd323ed serial/ppp-slip: Fix typos and improve wording
PR:		253578
2021-02-17 09:38:17 +01:00
Rajesh Kumar M A
1c5c36df2d Documentation repo changes to add new committer Rajesh Kumar M A
Approved by: vmaffione, gallatin

Differential Revision: https://reviews.freebsd.org/D28587
2021-02-17 06:24:38 +00:00
Sergio Carlavilla Delgado
45c03be16e Fix some links to the handbook in the ports section of the website
PR:             253519
Submitted by:   dgilbert (AT) eicat.ca
2021-02-16 22:53:26 +01:00
Sergio Carlavilla Delgado
e7ea1aea59 Incorrect $FreeBSD$ expansion in Building Products articles
PR:         253554
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:48:12 +01:00
Sergio Carlavilla Delgado
2ae8730bff Fix some links to the handbook in the ports section of the website
PR:             253519
Submitted by:   dgilbert (AT) eicat.ca
2021-02-16 22:35:36 +01:00
Sergio Carlavilla Delgado
bba35091cd Correct path in DOS handbook example.
PR:         253560
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:26:10 +01:00
Sergio Carlavilla Delgado
554d53992e Remove RCS recommendation in the translations section of FDP
PR:         253556
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:24:21 +01:00
Sergio Carlavilla Delgado
92f63748ce Fix some links in the releases section
Remove the .html extension from some links in the
10.0R, 11.4R and 12.2R releases.
2021-02-16 22:21:32 +01:00
Sergio Carlavilla Delgado
c722deaae5 Fix FreeBSD Mall link in releases from 9.3 to 11.4R
PR:             253568
Submitted by:   callistasgraves (AT) icloud.com
2021-02-16 22:14:59 +01:00
Glen Barber
42d6d167bf add 13.0 to the EN/SA templates
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-16 15:56:45 -05:00
Yasuhiro Kimura
8750cad450 Makefiles and FDP: Change python binary
Currently '/usr/local/bin/python3.7' is used as the value of
PYTHON_CMD. Right now this works because 3.7 is the default version of
Python 3 in the ports tree. However, at some point in the future, this
will be undoubtedly be changed.

It is also possible that users already might be building versions
newer than the default port/package, which needs to be an supported as
well.

In addition, the FDP recommends installing the 'python3' package. This
meta port/package depends on the default version of python, and
automatically creates a symlink to the default version.

With all this in mind, use '/usr/local/bin/python3' is used as the value
of PYTHON_CMD, since this means that the instructions will work
irrespective of which version is assigned.
2021-02-16 19:29:11 +01:00
Ryusuke SUZUKI
fd49e8d634 Add newsflash.adoc. 2021-02-15 19:39:16 +09:00
Ryusuke SUZUKI
00741c7c98 Add translated 2021-02-12 entry (13.0-BETA2 announcement). 2021-02-15 18:37:56 +09:00
Andreas Bjørnestad
c724ce033b handbook: Fix typo 2021-02-15 09:51:01 +01:00
Daniel Ebdrup Jensen
989bbd57fa Makefiles: Add a conditional check on HOSTNAME variable
In order for hugo to build all links correctly, it is necessary to
define baseURL - but in order to do this, we need some way of adding a
hostname. This change adds the HOSTNAME variable to accomplish this.

Another advantage is that if HOSTNAME is set to something other than
localhost, hugo can be run on a different (more powerful) machine which
can shorten the time it takes to build.

A note about this will need to be added to the FDP later.
2021-02-14 22:50:52 +01:00
Allan Jude
873687264f The RSS feed for news was missing the # in the URL, resulting in 404s
Reported by:	Myke Geiger
Sponsored by:	Klara Inc.
2021-02-14 18:58:13 +00:00
Sergio Carlavilla Delgado
263ce26710 Sync bsdinstall chapter of the handbook in Japanese 2021-02-14 16:35:21 +01:00
Sergio Carlavilla Delgado
53bcaba341 Add initial template for releases
Use the Hugo Archetypes tech to create new releases.
This is an initial draft of what should be.
2021-02-14 13:20:31 +01:00
Sergio Carlavilla Delgado
68d382e835 Sync japanase biblio handbook chapter 2021-02-14 13:00:57 +01:00
Daniel Ebdrup Jensen
e6645e5aee relnotes/13.0R: Use gitref macro instead of shortcodes
The gitref macro added in commit fb36cfdfb2 handles changes in both src,
doc and ports trees, takes up less space, and is quicker to write, so
update all uses of the commit shortcode.

While here, also update the canonical sample that's commented out.

Also re-arrange some items which were initially placed in the wrong
sections.

Since the shortcode is now no longer used, remove it.
2021-02-14 11:13:37 +01:00
Daniel Ebdrup Jensen
fee800a873 status: Correct link to template and wordsmith phrasing
Pursuant to the DocBook->AsciiDoctor migration, status reports are
similarily moving from MarkDown to AsdiiDoctor, as there should be no
functional change in how report entries are handled by commiters or
contributors.

While here, remove sample file that has never been referred to anywhere,
and update the README used by the status project team.
2021-02-14 08:20:41 +01:00
Sergio Carlavilla Delgado
925b9be6f3 Avoid code blocks for donors
Patch by:               gahr@
Differential Revision:  https://reviews.freebsd.org/D28444
2021-02-13 23:04:02 +01:00
Sergio Carlavilla Delgado
8dc71efa19 Restore the generation of the TOCs in the Makefile
Restore the generation of the TOCs in the Makefile
when running make run
2021-02-13 22:40:00 +01:00