VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97921   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Count both kind of blocks both on heap …
(edit) @97920   2 years vboxsync Add/VBoxGuest/lib/testcase: scm fix
(edit) @97919   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Reduced the size of VBGLPHYSHEAPBLOCK: …
(edit) @97918   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Use a fixed minimum size for splitting …
(edit) @97917   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
(edit) @97916   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97915   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97913   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97912   2 years vboxsync IPRT/alloc-r0drv-freebsd.c: Missing exec alloc cleanup.
(edit) @97911   2 years vboxsync IPRT/alloc-r0drv-freebsd.c: scm fix.
(edit) @97910   2 years vboxsync IPRT/r0drv: Kicked out RTMEMHDR_FLAG_EXEC and associated code now that …
(edit) @97909   2 years vboxsync IPRT/alloc-r0drv.cpp: Drop support for RTMEMALLOCEX_FLAGS_EXEC in ring-0.
(edit) @97908   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface. [oops]
(edit) @97907   2 years vboxsync IPRT: Removed the RTMemExecAlloc interface.
(edit) @97906   2 years vboxsync IPRT/log: Retired the RTMemExecAlloc code and replaced the …
(edit) @97905   2 years vboxsync IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
(edit) @97904   2 years vboxsync IPRT/r3/allocex: Implement RTMEMALLOCEX_FLAGS_EXEC using …
(edit) @97903   2 years vboxsync SUPDrv: Removed the SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE #ifdef'ing, …
(edit) @97902   2 years vboxsync SUPDrv: Enable SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all hosts.
(edit) @97901   2 years vboxsync IPRT/memobj-r0drv-solaris.c: Implemented support for the fExecutable …
(edit) @97900   2 years vboxsync IPRT/alloc-r0drv-solaris.c: doxygen indent
(edit) @97898   2 years vboxsync SUPDrv/load.sh: fall back on pfexec if no sudo (S10).
(edit) @97897   2 years vboxsync SUPDrv: A couple of tweaks for making SUPDrv-dtrace.cpp compile on S10.
(edit) @97896   2 years vboxsync IPRT/memobj-r0drv-solaris.h: Make it build on S10 too.
(edit) @97895   2 years vboxsync libs/openssl-3.0.7: Trick to make it build on older solaris version …
(edit) @97894   2 years vboxsync IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
(edit) @97893   2 years vboxsync libs/softfloat: Try to detect int128 support better (gcc on S10 …
(edit) @97891   2 years vboxsync /Config.kmk,softfloat: S10 build tweaks related to overly strict stdbool.h.
(edit) @97890   2 years vboxsync Main/USBDeviceFilter: Skip some unnecessary Utf8Str copying.
(edit) @97889   2 years vboxsync Main/USBDeviceFilter: Reverted out r154880 as it breaks the API as …
(edit) @97888   2 years vboxsync FE/Qt: bugref:9898: X11: Migrating VBoxUtils bits to Qt6; Tested a bit …
(edit) @97885   2 years vboxsync DIS: OS/2 build fixes for the disassembler. [scm]
(edit) @97884   2 years vboxsync DIS: OS/2 build fixes for the disassembler.
(edit) @97883   2 years vboxsync SUPDrv: OS/2 build fix.
(edit) @97882   2 years vboxsync bldprogs/VBoxTpG: OS/2 build fix.
(edit) @97881   2 years vboxsync libs/curl: OS/2 build fix. bugref:8515
(edit) @97878   2 years vboxsync libs/openssl-3.0.7: OS/2 build fixes. bugref:10317
(edit) @97877   2 years vboxsync libs/openssl: ncbc_enc.c seems to be a file that's included by …
(edit) @97876   2 years vboxsync VMM/tstX86-1: Switched from RTMemExecAlloc to RTMemPageAlloc + …
(edit) @97875   2 years vboxsync IPRT/ldrPE: Corrections to mke tstLdr-4 pass.
(edit) @97874   2 years vboxsync IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
(edit) @97873   2 years vboxsync SUPDrv: Define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all but solaris.
(edit) @97872   2 years vboxsync IPRT/alloc-r0drv-linux.c: nits
(edit) @97868   2 years vboxsync IPRT/nocrt: Added the NLG bits to the 32-bit (x86) exception handler …
(edit) @97867   2 years vboxsync FE/Qt: X11: A bit of cleanup for bugref:3355 defect.
(edit) @97866   2 years vboxsync IPRT/nocrt: Added an exception handler to rtVccEh4DoLocalUnwind and …
(edit) @97865   2 years vboxsync Main: undo. bugref:10090
(edit) @97864   2 years vboxsync Main: Added API function Medium::resizeAndCloneTo. Modified …
(edit) @97863   2 years vboxsync IPRT/nocrt: Some _except_handler4 cleanups. bugref:10261 ticketref:21303
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97861   2 years vboxsync IPRT/nocrt: Fixes to C_specific_handler. bugref:10261 ticketref:21303
(edit) @97860   2 years vboxsync FE/Qt: bugref:9898: Migrating UITabBar bits to Qt6.
(edit) @97859   2 years vboxsync FE/Qt: bugref:9898: Yet another build fix for r154944.
(edit) @97858   2 years vboxsync FE/Qt: bugref:9898: Build fix for r154944.
(edit) @97857   2 years vboxsync FE/Qt: bugref:9898: Migrating UIMouseHandler bits to Qt6.
(edit) @97856   2 years vboxsync FE/Qt: bugref:9898: Migrating UIMachineView bits to Qt6.
(edit) @97855   2 years vboxsync Storage: Add VMDK resize. Addiotnal documentaiton. bugref:8707
(edit) @97854   2 years vboxsync Storage: Add VMDK resize. bugref:8707
(edit) @97853   2 years vboxsync FE/Qt: bugref:9898: Migrating UIKeyboardHandler bits to Qt6.
(edit) @97852   2 years vboxsync FE/VirtualBox: Fix guest OS type for two macOS related …
(edit) @97851   2 years vboxsync FE/VBoxAutostart-win: Fix giving the dependencies as com::Bstr doesn't …
(edit) @97850   2 years vboxsync FE/Qt: bugref:9898: Migrating UIWizardDiskEditors bits to Qt6.
(edit) @97849   2 years vboxsync FE/Qt: bugref:9898: Just todos and comments.
(edit) @97848   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97847   2 years vboxsync FE/Qt: bugref:9898: Migrating UIMiniToolBar bits to Qt6.
(edit) @97846   2 years vboxsync FE/Qt: bugref:9898: Migrating UISettingsDialog bits to Qt6.
(edit) @97845   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97844   2 years vboxsync Deleting old zlib-1.2.12. bugref:10335
(edit) @97843   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97842   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97841   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97840   2 years vboxsync ValidationKit/testboxscript: Make it support arm64 and python >= 3, …
(edit) @97839   2 years vboxsync undo. bugref:8707
(edit) @97836   2 years vboxsync Storage: Add VMDK resize. bugref:8707
(edit) @97835   2 years vboxsync DnD/Main: Added some more user-friendly error texts when beginning a …
(edit) @97834   2 years vboxsync DnD/TransferList: Fixed returning wrong buffer sizes in …
(edit) @97832   2 years vboxsync zlib-1.2.13: adding svn:sync-process property to all zlib files …
(edit) @97830   2 years vboxsync zlib: adding missed svn:sync-process on compress.c. bugref: 10335
(edit) @97828   2 years vboxsync Addition: Linux: vboxguest: Mouse integration: invert vertical and …
(edit) @97827   2 years vboxsync DnD/Additions/VBoxClient: Make use of DND_PATH_SEPARATOR_STR.
(edit) @97826   2 years vboxsync DnD/Additions/VBoxClient: Filter out the default X11-specific formats …
(edit) @97825   2 years vboxsync IPRT: Added RTCListBase::filter() + testcases.
(edit) @97824   2 years vboxsync Devices/Network/DevVirtioNet_1_0: Fixed broken network after loading a …
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97822   2 years vboxsync DnD/Main: Don't set (and return) an error for …
(edit) @97820   2 years vboxsync VMM/DBGF: Respect the resume flag in DBGFBpCheckInstruction. bugref:9898
(edit) @97819   2 years vboxsync ValKit/bs3-cpu-basic-2: Added a test of the RF flag after hitting an …
(edit) @97818   2 years vboxsync bs3kit/Bs3TrapSystemCallHandler: Must save and restore SS around …
(edit) @97817   2 years vboxsync DnD/Main: Fixed GuestDnDState::isProgressRunning().
(edit) @97816   2 years vboxsync VMMDev: Mouse Integration: do not double-invert horizontal and …
(edit) @97815   2 years vboxsync VMM: Don't assume a teleportation operation when VMR3LoadFromStream() …
(edit) @97814   2 years vboxsync Devices/network/DevVirtioNet_1_0: Fix leaking the control packet …
(edit) @97813   2 years vboxsync Devices/Network/DrvIntNet: Fix forgotten STAM de-registration when the …
(edit) @97812   2 years vboxsync Additions: Linux: vboxguest: Mouse Integration: restore mouse caps …
(edit) @97809   2 years vboxsync libs/zlib: fixed incorrect change tagging. bugref:10261
(edit) @97808   2 years vboxsync zlib-1.2.13: Reverted r154875 and applied the change to the makefile …
(edit) @97807   2 years vboxsync zlib-1.2.13: Reverted r154875 and applied the change to the makefile …
(edit) @97805   2 years vboxsync Main/USBDeviceFilter: Treat port number filter correctly as a decimal …
(edit) @97804   2 years vboxsync VBoxManage: Add port based filter support. Offered by the API and GUI …
(edit) @97802   2 years vboxsync DnD/Main: Made the progress object description a bit more flexible, to …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette