VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93324   3 years vboxsync VBoxSupLib: Back to libcmt.lib for hardened builds. bugref:8489 …
(edit) @93323   3 years vboxsync VBoxSupLib: Use SUPR3HardenedStatic for getting /guard stuff objects …
(edit) @93322   3 years vboxsync /Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841
(edit) @93321   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
(edit) @93320   3 years vboxsync VBoxSupLib: Use the VBoxR3StaticNoCrt template instead of VBOXR3 as …
(edit) @93319   3 years vboxsync Installer/win/Resources: Use the VBoxR3StaticNoCrt and -NoEntry linker …
(edit) @93318   3 years vboxsync IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489
(edit) @93317   3 years vboxsync RTLdrCheckImports: Open the image with the RTLDR_O_DEBUG flag set so …
(edit) @93316   3 years vboxsync Shared Clipboard/X11: Make sure to bail out early if an event was not …
(edit) @93315   3 years vboxsync Shared Clipboard/X11: Renaming "formats" to "targets", to better point …
(edit) @93314   3 years vboxsync Shared Clipboard/X11: Renaming "formats" to "targets", to better point …
(edit) @93313   3 years vboxsync Build fixes for r149382.
(edit) @93312   3 years vboxsync CloudNet: ​bugref:9469 Replace local gateway with DrvCloudTunnel. …
(edit) @93311   3 years vboxsync bugref:10182. Adding the code path necessary to parse info file of …
(edit) @93310   3 years vboxsync Main: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93309   3 years vboxsync Main: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93308   3 years vboxsync VMM: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93307   3 years vboxsync Devices: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93306   3 years vboxsync Installer/win: VC++ 19.2 update 11 build adjustments (bogus …
(edit) @93305   3 years vboxsync Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93304   3 years vboxsync HostDrivers: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93303   3 years vboxsync FE/Qt,Puel: Shut up warning about typedefs to incomplete call methods …
(edit) @93302   3 years vboxsync ValKit: VC++ 19.2 update 11 build adjustments (uint64_t -> double …
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93300   3 years vboxsync Add/common: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93299   3 years vboxsync Add/win: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93298   3 years vboxsync Add/Mesa: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93295   3 years vboxsync IPRT/ldrPE,pecoff.h: Another IMAGE_LOAD_CONFIG_DIRECTORY field.
(edit) @93294   3 years vboxsync VMM: Nested VMX: bugref:10092 Fixed the missed …
(edit) @93293   3 years vboxsync VMM/CPUM: Cleanup RT_NOREF_PV. No functional change.
(edit) @93292   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in constructing true VM-exit …
(edit) @93291   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Nit.
(edit) @93290   3 years vboxsync VMM: Nested VMX: bugref:10092 Mind the union reporting VMX MSRs.
(edit) @93288   3 years vboxsync /Config.kmk,IPRT: Set arch bitness for assembler use through compiler …
(edit) @93287   3 years vboxsync VBoxManage/NATNetwork: Implement "list --sort natnetworks". bugref:8124.
(edit) @93286   3 years vboxsync VBoxManage/NATNetwork: Use the same code for "list natnetworks" and …
(edit) @93285   3 years vboxsync Main/UnattendedImpl: Updated install.wim todo with some info.
(edit) @93284   3 years vboxsync VBoxManage/NATNetwork: Augment r149347. CHECK_ERROR expects HRESULT …
(edit) @93283   3 years vboxsync Runtime/efi: Fix variable size inconsistencies exposed by endianness …
(edit) @93282   3 years vboxsync Runtime/efi: The endiannes conversion macros in cdefs.h need also …
(edit) @93281   3 years vboxsync IPRT/sha3: Fix field name inconsistency for big endian architectures.
(edit) @93279   3 years vboxsync VBoxManage/NATNetwork: Move the code for "list natnetworks" into …
(edit) @93278   3 years vboxsync VBoxManage/NATNetwork: bugref:8124. Add --ipv6-default option to …
(edit) @93277   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Run the security cookie initializer for …
(edit) @93275   3 years vboxsync /Config.kmk,Support/Makefile.kmk,vboximportchecker.kmk: Use the import …
(edit) @93274   3 years vboxsync /Config.kmk,SUPDrv-win.cpp: Run the security cookie initializer for …
(edit) @93273   3 years vboxsync SUPDrv/win: A few more things to ignore when loading images with …
(edit) @93272   3 years vboxsync Add/win/VBoxSFW2K: Work around missing _aulldvrm export on w2k …
(edit) @93271   3 years vboxsync SUPHardNt: A DEBUG_bird thing.
(edit) @93270   3 years vboxsync SUPHardNt: The supR3HardenedMonitor_NtCreateSection and …
(edit) @93269   3 years vboxsync Add/win/VBoxSFW2K: Work around missing _aulldvrm export on w2k …
(edit) @93268   3 years vboxsync VMM: Nested VMX: bugref:10092 True VMX controls MSR support.
(edit) @93267   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 True VMX controls MSR support.
(edit) @93266   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in r149319.
(edit) @93265   3 years vboxsync Add,SUP: x86 build adjustments for /guard:cf. bugref:10162
(edit) @93262   3 years vboxsync Add/win/installer: Fixed regression from r138850 where we would …
(edit) @93260   3 years vboxsync IPRT/NtProcessStartup-stub.cpp: DriverEntry is stdcall. Docs. …
(edit) @93257   3 years vboxsync VMM: Nested VMX: bugref:10092 Expose true VMX control MSRs to the guest.
(edit) @93256   3 years vboxsync /Config.kmk: Enable /GS for VBOXR3HARDENEDEXE when /guard is also …
(edit) @93254   3 years vboxsync /Config.kmk,Support/Makefile.kmk: Extra 5 support files from …
(edit) @93253   3 years vboxsync IPRT/zero.asm: Try save 64KB file space on windows.
(edit) @93251   3 years vboxsync /Config.kmk,Add,SupDrv: Enable control flow guards. bugref:10162
(edit) @93244   3 years vboxsync IPRT/asn1: Must call RTAsn1Core_DecodeAsn1 when decoding unknowing …
(edit) @93243   3 years vboxsync Installer/win: Added custom action for removing old VBoxDrv service. …
(edit) @93242   3 years vboxsync Installer/win: Added custom action for removing old VBoxDrv service. …
(edit) @93241   3 years vboxsync Installer/win: Put the final download filename as OriginalFilename and …
(edit) @93240   3 years vboxsync SUP: Delete old VBoxDrv.inf, did a svn copy instead of svn ren. …
(edit) @93239   3 years vboxsync SUP,Installer/win: Renamed VBoxDrv.sys to VBoxSup.sys. bugref:10162
(edit) @93238   3 years vboxsync /Config.kmk,FE/Qt: HVCI workaround, see bugref:10162 for details.
(edit) @93237   3 years vboxsync Additions: guest lib: fix argv[] when starting legacy VBoxClient …
(edit) @93235   3 years vboxsync FE/Qt: bugref:9996: Enable watermark for expert wizard mode as well.
(edit) @93234   3 years vboxsync FE/Qt: bugref:9996: A bit of cleanup for UIWizardNewCloudVM.
(edit) @93233   3 years vboxsync FE/Qt: bugref:9996: A bit of cleanup for UIWizardAddCloudVM.
(edit) @93232   3 years vboxsync Shared Clipboard/X11: Added some inline getter/setter functions to …
(edit) @93231   3 years vboxsync Main/Unattended/os2_util: Fix wait method selection, don't always go …
(edit) @93230   3 years vboxsync IPRT/RTDirRemove/posix: Correction to r131730 that makes the kludge …
(edit) @93229   3 years vboxsync OCI: Subnet selection form for bugref:10163.
(edit) @93228   3 years vboxsync NAT/tftp: bugref:9350 - Fix the ".." check.
(edit) @93227   3 years vboxsync Additions/solaris: Fix build template for VBoxISAExec. bugref:10178
(edit) @93226   3 years vboxsync FE/Qt: bugref:9996: UIWizardNewCloudVM: Reworking expert page to be …
(edit) @93225   3 years vboxsync FE/Qt: bugref:9996: UIWizardAddCloudVM: Missing bit in r149271.
(edit) @93224   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Eflags.VM bit checking nit.
(edit) @93223   3 years vboxsync VMM: Nested VMX: bugref:10092 When Unrestricted Guest is supported by …
(edit) @93222   3 years vboxsync Addidions: X11: add interface to start VBoxClient --vmsvga, bugref:10134.
(edit) @93220   3 years vboxsync Additions: X11: add interface to set custom log prefix, bugref:10134. …
(edit) @93219   3 years vboxsync FE/Qt: bugref:9996: UIWizardAddCloudVM: Reworking expert page to be …
(edit) @93218   3 years vboxsync VMM/NEMR3Native-darwin: Straighten out the runloop a bit, no need to …
(edit) @93217   3 years vboxsync HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is …
(edit) @93216   3 years vboxsync Fixing a comment typo.
(edit) @93215   3 years vboxsync SUP: Only print the caller of our issetugid() interpose in debug builds
(edit) @93214   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Push the NMI/INT window assertions …
(edit) @93211   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Don't forget to increment RIP on …
(edit) @93210   3 years vboxsync VMM/PGMR3PhysMmio2Register: Call MMR3AdjustFixedReservation even in …
(edit) @93209   3 years vboxsync Main/Host: Don't double buffer the description string in …
(edit) @93208   3 years vboxsync ValKit/tdUnitTest1: Ignore files with suffixes .template, .expect and …
(edit) @93207   3 years vboxsync VMM/NEM-win: Just drop the ring-0 bits when NEM/PGM mode is enabled. …
(edit) @93206   3 years vboxsync SUPDrv: Made SUPR0PageAllocEx more palatable for HVCI. bugref:10162
(edit) @93205   3 years vboxsync VMM: Enabled VBOX_WITH_PGM_NEM_MODE on windows too. bugref:10122
(edit) @93204   3 years vboxsync VMM/EM: Some debug stepping hacks.
(edit) @93203   3 years vboxsync VMM/HMVMXR0: todo
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