non port: emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c |
SVNWeb
|
Number of commits found: 14 |
Wed, 28 Dec 2022
|
[ 18:55 Li-Wen Hsu (lwhsu) ] e3a7ac3
emulators/virtualbox-ose-additions*: Fix patch and build (for non-legacy)
PR: 268603
Fixes: c35a71080172 emulators/virtualbox-ose: fix builds on CURRENT
|
Mon, 19 Dec 2022
|
[ 21:30 Graham Perrin (grahamperrin) Author: Mateusz Guzik ] c35a710
emulators/virtualbox-ose: fix builds on CURRENT
SAVENAME was retired by D36542 https://reviews.freebsd.org/D36542
Bug 267079 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267079
involves failures to build four ports, for VirtualBox guest additions,
on FreeBSD-CURRENT:
emulators/virtualbox-ose-additions
emulators/virtualbox-ose-additions-legacy
emulators/virtualbox-ose-additions-nox11
emulators/virtualbox-ose-additions-nox11-legacy
Fix bug 267079 for CURRENT 1400068 and greater by hiding the use of
SAVENAME in patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vnops.c
for:
emulators/virtualbox-ose
emulators/virtualbox-ose-legacy
PR: : 267079
Author: : mjg
Approved by: : ports-committers (lwhsu), khng
Differential revision: https://reviews.freebsd.org/D37074
|
Sat, 5 Feb 2022
|
[ 20:37 Guido Falsi (madpilot) ] 2db7c87
emulators/virtualbox-ose-additions(-legacy): Fix build on recent head
On recent head, after src commit 66c5fbca7719dc, the insmntque1(9)
function arguments changed.
Adapt virtualbox code, following what has been done in base with
other filesystems migrating to insmntque(9).
|
Sun, 17 Oct 2021
|
[ 09:32 Guido Falsi (madpilot) ] 21d79d6
emulators/virtualbox-ose-additons: Fix build on recent head
Fix build after head commit b4a58fbf640409a1 (vfs: remove cn_thread)
MFH: 2021Q4
|
Sat, 11 Sep 2021
|
[ 20:38 Guido Falsi (madpilot) Author: Martin Ilavsky ] 1b23945
emulators/virtualbox-ose-additions: Assign default value to pointer
In the virtualbox virtual filesystem code we ship as a patch some
code in an else block is commented out. This produces a code path
in which a pointer variable is dereferenced in an unassigned state,
causing random crashes.
Lacking a better fix, give a default value of NULL to the pointer,
which at least avoids the random pointer dereference issue.
PR: 255386
|
Thu, 22 Apr 2021
|
[ 08:15 Guido Falsi (madpilot) ] 8a311de
emulators/virtualbox-ose-additions: Fix vboxvfs panic
Fix panic on mount when trying to use vbox VFS after
base r355790 (or git commit hash 6fa079fc3f5e).
PR: 255208
MFH: 2021Q2
|
Tue, 9 Mar 2021
|
[ 18:27 madpilot ] (Only the first 10 of 131 ports in this commit are shown above. )
- Update VirtualBox OSE to 6.1.18
- Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the
ports (repocopied)
- Add back extra patch removed in r528258, actually required to
build DEBUG kmod
- Correctly define WITH_DEBUG when enabling the DEBUG option, so
binaries are not stripped
Please note that this new version supports only amd64 CPUs. If you need
to use older hardware please install the legacy ports.
Note that moving VM snapshots across major updates is unsupported, it's
strongly suggested to properly shutdown VMs before upgrading, please
check UPDATING for further details.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 28 Aug 2020
|
[ 19:23 jkim ]
Fix emulators/virtualbox-os-additions on head after vget(9) change.
|
Thu, 13 Aug 2020
|
[ 18:18 jkim ]
Fix building emulators/virtualbox-ose-additions on head after vaccess(9) KPI
change.
|
Thu, 12 Dec 2019
|
[ 22:16 jkim ]
Build emulators/virtualbox-ose-additions on head after r355537.
|
Thu, 30 Nov 2017
|
[ 23:45 jkim ]
Update to 5.2.2.
|
Fri, 28 Jul 2017
|
[ 17:08 jkim ]
Update to 5.1.26.
|
Tue, 18 Jul 2017
|
[ 22:11 jkim ]
- Fix build on 10.3. strncat() was not available in libkern. Actually,
there is no point of using strncat() here because the length of tail is len.
- Remove few empty lines while I am here.
|
[ 16:39 mmokhi ] (Only the first 10 of 14 ports in this commit are shown above. )
emulators/virtualbox-ose-additions: Add support for VirtualBox SharedFolder
This is an experimental implementation of VirtualBox SharedFolder subsystem
support for FreeBSD.
The implementation is based on github.com/lwhsu/freebsd-vboxfs.
It's tested and worked as expected.
The locking mechanism may need enhancements.
Reviewed by: jkim (vbox), mat (mentor)
Approved by: jkim (vbox), mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11602
|
Number of commits found: 14 |