100 Commits
Author SHA1 Message Date
Alexander Ziaee 3a73e2a57d docs website: Wordsmith homepage
Wordsmith the docs project website title heading to make it clearer
that this is the docs project portal and not the main website home.
Also, tighten redundant uses of "FreeBSD". Saying it at least once
in every line and heading is quite tedious. Similarily, give the
anchors a more accurate and unique name to ease contribution.

Also tidy grammar on the search bar. Search bars never get punctuation,
unless it's an elipsis, the project uses serial commas, and "in" is not
really correct here.
2026-09-08 09:26:27 -04:00
Alexander Ziaee e96c19a63d website footer: Remove previous versions
The historical docs archive has a tile on docs.freebsd.org,
it does not need to be in the footer, which is wildly unbalanced.

Reviewed by:	wosch
Event:		Berlin Hackathon 202609
2026-09-06 09:35:47 -04:00
Alexander Ziaee ffe872a614 website footer: Consoldiate licensing
Make "Licensing" link in the footer go to the actual licensing page.
The legal column of the footer had two links, "legal notices" which went
to the licensing page. "licensing" which went to the first link therein.

Reported by:	wosch
Reviewed by:	michaelo, wosch
Event:		Berlin Hackathon 202609
2026-09-06 09:35:47 -04:00
Alexander Ziaee 1544445467 docs website: Wordsmith tiles
Also remove a tile definition for a removed tile
2026-09-06 09:35:47 -04:00
Alexander Ziaee 19df2d7401 docs website: Remove downloads, add historical
Downloads is misplaced here. This is the site for the docs project,
and downloads is in the global header anyway. Take that out, and put
the historical docs archive at the bottom.

Event:			Berlin Hackathon 202609
Reviewed by:		carlavilla, wosch
Differential Revision:	https://reviews.freebsd.org/D59447
2026-09-06 09:02:12 -04:00
Alexander Ziaee 3e97afcf01 docs website: Improve manpages tile description
Reviewed by:	wosch
Event:		Berlin Hackathon 202609
2026-09-06 08:59:19 -04:00
Alexander Ziaee 7ef5bfd0ff contributing: Clean up i386 maintainer expectaions
Discussed with:	fuz
Reported by:	Bohdan Artiushenko
Event:		Berlin Hackathon 202609
Closes:		https://github.com/freebsd/freebsd-doc/pull/707
2026-09-06 08:55:19 -04:00
Alexander Ziaee 565dd337b0 usergroups: Add FreeBeerSD
Reported by:	fuz
Event:		Berlin Hackathon 202609
2026-09-06 08:55:08 -04:00
Alexander Ziaee ae5cce2103 usergroups: Remove bsdbelfast
They have not posted in 6 years and their irc channel is empty.

Event:	Berlin Hackathon 202609
2026-09-06 08:30:53 -04:00
Alexander Ziaee 78cfea4ae9 website: Remove Twitter cards
The website previously contained metadata to format links on Twitter.
This incorrectly tags everything on the site as docs.freebsd.org, and
is attempting to cater to a closed platform that is not related to us.

Discussed with:		bofh, wosch
Event:			Berlin Hackathon 202609
2026-09-06 08:30:48 -04:00
Alexander Ziaee 95afbf92f9 website/contact: Tidy title/top level heading
Event:		Berlin Hackathon 202609
Reported by:	Gunther Nikl <gnikl@justmail.de>
Fixes:		f0bcdf5492 ("website: Revive mailto as contact")
2026-09-05 16:31:20 -04:00
Alexander Ziaee 4dc399dee3 website: Restore FreeBSD Project copyright
From 1995-2021, the project website said "1995-???? The FreeBSD Project"
until the rewrite to hugo/asciidoctor, when it became erroneously listed
as 1995-2020 The FreeBSD Foundation. The Foundation owns the trademarks,
not the copyright, and they can not own a copyright before they existed.

