aboutsummaryrefslogtreecommitdiff
path: root/documentation/content
Commit message (Collapse)AuthorAgeFilesLines
...
* faq: Replace 'prank they' with 'prank them'Darren Ng2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/309/
* articles/freebsd-src-lsp: Spell "keys" instead of "key"rilysh2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/310/
* Register our official mirror in SwedenDanilo G. Baio2023-12-231-1/+1
| | | | | | | | | | | | It is generously hosted by Teleservice Skåne AB https://www.teleservice.net/ Sjöbo, Sweden GeoDNS will automatically direct users to the new mirror in Sweden. Deployed by: philip
* articles/contributing Pet valeMuhammad Moinur Rahman2023-12-231-40/+90
| | | | | | | - Change INDEX-8 to INDEX-13 - Remove references to portmaster/portupgrade [1] Approved by: portmgr [1]
* handbook/desktop: Replace missing pkgMuhammad Moinur Rahman2023-12-201-12/+15
| | | | | | | - In browser section the package is mentioned as www/dillo but dillo has been removed from the tree in favor of www/dillo2 - Pet vale while I am here - Add missing keywords from this file in the Vale vocabulary
* Fix PPP spelling issue introduced during doc format change.Alex Dupre2023-12-205-5/+5
| | | | | PR: 275850 Submitted by: takefu@airport.fm
* New committer (src): Olivier Certner (olce)Olivier Certner2023-12-191-0/+3
| | | | | | | Complete steps 1-4 from Committer's Guide, section "Setup, Conventions, and Traditions", sub-section "For New Committers". Approved by: emaste (mentor)
* freebsd-releng: drop special case for FreeBSD releases before 13Ed Maste2023-12-161-1/+1
| | | | | | | There are no further releases to come from stable/12. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42760
* handbook: correct the git-pull command when a target directory specifiedLi-Wen Hsu2023-12-131-2/+2
| | | | | PR: 275713 Reported by: Ian <yoitsmeremember+fbsd@gmail.com>
* versions: escape #if directive for __FreeBSD_version value 1500005.Dimitry Andric2023-12-091-1/+1
|
* update zh-tw Handbook abstractRuey-Cherng Yu2023-12-091-2/+3
|
* Document __FreeBSD_version values 1500001 through 1500006.Dimitry Andric2023-12-081-0/+30
|
* update zh-tw Handbook abstractRuey-Cherng Yu2023-12-081-2/+2
|
* handbook: Clarify that amd64 is an x86 architectureJohn Baldwin2023-12-071-1/+1
| | | | | | | Other architectures can be 64-bit, too. Co-authored-by: ducky <duccywastaken@pm.me> Pull Request: https://github.com/freebsd/freebsd-doc/pull/281
* Handbook - Advanced networking - Improve Diskless Operation with PXECheng Cui2023-12-041-1/+16
| | | | | | | | Summary: PR: 274976 Reviewed by: carlavilla Test Plan: see PR 274976 Differential Revision: https://reviews.freebsd.org/D42766
* Fix typo in the commit hash.Gordon Tetlow2023-12-011-1/+1
| | | | While we are at it, use the same hash from above for consistency.
* x86-assembly: Fix link to GNU assemblerMinsoo Choo2023-11-271-6/+3
| | | | | | | | | FreeBSD does not include GNU assembler in its base system, so link to the devel/binutils package. Also mention llvm-as(1). PR: 268928 Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D42744
* NanoBSD: add how to obtain the source codeMinsoo Choo2023-11-271-0/+10
| | | | | | | | | | | There is a request in the bugzilla report to introduce how to obtain the source code for building NanoBSD. I added more lines to the patch provided by the original reporter. PR: 274709 Reviewed by: mhorne Co-Authored-By: gaelan@fastmail.fm Differential Revision: https://reviews.freebsd.org/D42743
* handbook: Spelling (that -> than)Ralf Doering2023-11-271-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/299
* [phb] Using JAVA: Fix format and update versionFernando Apesteguía2023-11-261-1/+2
| | | | | Fix formatting for special character +. While here update to show the actual supported versions.
* Website-Docs: Replace WWW with WebMinsoo Choo2023-11-252-4/+4
| | | | | PR: 273247 Differential Revision: https://reviews.freebsd.org/D42759
* freebsd-releng: whitespace cleanupEd Maste2023-11-231-2/+1
| | | | remove extraneous blank line and EOL whitespace
* handbook: use 13.2 -> 14.0 as example major version upgradeEd Maste2023-11-221-1/+1
| | | | | | | | FreeBSD 12.4 is approaching EOL, and most users should have already migrated to 13.x. 14.0 is now released, so use it as the example target version. Sponsored by: The FreeBSD Foundation
* handbook: remove obsolete note about 11.2-RELEASEEd Maste2023-11-211-6/+0
| | | | | | | This was added in 3f5f1388e8d4 ("Last pass through this chapter.") 11.2 is now well past EOL and there is no need for this caveat. Sponsored by: The FreeBSD Foundation
* New committer (src): Arthur Kiyanovski (akiyano)Arthur Kiyanovski2023-11-201-0/+3
| | | | | | Completed steps 1-4 from Committer's Guide. Approved by: cperciva (mentor)
* pgpkeys: fix rcm typoR. Christian McDonald2023-11-201-1/+1
| | | | Approved by: kp
* pgpkeys: add key for rcmR. Christian McDonald2023-11-201-0/+3
| | | | Approved by: kp
* Remove accidentally commited .orig fileGordon Bergling2023-11-171-3016/+0
| | | | PR: 241673
* handbook/network-servers: Add a paragraph about authoritative name serversGordon Bergling2023-11-172-0/+3019
| | | | | | | | | Add a paragraph about authoritative name servers and mention two packages that can be used. PR: 241673 Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D42632
* Add warning about outdated content to the beginning of the articleBenedict Reuschling2023-11-151-1/+11
|
* [hb][config]: Mention backlight(9)Fernando Apesteguía2023-11-141-0/+12
| | | | Add a mention to backlight(9) and backlight(8) in the configuration chapter.
* Handbook - Introducion and bsdinstall chapter imagesSergio Carlavilla Delgado2023-11-131-1/+1
| | | | | | Upgrade Introduction to add FreeBSD 14.0-RELEASE Upgrade bsdinstall chapter images to show FreeBSD 14.0-RELEASE install process
* books/handbook: s/I believe/we believe/Ceri Davies2023-11-061-1/+1
|
* handbook: typo fixedMaxim Konovalov2023-11-022-2/+2
| | | | PR: 274868
* handbook/mirrors: Add mirror.[nl|se].altushost.comDanilo G. Baio2023-10-311-0/+8
| | | | Requested by: Kamala Raghav (altushost)
* developers-handbook: tweak introduction to lldbMitchell Horne2023-10-231-8/+5
| | | | | | | | | | | All supported versions of FreeBSD ship with lldb, so we no longer need to mention FreeBSD version specifics. While here, make some small tweaks to this text. Reviewed by: carlavilla, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42333
* porters-handbook: fix external linkMitchell Horne2023-10-201-2/+2
| | | | | | | | | The link to the Debugging section of the Developer's Handbook is incorrect. Adjust it. PR: 273483 Reported by: Graham Perrin <grahamperrin@gmail.com> Sponsored by: The FreeBSD Foundation
* dev-handbook: update description of contrib softwareMitchell Horne2023-10-201-9/+9
| | | | | | | | | | The existing description reflects a time when the process for managing contrib software was less standardized. Provide a brief description of how we manage vendor branches, with some conventions. Reviewed by: carlavilla, imp, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42302
* developers-handbook: remove SVN vendor import sectionMitchell Horne2023-10-201-166/+3
| | | | | | | | It is obsolete. Point to the chapter in the Committer's Guide instead. Reviewed by: carlavilla, imp, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42301
* New committer (ports): Michael Osipov (michaelo)Michael Osipov2023-10-191-0/+3
| | | | | | | Completed steps 1-4 from Committer's Guide. Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D42294
* handbook/cutting-edge: Fix a typoMateusz Piotrowski2023-10-191-1/+1
| | | | Sponsored by: Klara, Inc.
* Handbook - Desktop: Greek, Update browsers tableChris Longros2023-10-121-12/+42
| | | | | Reviewed by: Mina Galić <freebsd@igalic.co> Pull Request: https://github.com/freebsd/freebsd-doc/pull/278
* Handbook - Desktop,Mirrors: Upgrade stale infoChris Longros2023-10-122-114/+15
| | | | | | | Desktop: Upgrade pkg install and remove Adobe Flash section Mirrors: Upgrade phone, email and directions Pull Request: https://github.com/freebsd/freebsd-doc/pull/279
* FAQ: Complete FAQ rewriteSergio Carlavilla Delgado2023-10-111-2873/+255
| | | | | | | | | | | | | | | | Complete rewrite of the FAQ is being carried out to offer a version agnostic to the FreeBSD version and some simple entries. The idea behind this rewrite has been to simplify the FAQ and make it more accessible. The FAQ is an entry point to FreeBSD, for more complete questions we have the Handbook. PR: 266111, 263571, 273313, 273313, 261765, 248351, 261816 Reviewed by: acm@, ashish@, cc@, emaste, fernape@, linimon@ Differential Revision: https://reviews.freebsd.org/D41644 Sponsored by: Daifressh
* Porter's handbook: Remove reference to poudriere in testing chapterSergio Carlavilla Delgado2023-10-091-1/+2
| | | | PR: 274179
* Articles - LDAP Auth: Upgrade from OpenLDAP 2.4 to OpenLDAP 2.6Matthew D. Fuller2023-10-091-5/+5
| | | | PR: 274220
* Porter's handbook - USES: Upgrade ADANico Sonack2023-10-091-3/+2
| | | | PR: 274195
* Handbook - Mail: Upgrade mail chapterSergio Carlavilla Delgado2023-10-091-606/+451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade mail chapter as part of the handbook working group Changes: * Include dma info * Upgrade sendmail info * Show how to change dma to use another MTA * Show how to change sendmail to use another MTA * Remove Dialup info * Remove fetchmail info * Reorg the sections of the chapter Documentation: * https://man.freebsd.org/cgi/man.cgi?query=dma * https://wiki.mageia.org/en/Dma_Dragonfly_Mail_Agent * https://www.dragonflybsd.org/handbook/mta/ * https://herrbischoff.com/2021/10/freebsd-13-simple-outgoing-email-with-dma/ * https://jpmens.net/2020/03/05/simple-solution-for-outgoing-mail-from-a-freebsd-system/ * https://wiki.archlinux.org/title/Dma * https://forums.freebsd.org/threads/dma-makes-sense.52219/ PR: 261536 Reviewed by: bapt, bcr, dbaio, jrm Differential Revision: https://reviews.freebsd.org/D42009 Sponsored by: Daifressh
* Handbook - Security: document OpenSSL's FIPS providerPierre Pronchery2023-10-081-0/+101
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/264
* FDP - Overview: Fix build pathGraham Perrin2023-10-071-1/+1
| | | | | PR: 274072 Differential Revision: https://reviews.freebsd.org/D42115