VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19570   16 years vboxsync Use RT critical sections, so we get an assertion for deadlocks
(edit) @19569   16 years vboxsync addendum to r46941
(edit) @19568   16 years vboxsync Corrected return type
(edit) @19567   16 years vboxsync blank line.
(edit) @19566   16 years vboxsync OSE fix
(edit) @19565   16 years vboxsync Runtime/r0drv-freebsd: Allocate zeroed memory for the mutexes or we …
(edit) @19564   16 years vboxsync SUPLib-freebsd: Tab to spaces
(edit) @19563   16 years vboxsync HostDrivers,Runtime/r0drv-freebsd: Fix compiling on FreeBSD 8. Thanks …
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19561   16 years vboxsync build fix.
(edit) @19560   16 years vboxsync EFI: typo (uninitialized variable)
(edit) @19559   16 years vboxsync IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range …
(edit) @19558   16 years vboxsync Runtime: typo (win32 build)
(edit) @19557   16 years vboxsync libxml2: hidden fun for when we link this into a dylib/so and wants to …
(edit) @19556   16 years vboxsync Config.kmk: Fixed VBOX_LIBXML2 inconsistency, _REENTRANT *must* be …
(edit) @19555   16 years vboxsync VboxRTDeps.cpp: openssl stuff for darwin.
(edit) @19554   16 years vboxsync VBoxRT,++: linking libxml and openssl into VBoxRT.
(edit) @19553   16 years vboxsync GuestHost/SharedClipboard/x11: memory leak in the testcase
(edit) @19552   16 years vboxsync GuestHost/SharedClipboard/x11: cleanup
(edit) @19551   16 years vboxsync libxslt: makefile fix - LIBXML_STATIC is defined by the SDK.
(edit) @19550   16 years vboxsync oops.
(edit) @19549   16 years vboxsync libxml2: build change in progress.
(edit) @19548   16 years vboxsync libxml2: build change in progress.
(edit) @19547   16 years vboxsync IPRT: unexport internal rtMem* functions.
(edit) @19546   16 years vboxsync space
(edit) @19545   16 years vboxsync NAT: better header space reserving
(edit) @19544   16 years vboxsync iprt/avl.h: added some missing prototypes.
(edit) @19543   16 years vboxsync iprt/stream.h: Added missing RTStrmError and RTStrmClearError prototypes.
(edit) @19542   16 years vboxsync iprt/time.h: Added missing RTTimeIsLeapYear prototype.
(edit) @19541   16 years vboxsync GuestHost/SharedClipboard/x11: fixes to the testcase
(edit) @19540   16 years vboxsync GuestHost/SharedClipboard/x11: code cleanup
(edit) @19539   16 years vboxsync VMMR3YieldSuspend: only cpu 0 for now.
(edit) @19538   16 years vboxsync TM: Moved TMR3TimerDestroy from TMAll.cpp to TM.cpp.
(edit) @19537   16 years vboxsync TMR3TimerDestroy: rewrite to ring-3 only.
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19535   16 years vboxsync GuestHost/SharedClipboard/x11: removed some debugging code
(edit) @19534   16 years vboxsync GuestHost/SharedClipboard/x11: test and fix handling of …
(edit) @19533   16 years vboxsync Main-OVF: make sure the source chain is released early on disk image …
(edit) @19532   16 years vboxsync VBoxService/common: Backed cmd line changes; won't work.
(edit) @19531   16 years vboxsync Added RTCritSectGetWaiters
(edit) @19530   16 years vboxsync Main: decouple xml classes from COM dependencies (part 2)
(edit) @19529   16 years vboxsync Introduced VMMR3AtomicExecuteHandler
(edit) @19528   16 years vboxsync Introduced VMMR3AtomicExecuteHandler
(edit) @19527   16 years vboxsync VBoxService/common: Comment.
(edit) @19526   16 years vboxsync VBoxService/common: Bugfix for cmd line.
(edit) @19525   16 years vboxsync NAT: Correct ethernet package check
(edit) @19524   16 years vboxsync iprt/asm.h: try work around gcc 4.3.3/x86 issues in …
(edit) @19523   16 years vboxsync IPRT: Build common/asm/ASMAtomicCmpXchgU64.asm into the R3 runtime.
(edit) @19522   16 years vboxsync IPRT: Added a 32-bit implementation of ASMAtomicCmpXchgU64
(edit) @19521   16 years vboxsync VBoxService/common: Don't exit on unknown parameters.
(edit) @19520   16 years vboxsync fix windows burn
(edit) @19519   16 years vboxsync Main: decouple xml classes from COM dependencies
(edit) @19518   16 years vboxsync vboxadd-service: Status messages.
(edit) @19517   16 years vboxsync VBoxService/common: Updated linux parts (installer, setup scripts, ...).
(edit) @19516   16 years vboxsync Always call pgmPoolSyncCR3 from PGMSyncCR3 (regardless of guest paging …
(edit) @19515   16 years vboxsync video hw accel: basic for ddcaps initialization to support …
(edit) @19514   16 years vboxsync VBoxService/common: Tabs.
(edit) @19513   16 years vboxsync VBoxService/common:
(edit) @19512   16 years vboxsync Logging updates
(edit) @19511   16 years vboxsync DVD/Floppy: rollback if unmount failed
(edit) @19510   16 years vboxsync DHCP runner: warnings, spaces
(edit) @19509   16 years vboxsync IPRT: Started on debug support, RTDbg*.
(edit) @19508   16 years vboxsync iprt/system.h: api draft for querying memory installed and available to us.
(edit) @19507   16 years vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19506   16 years vboxsync GuestHost/SharedClipboard/x11: add reading Latin1 from X11 to the …
(edit) @19505   16 years vboxsync GuestHost/SharedClipboard/x11: better testcases and a couple of fixes …
(edit) @19504   16 years vboxsync Fixed r47022 regression
(edit) @19503   16 years vboxsync Fixed r47022 regression
(edit) @19502   16 years vboxsync TMAll.cpp: removed two assertions in TMTimerStop as well.
(edit) @19501   16 years vboxsync 2xRTMpPokeCpu-r0drv-solaris.c: svn properties, Id string, status codes.
(edit) @19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19499   16 years vboxsync TMInternal.h: Made TMTIMER::offShcduleNext volatile and switched from …
(edit) @19498   16 years vboxsync TMAll.cpp: Drop two wrong assertions in TMTimerSet (the queue might be …
(edit) @19497   16 years vboxsync TM.cpp: logging changes.
(edit) @19496   16 years vboxsync Solaris optimized version of RTMpPokeCpu
(edit) @19495   16 years vboxsync VM: Name the EMTs differently if there are more than one.
(edit) @19494   16 years vboxsync PDMR3VMMDevHeapAlloc: grumble
(edit) @19493   16 years vboxsync PDMR3VMMDevHeapAlloc: disabled annoying assertion.
(edit) @19492   16 years vboxsync TMAll: Fixed assertion in tmTimerQueueSanityChecks.
(edit) @19491   16 years vboxsync TM/doxygen: show the nice timer state chart.
(edit) @19490   16 years vboxsync tstVMM-2: Deleted as it did end up being used.
(edit) @19489   16 years vboxsync DevAPIC: do not flood the release log!
(edit) @19488   16 years vboxsync Made pgmPoolSyncCR3 a bit more SMP safe (pgmPoolClearAll still to be done).
(edit) @19487   16 years vboxsync Adjusted assertion for now
(edit) @19486   16 years vboxsync TM: Added lock stubbing for debugging purposes (disabled).
(edit) @19485   16 years vboxsync TM: fixed incorrect use of ASMBitTestAndSet in TMR3TimerQueuesDo that …
(edit) @19484   16 years vboxsync PDM*Device.cpp: spaces again.
(edit) @19483   16 years vboxsync Solaris/VBoxNetFlt: redundant prototypes.
(edit) @19482   16 years vboxsync Update
(edit) @19481   16 years vboxsync Missing check for pending VMCPU flags (hwacc case).
(edit) @19480   16 years vboxsync Release the PGM lock when calling physical handlers …
(edit) @19479   16 years vboxsync Got rid of obsolete assertion
(edit) @19478   16 years vboxsync Finished up init IPI processing. (untested)
(edit) @19477   16 years vboxsync tstVBoxAPIWin: Enhanced example for starting a VM via OpenRemoteSession.
(edit) @19476   16 years vboxsync Moved VMMR3SendInitIpi/Sipi
(edit) @19475   16 years vboxsync VMM: sending init IPI
(edit) @19474   16 years vboxsync MMIO locking
(edit) @19473   16 years vboxsync Added PGMIsLockOwner
(edit) @19472   16 years vboxsync Protect port I/O with a critical section.
(edit) @19471   16 years vboxsync Added PGMIsLocked & PDMCritSectIsLocked
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