aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-241-1/+1
| | | | | | | Tcl 8.5 has been deprecated. Reported by: https://github.com/Hermholtz Pull Request: https://github.com/freebsd/freebsd-doc/pull/315
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-23118-118/+119
| | | | | | | | 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
* 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
* handbook: Remove $FreeBSD$ tags from some examplesGordon Bergling2024-03-143-7/+1
| | | | | Remove $FreeBSD$ tags in some examples in the configuration, disk and mail chapters.
* Document __FreeBSD_version values 1500012 through 1500015.John Baldwin2024-03-141-0/+20
|
* documentation/content: Stop leaking secretsMuhammad Moinur Rahman2024-03-011-12/+0
| | | | Reported by: robak
* documentation/content: Remove references to classMuhammad Moinur Rahman2024-02-271-2/+2
| | | | | | | During the time of gnats we had classes for various problem types which is no longer the case for bugzilla. So remove references to class. Reported by: me@pacopascal.com
* handbook/jails: Add clarification about jail configurationOliver Epper2024-02-261-4/+8
| | | | | Reviewed by: Pau Amma <pauamma@gundo.com> (earlier version), dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/336
* handbook/wine: Change Suyimazu to MizutamariSon Phan Trung2024-02-251-19/+19
| | | | | | | The Suyimazu Launcher is now called Mizutamari. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/341
* handbook/jails: Fix path details for nullfs in thin jailsSebastian Albert2024-02-241-1/+1
| | | | | Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/334
* dev-handbook/x86: remove line numbers from the examplerilysh2024-02-241-17/+17
| | | | | | | | | | These line numbers seem to be mistakenly copied from the editor. Since the user is (likely) going to copy-and-paste the example, we should remove these line numbers. Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/333 Signed-off-by: rilysh <nightquick@proton.me>
* dev-handbook/tools: fix Emacs reference URL and some grammarrilysh2024-02-241-2/+2
| | | | | | | | | | | | | | | 1. Currently the given link of Emacs tutorial is broken and outdated. Emacs 19 was released way before and the FTP server is also unavailable. As these links get out of date rather quickly, use the online reference URL instead. 2. Fix grammar, use present tense (to match "can") and remove "an". (e.g. ran -> run, an another -> another) Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/332 Signed-off-by: rilysh <nightquick@proton.me>
* handbook/security: Fix typo and reword a sentenceRoller Angel2024-02-241-2/+2
| | | | | | | executint -> executing Reviewed by: Mina Galić <freebsd@igalic.co> Pull Request: https://github.com/freebsd/freebsd-doc/pull/331
* handbook/network: Fix typo in DNSZePotente2024-02-241-1/+1
| | | | | | | understanded -> understood Reviewed by: Pau Amma <pauamma@gundo.com>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/326
* handbook/security: Fix grammarZePotente2024-02-241-1/+1
| | | | | | | not exists -> does not exist Reviewed by: Pau Amma <pauamma@gundo.com>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/325
* arch-handbook/driverbasics: use tabs to indent the example coderilysh2024-02-241-17/+17
| | | | | | | | | | | | | In the "Writing FreeBSD Device Drivers" page, the first example uses 2 characters (spaces) to indent the code. Since FreeBSD uses tabs (8 characters) to indent and as the second example also follows this, it's better to just use tabs here as well. Link: https://docs.freebsd.org/en/books/arch-handbook/driverbasics/ Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/319 Signed-off-by: rilysh <nightquick@proton.me>
* handbook/zfs: Fix typoChung, Liu-Yu2024-02-241-1/+1
| | | | | | | | | There is a redundant backtick. Event: Advanced UNIX Programming Course (Fall’23) at NTHU Reviewed by: Mina Galić <freebsd@igalic.co>, lwhsu Pull Request: https://github.com/freebsd/freebsd-doc/pull/313
* handbook/network-servers: Fix typoChung, Liu-Yu2024-02-241-1/+1
| | | | | | | | | | There is a missing space, which causes the rendering to not display correctly. Event: Advanced UNIX Programming Course (Fall’23) at NTHU Reviewed by: Pau Amma <pauamma@gundo.com>, lwhsu Pull Request: https://github.com/freebsd/freebsd-doc/pull/311
* handbook/jails: Fix typo in thin jail with nullfs guideMalte2024-02-241-2/+2
| | | | | | | Previous statement resulted in errors regarding missing directories. Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/302
* handbook/network: Fix typosDanilo G. Baio2024-02-241-3/+3
| | | | | | | Reviewed by: https://github.com/chrislongros, dbaio Submitted by: https://github.com/qtfkwk Pull Request: https://github.com/freebsd/freebsd-doc/pull/300 Pull Request: https://github.com/freebsd/freebsd-doc/pull/301
* handbook/disks: Change geli algo refs to match current offeringsGarrett Boone2024-02-241-3/+3
| | | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/258/ Co-authored-by: Graham Perrin <grahamperrin@gmail.com>