VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @70188   7 years vboxsync FE/Qt Comment out the line failing to compile on MacOS for now
(edit) @70187   7 years vboxsync FE/Qt explicitly cast UIVMLogViewerDialog for darwinIsWindowMaximized …
(edit) @70186   7 years vboxsync FE/Qt explicitly cast UIVMLogViewerDialog for darwinIsWindowMaximized …
(edit) @70185   7 years vboxsync FE/Qt bugref:9072 Logviewer widget can be now embedded into machine …
(edit) @70184   7 years vboxsync VMM/CPUM: Added guest CPUID feature bits for SVM VGIF and Virtualized …
(edit) @70182   7 years vboxsync devpciR3UpdateMappings: Made PCI MMIO work again with NT 3.51 after …
(edit) @70181   7 years vboxsync pdmpcidev.h: Modified FNPCICONFIGWRITE to return a status code to …
(edit) @70180   7 years vboxsync VBoxGuest/Makefile.kmk: Forgot to remove VBoxGuestNT
(edit) @70178   7 years vboxsync VMM/HMSVMAll: Fix regression introduced in r114296. Typo while …
(edit) @70177   7 years vboxsync VMM/HMSVMR0: Ensure clean bits are updated while loading/merging …
(edit) @70176   7 years vboxsync VMM/HMSVMAll: 0 is not a valid address-size field value for EXITINFO1 …
(edit) @70175   7 years vboxsync NT4 can use VBoxService.exe, so drop VBoxServiceNT.exe.
(edit) @70174   7 years vboxsync NT4 can use VBoxService.exe, so drop VBoxServiceNT.exe.
(edit) @70173   7 years vboxsync VBoxServiceNT: Temporarily a duplicate of VBoxService.
(edit) @70172   7 years vboxsync r3/win/process-win.cpp: Drop the IPRT_TARGET_NT4.
(edit) @70171   7 years vboxsync VBoxService: Working on removing TARGET_NT4 here too…
(edit) @70170   7 years vboxsync VGSvcVMInfoWinGetComponentVersions: no OpenGL in the NT4 additions.
(edit) @70169   7 years vboxsync display-svga-x11.cpp: fix trailing whitespace.
(edit) @70168   7 years vboxsync VBoxGuest: make scm check netbsd/vboxguest.ioconf and make it happy …
(edit) @70167   7 years vboxsync VBoxGuest: netbsd/locators.h is a stub for a file that is normally …
(edit) @70165   7 years vboxsync FE/Qt: build fix attempt
(edit) @70164   7 years vboxsync Additions: No more VBoxGuestNT.sys; NT uses the same driver build as …
(edit) @70162   7 years vboxsync IPRT,VBoxGuest: Dropped NT4 specific ring-0 library. VBoxGuestNT.sys …
(edit) @70161   7 years vboxsync Linux drivers: check for unresolved symbols at build time. …
(edit) @70160   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70159   7 years vboxsync VboxGuest: linux & freebsd needs more source to deal with string …
(edit) @70158   7 years vboxsync VBoxGuest-win.cpp: Don't use IPRT without at all initializating it …
(edit) @70157   7 years vboxsync iprt/r0drv/nt: Fixing NT4, broke it just now.
(edit) @70156   7 years vboxsync Runtime: fix Utf-8 for Linux R0.
(edit) @70155   7 years vboxsync iprt/isomaker.cpp: Fixed a file handle leak (single handle).
(edit) @70154   7 years vboxsync VBoxGuest.cpp: I mean to use RTStrNICmpAscii in …
(edit) @70153   7 years vboxsync IPRT: Don't call ExAllocatePool[WithTag] directly unless you must, use …
(edit) @70152   7 years vboxsync iprt/r0drv/nt: Reduce #ifdef'ing TARGET_NT4.
(edit) @70151   7 years vboxsync iprt/r0drv/nt: Reduce #ifdef'ing TARGET_NT4.
(edit) @70150   7 years vboxsync iprt/r0drv/memobj: Let initterm resolve MmProtectMdlSystemAddress.
(edit) @70149   7 years vboxsync iprt/r0drv/nt: Use RTR0DbgKrnlInfoOpen and friends for resolving …
(edit) @70148   7 years vboxsync IPRT/r0drv: Added RTR0DbgKrnlInfoGetSymbol as a wrapper around …
(edit) @70147   7 years vboxsync FE/Qt: bugref:8900: No need to manually close QIManagerDialog dialogs, …
(edit) @70146   7 years vboxsync VBoxGuest-win.cpp: Less TARGET_NT4 stuff, more version ifs.
(edit) @70145   7 years vboxsync VMM/IEM: Update the address size field for basic IN/OUT instr. and …
(edit) @70143   7 years vboxsync Audio: Verify file handle in DrvAudioHlpFileWrite().
(edit) @70142   7 years vboxsync Audio/HDA: Minor logging adjustments.
(edit) @70141   7 years vboxsync http-curl.cpp: rtHttpWinConfigureProxyForUrl - also assume no proxy if …
(edit) @70140   7 years vboxsync FE/Qt: ​bugref:9072 Change margins and spacgins of logviewer widget
(edit) @70139   7 years vboxsync FE/Qt: ​bugref:9072 Save/load the geometry of the logviewer dialog …
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