| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
PR: 273983
|
|
|
|
|
| |
PR: 273700
Reported by: jbeich@, Graham Perrin <grahamperrin@gmail.com>
|
|
|
|
|
| |
PR: 273701
Reported by: Graham Perrin <grahamperrin@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 273949
Reviewed by: maxim@
|
|
|
|
|
|
| |
PR: 261847
Reviewed by: bcr@
Differential Revision: https://reviews.freebsd.org/D41775
|
| |
|
|
|
|
| |
Obtained from: https://translate-dev.freebsd.org
|
|
|
|
| |
Obtained from: https://translate-dev.freebsd.org
|
|
|
|
| |
Obtained from: https://translate-dev.freebsd.org
|
| |
|
|
|
|
|
| |
PR: 238532
Reported by: Ronald F. Guilmette <rfg-freebsd@tristatelogic.com>
|
|
|
|
|
| |
Reported by: snorkcamp on libera-chat IRC
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
| |
Completed steps 1-4 from Committer's Guide.
Approved by: zirias (mentor), doceng (implicit)
Differential Revision: https://reviews.freebsd.org/D41780
|
|
|
|
|
| |
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
|
|
|
|
|
| |
PR: 273547
Reported by: Graham Perrin <grahamperrin@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Discussed by email with philip@
Changed the original patch to add the 'link' macro
PR: 262174
|
| |
|
|
|
|
|
|
| |
Some litle tweaks to the patch by carlavilla@
PR: 273514
|
|
|
|
|
|
|
| |
Discussed with philip@ by email
In further commits I'll improve the mirrors.adoc file
PR: 245512
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Heavily based on ports(7).
PR: 247271
Reported by: pauamma@gundo.com
Reviewed by: carlavilla@
Differential Revision: https://reviews.freebsd.org/D41653
|
|
|
|
|
| |
PR: 253874
Reported by: Pau Amma <pauamma@gundo.com>
|
|
|
|
|
| |
PR: 273320
Pull Request: https://github.com/freebsd/freebsd-doc/pull/249
|
|
|
|
|
| |
PR: 273409
Reviewed by: maxim@
|
|
|
|
|
|
|
|
|
| |
Converted to AsciiDoc by carlavilla@
PR: 225008
Differential Revision: https://reviews.freebsd.org/D16697
Patch by: yuri@
Reviewed by: fernape@, mat@, 0mp@
|
|
|
|
|
|
|
|
|
| |
Add it to the DESKTOP_ENTRIES section.
PR: 227613
Reported by: 0mp
Reviewed by: carlavilla@
Differential Revision: https://reviews.freebsd.org/D41623
|
|
|
|
|
|
|
| |
PR: 233697
Reported by: salvadore@
Reviewed by: carlavilla@, ceri@
Differential Revision: https://reviews.freebsd.org/D41624
|
|
|
|
|
|
|
|
|
| |
Along with the relevant variables.
PR: 248678
Reported by: diizzy@
Reviewed by: carlavilla@, ceri@
Differential Revision: https://reviews.freebsd.org/D41626
|
|
|
|
| |
textproc/vale can be used to check syntax for manual pages.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
devcpu-data was renamed cpudata-microcode.
Reviewed by: jrm, lwhsu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41615
|
|
|
|
|
| |
PR: 267139
Submitted by: ler@
|
|
|
|
|
|
|
| |
PORTVERSION should be DISTVERSION and DISTVERSIONPREFIX should be defined before DISTVERSION
PR: 260722
Approved by: fernape@
|
|
|
|
|
| |
PR: 252938
Submitted by: Alexis Praga <alexis.praga@proton.me>
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/250
|
| |
|
|
|
|
|
|
|
| |
This adjustment is necessary due to an issue in the PDF files when
including .webp images as embedded elements.
Reported by: blackend
|
| |
|
|
|
|
|
|
| |
In another commit we will upgrade the chapters order
PR: 272984
|
|
|
|
| |
PR: 272724
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/195
|
|
|
|
|
| |
Chasing after
https://cgit.freebsd.org/ports/commit/?id=9dfd97607b83e1bc299b3fc505505dee95c8e9a7
|
|
|
|
|
|
| |
Approved by: re (implicit)
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by: PayPal https://paypal.me/gjbbsd
|
|
|
|
|
|
| |
Follow up the inclusion of the new Uses in ports:
https://cgit.freebsd.org/ports/commit/?id=3b2ff2ef194c83835fe7dc6618427b8fd50ea31d
|