Reported by:	wosch
Reviewed by:	wosch
Event:		Berlin Hackathon 202609
Fixes:		989d921f5d ("Migrate doc to Hugo/AsciiDoctor")
2026-09-05 14:05:48 -04:00
Alexander Ziaee 9ffea3a1b7 macros: Bump number of ports
Watching wosch make the ports tree manpages,
we have 37816 packages for latest and 36879 for quarterly.
2026-09-05 11:20:59 -04:00
Alexander Ziaee 466bf366cf website: Fix Documentation Project Primer name
Event:		Berlin Hackathon 202609
Suggested by:	wosch
2026-09-05 11:13:12 -04:00
Alexander Ziaee f0bcdf5492 website: Revive mailto as contact
Mailto is an important page, one of the many that was lost in the reorg.
Revive it as freebsd.org/contact, and move it to the legal column in the
footer. The bottom heading of mailto used to be commercial vendors, zap
that and replace it with a legal section for the freebsd foundation.
Also simplify some of the language a bit.

Adding core as a *non-blocking* reviewer so they can weigh in if they
desire, but I think this is extremely positive and reasonable and we can
keep iterating, so I do not intend to wait for them unless they ask.

Event:			Berlin Hackathon 202609
Reviewed by:		wosch
Suggested by:		wosch
Differential Revision:  https://reviews.freebsd.org/D59442
2026-09-05 10:56:49 -04:00
Alexander Ziaee edb464d2b2 website: Overhaul ports visibility
header: move ports to Get FreeBSD
footer: add ports, remove 44bsd docs archive. It is still in docs/
where/: remove ports, and remove it from the sidemenu

Event:			Berlin Hackathon 202609
Reviewed by:		wosch
Suggested by:		wosch, michaelo
Differential Revision:	https://reviews.freebsd.org/D59442
2026-09-05 10:56:31 -04:00
Alexander Ziaee d0b1fc3d17 HW Relnotes template: Add virtio_blk + virtio_scsi 2026-08-29 14:50:22 -04:00
Alexander Ziaee b9c6f9e4e1 HW Relnotes template: Add vmx 2026-08-29 13:12:52 -04:00
Alexander Ziaee 578fc0051b HW Relnotes template: Add wbwd 2026-08-28 22:51:55 -04:00
Alexander Ziaee 83fbb82831 fdp/manual-pages: Nd argument should not be quoted
The Nd macro takes the rest of the line as an argument,
and is not shown quoted in any style guides.
2026-08-28 13:00:40 -04:00
Alexander Ziaee 16b643c20d fdp/manual-pages: Canonicalize SYNOPSIS
This follows changes made to the source tree to mdoc(7) and example(4).
All of our documentation on driver SYNOPSIS is now consistent.

Discussed with:	arch@ (marc.info/?l=freebsd-arch&m=176782215606871)
2026-08-28 12:56:26 -04:00
Alexander Ziaee 9552ed3c12 14.4/errata: Document open issue 2 fixed in stable 2026-08-26 12:46:28 -04:00
Alexander Ziaee 60f86d7418 documentation/en: Bump copyright year 2026-08-25 18:57:28 -04:00
Alexander Ziaee f495c9e9e3 15.1/errata: All open issues fixed in stable
Discussed with:	cperciva
2026-08-25 18:40:22 -04:00
Alexander Ziaee 93292c3431 fdp: Licensing info is in the Licensing Policy 2026-08-17 13:35:27 -04:00
Alexander Ziaee 02b7581c4b website/translations: Remove bulgarian translation
Reported by:	Kirolos Gerges <gkoko9266@gmail.com>
2026-08-17 11:49:50 -04:00
Alexander Ziaee 610d2a460e 15.1: Tidy architecture notes
CPU architectures have a lot of names,
only use the names we've been using consistently.

