In D51631#1195661, @dsl wrote:Updated to 0.1.4
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 10 2025
Oct 10 2025
olevole_olevole.ru added a comment to D51631: games/loderunner-ng: New port: Classic Apple II Lode Runner game remake.
Jun 25 2024
Jun 25 2024
Some porters don't mind support (e.g. https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/16.10-freebsd.md#support-me ). However, we won't know how good these changes are without hands-on experimentation.
Jun 4 2021
Jun 4 2021
The patch works like a charm! This fixes the case I described here (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235556#c2), the stats are now correct: https://www.bsdstore.ru/trash/racct.png
Tested on: FreeBSD 14.0-CURRENT #0 main-n247127-1976e079544-dirty
Mar 18 2021
Mar 18 2021
In D26209#656625, @khng wrote:
In D26209#633596, @c.koehne_beckhoff.com wrote:
- fix compiling
Jan 23 2021
Jan 23 2021
Broken for FreeBSD 13.0-ALPHA2:
--- all_subdir_usr.sbin ---
uint64_t cpu_maxphysaddr, pci_emul_memresv64;
^
/usr/jails/src/src_13/src/usr.sbin/bhyve/pci_emul.c:1256:8: error: unused variable 'regs' [-Werror,-Wunused-variable]
u_int regs[4];
^
/usr/jails/src/src_13/src/usr.sbin/bhyve/pci_emul.c:1255:11: error: unused variable 'cpu_maxphysaddr' [-Werror,-Wunused-variable]
uint64_t cpu_maxphysaddr, pci_emul_memresv64;
^
3 errors generated.Apr 20 2020
Apr 20 2020
Hi, Checked the vether module for a month under high load ( 13-CURRENT ). I can say that at present this is the only stable way to interact with traffic inside the VALE switch from the host system. if_epair is extremely unstable. It would be very helpful to see the movement of this work.
Jan 15 2018
Jan 15 2018
@novel I checked this patch on my system and it looks good for me.
Nov 10 2016
Nov 10 2016
olevole_olevole.ru added a comment to D8486: increase UCODE_SIZE_MAX from 32kB to 4MB in sys/dev/cpuctl/cpuctl.c to allow microcode update on Intel 6th+ gen CPUs.
Probably a good idea to make it tunable and also, it would be nice if the system checks the amount of firmware and noticed message about limit exceed, instead of 'Invalid argument'