aboutsummaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix grammar in ZFS handbook chapter, rollback sectionBenedict Reuschling2024-06-301-2/+2
| | | | | Submitted by: ntremble@gmail.com PR: 279481
* documentation/themes: Fix the Download PDF link after Hugo upgradeDanilo G. Baio2024-06-294-12/+24
| | | | | PR: 279896 Reported by: freebsd.illusive064@passinbox.com
* handbook/jails: consistent spacing and assignmentMina Galić2024-06-261-2/+2
| | | | | | | Fix some inconsistencies reported on IRC. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/370
* handbook/jails: Fix thinjail instructions on UFSElijah Gwynn2024-06-261-2/+1
| | | | | | | | | | | | The zfs instructions say to clone a snapshot from the skeleton to the new thinjail. But the UFS instructions say to _make_ the thinjail directory first and then copy the skeleton into it. This will cause your new jail to be inside of `/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of just `/usr/local/jails/containers/thinjail`. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/382
* handbook/network: Fix wording to reflect commands without DHCPMario Campos2024-06-261-1/+1
| | | | | | | | The `sysrc` commands would be enabled when an interface configures its address via SLAAC, not DHCP. Hence, the instruction is incorrect. Reviewed by: https://github.com/rilysh, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/383
* developers-handbook: Remove reference to old FreeBSD versionEd Maste2024-06-261-1/+1
| | | | | | | | FreeBSD 10's EOL was long enough ago that we don't need to mention a specific version that switched from GCC to Clang; simply state that Clang is cc. Sponsored by: The FreeBSD Foundation
* developers-handbook: remove reference to removed lang/logoEd Maste2024-06-261-6/+0
| | | | Reported by: Pau Amma
* handbook: replace dead link for lprngEd Maste2024-06-065-5/+5
| | | | | | | | www.lprng.com is a dead link - update to https://lprng.sourceforge.net/. PR: 279549 Event: Kitchener-Waterloo Hackathon 202406 Sponsored by: The FreeBSD Foundation
* add my pgp key back to pgpkeys articleDave Cottlehuber2024-06-061-0/+3
|
* update my pgp keyDave Cottlehuber2024-06-051-0/+89
|
* handbook/wine: minor wordsmithingBenjamin Kaduk2024-06-051-1/+1
| | | | | | Instead of relying on an implied direct object for the transitive verb "enbables", use the non-transitive form of "allows" that reads more naturally.
* handbook/wine: add Mizuma's source code URL, and small typosrilysh2024-06-051-4/+4
| | | | | | | | | | | | | | | | 1. It's particularly interesting to know what games/apps are currently "supported" through Mizuma, so it's a good idea to link the source code URL (winetricks source code URL is also already mentioned.) 2. Remove the word "some" from the synopsis. It's ambiguous to know the meaning of "some" here, whereas Wine is intended (and does support) a wide range of Windows applications out of the box. 3. Use the word GitHub instead Github (ignorable). Signed-off-by: rilysh <nightquick@proton.me> Pull Request: <https://github.com/freebsd/freebsd-doc/pull/360
* fdp-primer: Remove emacs validation config for docbookMinsoo Choo2024-06-021-19/+0
| | | | | | | | FreeBSD Documentation project now uses asciidoctor instead of docbook. Also, the web link for the config cannot be reached. Reviewed by: Pau Amma <pauamma@gundo.com>, bcr, jrm Differential Revision: https://reviews.freebsd.org/D42753
* Add synopsis section and required knowledge to Wayland chapterBenedict Reuschling2024-05-311-1/+23
| | | | | Submitted by: concussious.bugzilla_runbox.com Differential Revision: https://reviews.freebsd.org/D45421
* Remove sentence with link that no longer has the PDL infoBenedict Reuschling2024-05-311-2/+0
| | | | | | | | | The only link available is on the Internet Archive's Wayback machine. There is no other source available and even Wikipedia uses the Wayback links in their references. Remove the whole sentence and merge the resulting single-sentence paragraph into the one above. PR: 263496
* 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
* Update my PGP keyRaphael Kubo da Costa2024-05-231-26/+26
|
* 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
* 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
|