VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70295   7 years vboxsync Audio/HDA: Also check for the running state in …
(edit) @70294   7 years vboxsync Don't need stdio.h that much.
(edit) @70293   7 years vboxsync RTLdrCheckImports.cpp: Build fix.
(edit) @70292   7 years vboxsync dbgkrnlinfo-r0drv-nt.cpp: Fixed MmGetSystemRoutineAddress fallback.
(edit) @70291   7 years vboxsync VBoxGuest-win.cpp: Need read-write critsects.
(edit) @70290   7 years vboxsync VMM/HM: Dump SVM VMCB nit.
(edit) @70289   7 years vboxsync USB/win: Removed no longer needed flags (IOCTL interface change, …
(edit) @70288   7 years vboxsync VBoxGuest-win.cpp: Fixed use-after-free in Log statement.
(edit) @70287   7 years vboxsync VBoxGuest-win.cpp: Snuffed out race between idle checking and session …
(edit) @70286   7 years vboxsync More unused code.
(edit) @70285   7 years vboxsync Removed unused code/struct.
(edit) @70284   7 years vboxsync VBoxGuest-win.cpp: State cleanups.
(edit) @70283   7 years vboxsync Removed unused code.
(edit) @70282   7 years vboxsync VBoxGuest-win.cpp: Refuse to stop or remove the device when there are …
(edit) @70281   7 years vboxsync FE/QT: bugref:9072 Reset the search results when th user jumps to …
(edit) @70280   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::aPciBaseAddresses and …
(edit) @70279   7 years vboxsync VBoxGuest-win.cpp: Moved functions around a little, avoiding a couple …
(edit) @70278   7 years vboxsync Audio/HDA: Implemented recording (and re-routing SDI1 to SDI0) for …
(edit) @70277   7 years vboxsync Trailing spaces.
(edit) @70276   7 years vboxsync VBoxGuest-win.cpp: Set calling convention on functions passed to NT.
(edit) @70275   7 years vboxsync RTLdrCheckImports.cpp: Build fix.
(edit) @70274   7 years vboxsync VBoxGuest-win.cpp: Reintroduced the bugcheck callback and backdoor logging.
(edit) @70273   7 years vboxsync USB/win: Use port speed already reported by OS to disginguish between …
(edit) @70272   7 years vboxsync FE/Qt bugref:9072 Mark logviewer scrollbar when all the maches are …
(edit) @70271   7 years vboxsync RTLdrCheckImports.cpp: Build fix.
(edit) @70270   7 years vboxsync VBoxGuest-win.cpp: Dropped VBOXGUESTDEVEXTWIN::pCurrentIrp since was …
(edit) @70269   7 years vboxsync VMM/CPUM: Dump nit.
(edit) @70268   7 years vboxsync VMM/HM: Tidy dumping.
(edit) @70267   7 years vboxsync VBoxService/win: Don't unload modules we dynamically resolve APIs …
(edit) @70266   7 years vboxsync VMM/HM: Added dumping of SVM VMCB state save area.
(edit) @70264   7 years vboxsync VMM/HMSVM: Add VGIF, dump new VMCB bits (VGIF, SEV, SEV-ES, Virt …
(edit) @70263   7 years vboxsync VMM/IEM: SVM VMCB struct logical adjustments for new SVM features …
(edit) @70262   7 years vboxsync VMM/HM: SVM VMCB struct logical adjustments for new SVM features …
(edit) @70261   7 years vboxsync VMM/IEM: SVM VMCB struct logical adjustments for new SVM feature bits …
(edit) @70260   7 years vboxsync VMM: SVM VMCB struct logical adjustments for new SVM feature bits …
(edit) @70258   7 years vboxsync VMM/HM: Access SVM VMCB clean bits as a 32-bit field.
(edit) @70257   7 years vboxsync IPRT/ldrPE.cpp: Almost forgotten old linkers didn't set …
(edit) @70256   7 years vboxsync IPRT: New tool 'RTLdrCheckImports' for checking imports. Currently …
(edit) @70255   7 years vboxsync VMM/IEM: Match AMD spec exactly whenever possible while naming SVM …
(edit) @70254   7 years vboxsync VMM: Match the AMD specs exactly whenever possible for SVM specific …
(edit) @70253   7 years vboxsync VMM/HMSVMR0: Comment nit.
(edit) @70252   7 years vboxsync Tabs.
(edit) @70251   7 years vboxsync Audio/HDA: Use a pointer to the associated audio stream for …
(edit) @70250   7 years vboxsync Audio/HDA: Implemented hdaGetDefaultSink().
(edit) @70249   7 years vboxsync Audio/HDA: Renaming: hdaMixerSetStream (+ callbacks) -> hdaMixerControl().
(edit) @70248   7 years vboxsync Build fix.
(edit) @70247   7 years vboxsync Tabs.
(edit) @70246   7 years vboxsync Audio/HDA: Use a dedicated fRunning flag for a stream, as the RUN bit …
(edit) @70245   7 years vboxsync VBoxGuest: fix a parameter-documentation-checker burn.
(edit) @70244   7 years vboxsync iprt/socket: fix a white-space-checker burn.
(edit) @70243   7 years vboxsync HostServices/SharedClipboard: fix headless build. Thank you Florian Klink.
(edit) @70242   7 years vboxsync FE/Qt bugref:9072 Handling highlighting better in case of log refresh
(edit) @70241   7 years vboxsync alloc-r0drv-nt.cpp: duh
(edit) @70240   7 years vboxsync VBoxProxyStub.c: Official docs says DELETE is required for …
(edit) @70239   7 years vboxsync Main/Nvram: use PDM driver include, avoid unnecessary header dependency
(edit) @70238   7 years vboxsync Main/Console+BusAssignmentManager: Move from manual PCI bridge …
(edit) @70237   7 years vboxsync Main/UsbCardReader: use PDM driver include, avoid unnecessary header …
(edit) @70236   7 years vboxsync Main/Snapshot: coding style whitespace cleanup, adding a todo …
(edit) @70235   7 years vboxsync Main/Global: change order of Linux guest OS types, returning to 'sort …
(edit) @70234   7 years vboxsync VMM/CPUM: nit.
(edit) @70233   7 years vboxsync VMM/CPUM: todo for later.
(edit) @70232   7 years vboxsync VMM/HMSVMR0: Comments.
(edit) @70231   7 years vboxsync FE/Qt bugref:9072 Adding 'wrap around' and 'highlight all' …
(edit) @70230   7 years vboxsync FE/Qt: Mapped icon for NT3x guest type.
(edit) @70229   7 years vboxsync VBoxSDS: ​​​bugref:3300: fix scm error
(edit) @70228   7 years vboxsync VBoxSDS: ​​​bugref:3300: fixed VirtualBox installation when UAC is enabled
(edit) @70227   7 years vboxsync VBoxGuest-win.cpp: Addressed todos in vgdrvNtScanPCIResourceList.
(edit) @70226   7 years vboxsync VBoxGuest.cpp/VGDrvCommonISR: Don't assume pVMMDevMemory is valid.
(edit) @70225   7 years vboxsync VDVfs.cpp: Snapshot chain support.
(edit) @70223   7 years vboxsync VBoxGuest: Split up VGDrvCommonInitDevExt to accommodate plug-and-play …
(edit) @70221   7 years vboxsync Backed out r119656 as it was not the fix I asked for.
(edit) @70220   7 years vboxsync VBoxGuest-win.cpp: Added cleanup code in the error path of vgdrvNtInit …
(edit) @70219   7 years vboxsync VBoxGuest-win.cpp: Cleaning up version code a little and made it …
(edit) @70218   7 years vboxsync Main/Global.cpp: Added NOUSB to the NT4 guest OS type hints.
(edit) @70217   7 years vboxsync VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x …
(edit) @70215   7 years vboxsync IPRT/r3/win: Some more NT 3.50 adjustments.
(edit) @70214   7 years vboxsync VBoxService: Dynamically resolve LsaNtStatusToWinError to make it work …
(edit) @70213   7 years vboxsync IPRT/r3/win: Wrapped two more kernel32 APIs that's used by the VC v10 …
(edit) @70212   7 years vboxsync IPRT/r0drv/nt: Dynamically import 4 more function to make it work on …
(edit) @70211   7 years vboxsync VBoxControl: Made it work on NT 3.50 (just for fun).
(edit) @70210   7 years vboxsync nt3fakes-r0drv-nt.cpp: Get version from registry. Just for …
(edit) @70209   7 years vboxsync VBoxGuestInst(NT).cpp: try stop the service during uninstall.
(edit) @70208   7 years vboxsync VBoxGuest-win.cpp: removed now unused function
(edit) @70207   7 years vboxsync FE/Qt Remove trailing white spaces
(edit) @70206   7 years vboxsync IPRT/socket.cpp: Fixed socket even leak (windows + polling).
(edit) @70205   7 years vboxsync IPRT/socket.cpp: Initialize winsock before creating sockets.
(edit) @70204   7 years vboxsync comment fix
(edit) @70203   7 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Copy & past bugfix (for r119709).
(edit) @70202   7 years vboxsync Audio/HDA: Determine stream direction from SD# instead of stream …
(edit) @70201   7 years vboxsync FE/Qt: bugref:8857: X11: Runtime UI: Do not restore the cached window …
(edit) @70200   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]
(edit) @70199   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]
(edit) @70198   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]
(edit) @70196   7 years vboxsync VBoxService: Made it work on NT 3.51.
(edit) @70195   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental).
(edit) @70194   7 years vboxsync VBoxGuest-win.cpp: Experimental NT 3.51 support.
(edit) @70192   7 years vboxsync IPRT/r0drv/nt: Tricks for working with NT 3.51.
(edit) @70191   7 years vboxsync FE/Qt: bugref:9072 Assign log save action to Ctrl+S only if the …
(edit) @70190   7 years vboxsync FE/Qt Append the full path to a dialog message
(edit) @70189   7 years vboxsync FE/Qt: Feed a non-const QWidget* to ::darwinIsWindowMaximized to keep …
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