VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97942   2 years vboxsync /Config.kmk: Don't use -pedantic unless gcc also supports …
(edit) @97941   2 years vboxsync /Config.kmk: Don't need to define LOG_USE_C99 or RT_WITHOUT_EXEC_ALLOC …
(edit) @97940   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: More cleanups, eliminating unecessary …
(edit) @97939   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97938   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97937   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Reworked the block management so we …
(edit) @97936   2 years vboxsync ValidationKit: modified test file. bugref:10090
(edit) @97935   2 years vboxsync Main: Added resizeAndCloneTo(). Modified cloneTo(). bugref:10090
(edit) @97934   2 years vboxsync Main: backout. bugref:10090
(edit) @97933   2 years vboxsync Main: Added resizeAndCloneTo(). Modified cloneTo(). bugref:10090
(edit) @97932   2 years vboxsync Main: backout. bugref:10090
(edit) @97931   2 years vboxsync Main: Added resizeAndCloneTo(). Modified cloneTo(), bugref:10090
(edit) @97930   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Simplify link handling by adding an …
(edit) @97929   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Removed unused inline function …
(edit) @97928   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Modified the free list search to stop …
(edit) @97927   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Added some crude code to occasionally …
(edit) @97926   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Restrict the number of free list …
(edit) @97925   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Use the term 'unlink' rather than …
(edit) @97924   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Same for VbglR0PhysHeapAlloc and made …
(edit) @97923   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Made VbglR0PhysHeapFree and …
(edit) @97922   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
(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) @97914   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) @97899   2 years vboxsync /Config.kmk: scm fix.
(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) @97892   2 years vboxsync /Makefile.kmk: Don't complain about gcc version when Qt5 isn't used (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) @97887   2 years vboxsync iprt/string.h: VAC++ tweak.
(edit) @97886   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix fix.
(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) @97880   2 years vboxsync iprt/log.h: Defined LOG_USE_C99 on OS/2 too. Then nobody is using the …
(edit) @97879   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix.
(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) @97871   2 years vboxsync Reverting r154959. Docs: ​bugref:10302. Removing redundant …
(edit) @97870   2 years vboxsync Docs: bugref:10302. Removing redundant section/synopsis ids.
(edit) @97869   2 years vboxsync PDM/network: Tried to make PDMNetGsoIsValid more readable.
(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 …
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