Reviewed by:	emaste
2026-07-31 19:42:27 -04:00
Alexander Ziaee d61f131ad7 News: Announce 2026 ports freeze
Reviewed by:		adrian, jrm, kevans
Differential Revision:	https://reviews.freebsd.org/D58414
2026-07-23 12:00:27 -04:00
Alexander Ziaee 19222efd85 committers-guide: Use macros for branch examples
PR:			279503
Reviewed by:		wosch
Differential Revision:	https://reviews.freebsd.org/D57937
2026-07-12 05:03:03 -04:00
Alexander Ziaee 605cabd0d4 handbook/bsdinstall: Fix example block attributes
This allows the example block to always show the latest release.

Fixes: a2f2b29405 ("handbook/bsdinstall: Use latest release macro")
2026-06-29 00:02:00 -04:00
Alexander Ziaee 087c3670de 15.1: Belatedly bump latest release macros
Reported by:		dch
Differential Revision:	https://reviews.freebsd.org/D57867
2026-06-28 23:31:39 -04:00
Alexander Ziaee 20a5fc7b54 Shared-authors: Sync doceng and bugmeister 2026-06-28 17:23:46 -04:00
Alexander Ziaee 4df494ffc4 15.1R: Fix typo in redirect
Fixes: d357e2acef (15.1R: Use native redirect instead of duplication)
2026-06-23 20:57:52 -04:00
Alexander Ziaee d357e2acef 15.1R: Use native redirect instead of duplication
This will reduce maintenance burden going forward, also it serves to
demonstrate that we can trivially implement redirects in the tree vs
doing other things that are more labor intensive.

Differential Revision:	https://reviews.freebsd.org/D57792
2026-06-23 19:56:56 -04:00
Alexander Ziaee 01bfc34871 website: Fix some anchor typos
These typos were revealed by passing verbose to asciidoctor.
2026-06-23 00:24:29 -04:00
Alexander Ziaee a6c9e2c560 website: Turn on verbose asciidoctor build
This shows a lot of typos in anchors. Enable it globally so
people see the typos as they are making them and can fix them.
2026-06-23 00:24:29 -04:00
Alexander Ziaee a4366bb091 15.1/errata: Add zfskey change
Reported by:		kevans
Differential Revision:	https://reviews.freebsd.org/D57672
2026-06-21 13:52:52 -04:00
Alexander Ziaee 8876925062 handbook/desktop: Note chrome requires locale
Chromium has available search engines region locked for compliance
reasons. Note that in order to have available search engines, like
duckduckgo, chrome requires a specific locale to be set.

Differential Revision:	https://reviews.freebsd.org/D57142
2026-06-18 15:22:59 -04:00
Alexander Ziaee c9a6912196 README: Remove unmaintained duplicates
These were exact copies of the the README at the root of the tree.
2026-06-18 13:37:37 -04:00
Alexander Ziaee 0b2d55b173 documentation: Remove sectnumlevels
Asciidoctor documentation says sectnumlevels from 0-5 are accepted.
Since every chapter sets this value to 6, it is not being parsed and
does not do anything.

Reviewed by:	aokblast
Fixes:		bdf18a0458 ("handbook: Remove sectnumlevels")
Differential Revision:	https://reviews.freebsd.org/D57646
2026-06-18 11:50:42 -04:00
Alexander Ziaee 1fcabcdf24 documentation: Turn on verbose asciidoctor build
The other builds are verbose by default.
This will increase consistency and reduce cargo-culting.

Discussed with:	dch, kevans
2026-06-17 23:36:44 -04:00
Alexander Ziaee 9f72b37570 documentation: Modernize custom macros
Convert our custom macros to output asciidoctor instead of raw html,
silencing 6500 warnings. This will enable us to turn verbose builds
on, which will enable us to actually understand what is going on in
the doc tree.

Reviewed by:	dch, kevans
2026-06-17 23:19:22 -04:00
Alexander Ziaee bdf18a0458 handbook: Remove sectnumlevels
Asciidoctor documentation says sectnumlevels from 0-5 are accepted.
Since every chapter sets this value to 6, it is not being parsed and
does not do anything.

