VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30336   14 years vboxsync logging.
(edit) @30335   14 years vboxsync VRDP: video channel: enable SunFlsh support by default (xTracker 4606).
(edit) @30334   14 years vboxsync Must initialize idHostCpu properly (breaks SMP guest restore)
(edit) @30333   14 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30332   14 years vboxsync Redundant lock/unlock
(edit) @30331   14 years vboxsync Main: further event work
(edit) @30330   14 years vboxsync FE/Qt: New running VM core: reworking some UIMachineLogic(+specific …
(edit) @30329   14 years vboxsync No need to call it twice
(edit) @30328   14 years vboxsync More paranoia
(edit) @30327   14 years vboxsync Paranoia
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30325   14 years vboxsync Obsolete pgmLock/Unlock
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30323   14 years vboxsync FE/Qt4: Only show first run wizard, if we are not in teleportation mode.
(edit) @30322   14 years vboxsync VBoxManage: cosmetical fixes
(edit) @30321   14 years vboxsync VBoxInternalManage.cpp: Copy & past in debuglog.
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30319   14 years vboxsync VBoxManage: added internal command: debuglog
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30317   14 years vboxsync wddm/2d: bugfixing + more impl
(edit) @30316   14 years vboxsync CPUM.cpp: Too quick with r62871, the test just wasn't updated when …
(edit) @30315   14 years vboxsync CPUM.cpp: Fixed inverted uVersion check in cpumR3LoadcpuId.
(edit) @30314   14 years vboxsync Main: fixes to saveSettings and locking calls, part 2
(edit) @30313   14 years vboxsync Storage/VBoxHDD: optimize image cloning, at the moment only for newly …
(edit) @30312   14 years vboxsync Runtime/process-posix: Better error message if the binaries format is …
(edit) @30311   14 years vboxsync forgotten couple
(edit) @30310   14 years vboxsync Main: some events work
(edit) @30309   14 years vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30308   14 years vboxsync wddm/2d: bugfixing
(edit) @30307   14 years vboxsync compile fix
(edit) @30306   14 years vboxsync Runtime/socket: Windows does have a good enough sendmsg() equivalent …
(edit) @30305   14 years vboxsync build fix
(edit) @30304   14 years vboxsync Main: fixes to saveSettings and locking calls
(edit) @30303   14 years vboxsync iprt/RTDirRead: fixed memory leak introduced in r60863
(edit) @30302   14 years vboxsync comment.
(edit) @30301   14 years vboxsync VMM: Flush REM TLB during the live save / teleportation shadow page …
(edit) @30300   14 years vboxsync Main: another minor BSTR/Bstr fix
(edit) @30299   14 years vboxsync Main/testcase/Makefile.kmk: OVF testcase fix.
(edit) @30298   14 years vboxsync fixed memory leaks in Machine::GetGuestPropertyValue() and …
(edit) @30297   14 years vboxsync AsyncCompletion/File: Disable async flushes on Solaris hosts for now. …
(edit) @30296   14 years vboxsync Additions/linux/installer: support ArchLinux better
(edit) @30295   14 years vboxsync Additions/linux/installer: make sure the rest of the installation …
(edit) @30294   14 years vboxsync build fix
(edit) @30293   14 years vboxsync Runtime/Makefile.kmk: Don't set RT_WITH_ICONV_CACHE when building …
(edit) @30292   14 years vboxsync Main/Medium: add a couple of forgotten AutoCaller objects to fix …
(edit) @30291   14 years vboxsync FE/Qt: New running VM core: Move some machine-view settings from …
(edit) @30290   14 years vboxsync small fix
(edit) @30289   14 years vboxsync improved r62816: only show a warning now, not an error; enable the …
(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.
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