aboutsummaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* 14.0-R: Temporary version bump for 14.0-Rrelease/14.0.0Marc Fonvieille2023-09-241-1/+1
|
* Handbook - Jails: Improvements, fix typosBenjamin Spiegel2023-09-201-101/+103
| | | | PR: 273983
* Fix typos in NVIDIA and wlroots namesSergio Carlavilla Delgado2023-09-202-7/+7
| | | | | PR: 273700 Reported by: jbeich@, Graham Perrin <grahamperrin@gmail.com>
* Handbook - X11: Fix VirtualBox nameSergio Carlavilla Delgado2023-09-201-2/+2
| | | | | PR: 273701 Reported by: Graham Perrin <grahamperrin@gmail.com>
* Handbook - Jails: Remove commentsSergio Carlavilla Delgado2023-09-201-18/+0
|
* Handbook - Jails: Rewrite the chapterSergio Carlavilla Delgado2023-09-201-777/+715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Add jail types info: Thick, Thin, VNET and Linux Jails - Add info about the necessary configuration on the host system - Add info about types of networking in the jails - Explain the jail config file - Add info about how to configure Thick, Thin, VNET and Linux Jails - Explain how to upgrade the different types of jails - Add info about the resources limits in a Jail - Add info about different jail managers and containers Information obtained from: - https://man.freebsd.org/cgi/man.cgi?query=jail&sektion=8 - https://wiki.freebsd.org/Jails - https://man.freebsd.org/cgi/man.cgi?rctl(8) - https://vermaden.wordpress.com/2023/06/28/freebsd-jails-containers/ - https://clinta.github.io/freebsd-jails-the-hard-way/ - https://jacob.ludriks.com/2017/06/07/FreeBSD-Thin-Jails/ - Jails and VNET a guide - Derik J. Ramirez - https://wb-hk.blogspot.com/2016/04/freebsd-jails-4-thin-jails-using-nullfs.html - https://blog.uidrafter.com/freebsd-jails-network-setup - https://forums.freebsd.org/threads/setting-up-a-debian-linux-jail-on-freebsd.68434/ - https://github.com/msimerson/Mail-Toaster-6/wiki/Linux-Jails - https://etherealwake.com/2021/08/freebsd-jail-networking/ - https://wiki.freebsd.org/TomMarcoen/JailNetworking - https://weblog.antranigv.am/posts/2020/06/vnet-jail-howto/ PR: 203641, 200905, 209157, 248150, 263330, 264317, 226282, 239861, 166358, 178221, 265410 Reviewed by: karels@, fernape@, jrm@ Differential Revision: https://reviews.freebsd.org/D41450
* Handbook - Preface: Translate to RussianAndrei Zakhvatov2023-09-201-80/+154
| | | | | PR: 273949 Reviewed by: maxim@
* FDP: Add subsection about images and iconsSergio Carlavilla Delgado2023-09-201-0/+83
| | | | | | PR: 261847 Reviewed by: bcr@ Differential Revision: https://reviews.freebsd.org/D41775
* pgpkeys: replace my keyJose Alonso Cardenas Marquez2023-09-201-54/+21
| | | | Approved by: doc (implicit)
* Handbook - Desktop: Fix iridium package name欧卓华2023-09-151-1/+1
|
* pt-br: Add stale-warning-message translationDanilo G. Baio2023-09-101-0/+6
|
* pt-br/books/fdp-primer: Sync with en c54e400Danilo G. Baio2023-09-1011-274/+304
| | | | Obtained from: https://translate-dev.freebsd.org
* pt-br/articles/mailing-list-faq: Sync with en c54e400Danilo G. Baio2023-09-102-98/+105
| | | | Obtained from: https://translate-dev.freebsd.org
* pt-br/articles/hubs: Sync with en c54e400Danilo G. Baio2023-09-102-9/+16
| | | | Obtained from: https://translate-dev.freebsd.org
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-09-0937-17392/+18546
|
* Handbook - Network Servers: Improve NFS locking instructionsSergio Carlavilla Delgado2023-09-091-6/+4
| | | | | PR: 238532 Reported by: Ronald F. Guilmette <rfg-freebsd@tristatelogic.com>
* handbook: correct typo in example outputEd Maste2023-09-082-2/+2
| | | | | Reported by: snorkcamp on libera-chat IRC Sponsored by: The FreeBSD Foundation
* New committer (ports): Joel Bodenmann (jbo)Joel Bodenmann2023-09-082-0/+69
| | | | | | | Completed steps 1-4 from Committer's Guide. Approved by: zirias (mentor), doceng (implicit) Differential Revision: https://reviews.freebsd.org/D41780
* pgpkeys: update my PGP key expirationGlen Barber2023-09-081-72/+72
| | | | | Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd
* porters-handbook: document __FreeBSD_version 1400500Glen Barber2023-09-081-0/+5
| | | | | Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd
* Handbook - eresources: Remove MarkMailSergio Carlavilla Delgado2023-09-071-1/+0
| | | | | PR: 273547 Reported by: Graham Perrin <grahamperrin@gmail.com>
* Committer's: Change the way to install commit template hookYasuhiro Kimura2023-09-071-2/+19
| | | | | | | | | | | | | | | | | | | Currently commit message template hook is installed as following. * The one for src repository is also used for doc and ports. * The file is downloaded through web interface (https://cgit.freebsd.org/) and installed under .git/hooks. However, * Both doc and ports repositories have their own hooks inside them. So it is obviously better to use them than using the one for src repository. * For src repository committer need to download and install hook file each time it is updated. So change the way to install commit message template hook as following. * For doc and src repository, create symbolic link under '.git/hooks' that points to real hook file. * For ports repository. set the path to look for hooks to '.hooks'. This is because ports repository also provides some other hooks and creating symbolic link for each of them is bothersome. PR: 273574
* Committer's guide: Review gpg.conf optionsMatteo Riondato2023-09-071-8/+4
| | | | | | | | Discussed by email with philip@ Changed the original patch to add the 'link' macro PR: 262174
* Documentation Portal: Finish Russian translation of the PortalAndrey Zakhvatov2023-09-071-54/+54
|
* Document __FreeBSD_version value 1302508.John Baldwin2023-09-061-0/+5
|
* Update my key as the older one is now revoked.George V. Neville-Neil2023-09-051-70/+68
|
* Add a new key which will replace the soon-to-expire one.Xin LI2023-09-051-4/+78
|
* Porter's handbook: Warn about USE_GITHUB as it's not stable longtermDaniel Engberg2023-09-021-0/+7
| | | | | | Some litle tweaks to the patch by carlavilla@ PR: 273514
* Add FreeBSD mirrors in KazakhstanSergio Carlavilla Delgado2023-09-021-0/+8
| | | | | | | Discussed with philip@ by email In further commits I'll improve the mirrors.adoc file PR: 245512
* Documentation Portal: Sync Russian i18n with EnglishSergio Carlavilla Delgado2023-09-021-0/+165
|
* remove non-standard Crawl-delay directiveWolfram Schneider2023-09-021-1/+0
|
* [phb]: Document inclusion of Makefile.* filesFernando Apesteguía2023-09-011-0/+24
| | | | | | | | | | Document the automatic inclusion of several Makefile.* files. Also mention idiomatic splitting of pkg-plist.* files. PR: 244742 Reported by: salvadore@ Reviewed by: carlavilla@, ceri@, grahamperrin Differential Revision: https://reviews.freebsd.org/D41625
* Documentation Portal: Initial translation of the portal to RussianAndrei Zakhvatov2023-09-011-83/+89
| | | | PR: 273459
* [phb]: Add information on how to debug portsFernando Apesteguía2023-08-311-0/+36
| | | | | | | | | Heavily based on ports(7). PR: 247271 Reported by: pauamma@gundo.com Reviewed by: carlavilla@ Differential Revision: https://reviews.freebsd.org/D41653
* Documentation Portal: Move GitHub url from edit to blobSergio Carlavilla Delgado2023-08-301-1/+1
| | | | | Approved by: fernape@, dbaio@ by email Differential Revision: https://reviews.freebsd.org/D41601
* Handbook - bsdinstall: Fix typoSergio Carlavilla Delgado2023-08-301-1/+1
| | | | | PR: 253874 Reported by: Pau Amma <pauamma@gundo.com>
* Handbook - Wine: Homura port renamed suyimazuducky2023-08-301-20/+20
| | | | | PR: 273320 Pull Request: https://github.com/freebsd/freebsd-doc/pull/249
* FAQ-RU: Upgrade to the last en revisionAndrei Zakhvatov2023-08-291-20/+12
| | | | | PR: 273409 Reviewed by: maxim@
* Porter's handbook: Added and clarified full path namesSergio Carlavilla Delgado2023-08-291-5/+8
| | | | | | | | | Converted to AsciiDoc by carlavilla@ PR: 225008 Differential Revision: https://reviews.freebsd.org/D16697 Patch by: yuri@ Reviewed by: fernape@, mat@, 0mp@
* [phb]: Document DESKTOPDIR variableFernando Apesteguía2023-08-291-0/+4
| | | | | | | | | Add it to the DESKTOP_ENTRIES section. PR: 227613 Reported by: 0mp Reviewed by: carlavilla@ Differential Revision: https://reviews.freebsd.org/D41623
* [phb]: Clarify pkg-plist items orderFernando Apesteguía2023-08-291-0/+2
| | | | | | | PR: 233697 Reported by: salvadore@ Reviewed by: carlavilla@, ceri@ Differential Revision: https://reviews.freebsd.org/D41624
* [phb]: Document make testFernando Apesteguía2023-08-291-0/+29
| | | | | | | | | Along with the relevant variables. PR: 248678 Reported by: diizzy@ Reviewed by: carlavilla@, ceri@ Differential Revision: https://reviews.freebsd.org/D41626
* [fdp-primer]: Mention textproc/vale in man pages test sectionFernando Apesteguía2023-08-291-0/+12
| | | | textproc/vale can be used to check syntax for manual pages.
* committers-guide: Clarify changes made in 98565318b6Ceri Davies2023-08-281-2/+2
|
* porters-handbook: correct grammar after e971ace59eCeri Davies2023-08-281-1/+1
|
* Correct duplicate section id.Ceri Davies2023-08-281-1/+1
|
* FAQ: follow microcode package renameEd Maste2023-08-281-2/+2
| | | | | | | | devcpu-data was renamed cpudata-microcode. Reviewed by: jrm, lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41615
* LDAP Auth Article: Remove deleted sysutils/cpu portSergio Carlavilla Delgado2023-08-271-4/+0
| | | | | PR: 267139 Submitted by: ler@
* Porter's Handbook: Special, Fix naming and order of variablesDaniel Engberg2023-08-271-2/+2
| | | | | | | PORTVERSION should be DISTVERSION and DISTVERSIONPREFIX should be defined before DISTVERSION PR: 260722 Approved by: fernape@
* Developers Handboo: Tools, remove reference to pmakeSergio Carlavilla Delgado2023-08-271-10/+1
| | | | | PR: 252938 Submitted by: Alexis Praga <alexis.praga@proton.me>