Discussed with:	bcr
2026-06-17 21:25:26 -04:00
Alexander Ziaee 63927b02bb 15.1: Installation note -> Upgrading note
The installation note does not contain installation instructions, and
has not since FreeBSD 6.0. Rename it to the upgrading note to avoid
confusion with the installation guide. Consolidate all release upgrading
information here.

Rewrite the introduction to the release note to separate these out more.
Remove information that is not needed to introduce this release.
The release installation notes do not actually contain instructions on
installing FreeBSD, so rename it to the Upgrading Note.

Reviewed by:		carlavilla (previous), cperciva
Discussed with:		cperciva, dch, emaste, fuz, michaelo
Co-authored-by:		Vladlen Popolitov <vladlen@FreeBSD.org>
Differential Revision:	https://reviews.freebsd.org/D57517
2026-06-15 18:31:07 -04:00
Alexander Ziaee 7493960ce2 handbook/disks: Fix fdformat section number 2026-06-08 18:28:09 -04:00
Alexander Ziaee 93ead4dcf8 committers-guide: Update website Analytics section 2026-05-22 15:26:13 -04:00
Alexander Ziaee 1ca0b588b4 where: Streamline
Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D57165
2026-05-22 14:39:00 -04:00
Alexander Ziaee 714148a116 Makefiles: Reflow
Minor grammar touch-ups to some comments as well.

Differential Revision:	https://reviews.freebsd.org/D54212
2026-05-21 11:02:17 -04:00
Alexander Ziaee 5c581d71c7 website: Fix contributing article footer link
Unconditionally send the website footer link to the contributing article
to the english version, as a stopgap to fix the 404. This link needs to
preserve the language.

Reported by:		debg
Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D57064
2026-05-20 09:20:35 -04:00
Alexander Ziaee f583d7d0fe where: Installation becomes introductory paragraph
This page is really long, and has no introductory paragraph.
Instead of hiding the installation section at the bottom, simplify
it into an introductory paragraph.

Reviewed by:		cperciva
Differential Revision:	https://reviews.freebsd.org/D56956
2026-05-13 13:15:25 -04:00
Alexander Ziaee a280304291 handbook/introduction: Replace disc with cloud
FreeBSD hasn't fit on a CD-ROM in a long time,
and nobody we know of is selling FreeBSD DVDs.
This whole page needs TLC, one thing at a time.

Reviewed by:		carlavilla
Discussed with:		cperciva, mchoo
Differential Revision:	https://reviews.freebsd.org/D56981
2026-05-13 11:40:09 -04:00
Alexander Ziaee 9f8a9bf9c1 committers-guide: Remove stale FreeBSD Mall link
PR: 293468
2026-05-12 19:07:31 -04:00
Alexander Ziaee 148e26d571 Mirrors: Remove CD and DVD distributors
The last few years, there is only one distributor of FreeBSD discs,
and they only update their website if I send them an email, so I think
they are not actually selling any and nobody wants this.

Discussed with:	cperciva
2026-05-12 17:53:50 -04:00
Alexander Ziaee 8721381d53 where: Remove list of downstreams
This page is about where to get FreeBSD as released by the Project.
This list also exists in the handbook, and doesn't really belong here.

Reviewed by:		adrian, emaste
Differential Revision:	https://reviews.freebsd.org/D56955
2026-05-11 19:52:03 -04:00
Alexander Ziaee ab9366ab1f handbook/filesystems: Adjust manual page links
PR:	295025
2026-05-05 11:24:02 -04:00
Alexander Ziaee cebbfbce50 website: Remove TrueNAS and NomadBSD
These are defunct for a few years now.

PR:		295014
Reported by:	Graham Perrin
2026-05-05 10:59:29 -04:00
Alexander Ziaee 1e455b32ba committers-guide: Remove VCS ID comment
Matching what we did in software-license guide.

Discussed with:	emaste, lwhsu
2026-04-25 12:50:59 -04:00
Alexander Ziaee 97deb2bb4a committers-guide: Switch license to SPDX only
Matching what we did in style(9) and license-guide.

