VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76112   6 years vboxsync Backed out accidental change in previous commit.
(edit) @76111   6 years vboxsync VirtualBoxSDSImpl.cpp: Unconfuse scm. bugref:3300
(edit) @76110   6 years vboxsync Main/doxygen.xsl: Correction for VBoxSDS if'ing. bugref:3300
(edit) @76109   6 years vboxsync os2/VBoxSF: Use UTF-16 for talking to the host, fits better with …
(edit) @76108   6 years vboxsync os2/VBoxSF: Use UTF-16 for talking to the host, fits better with …
(edit) @76106   6 years vboxsync FE/Qt: bugref:6699. Change the order we show sym.links to folders
(edit) @76105   6 years vboxsync DnD/VBoxTray: Added VBoxDnDWnd::Abort() to (hopefully) properly abort …
(edit) @76104   6 years vboxsync DnD/VBoxTray: No need to call VbglR3DnDEventFree() here; will be NULL …
(edit) @76103   6 years vboxsync DnD/VBoxTray: Don't try to (debug) log event type in VBoxDnDWorker() …
(edit) @76102   6 years vboxsync DnD/VBoxTray: Also free the VbglR3 event in …
(edit) @76101   6 years vboxsync FE/Qt: bugref:6699. Some icon updates for file manager
(edit) @76098   6 years vboxsync Additions/VBoxTray: Added VBoxTrayShowError() and warn if VBoxHook.dll …
(edit) @76097   6 years vboxsync VMM/HMVMXR0: Spaces.
(edit) @76096   6 years vboxsync IPRT: Added RTUtf16Chr.
(edit) @76094   6 years vboxsync IPRT: Added RTPathFilenameUtf16[Ex].
(edit) @76092   6 years vboxsync Main: Kicked out RpcChannelHook and IVirtualBoxclientList hacks …
(edit) @76091   6 years vboxsync VBoxSVC: Hook all IVirtualBox calls to catch new client processes so …
(edit) @76090   6 years vboxsync IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit.
(edit) @76087   6 years vboxsync VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 …
(edit) @76086   6 years vboxsync VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 …
(edit) @76085   6 years vboxsync VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 …
(edit) @76084   6 years vboxsync VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 …
(edit) @76083   6 years vboxsync VBoxSDS: Enabled the process watcher for debug builds. bugref:3300
(edit) @76082   6 years vboxsync VBoxSDS: Implemented (disabled) monitoring client (VBoxSVC) process …
(edit) @76077   6 years vboxsync Try again.
(edit) @76076   6 years vboxsync Alignment.
(edit) @76075   6 years vboxsync Alignment.
(edit) @76074   6 years vboxsync BusLogic: Added a semi-credible AHA-1540B emulation.
(edit) @76073   6 years vboxsync IPRT: Added RTSystemGetNtVersion.
(edit) @76072   6 years vboxsync VBoxSDS: Moved VirtualBoxSDSImpl.cpp to …
(edit) @76071   6 years vboxsync VBoxSDS,VBoxSVC: Some DEBUG_bird experiments for identifying the …
(edit) @76070   6 years vboxsync svchlp.h: Fixed head and include guards.
(edit) @76069   6 years vboxsync Make usage output fit into 80 columns. Further edit usage verbage / …
(edit) @76068   6 years vboxsync Linux installers: use systemctl daemon-reload, not daemon-reexec. …
(edit) @76067   6 years vboxsync VBoxSDS,VBoxSVC,VBoxProxyStub: Kicked out the failed attempt at …
(edit) @76066   6 years vboxsync VBoxSDS: updates
(edit) @76065   6 years vboxsync VBoxSDS: nits
(edit) @76064   6 years vboxsync VirtualBoxClientListImpl.cpp -> src-global/win/
(edit) @76063   6 years vboxsync DevAHCI: Tiger hack from Michal.
(edit) @76062   6 years vboxsync FE/Qt: bugref:8694: Provide UIActionPoolRuntime with information about …
(edit) @76061   6 years vboxsync IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API …
(edit) @76060   6 years vboxsync PCnet: More consistent spelling.
(edit) @76059   6 years vboxsync FE/Qt: bugref:9012: Small style fixes for r127272 and r127295.
(edit) @76058   6 years vboxsync FE/Qt: bugref:9012. Fix for r127272.
(edit) @76057   6 years vboxsync Audio/HDA: Removed debug assertions which are not needed anymore in …
(edit) @76056   6 years vboxsync FE/Qt: bugref:6699 Add the missing file manager dialog menu on MacOS
(edit) @76055   6 years vboxsync IPRT/semevent*-r0drv-darwin.cpp: Must disable interrupts prior to …
(edit) @76054   6 years vboxsync SUPDrv-win.cpp: Figure out the correct pool type before we call …
(edit) @76053   6 years vboxsync IPRT/initterm-r0drv-nt.cpp: Pre-initialize g_uRtNtVersion early so the …
(edit) @76051   6 years vboxsync PCnet: Corrected most instances of wrong capitalization.
(edit) @76050   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fixed VMCLEAR to use the …
(edit) @76049   6 years vboxsync Audio/HDA: Implemented adaptive stream timer Hz rates, based on the …
(edit) @76048   6 years vboxsync Audio/HDA: Checking for valid PCM properties in …
(edit) @76047   6 years vboxsync Audio/HDA: Got rid of a saved state hack in hdaR3LoadExec() which is …
(edit) @76046   6 years vboxsync Linux installers: do not call daemon-restart too often. bugref:3809: …
(edit) @76045   6 years vboxsync Audio/HDA: Also initialize PCM shift when falling back to 2 (stereo) …
(edit) @76044   6 years vboxsync FE/Qt: bugref:9012. Make the recording mode selection combo text …
(edit) @76043   6 years vboxsync Fixed options handling to reduce flags and re-use the list option …
(edit) @76042   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Guest/nested-guest state fixes …
(edit) @76041   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMLAUNCH/VMRESUME interface.
(edit) @76040   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 IEM-only EM execution policy fixes.
(edit) @76036   6 years vboxsync GAs/darwin/Installer: Packing adjustments. bugref:4802
(edit) @76034   6 years vboxsync Packing OS X GAs. bugref:4802
(edit) @76033   6 years vboxsync vboximg-mount: make it easier to take a tools directory located in a …
(edit) @76032   6 years vboxsync VBoxGuest-darwin.cpp: build fix. bugref:4686
(edit) @76031   6 years vboxsync NAT: Exegetical tradition of RFC1035 holds that "Not Implemented" …
(edit) @76028   6 years vboxsync GAs/Makefile.kmk: Preparing packing mac GAs. bugref:4802
(edit) @76027   6 years vboxsync GAs/darwin/Installer: Packing adjustments. bugref:4802
(edit) @76023   6 years vboxsync GAs/darwin/Installer: updates
(edit) @76022   6 years vboxsync Audio/HDA: Resolved a @todo in hdaR3SaveStream().
(edit) @76021   6 years vboxsync FE/Qt: Enable VBOX_WITH_LESS_VIRTUALBOX_INCLUDING by default. Use …
(edit) @76020   6 years vboxsync DevPCNet: Review comment.
(edit) @76019   6 years vboxsync Audio/HDA: SDnFMT is 16-bit only for hdaR3SDFMTToPCMProps().
(edit) @76018   6 years vboxsync Audio/HDA: Cleaned up setting the stream registers at one defined …
(edit) @76017   6 years vboxsync NAT: drvNATDestruct - don't try to stop OS X DNS monitor thread that …
(edit) @76016   6 years vboxsync FE/Qt: bugref:8694: UIMachineView: Reapply both device-pixel-ratio and …
(edit) @76015   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 IEM-only execution fix.
(edit) @76014   6 years vboxsync Installer/darwin/VirtualBox_Uninstall.tool: Ask the user whether to …
(edit) @76013   6 years vboxsync HGCM: doxygen fix
(edit) @76012   6 years vboxsync FE/Qt: Tweaked the COM wrapper headers to optionally not require …
(edit) @76011   6 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM fixes.
(edit) @76010   6 years vboxsync Installer/darwin: Integrate the OS X fuse core package into our …
(edit) @76009   6 years vboxsync VMM: Nested VMX/SVM: Fix Only-in-IEM execution macro define typo.
(edit) @76008   6 years vboxsync FE/Qt: bugref:8694: UIActionPoolRuntime: And now a bit of cleanup for …
(edit) @76007   6 years vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing DHCP server …
(edit) @76006   6 years vboxsync FE/Qt: bugref:8694: UIActionPoolRuntime: Few more refactoring bits for …
(edit) @76005   6 years vboxsync FE/Qt: bugref:8694: UIActionPoolRuntime: A bit of refactoring for …
(edit) @76004   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix to r127224.
(edit) @76003   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Make sure to perform MTF, …
(edit) @76002   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Clear MTF on VM-exit. Also APIC-write …
(edit) @76001   6 years vboxsync FE/Qt: bugref:9241: Calm assertion on global item trigger.
(edit) @76000   6 years vboxsync FE/Qt: bugref:9241: Remove redundant/obsolete headers from precompiled …
(edit) @75999   6 years vboxsync FE/Qt: bugref:9241: Remove redundant/obsolete NLS context.
(edit) @75998   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Consider GIF and virtual interrupts …
(edit) @75997   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Include APIC-write FF in the …
(edit) @75996   6 years vboxsync VMM/HMSVMR0: Comment regarding virtual interrupts.
(edit) @75995   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Priority list comment.
(edit) @75993   6 years vboxsync SharedFolders: Track mappings made by a client session so we can unmap …
(edit) @75992   6 years vboxsync GuestProperty: Limit the number of pending waits per session and look …
(edit) @75991   6 years vboxsync HGCM: Don't send HGCMNOTIFYEVENT_RESET on shutdown. Messes up the …
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