aboutsummaryrefslogtreecommitdiff
path: root/documentation/content
Commit message (Collapse)AuthorAgeFilesLines
...
* Consistency between section title and image captionBenedict Reuschling2024-05-311-1/+1
| | | | | | | | Be consistent when labeling the boot loader screen. The title said "Boot Menu" but the caption of the image below reads "Boot Loader Menu". Add the "Loader" part to the title as well. PR: 268632
* Do not recommend git as an alternative to gitBenedict Reuschling2024-05-301-2/+2
| | | | | | | | | | | | | The link description would tell people to use git instead of git for updating ports. Remove that cross reference as suggested in the PR. Note that freebsd-update is eventually going away as well, but keep it here for now and remove it in a separate change in the future. Refrain from mentioning other third party tools in this section for keeping consistency with the rest of the handbook. PR: 273359 Based on patch by: grahamperrin@gmail.com
* Update paths to match when destroying jailsBenedict Reuschling2024-05-291-2/+2
| | | | | | | The paths when destroying a jail did not match with the ones used when creating them. Update the paths to match again. PR: 276668
* Add bullet-point about disabling "Turbo-modes"Benedict Reuschling2024-05-291-1/+3
| | | | | | | Elaborate on this point a bit how and why they interfere with microbenchmarking. PR: 262646
* Handbook/Virtualization: Expand bhyve documentationChris Moerz2024-05-291-50/+575
| | | | | | | | | | | | | Notable changes: - describe the experimental snapshot feature - add notice about persisting and changing network configuration and the potential for locking oneself out - describe jailing bhyve - improve wording throughout the page Reviewed by: emaste, jrm, Pau Amma <pauamma@gundo.com> Differential Revision: https://reviews.freebsd.org/D44078
* Reduce depth of git pull when checking out portsBenedict Reuschling2024-05-291-2/+5
| | | | | | | | | | | An initial 'git clone' of the ports tree takes a long time. The checkout we had before this change contained all the commit history, which would normally not be necessary nor be interesting for people who simply want to compile ports without doing any kind of development. To reduce the clone time add the '--depth 1' parameter in this change. Additionally, for people that do work on ports, a sentence about removing that option was added.
* handbook: Render properly a note in ZFS FAQNikola Kotur2024-05-251-1/+1
| | | | | PR: 279295 Reviewed by: emaste
* books/faq: Fix grammar.Dag-Erling Smørgrav2024-05-221-1/+1
| | | | PR: 279220
* committers-guide: apply markup to sample bad commit messageEd Maste2024-05-221-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* rc services: add docs for automatic service jails (new in 15-current)Alexander Leidinger2024-05-223-0/+144
| | | | | Reviewed by: bcr, fernape Differential Revision: https://reviews.freebsd.org/D42779
* developers-handbook: mention Lua and fluaEd Maste2024-05-211-0/+7
| | | | | | Reviewed by: imp, bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45281
* [hb][security]: Fix MIT kdc commandChris Moerz2024-05-211-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 Fonvieille2024-05-101-1/+1
|
* 14.1-R: Temporary version bump for 14.1-Rrelease/14.1.0Marc Fonvieille2024-05-101-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
* 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
|
* 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.
* 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
* 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
* 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