Reviewed by:		emaste, imp, mhorne
Differential Revision:	https://reviews.freebsd.org/D54444
2026-04-25 12:50:46 -04:00
Alexander Ziaee 51a6d7b6d9 releases: Expand rel-latest macro
There are a few places where we compare a RELEASE to it's STABLE branch,
or a RELEASE to it's previous release. Use macros so we can bump these
instead of bumping the numbers constantly.

Outstanding:
- I don't know what to do with rel-latest-previous since we're at a .0
currently, it should be whatever the reader should update to before they
update to 15.0. The jails chapter would benefit greatly from that.

- The syntax for escaping to use a macro inside of a code block is
still I can't figure it out... but other than that it's working well!

Fixes:			ff71b333bf (releases: define rel-latest macro)
Reviewed by:		mhorne
Suggested by:		Jan Brankamp <crest@rlwinm.de>
Differential Revision:	https://reviews.freebsd.org/D56104
2026-04-22 13:46:14 -04:00
Alexander Ziaee a9d0fe12ed hardware: Add the dwcotg driver 2026-04-22 13:46:00 -04:00
Alexander Ziaee 261b7ec088 administration: Wiki admin is vacant
Reported by:	philip
2026-04-21 10:01:59 -04:00
Alexander Ziaee 577feb9dd9 Status/2026Q1/bugmeister.adoc: Add report
Differential Revision:	https://reviews.freebsd.org/D56181
2026-04-16 18:28:21 +02:00
Alexander Ziaee 1971d0d1ff website: Modernize and simplify language logic
The website has really complex deprecated hugo logic for localization.
To simplify this and eliminate linter warnings, we first need a modern
hugo language key. Build that in hugo.toml, and remove all the extra
files related to the old way of doing this. This removes several INFO
messages about deprecated syntax during the build, increases clarity
of the build system, and allows us to begin transitioning off the
remaining deprecated elements.

Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D56173
2026-04-02 15:28:17 -04:00
Alexander Ziaee b4d6eb0154 documentation: Bourne shell -> POSIX shell
The FreeBSD shell is a POSIX compatible shell. It evolved over several
decades from the Almquist shell, which was preceeded a decade before
that by the Bourne shell. Most readers today have never seen a Bourne
shell. If someone wants to learn to use our shell, they need to look for
tutorials on the POSIX shell. Align descriptions through out the tree
with this reality, consistent with it's manual and common parlance.

Reviewed by:		mhorne, Artem Bunichev <tembun@bk.ru>
Differential Revision:	https://reviews.freebsd.org/D56054
2026-03-30 14:05:00 -04:00
Alexander Ziaee 5af0ae1ab0 14.4/errata: Loader regression fixed in main
Reported by:	leres
2026-03-10 20:51:10 -04:00
Alexander Ziaee aa29975e70 14.4/hardware: Strip backslashes
We never did figure out how these get in here.
2026-03-09 15:15:26 -04:00
Alexander Ziaee 97584c7947 14.4/relnotes: Editorial pass
- wordsmith for accessibility
- consolidate entries where possible
- sort alphabetically by approximate manual section
2026-03-09 15:07:11 -04:00
Alexander Ziaee b2563e702a relnotes template: Add table of contents 2026-03-09 10:57:56 -04:00
Alexander Ziaee 3eb3eda63e 14.4/relnote: Add to manual section
- builtin(1) rewrite with keybinds(1) appeared
- newaliases(1) manpage update moved to manpages
- vt(4) learned about increasing console scrollback size
- most ethernet switch manuals appeared or were improved
- dumpon(8) learned about settings for crash dumps
2026-03-09 03:28:05 -04:00
Alexander Ziaee 6a9428a640 14.4/relnotes: Correct mrsas typo
Reported by:	tom
2026-02-28 16:57:33 -05:00
Alexander Ziaee 931f2b2221 15.0/relnotes: Fix "canonical" typo
PR:		291384
Reported by:	grahamperrin
2026-02-27 15:38:50 -05:00
Alexander Ziaee b82435c314 hardware: Add Windows Dev Kit 2023
The Windows dev kit 2023 has been working since 13.2 or 13.3. Add it to
the list of working arm platforms in the hardware release note template
as well as currently supported releases.

