[Bug 230274] linuxulator and cloudabi don't handle multiple mbufs in a control message chain
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230274 Alexander Leidinger changed: What|Removed |Added CC||netch...@freebsd.org --- Comment #1 from Alexander Leidinger --- Hi, Is there somewhere an example of what needs to be done for a person without much knowledge about the network code, but interest to get one or both of the emulation areas fixed? Bye, Alexander. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"
[Bug 230274] linuxulator and cloudabi don't handle multiple mbufs in a control message chain
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230274 --- Comment #2 from Mark Johnston --- (In reply to Alexander Leidinger from comment #1) You might compare handling of the "controlp == NULL" case in kern_recvit() with the handling of the "control != NULL" case in linux_recvmsg_common(). The former iterates over all mbufs in the chain, the latter does not. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"
[Bug 244212] emulators/virtualbox-ose: Update to 5.2.42
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244212 --- Comment #24 from Derek Schrock --- Pulled an old machine out of storage that had VT-x/AMD-V that I can use for dedicated testing new vbox5 and vbox6. Applied the review's raw diff to head ports and I've tested the following: - Building with additions ISO enabled - virtualbox GUI via xrdp - importing ova - Creating Linux and FreeBSD 64 VMs. - Installing additions via ISO on EL7. - Installing emulators/virtualbox-ose-additions on FreeBSD 12.1 amd64 VM - Addition's VBoxControl. - www/phpvirtualbox - VNC Remote Desktop with auto port selection Everything looks good. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"