VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19642   16 years vboxsync Fix
(edit) @19641   16 years vboxsync Logging again
(edit) @19640   16 years vboxsync Solaris/VBoxNetFlt: dl_primstr.
(edit) @19639   16 years vboxsync Disassembler changes for guest SMP
(edit) @19638   16 years vboxsync small addendum to r47206 (VBoxManage modifyvm fix)
(edit) @19637   16 years vboxsync VBoxService/VMInfo: tabs, spaces.
(edit) @19636   16 years vboxsync Log VCPU
(edit) @19635   16 years vboxsync doppelmoppel
(edit) @19634   16 years vboxsync FE/Qt4: allow to disable a serial port even if the port path is missing
(edit) @19633   16 years vboxsync cpumR3InfoGuest: dump state of current EMT if there is one
(edit) @19632   16 years vboxsync Use physical id for logging APIC
(edit) @19631   16 years vboxsync Added paranoid assertion about maximum VCPUs
(edit) @19630   16 years vboxsync solaris adds build fix
(edit) @19629   16 years vboxsync VBoxService/Solaris: build fix, added libnsl dependency.
(edit) @19628   16 years vboxsync Lock counter instead of a lock flag.
(edit) @19627   16 years vboxsync PGM pool: allow multiple users of top-level paging structures …
(edit) @19626   16 years vboxsync polished r47206
(edit) @19625   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19624   16 years vboxsync added raw file serial driver
(edit) @19623   16 years vboxsync VBoxService/common: Solaris netmask.
(edit) @19622   16 years vboxsync VBoxManage showvminfo: fixed r46627 regression
(edit) @19621   16 years vboxsync Properly setup the CPU context
(edit) @19620   16 years vboxsync VBoxService/common: No const here. Used as output param.
(edit) @19619   16 years vboxsync VBoxService/common: Solaris header.
(edit) @19618   16 years vboxsync warnings (use const char* where appropriate)
(edit) @19617   16 years vboxsync VBoxService/common: Added network interface information (IPv4) for …
(edit) @19616   16 years vboxsync Obsolete comment
(edit) @19615   16 years vboxsync ACPI logging updates
(edit) @19614   16 years vboxsync Main and Devices: absolute mouse support: do not send a mouse movement …
(edit) @19613   16 years vboxsync Logging change for SMP
(edit) @19612   16 years vboxsync Backed out r47189; accidental commit
(edit) @19611   16 years vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19610   16 years vboxsync Main/Machine: add extradata key to suppress deleting saved state on …
(edit) @19609   16 years vboxsync Temporarily restrict servicing timer queues to VCPU 0
(edit) @19608   16 years vboxsync MMHyper.cpp: Extended release assertion with a message.
(edit) @19607   16 years vboxsync ACPI: increased maximum nr of supported VCPUs to 16; we should …
(edit) @19606   16 years vboxsync ACPI: Always show the CPU leafs when we have multiple VCPUs
(edit) @19605   16 years vboxsync iprt/common/asm: id tag + docs.
(edit) @19604   16 years vboxsync Solaris/VBoxNetFlt: do the attach work ourselves rather than dl_attach.
(edit) @19603   16 years vboxsync More build fixes.
(edit) @19602   16 years vboxsync Python Shell: update remove command with HDD detach code
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19599   16 years vboxsync Solaris/VBoxNetAdp: added static hostname file for persistence.
(edit) @19598   16 years vboxsync NetIf-win: Assertion not needed here.
(edit) @19597   16 years vboxsync PDMCritSectIsOwner fix
(edit) @19596   16 years vboxsync PDMCritSectIsOwner: pretend critical sections scheduled for release …
(edit) @19593   16 years vboxsync Split up PDM.
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19591   16 years vboxsync Runtime/r0drv-freebsd: Disable the active code for allocating pages …
(edit) @19590   16 years vboxsync Added PDMCritSectGetRecursion
(edit) @19588   16 years vboxsync Do not lock IFramebuffer while it is being resized (xTracker #3902).
(edit) @19587   16 years vboxsync Additions/linux/installer: no --daemonize parameter to vboxadd-service
(edit) @19586   16 years vboxsync Missing pgmUnlock
(edit) @19585   16 years vboxsync Enabled ring 0 stack dump for win32 only
(edit) @19584   16 years vboxsync Linux vboxdrv script: don't search for the vboxdrv module, this is …
(edit) @19583   16 years vboxsync Also load R0 modules
(edit) @19582   16 years vboxsync Wrong end of the stack
(edit) @19581   16 years vboxsync Set selector as well
(edit) @19580   16 years vboxsync Updates
(edit) @19579   16 years vboxsync VBoxSDL: small delay when sending the hostkey prior to a mouse click
(edit) @19578   16 years vboxsync Missing DBGFADDRESS_FLAGS_VALID
(edit) @19577   16 years vboxsync Compile fix
(edit) @19576   16 years vboxsync Compile fix
(edit) @19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19574   16 years vboxsync NetIf-win: Added logging/assertion.
(edit) @19573   16 years vboxsync iprt/makefile.kmk: warning.
(edit) @19572   16 years vboxsync Started with ring 0 stack trace dump support.
(edit) @19571   16 years vboxsync Solaris/VBoxNetFlt: enable style 2 opens on trunk.
(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) @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) @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) @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) @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.
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