Reported by:	fuz
2026-02-20 13:50:13 -05:00
Alexander Ziaee c9157026d4 hardware: Fix platform and support tier links
Reviewed by:		vladlen, carlavilla
Differential Revision:	https://reviews.freebsd.org/D54334
2026-02-20 13:39:31 -05:00
Alexander Ziaee a63111d5f8 handbook/wayland: Fix trivial typo
Submitted by:	voipmeister
Closes:		https://github.com/freebsd/freebsd-doc/pull/584
2026-02-18 13:03:01 -05:00
Alexander Ziaee 86808d6716 website/consulting: SMALAN > allskills Training
PR:     292957
2026-02-12 09:07:15 -05:00
Alexander Ziaee b60267f837 comitters-guide: Update Submitted: by trailer
Suggested by:		imp
Discussed with:		emaste
Reviewed by:		markj
Differential Revision:	https://reviews.freebsd.org/D55120
2026-02-11 23:39:52 -05:00
Alexander Ziaee cdf54afec8 administration: Organize re and ports-secteam
+ Move Ports Security Team after Security Team
+ Primary Release Engineering is now Release Engineering
+ Move Release Engineering into Teams before Security team

Discussed with:	cperciva
2026-02-05 21:19:07 -05:00
Alexander Ziaee b7a6a4a3b9 administration: Remove stray horizontal rules
Horizontal rules are for separating sections of a document
without using headings. However, this page uses headings.
2026-02-05 21:08:36 -05:00
Alexander Ziaee 7e6b303599 committers-guide: Tidy Fixes: trailer instructions
Reviewed by:		jlduran
Reported by:		emaste, jlduran
Differential Revision:	https://reviews.freebsd.org/D55121
2026-02-04 23:06:29 -05:00
Alexander Ziaee ee14723019 handbook/cutting-edge: Fix a typo
We should not check the running version of the kernel when chrooting,
because chroot uses the booted kernel.

Reported by:	ykla <yklaxds@gmail.com>
Closes:		https://github.com/freebsd/freebsd-doc/pull/574
2026-02-04 22:19:02 -05:00
Alexander Ziaee 75e328e5e8 Handbook/x11: Fix trivial typo
Reviewed by:	olivier
Submitted by:	ajoly18
Closes:		https://github.com/freebsd/freebsd-doc/pull/413
2026-02-03 15:13:14 -05:00
Alexander Ziaee 5e78359dff glossary: Update KSE Project url
Submitted by:	anonymous
Closes:		https://github.com/freebsd/freebsd-doc/pull/577
2026-02-03 13:20:38 -05:00
Alexander Ziaee 68133a3bde 15.0/errata: Increase loader regression verbosity
Reviewed by:		imp
Suggested by:		adrian, imp, phk
Differential Revision:	https://reviews.freebsd.org/D54784
2026-01-24 23:07:53 -05:00
Alexander Ziaee e8e92b6a18 committers-guide: Add Closes: commit msg trailer
Reviewed by:	vexeduxr
Differential Revision:	https://reviews.freebsd.org/D54448
2026-01-14 08:05:52 -05:00
Alexander Ziaee 4faf0e7a8a 15.0/errata: Document loader hanging regression
PR:		291461
Reported by:	imp, michaeldexter
2026-01-13 12:19:42 -05:00
Alexander Ziaee 5c9832dab5 15.0/eratta: 15.0 doesn't boot on apple G5
PR:		292341
Reported by:	adrian
2026-01-12 16:34:56 -05:00
Alexander Ziaee 1aa40244a1 15.0/errata: Mention possiblity of disabling ipfw
Requested by:	jhb
2026-01-09 11:12:31 -05:00
Alexander Ziaee 7b936eee18 15.0/errata: Begin listing known open regressions
List three known traps upgrading to 15.0R in the release errata.

