aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Handbook/Advanced Networking: Add note about VLAN creationChris Moerz2024-02-231-0/+22
| | | | | | | | | When adding a new VLAN, the parent interface must be up. Add notes to remind readers of this. PR: 270942 Reviewed by: jrm, leres Differential Revision: https://reviews.freebsd.org/D43993
* Document __FreeBSD_version 13.3 bumps for net80211 internal changes.Bjoern A. Zeeb2024-02-191-0/+10
| | | | | 1303501 for 13.3-STABLE 1303001 for 13.3-BETA3
* New src committer: Bojan Novković (bnovkov)Bojan Novković2024-02-191-0/+3
| | | | | | | Update documentation and add news entry as per the new committer onboarding process. Approved by: markj (mentor)
* books/faq: add a missing whitespaceMarc Fonvieille2024-02-191-1/+1
|
* Document __FreeBSD_version bump to 1400509 for net80211 internal changes.Bjoern A. Zeeb2024-02-181-0/+5
|
* Handbook/Virtualization: Various improvements to bhyve contentChris Moerz2024-02-171-20/+127
| | | | | | | | | | | | | | | | | | | Tweak text on: - supported guest OSes - supported processors - connecting to host network - vmrun.sh - booting VMs Add new content for: - storing UEFI variables - using ZFS metadata-only cache - disconnecting from VM console - gracefully shutting down VMs - ports for managing VMs Reviewed by: emaste, jrm, rgrimes Differential Revision: https://reviews.freebsd.org/D43899
* 13.3-R: Revert previous commit until the 13.3-R releaseMarc Fonvieille2024-02-161-1/+1
|
* 13.3-R: Temporary version bump for 13.3-Rrelease/13.3.0Marc Fonvieille2024-02-161-1/+1
|
* [phb]: Clarify desktop-file-utilsFernando Apesteguía2024-02-121-0/+2
| | | | | Mention that it should be used if and only if the port installs a .desktop file with a MimeType entry in it.
* - changed authenticator to freebsd_plainJason Helfman2024-02-021-1/+2
| | | | | | | | - add client_condition to restrict it to be used ONLY on smtp.freebsd.org PR: 276603 Submitted by: Larry Rosenman <ler@FreeBSD.org>
* Add uzsolt's pgpZsolt Udvari2024-01-301-0/+3
| | | | | | | Committer's Guide, steps for new committers, step 4. Approved by: bofh (mentor), diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D43629
* en/porters-handbook: Remove references to MANPREFIXMuhammad Moinur Rahman2024-01-291-2/+2
| | | | | | Usage of MANPREFIX var has been removed from the ports tree. Approved by: portmgr
* [hb][security]: Remove unnecessary promgramlistingMinsoo Choo2024-01-261-5/+0
| | | | | | The program listing does not add any value. Differential Revision: https://reviews.freebsd.org/D43548
* [hb]: CDs are not usable anymoreMinsoo Choo2024-01-261-3/+3
| | | | | | | | | | FreeBSD's disc1 image has surpassed 700MB, which is CD-ROM max size. dvd1 image is also almost at its limit, which is 4.7GB for single layer DVD (FreeBSD 14 dvd1 is 4541104128 bytes=4.54 GB). PR: 257347 Approved By: releng (karels) Differential Revision: https://reviews.freebsd.org/D42773
* arch-handbook/boot: Add missing space between phrasesrilysh2024-01-181-3/+5
| | | | | | Reviewed by: Mina Galić <freebsd@igalic.co> Pull Request: https://github.com/freebsd/freebsd-doc/pull/320 Signed-off-by: rilysh <nightquick@proton.me>
* handbook/desktop: Add ZathuraSơn Phan Trung2024-01-181-0/+20
| | | | | Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/321
* arch-handbook/usb: Fix typo for USBShi-Xin Huang2024-01-181-1/+1
| | | | | | | | There's a missing space between "that" and "frame". Event: Advanced UNIX Programming Course (Fall’23) at NTHU Reviewed by: lwhsu Pull Request: https://github.com/freebsd/freebsd-doc/pull/322
* handbook/config: Fix cpufreq man linkViacheslav Chimishuk2024-01-171-1/+1
| | | | | Reviewed by: Mina Galić <freebsd@igalic.co>, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/330
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-01-1755-23862/+18272
|
* Document FreeBSD version 1500007-11Alexander Leidinger2024-01-171-0/+25
|
* xen: Update packages to installWarner Losh2024-01-141-1/+1
| | | | | | | | | The current Xen[tm] version is 4.18, and there's only one set of packages to install. Update the instructions on what to install to be current. FreeBSD 11 and 12 aren't supported anymore, and 4.18 support FreeBSD 13, 14 and 15. Sponsored by: Netflix
* Document __FreeBSD_version values 1302509 through 1302510, and 1400501 ↵Dimitry Andric2024-01-101-0/+30
| | | | through 1400504.
* Use correct FreeBSD major version for 1500006.Dimitry Andric2024-01-101-1/+1
|
* bsdinstall: Replace ftp.freebsd.org to download.freebsd.orgDanilo G. Baio2024-01-071-1/+1
|
* bsdinstall: modernize the screenshotsPierre Pronchery2024-01-071-1/+1
| | | | | | | | | | | | This contains a new version of every screenshot still relevant to the bsdinstall section of the FreeBSD handbook. They were made after booting in EFI mode instead of the traditional BIOS mode, for a more modern look as well as a more accurate resemblance to the actual look & feel of the installer on current hardware. Reviewed by: jhb, emaste, dbaio Sponsored by: The FreeBSD Foundation Pull Request: https://github.com/freebsd/freebsd-doc/pull/303
* - spelling adjustmentLarry Rosenmane2024-01-061-1/+1
| | | | PR: 275935
* handbook: remove reference to FreeBSD 12.4Ed Maste2024-01-021-1/+1
| | | | | | It is now EOL. Sponsored by: The FreeBSD Foundation
* Bump copyright year to 2024Ganbold Tsagaankhuu2024-01-012-2/+2
|
* Work around AsciiDoc quirk: escaping a # character with a \ somehowDimitry Andric2023-12-311-1/+1
| | | | | | causes any [.filename] entries on the line to be ignored. Instead, use &#35; to represent the # character, which makes AsciiDoc behave as expected.
* Typo fixesBenedict Reuschling2023-12-291-2/+2
|
* Remove redundancy: more complete -> completeBenedict Reuschling2023-12-291-1/+1
|
* Remove redundancy: past history -> history; whitespace fixBenedict Reuschling2023-12-291-2/+2
|
* Whitespace fixes at the end of some linesBenedict Reuschling2023-12-291-5/+5
|
* Remove redundancy: exact same -> sameBenedict Reuschling2023-12-291-1/+1
|
* Whitespace fixes at the end of some linesBenedict Reuschling2023-12-291-7/+7
|
* Typo fix: dependant -> dependentBenedict Reuschling2023-12-291-1/+1
|
* Whitespace fixes at the end of lineBenedict Reuschling2023-12-291-3/+3
|
* Remove redundancy: exact same -> sameBenedict Reuschling2023-12-291-1/+1
|
* Remove redundancy: various different -> differentBenedict Reuschling2023-12-291-1/+1
|
* Typo fix: refelect -> reflectBenedict Reuschling2023-12-291-1/+1
|
* Typo fix: adminstration -> administration; whitespace fix at end of lineBenedict Reuschling2023-12-291-2/+2
|
* Replace instance of "more complete" with "complete", whitespace fixesBenedict Reuschling2023-12-291-4/+4
|
* Fix two typosBenedict Reuschling2023-12-291-2/+2
|
* Remove empty lines and extra whitespaces at the end of some linesBenedict Reuschling2023-12-284-23/+23
|