User Details
- User Since
- Dec 29 2023, 4:47 PM (133 w, 2 d)
Yesterday
this might be a good time to move this to the FreeBSD-efi-tools package. it's probably a bug/oversight that it isn't already there.
Sat, Jul 18
by the way, there seems to be a typo in the review title :-) (RTA_PERFSRC)
i've done some basic testing with this. IPv4 seems to work with both route(8) and BIRD. IPv6 works with route(8) but not with BIRD:
Fri, Jul 17
i'll try to test this later today. is this compatible with the Linux netlink API? it would be nice if it worked out of the box with BIRD.
i really don't like the filename /usr/include/profile.h, it's very generic and seems certain to conflict with something else in the future.
as an aside, for the ICMP case i believe you can work around this using the sysctl net.inet.icmp.reply_src=lo0 -- although i haven't tested this on a fully unnumbered interface, i would assume it works. but this doesn't affect outgoing non-ICMP connections, and it doesn't let you choose the source address per-interface, so it's not a replacement for the existing functionality.
Thu, Jul 16
i would rather not go with this approach as it will break my existing, functional network configuration:
Mon, Jun 29
this makes the sample commands more difficult to copy and paste for no clear benefit. i'm not sure this is an improvement.
Thu, Jun 25
sorry, i am unexpectedly busy irl. as you are more familiar with the docs style than me, it's probably easier for you to land this.
Jun 18 2026
i've added mark's ZFS change and also documented this for the dist set path, as it's not pkgbase specific. i've added a new step for pkgbase to update the installed system, since we want users to be in the habit of doing this.
Jun 16 2026
this is the wrong diff. sorry! please ignore this.
Jun 2 2026
I'm not sure offhand which files go in this directory, but in general bhyve should be unlinking preexisting files owned by the current VM.
i appreciate that powerpc64 is a tier 2 port, but even so, i'm a little unsure about breaking ABI compatibility like this. do we have any idea how widespread use of long double is?
May 31 2026
in the mean time, this diff is still wrong: while it fixes my original problem, it breaks poudriere somehow. so i'll have another look at this and see if we can handle tri-state options better.
wouldn't this allow non-root users, who are in the vmm group, to interfere with the VMs of other users (e.g., root) by pre-creating files/sockets in that directory? i wonder if it's better to say that non-root users should put their control sockets in a different directory.
May 29 2026
May 27 2026
May 26 2026
May 24 2026
May 20 2026
rf
a couple of comments:
May 19 2026
May 18 2026
May 17 2026
May 14 2026
remove an unused prototype
improve buffer handling
May 13 2026
re: pointer arithmetic, i have a better idea of how to do this, but let's
see if this is a better way to handle shutdown in the mean time.
use uint8_t for bitfields
fix big-endian systems
May 12 2026
May 11 2026
i haven't tested this, but the changes as described seem reasonable to me.
May 9 2026
May 8 2026
rebase
rebase
actually update
rebase on current main
one potential issue here is that the user might not realise why their new packages aren't being used if the version number didn't change. but the previous behaviour does not seem intentional, and i think this is better than an error.
May 6 2026
May 5 2026
May 4 2026
rf