Noting:			this is 34 days late, but first time since 12.0R
Discussed with:		adrian, imp, jhb, jrtc27, ngie
Reviewed by:		adrian
2026-01-05 01:20:04 -05:00
Alexander Ziaee 12ed1b8f00 handbook/x11: Fix xorg conf file nvidia example
These instructions are certainly a footgun.

PR:		291208
Reported by:	erichanskrs@gmail.com
2025-12-29 18:21:15 -05:00
Alexander Ziaee 004b8a3fae hardware: Add the udl driver
I just discovered this driver while auditing apropos results. Turns out,
this driver has existed since FreeBSD 11.0. It was not built by default
initially, but the module is present on my 15.0-RELEASE box.
2025-12-23 10:01:23 -05:00
Alexander Ziaee a2f2b29405 handbook/bsdinstall: Use latest release macro
Reported by:	WillT <william@hashbangapps.com>
Closes:		https://github.com/freebsd/freebsd-doc/pull/560
2025-12-21 14:23:52 -05:00
Alexander Ziaee 6c85dc012a handbook/jails: Use latest release macro
Fixes:		dbac0b5f52 (Use betarel-current variable in commands)
Reported by:	George Timms <polarian@polarian.dev>
2025-12-21 14:23:41 -05:00
Alexander Ziaee 2b7c860b53 about: Get number of ports from releases
End the discrepancy!

Reviewed by:		carlavilla, lwhsu
Differential Revision:	https://reviews.freebsd.org/D54330
2025-12-21 13:43:02 -05:00
Alexander Ziaee ff71b333bf releases: Define rel-latest macro
Add a macro defining the latest current RELEASE that people should use
for new deployments. This will improve consistency and save time bumping
version numbers in handbook examples, which has been suprisingly error
prone.

Jan Brankamp on the Production Users Call suggested we also define a
rel-previous macro. I do not need that yet, but note it here to inspire
future discussion.

Approved by:		dch (re)
Differential Revision:	https://reviews.freebsd.org/D54293
2025-12-21 13:38:02 -05:00
Alexander Ziaee dce95ff77e 15.0/relnote: Organize Upgrading section
Judging from the mailing list discussion, this section needs organized
better. While here, sneak in a bit of wordsmithing. We still have a lot
of work to do improving the instructions for upgrading systems installed
with packages, but we have to keep moving.

Discussed with:		cperciva (it's still ok to organize better)
Discussed with:		ivy (s/distribution/& sets/)
Discussed with:		jrm (upgrading from source wordsmithing)
Reviewed by:		dch (previous, fixed a typo since)
Differential Revision:	https://reviews.freebsd.org/D54181
2025-12-21 13:22:06 -05:00
Alexander Ziaee ece699d81a handbook/desktop: Refresh Plasma
I tried running plasma wayland on 15.0, it works great! CPU usage
is a tad high, but I'm impressed! Freshen the branding and language
in this chapter to highlight this. Remove a stale note about adjusting
message sizes to what is now the default. Tell the reader how to search
the kde-applications category. Add instructions to launch with wayland.

Reviewed by:		carlavilla (previous), makc
Differential Revision:	https://reviews.freebsd.org/D54207
2025-12-17 09:06:13 -05:00
Alexander Ziaee 86aa27fa53 handbook/desktop: Link desktop ports 2025-12-13 04:59:18 -05:00
Alexander Ziaee 1a3cbee28a HW Relnotes template: Add the ufintek driver 2025-12-02 12:17:20 -05:00
Alexander Ziaee 4105335197 15.0/relnote: Mention freebsd-base(7)
Discussed with: ivy
2025-12-01 22:24:42 -05:00
Alexander Ziaee 8f910b220b 15.0/relnote: Fix another typo
Reported by: ivy, zi
2025-12-01 20:14:35 -05:00