User Details
- User Since
- Jul 25 2015, 10:06 AM (486 w, 4 d)
Yesterday
Wed, Nov 13
Wed, Oct 30
Looks good (not run tested).
Sun, Oct 27
Oct 21 2024
FYI, I added this to src.conf:
grep LOADER /etc/src.conf
LOADER_GZIP_SUPPORT=no
LOADER_BZIP2_SUPPORT=no
LOADER_BIOS_TEXTONLY=no
LOADER_NFS_SUPPORT=no
LOADER_TFTP_SUPPORT=no
LOADER_CD9660_SUPPORT=no
Oct 20 2024
While I agree with the rationale and the change:
Oct 2 2024
Oct 1 2024
Sep 28 2024
Sep 25 2024
Sep 23 2024
Sep 18 2024
Sep 17 2024
Aug 24 2024
Aug 21 2024
Aug 17 2024
Aug 13 2024
Jul 17 2024
Jul 16 2024
Jul 15 2024
Jul 10 2024
Jul 7 2024
Jul 6 2024
Jun 26 2024
Jun 23 2024
Jun 19 2024
Jun 18 2024
Jun 14 2024
Jun 12 2024
Jun 11 2024
Jun 10 2024
Jun 9 2024
Addendum - @netchild has been running -CURRENT with this patch series for some time with no issues encountered so far.
@netchild please correct me if I've misunderstood something, but the machine in question is a laptop with 8GB of RAM and it is primarily used to run various jailed services (~30 jails) and build packages.
Jun 7 2024
Jun 4 2024
Jun 3 2024
Jun 1 2024
May 28 2024
In my work for the automatic service jails (committed last week), I stumbled upon cases (in the base system) where some kind of functions were used to setup variables before starting the actual service, which was not necessary. When the automatic service jail is enabled for such a service, some of this stuff was run outside the service jail and didn't had the desired effect. After changing those scripts to not setup variables like that, it worked.
May 27 2024
May 22 2024
May 15 2024
May 14 2024
May 12 2024
Address the last big comment from @fernape .
Fix issues outlined in the reviews (links are ok now, lists are rendered correctly, ...) and some minor change in phrasing.
May 9 2024
May 8 2024
This doesn't apply to -current anymore, mainly in vm_page.h (all used upto 0x8000). I tried a naive / mechanical implementation without researching/understanding this part, by using 0x10000 for VM_ALLOC_NOFREE, and with VM_ALLOC_COUNT_MASK set to 0x1ffff, and VM_ALLOC_COUNT_SHIFT set to 17, but this panics.
May 2 2024
Apr 18 2024
Apr 15 2024
Apr 11 2024
Apr 9 2024
Apr 8 2024
The summary tells the value ranges from 0 to 1. The reality is that it ranges from INT_MIN to 1000.
@alc you asked about a way to measure the fragmentation, is https://reviews.freebsd.org/D40575 maybe something which helps for this?