aboutsummaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Update my GPG keyEmanuel Haupt2024-02-231-38/+53
|
* 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-192-0/+31
| | | | | | | 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
* Update the FreeBSD Core Team Secretary keyTobias C. Berner2024-02-171-67/+54
|
* Shorten the expiry date of my pgp key to 3y.Tobias C. Berner2024-02-171-15/+15
|
* offline/config.toml: Remove unknown output configurations `list` andMarc Fonvieille2024-02-171-2/+0
| | | | `single`
* 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
|
* Extend my PGP key.Dag-Erling Smørgrav2024-02-131-51/+51
|
* Extend the expiry date of my pgp key.Tobias C. Berner2024-02-131-23/+22
|
* [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.
* Add a asciidoc literal block for my key.Ka Ho Ng2024-02-111-0/+14
|
* Extend the expiry date of my pgp key.Ka Ho Ng2024-02-111-52/+50
|
* Extend expiry date of my pgp keyBernhard Froehlich2024-02-081-24/+24
|
* Replace my PGP key by a stronger oneMike Karels2024-02-071-40/+67
| | | | New 4096-bit key, not from my old key
* Extend the expiry date of my pgp key.Alexander Leidinger2024-02-071-364/+454
|
* New PGP key.Poul-Henning Kamp2024-02-051-663/+101
|
* - 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-302-0/+58
| | | | | | | 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
* Remove warnings in configuration filesMinsoo Choo2024-01-221-3/+1
| | | | | | | | | | | | | | | | | From Hugo doc: > With v0.109.0 and earlier the basename of the site configuration file was config instead of hugo. You can use either, but should transition to the new naming convention when practical. Therefore `config.toml` is moved to `hugo.toml`. > The taxonomyTerm page kind was effectively aliased to the taxonomy page kind in v0.73.0 (https://github.com/bep/hugo/commit/114d4012a89ca88583de5979a6ec4a4799c739b7) `list` and `single` are unknown configurations. Remove them. Differential Revision: https://reviews.freebsd.org/D43406
* pgpkeys: refresh my rene@ keyRene Ladan2024-01-211-27/+27
|
* pgpkeys: Add signatures for cpercivaColin Percival2024-01-181-64/+125
| | | | | The key is now signed by gtetlow, security-officer, and cperciva's old GPG key.
* New committer (ports): Gabriel M. Dutra, dutra@Gabriel M. Dutra2024-01-181-0/+66
| | | | | | | Committer's Guide, steps for new committers, steps 1–4. Approved by: dbaio (mentor), garga(mentor) Differential Revision: https://reviews.freebsd.org/D43486
* pt-br/books/fdp-primer: Sync with en 2798988Danilo G. Baio2024-01-184-17/+308
| | | | Obtained from: https://translate-dev.freebsd.org
* 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
|
* pgpkeys: renew kevans' keyKyle Evans2024-01-171-28/+28
| | | | Whoops; key expired months ago.
* doc: Increase Hugo timeoutDanilo G. Baio2024-01-172-2/+2
| | | | | We are receiving several reports of pkg-fallouts with the error message "... timed out after 1m0s."
* documentation/static/pgpkeys/dinoex.key: update gnupg keyDirk Meyer2024-01-141-40/+40
|
* 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
* Hugo config: Set timeout for 60sLi-Wen Hsu2024-01-102-2/+2
| | | | | | | | | | | In 93f1bbf374afa5b350b2a8423c8b512bec76486b we wanted to double the default timeout, set it explicitly. Ref: * https://gohugo.io/getting-started/configuration/#timeout * https://pkg.go.dev/time#Duration Sponsored by: The FreeBSD Foundation
* 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
|
* Update expiration date on existing keys for floFlorian Smeets2024-01-071-77/+114
|
* bsdinstall: Replace ftp.freebsd.org to download.freebsd.orgDanilo G. Baio2024-01-071-1/+1
|
* bsdinstall: modernize the screenshotsPierre Pronchery2024-01-0760-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