aboutsummaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* [hb][security]: Fix MIT kdc commandHEADmainChris Moerz2 days1-1/+1
| | | | | | | | Fix kdc command in code snippet. PR: 278640 Reported by: Jürgen Weber <weberbug@gmx.de> Differential Revision: https://reviews.freebsd.org/D45255
* 14.1-R: Revert previous commit until the 14.1-R releaseMarc Fonvieille13 days1-1/+1
|
* 14.1-R: Temporary version bump for 14.1-Rrelease/14.1.0Marc Fonvieille13 days1-1/+1
|
* phb: modernize some python bitsDaniel Engberg2024-05-082-4/+4
| | | | PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276796
* handbook/virtualization: add note on workaround for ParallelsMike Karels2024-05-071-0/+7
| | | | | | | | | A user reported high CPU utilization on a fresh install of 14.0 on Parallels (MacOS, M1/Apple Silicon). Disabling the new ACPI ged(4) device worked around the problem. Document this (for now). Reviewed by: pauamma_gundo.com Differential Revision: https://reviews.freebsd.org/D45103
* Annual update of my PGP key expiry date.Philip Paeps2024-05-051-21/+21
|
* ja/handbook: Fix warningsDanilo G. Baio2024-05-042-3/+2
| | | | Many issues were due to a wrongly unterminated example block.
* handbook/dtrace: Add Out-of-Kernel Modules infoDanilo G. Baio2024-05-011-0/+13
| | | | Reviewed by: gnn
* *: Change net/samba413 to net/samba416Mateusz Piotrowski2024-04-254-6/+6
|
* Extend my pgp key validity for another yearMatthew Seaman2024-04-231-319/+333
|
* versions: fix double word typo.Dimitry Andric2024-04-201-1/+1
|
* Document __FreeBSD_version values 1303503, and 1400505 through 1400510.Dimitry Andric2024-04-201-1/+31
|
* handbook/printing: Remove sections about print/apsfilterMateusz Piotrowski2024-04-195-27/+0
| | | | | print/apsfilter was removed from the ports tree in 2018 in commit c9b47f0427d70ba42c2d53271f8b64b8e8096825.
* handbook/network-servers: Add a missing spaceMateusz Piotrowski2024-04-181-1/+1
|
* handbook/network-servers: Escape an example emailMateusz Piotrowski2024-04-181-1/+1
| | | | | | Otherwise, you@example.com gets linked with mailto. Sponsored by: Klara, Inc.
* handbook: network-servers: Add a section about zeroconf and AvahiMateusz Piotrowski2024-04-181-0/+24
| | | | Sponsored by: Klara, Inc.
* handbook: Remove mergemaster usage in update processMinsoo Choo2024-04-171-26/+3
| | | | | | PR: 252417 Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D43119
* handbook/wayland: Fix sysrc commandDanilo G. Baio2024-04-151-1/+1
| | | | | | | | | | | If you copied and pasted from the Handbook, this is what would have happened: # sysrc seatd_enable=”YES” seatd_enable: -> ”YES” rc.conf: seatd_enable="”YES”" Reported by: garga
* handbook/jails: correct the usage of `service` in the jexec exampleMaxim Konovalov2024-04-131-1/+1
| | | | PR: 278341
* handbook/network-servers: Mention rpc.lockd(8) manual page in the lockd sectionMateusz Piotrowski2024-04-111-1/+1
| | | | Sponsored by: Klara, Inc.
* handbook/network-servers: NFS: Point readers to zfs-share(8)Mateusz Piotrowski2024-04-111-0/+2
| | | | Sponsored by: Klara, Inc.
* pgpkeys: Extend key expiration dateTobias Kortkamp2024-04-071-23/+23
|
* Document __FreeBSD_version value 1500018.Dimitry Andric2024-04-061-0/+5
|
* Fix typos.Xin LI2024-04-051-4/+4
| | | | Reported by: Pau Amma <pauamma gundo com>
* Document some best practices related to vendor import:Xin LI2024-04-051-2/+50
| | | | | | | | | | | | | Summary: - Verify the source code comes from a trustworthy source. - Always review the diff before importing. - Run configure scripts and alike in an isolated environment. - Perform tests inside chroot, jail or in VM first. Reviewed by: emaste, imp Differential Revision: https://reviews.freebsd.org/D44557
* Extend key lifetime.Jimmy Olgeni2024-04-031-29/+29
|
* the mail archive contains all e-mails since 1994Wolfram Schneider2024-03-312-2/+2
|
* The FreeBSD Mail archive moved to mail-archive.freebsd.orgWolfram Schneider2024-03-312-2/+2
|
* serialcomms: update for 115200 bps defaultEd Maste2024-03-281-6/+6
| | | | | | Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42487
* Document __FreeBSD_version 1500017 correctly.Ka Ho Ng2024-03-251-2/+2
|
* handbook/jails: Fix typoDanilo G. Baio2024-03-241-1/+1
| | | | Reported by: Pau Amma <pauamma@gundo.com>
* handbook/linuxemu: Fix missing wordcb2024-03-241-1/+1
| | | | | Reviewed by: Pau Amma <pauamma@gundo.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/350
* fdp-primer/editor-config: fix package URLs, and highlight the elisp coderilysh2024-03-241-2/+3
| | | | | | | | | | | | 1. There seem to be no package called vim-console or nano-devel in the ports tree, rather it's now just called vim or nano (depending on which one a user will install). 2. Highlight the emacs lisp syntax. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/349 Signed-off-by: rilysh <nightquick@proton.me>
* handbook/wayland: Fix typoHenry Hsieh2024-03-241-1/+1
| | | | | | | Change 'nless' to 'Unless' Pull Request: https://github.com/freebsd/freebsd-doc/pull/348 Signed-off-by: Henry Hsieh <Henryshsieh@gmail.com>
* fdp-primer/asciidoctor-primer: Adjust the headings exampleDanilo G. Baio2024-03-241-2/+2
| | | | | | | Trivial change level example for consistency with prior section. Submitted by: Matt Viverette - https://github.com/distancesprinter Pull Request: https://github.com/freebsd/freebsd-doc/pull/344
* developers-handbook/tools: Update Tcl package versionDanilo G. Baio2024-03-242-2/+2
| | | | | | | Tcl 8.5 has been deprecated. Reported by: https://github.com/Hermholtz Pull Request: https://github.com/freebsd/freebsd-doc/pull/315
* de/books: Remove unnecessary path variableDanilo G. Baio2024-03-232-2/+0
| | | | I saw this issue when building the misc/freebsd-doc-de port.
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-23849-849/+850
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* documentation/themes: Refactor for Hugo 0.123.X compatibilityDanilo G. Baio2024-03-233-57/+18
| | | | | | | | | | | | | | | | | | - Simplify path extraction logic in menu partial to match only with the main document/book, enhancing maintainability and future Hugo compatibility. - Optimize articles and books directory listings by leveraging Hugo's built-in .Sections to fetch content, replacing manual slice construction and sorting logic. This approach streamlines the code and is more idiomatic with recent Hugo versions. - These changes are part of necessary adjustments for the upgrade to Hugo version 0.123.X, ensuring our theme's compatibility and taking advantage of Hugo's latest features and performance improvements. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* Document __FreeBSD_version values 1303502 and 1400509.Dimitry Andric2024-03-231-0/+10
|
* Document __FreeBSD_version values 1500016 and 1500017.Dimitry Andric2024-03-201-0/+10
|
* Use man:xxx[N] for man page references.Dimitry Andric2024-03-201-3/+3
|
* handbook: update current version before freebsd-upgradeEd Maste2024-03-191-0/+8
| | | | | | | PR: 264142 Reviewed by: karels, Mina Galić <freebsd@igalic.co>, Pau Amma <pauamma@gundo.com> Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42722
* handbook/bsdinstall: Suggest and reference virtualizationChris Moerz2024-03-181-2/+9
| | | | | | | | | | - Add a TIP pointing to virtualization - Add a reference to virtualization as alternative to changing partitions PR: 263324 Reviewed by: jrm, Pau Amma <pauamma@gundo.com> Differential Revision: https://reviews.freebsd.org/D44393
* Update my PGP keyDanilo G. Baio2024-03-181-174/+185
|
* Porter's Handbook/Security: Update VuXML contentChris Moerz2024-03-161-13/+3
| | | | | | | | | | | | - Use a valid MITRE CVE instead of outdated CAN - Remove obsolete MITRE CVE ids, security focus bug id, US Cert id, and US Cert Security alert - Update URLs for US Cert vulnerability note and Technical Cyber Security Alert PR: 277068 Reviewed by: jrm Differential Revision: https://reviews.freebsd.org/D43992
* Revert "Porter's Handbook/Security: Update VuXML content"Joseph Mingrone2024-03-161-3/+13
| | | | | | | I accidentally pushed this change before it was ready, so revert and do it properly. This reverts commit 1e665dbe1445e032d333b518788f7ec3d4389bd4.
* Porter's Handbook/Security: Update VuXML contentJoseph Mingrone2024-03-161-13/+3
| | | | | | | | | | | | - Use a valid MITRE CVE instead of outdated CAN - Remove obsolete MITRE CVE ids, security focus bug id, US Cert id, and US Cert Security alerts - Update URLs for US Cert vulnerability note and Technical Cyber Security Alert PR: 277068 Reviewed by: jrm Sponsored by: https://reviews.freebsd.org/D43992
* Handbook/Storage: Various improvementsChris Moerz2024-03-151-20/+31
| | | | | | | | | | | | - Minor grammar updates - Add tip about replicating using ZFS snapshots - List popular backup utilities - When backing up, keep a list prime packages - Update sample CARP configuration - Add tip about sharing highly available storage across the network Reviewed by: emaste, jrm, Pau Amma <pauamma@gundo.com> Differential Revision: https://reviews.freebsd.org/D43948
* Handbook/Advanced Networking: Remove obsolete CARP contentChris Moerz2024-03-151-84/+1
| | | | | | PR: 192663 Reviewed by: emaste, jrm, Pau Amma <pauamma@gundo.com> Differential Revision: https://reviews.freebsd.org/D43948