VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30288   14 years vboxsync FE/Qt4: cleanup
(edit) @30287   14 years vboxsync Main: added some host partition sanity checks for all virtual disk …
(edit) @30286   14 years vboxsync Main/Settings: fixed determination if we require settings V1_9 or …
(edit) @30285   14 years vboxsync Clean up balloon statistics in case the VM process crashed.
(edit) @30284   14 years vboxsync todo
(edit) @30283   14 years vboxsync Runtime: error checking
(edit) @30282   14 years vboxsync RTFsQueryType(): hfsplus on Linux
(edit) @30281   14 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30280   14 years vboxsync VBoxShell: foreach with simple XPath-like nodes addressing
(edit) @30279   14 years vboxsync removed unused header
(edit) @30278   14 years vboxsync RTFsQueryType: clarification
(edit) @30277   14 years vboxsync Main/Medium: fix broken error messages
(edit) @30276   14 years vboxsync iprt: added RTFsQueryType() for Windows
(edit) @30275   14 years vboxsync Runtime/socket: fix size_t/int problem
(edit) @30274   14 years vboxsync iprt: testcase for RTFsQueryType()
(edit) @30273   14 years vboxsync Runtime/socket: typo
(edit) @30272   14 years vboxsync Runtime/socket: there is no sendmsg equivalent on all Windows …
(edit) @30271   14 years vboxsync EFI: fixes signature of GetSystemMemorySize, fetching amount of …
(edit) @30270   14 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @30269   14 years vboxsync svn keywords fix
(edit) @30268   14 years vboxsync logging fix
(edit) @30267   14 years vboxsync OSE fix
(edit) @30266   14 years vboxsync OSE fix
(edit) @30265   14 years vboxsync OSE fix
(edit) @30264   14 years vboxsync wddm/2d: bugfixing
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @30262   14 years vboxsync VBoxNetFlt-linux.c: nits
(edit) @30261   14 years vboxsync VBoxShell: generic foreach
(edit) @30260   14 years vboxsync OVF: first testcase.
(edit) @30259   14 years vboxsync FE/Qt: New running VM core: Fixed bug in VBoxDefs::ResizeEventType …
(edit) @30258   14 years vboxsync FE/Qt: New running VM core: little coding cosmetics.
(edit) @30257   14 years vboxsync 2x use AssertCompileNS.
(edit) @30256   14 years vboxsync Incorrect queue option resulted in deadlocks
(edit) @30255   14 years vboxsync iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
(edit) @30254   14 years vboxsync iprt: introduced RTFsQueryType()
(edit) @30253   14 years vboxsync iprt/assert.h: Use static_assert with g++ when available. Added …
(edit) @30252   14 years vboxsync Windows Guest Additions Credential Provider: - Added reverse lookup …
(edit) @30251   14 years vboxsync Paranoid check
(edit) @30250   14 years vboxsync tstRTAssertCompile.cpp: Postpone array problem on MSC.
(edit) @30249   14 years vboxsync Removed assertions again; can cause double faults due to logging …
(edit) @30248   14 years vboxsync Paranoia
(edit) @30247   14 years vboxsync Fix page fusion on smp guests
(edit) @30246   14 years vboxsync comment
(edit) @30245   14 years vboxsync VRDP: SunFlsh video channel: send frames, configuration (xTracker 4606).
(edit) @30244   14 years vboxsync iprt/assert.h: copy & past…
(edit) @30243   14 years vboxsync header change
(edit) @30242   14 years vboxsync Assertions
(edit) @30241   14 years vboxsync VMMGetCpu was completely broken in the context of GMMR0CheckSharedModules
(edit) @30240   14 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30239   14 years vboxsync wddm/2d: kernel(miniport) part impl
(edit) @30238   14 years vboxsync fileaio-solaris.cpp: Variable mixup. Fixes hang during async I/O
(edit) @30237   14 years vboxsync Make sure GMMR0MapUnmapChunk can deal with calls from non-EMT threads.
(edit) @30236   14 years vboxsync Reverted 62726
(edit) @30235   14 years vboxsync Typo
(edit) @30234   14 years vboxsync This is very fatal
(edit) @30233   14 years vboxsync Use a valid cpu id
(edit) @30232   14 years vboxsync Compile fix
(edit) @30231   14 years vboxsync Chunk mapping calls can arrive from any thread now because of page …
(edit) @30230   14 years vboxsync EFI: fix of vbox/7002.
(edit) @30229   14 years vboxsync Config.kmk: build fix.
(edit) @30228   14 years vboxsync Config.kmk,Runtime/Makefile.kmk: VCC100 / WINDDK updates.
(edit) @30227   14 years vboxsync configure.vbs: updates for VCC100 and the newer DDKs and SDKs …
(edit) @30226   14 years vboxsync VBoxVideo.h: VBOXPEVENT casts for VCC100, needs checking as they seem …
(edit) @30225   14 years vboxsync VBoxServiceVMInfo-win.cpp: bump _WIN32_WINNT to 0x0502 to get the …
(edit) @30224   14 years vboxsync Devices: three size_t warnings.
(edit) @30223   14 years vboxsync DrvHostDVD: More VCC100 intrinsic stupditity.
(edit) @30222   14 years vboxsync tstDeviceStructSize.cpp: VCC100 warnings.
(edit) @30221   14 years vboxsync DrvVD: todo/r=bird: lwip_recv does not set errno, so checking it here …
(edit) @30220   14 years vboxsync lwip/src/api/sockets.c: errno.h and MSC; who defines ERRNO in general?
(edit) @30219   14 years vboxsync DevVirtioNet.cpp: warning.
(edit) @30218   14 years vboxsync slirp: VCC100 errno adj.
(edit) @30217   14 years vboxsync VMM: VCC100 warnings.
(edit) @30216   14 years vboxsync wddm/2d: overlay flip/destroy in UMD
(edit) @30215   14 years vboxsync wddm/2d: overlay create/update in UMD
(edit) @30214   14 years vboxsync wddm/2d: bugfixing
(edit) @30213   14 years vboxsync FE/Qt: New running VM core: move some common code into UIMachineWindow …
(edit) @30212   14 years vboxsync FE/Qt: New running VM core: Fixed potential bug in initial …
(edit) @30211   14 years vboxsync FE/Qt: 4977: Workaround to fix failed XGrabKeyboard under metacity …
(edit) @30210   14 years vboxsync Frontends/VirtualBox: clean up size suffix translations, all should …
(edit) @30209   14 years vboxsync Main: fixed non-Windows burns
(edit) @30208   14 years vboxsync Frontends/VirtualBox: remove the need to translate the complicated …
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @30206   14 years vboxsync FE/Qt4: added default help menu icon
(edit) @30205   14 years vboxsync FE/Qt4: Added another ctor. Removed unnecessary char* conversation.
(edit) @30204   14 years vboxsync FE/Qt4: add default cancel icon
(edit) @30203   14 years vboxsync VMM/GMMR0: On Solaris, use legacy alloc for 32-bit (public #6899).
(edit) @30202   14 years vboxsync Make sure shared page candidates are in the allocated state
(edit) @30201   14 years vboxsync Clean up balloon in pnp remove device as well
(edit) @30200   14 years vboxsync FE/headless: VNC coding style and minor fixes
(edit) @30199   14 years vboxsync FE/Qt4: upps
(edit) @30198   14 years vboxsync build fix
(edit) @30197   14 years vboxsync FE/Qt: log if 2D video acceleration is actually enabled for this VM
(edit) @30196   14 years vboxsync FE/Qt4: try to use the host icon and change the button order
(edit) @30195   14 years vboxsync Added PDM_DEVREG_CLASS_HOST_DEV
(edit) @30194   14 years vboxsync FE/Qt: 5052: Runtime language switching should now translate all …
(edit) @30193   14 years vboxsync FE/Qt4: bad typo
(edit) @30192   14 years vboxsync FE/Qt4: created separate icon factory
(edit) @30191   14 years vboxsync Main: add DMI product name and DMI product version to the release log …
(edit) @30190   14 years vboxsync Solaris/VBI: fix segvbi_fault and segvbi_getprot routines. Some style …
(edit) @30189   14 years vboxsync FE/Qt4-OSX: wrong default
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