aboutsummaryrefslogtreecommitdiff
path: root/documentation/content
Commit message (Collapse)AuthorAgeFilesLines
* handbook/virtualization: Fix zvol path (change to singular)HEADmainLukas Engelhardt7 hours1-1/+1
| | | | | | | | The path to a ZFS volume is /dev/zvol in FreeBSD, not /dev/zvols. Otherwise, the example no. 3 would not work properly. PR: 287837 Differential Revision: https://reviews.freebsd.org/D51395
* handbook/dtrace: Fix formattingMateusz Piotrowski15 hours1-1/+1
| | | | | For some reason if you have two monospaced fragments touching one another asciidoc get confused.
* handbook/dtrace: Add references and refresh some paragraphsMateusz Piotrowski18 hours1-18/+14
| | | | | | | | - Reference manual pages where appropriate - Rewrite some paragraphs for better clarity - Do some minor wordsmithing - Do not explain how ksh is needed for the DTrace Toolkit. That's what RUN_DEPENDS are for.
* Handbook/virtualization: Fix vnet if exampleGeorge Timms3 days1-2/+2
| | | | | PR: 285833 Reviewed by: ivy, jlduran, mhorne, ziaee
* handbook/x11: refactorAlexander Ziaee4 days2-209/+464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: + Add many search keywords to tags + Add detail to subsections, and an abstract + Add drm and kms to glossary Graphics: + drivers logically come first, and explain why we have to install them + intel graphics is not always integrated and not always cards + add graphics to keywords + refactor for flow + add markup for linking Xorg: + add an overview subchapter + disambiguate Xorg server/X Window System + xorg-ins should directly precede xorg-cfg + try to tersely explain why at more points + autoconfiguration should not be a warning in a previous chapter, it needs to be part of the introduction to configuration + explain libinput, and atomic configuration via xinput and setxkbmap + explain why we have xf86-input drivers, there are good use cases Fonts: + sort and sync fonts intro + truetype fonts are what most users are looking for, for screens. + postscript fonts are specialized for typography, for printing. + therefore, move truetype first, and explain the difference. + add fonts to keywords Outstanding: + hybrid graphics + the fonts section really needs more love, the X freetype module does not actually exist for many years. + xorg configuration => see desktop environments + ...the whole thing could still be a little clearer + mention fwget + consider moving driver installation to basics Discussed with: bcr, carlavilla, vishwin, Jim Brown Differential Revision: https://reviews.freebsd.org/D46248
* __FreeBSD_version bumped to for LinuxKPI changes so drmkmod can detectBjoern A. Zeeb4 days1-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* handbook/dtrace: Fix links to illumos Dynamic Tracing GuideMateusz Piotrowski6 days1-2/+2
| | | | | | Also, stylize illumos correctly while here. Event: Berlin 2025 Hackathon
* doc/nl: update some in-between pieces of the HandbookTammo-Jan Kamminga13 days10-45/+334
| | | | Translated using Weblate.
* doc/nl: re-add a '}' which somehow got lost.Rene Ladan13 days1-2/+2
|
* committers-guide: Remove Jenkins from kerberos/ldap service listLi-Wen Hsu2025-07-031-1/+0
| | | | | | | | It's not very useful for non-administrator logging into the Jenkins instance and this feature has been disabled for a while. Remove it from the kerberos/ldap covering service list. Sponsored by: The FreeBSD Foundation
* handbook: Remove mount_procfs(8) from basicsPouria Mousavizadeh Tehrani2025-07-011-1/+1
| | | | | | | The mount_procfs command was removed in src:9fd5a1b14f34126f68ede5d. Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-doc/pull/462
* nl/handbook: Update translation of the introduction of part III.Tammo-Jan Kamminga2025-06-302-7/+60
|
* doc: Update source files (en .po), for translationsEdson Brandi2025-06-2919-10774/+10730
|
* handbook/porters-handbook: add new ports category 'filesystems'Jason Helfman2025-06-281-0/+4
| | | | | PR: 282965 Reported by: Herbert J. Skuhra
* Fix hu PDF handbook generationFernando Apesteguía2025-06-261-2/+2
|
* handbook/network: Clarify use of AmnesiacAlexander Ziaee2025-06-261-1/+1
| | | | | | | | | | | | | When FreeBSD calls itself Amnesiac, that is not actually the hostname. It does that when there is no hostname set. It is not a substitute for assigning a hostname. Setting a hostname or complaining when none is set would introduce a regression for cases where the hostname is assigned by the DHCP server. Attempt to clarify the handbook instead of changing the behavior. PR: 286847 Reported by: jrtc27 Discussed with: linimon
* documentation/nl: refresh translation of the "leap seconds" article.Rene Ladan2025-06-252-15/+274
| | | | Obtained from: Dutch Weblate instance
* documentation/nl: add skeleton files for articles and books.Rene Ladan2025-06-254-4/+64
| | | | Obtained from: Dutch Weblate instance
* handbook: ddd was removed in 2019Warner Losh2025-06-252-25/+0
| | | | | | | | | | | | | | | | Remove obsolete ddd info: that port stopped working with gdb protocol updates in about 2018, and was removed in 2019. It was abandoned upstream around 2009 (last release). A new maintainer appeared in 2013, but apparently didn't work out. Two new maintainers appeared in 2021 and started new releases in 2023. A new port hasn't appeared, though, so remove dangling references. This whole section needs a rewrite, though, since dcons is so limited (first 4GB only) and firewire is getting rare. All that should likely just be removed. We need a good writeup on doing USB-C debugging with the so-called USB-A to USB-A cable. Sponsored by: Netflix
* git primer: Update info about rebasing in a few placesWarner Losh2025-06-251-6/+17
| | | | | | | Experience has shown that some of the advice in this primer is awkward and clunky. Address some of that by refining what we suggest. Sponsored by: Netflix
* Add information about jointing the FreeBSD GitHub orgWarner Losh2025-06-251-0/+8
| | | | Sponsored by: Netflix
* Handbook: version bump for 14.3-RMarc Fonvieille2025-06-191-1/+1
|
* new committer (src): Ahmad Khalifa (vexeduxr)Ahmad Khalifa2025-06-131-0/+3
| | | | | | | | | | | | Complete steps 1-4 for new committers from the committer's guide: 1. Add myself to doc/shared/authors.adoc 2. Add myself to doc/shared/contrib-committers.adoc 3. Add a news entry 4. Add my PGP key Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D50821
* [phb]: Document Uses gnome:gnomedesktop4Fernando Apesteguía2025-06-101-0/+1
| | | | | Following https://cgit.freebsd.org/ports/commit/?id=a187ae5b19ff8ea62c5740183154ab242e855769
* __FreeBSD_version bumped to for drm-kmod -> LinuxKPI changesBjoern A. Zeeb2025-06-031-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* committers-guide; Explain why Fixes: includes the commit titleEd Maste2025-06-031-0/+1
| | | | | | | | (At least one of the reasons.) Reviewed by: markj, imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50600
* new committer (ports): Jesús Daniel Colmenares Oviedo (dtxdf)Jesús Daniel Colmenares Oviedo2025-06-031-0/+3
| | | | | | | | | | | per the committer's guide for new committers: - Add my PGP key - Add myself to shared/authors.adoc - Add myself to shared/contrib-committers.adoc - Add a news entry Approved by: acm (mentor)
* committers-guide: Drop notion of reference architecturesJohn Baldwin2025-06-021-3/+1
| | | | | | | | | | | | | i386 can no longer be a reference architecture in 15.0 and later. Instead, require new portable features to work on at least one Tier 1 architecture and drop the notion of a separate set of reference architectures. While here, FreeBSD has not been i386-only for so long that the leading sentence now is outdated, so drop it. Reviewed by: imp, lwhsu Differential Revision: https://reviews.freebsd.org/D50620
* committers-guide: List srcmgr@ as responsible for src commit bitsJohn Baldwin2025-06-021-2/+2
| | | | | Reviewed by: imp, lwhsu, emaste Differential Revision: https://reviews.freebsd.org/D50619
* committers-guide: Update current compiler verisonsJohn Baldwin2025-05-301-13/+22
| | | | | | | | | | - Restructure some of the text to avoid hardcoding compiler versions when possible. - Explicitly note the naming pattern for llvm toolchain packages. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D50618
* Update instructions to replace boot1.efifat with boot1.efiBenedict Reuschling2025-05-291-1/+1
| | | | | The boot1.efifat file was removed in 9a2b7c5. Update the instructions with the file that actually exists in the system.
* developers-handbook: Correct command to build entire OSEd Maste2025-05-251-1/+1
| | | | | | | | | `make world` and `make buildworld` do not build the kernel, so to actually compile "the entire operating system" the appropriate command is `make buildworld buildkernel`. Reported by: olce Sponsored by: The FreeBSD Foundation
* docs: Remove references to `make world`Ed Maste2025-05-233-3/+3
| | | | | | | | | Two of these seemed to be used in the sense of "building the system." The other one was a literal command, but was incorrect. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50471
* Typo fix: unpriveleged -> unprivilegedBenedict Reuschling2025-05-231-3/+3
|
* FAQ: Remove "The FreeBSD Funnies"Ed Maste2025-05-221-31/+0
| | | | | | | | | | Without comment on the humour value of these entries they seem most suited to confusing new users and are not appropriate Frequently Asked Questions. Reviewed by: carlavilla Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50469
* FAQ: Update Wi-Fi informationMark Phillips2025-05-221-4/+6
| | | | | | Reviewed by: jrm, lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50456
* Handbook: Improve IPv6 documentationSeyed Pouria Mousavizadeh Tehrani2025-05-202-30/+34
| | | | | | Reviewed by: ivy, ziaee, carlavilla, olivier, des Approved by: des (mentor), doceng (doc) Differential Revision: https://reviews.freebsd.org/D49782
* Fix typo: s|sligthly|slightly|Fukang Chen2025-05-191-1/+1
|
* handbook/wayland/sway: Fix the lock screen informationDanilo G. Baio2025-05-151-1/+1
| | | | Reported by: garga
* Add new src committer information for kgalazkaKrzysztof Galazka2025-05-131-0/+3
| | | | | | | | Update committers list. Add PGP key, author entity and news item. Approved by: kbowling (mentor) Differential Revision: https://reviews.freebsd.org/D50243
* vm-design: Remove reference to page coloringEd Maste2025-05-121-60/+6
| | | | | | | | | | | Page coloring was not implemented in the new physical memory allocator in commit 11752d88a23c. Also add a note that this doc is outdated. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50312
* 14.3-R: Revert previous commit until the 14.3-R releaseMarc Fonvieille2025-05-091-1/+1
|
* 14.3-R: Temporary version bump for 14.3-Rrelease/14.3.0Marc Fonvieille2025-05-091-1/+1
|
* new committer (src): Pierre Pronchery (khorben)Pierre Pronchery2025-05-081-0/+3
| | | | | | | | | | | | | per the committer's guide for new committers: - add my pgp key - add myself to shared/authors.adoc - remove myself from shared/contrib-additional.adoc - add myself to shared/contrib-committers.adoc - add a news entry Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D50250
* handbook/network-servers: Wordsmith the zerconf sectionMateusz Piotrowski2025-05-081-5/+6
|
* handbook/cutting-edge: Fix a grammatical typoMateusz Piotrowski2025-05-061-1/+1
|
* handbook/x11: Use package:[] syntax for NVIDIA packagesMateusz Piotrowski2025-05-061-7/+7
|
* Document __FreeBSD_version 1500038 to 1500040Li-Wen Hsu2025-05-051-0/+15
| | | | Sponsored by: The FreeBSD Foundation
* pt-br/articles/mailing-list-faq: Sync with en f85add5Edson Brandi2025-05-022-5/+8
|
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-05-01130-36140/+38366
|