VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @59089   9 years vboxsync USBProxyDevice: Logging.
(edit) @59088   9 years vboxsync doc/manual: mention that the .run packages are built on EL5
(edit) @59087   9 years vboxsync bugref:7179. auto_ptr was removed from the files VirtualBoxImpl.cpp …
(edit) @59086   9 years vboxsync DrvAudio.cpp: Always propagate stream state changes to the backend(s).
(edit) @59085   9 years vboxsync DevIchAc97.cpp: Removed debug logging.
(edit) @59084   9 years vboxsync DBGF: Tried to rework the generic event config API, still not quite …
(edit) @59083   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59082   9 years vboxsync NetFlt/win: do not exclude adapters which report as neither physical …
(edit) @59081   9 years vboxsync iprt/log.h: pedantic warnings for 32-bit gcc
(edit) @59080   9 years vboxsync build fix
(edit) @59079   9 years vboxsync FE/Qt: bugref:8149: Runtime UI: Machine View: UI Session: Machine …
(edit) @59078   9 years vboxsync Audio/AC97: Fixed stream initialization / handling, also >= 2 VCPUs, …
(edit) @59077   9 years vboxsync NetCfg/win: fixed regression causing failure to create first host-only …
(edit) @59076   9 years vboxsync UIGlobalSettingsInput.cpp: In the VM process start by displaying the …
(edit) @59075   9 years vboxsync ValidationKit/testboxscript/readme: consider nested-paging
(edit) @59074   9 years vboxsync VMM: DBGFR3EventHandlePending stub.
(edit) @59073   9 years vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @59072   9 years vboxsync DBGC: Implemented the DBGC side of the sx* commands. (DBGF isn't quite …
(edit) @59071   9 years vboxsync UIMachineLogic.cpp: Fixed double free on windows when freeing the LED …
(edit) @59070   9 years vboxsync EFI/FirmwareBin: Update precompiled firmware binaries to r104628
(edit) @59069   9 years vboxsync Doppelmoppel logging.
(edit) @59068   9 years vboxsync doc/manual: typo/wording.
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @59066   9 years vboxsync SUPDrv.cpp: Harmless initialization typo (already null).
(edit) @59065   9 years vboxsync NetFlt/win: Report errors via DbgPrint so they could be picked up by …
(edit) @59064   9 years vboxsync configure: allow gcc 5.3
(edit) @59063   9 years vboxsync NAT: Move host resolver out of libalias. This is a minimal change …
(edit) @59062   9 years vboxsync dbgcCmdEventCtrl: Started coding.
(edit) @59061   9 years vboxsync Print Firmware name and Audio controller info to the log.
(edit) @59060   9 years vboxsync Indent.
(edit) @59059   9 years vboxsync Audio: DrvHostDSound.cpp: - Forward-ported r104448 (Also try …
(edit) @59058   9 years vboxsync Export ASMAtomicXchgU16 for NVMe/extpack.
(edit) @59057   9 years vboxsync IPRT: Duplicate ASMAtomicXchgU16, add ASMAtomic[Cmp]XchgU16 to 32-bit …
(edit) @59056   9 years vboxsync Main/Network: excessive release log messages removed (bugref:7973)
(edit) @59055   9 years vboxsync IPRT: Provided ASMAtomicCmpXchgU16 and ASMAtomicXchgU16 external …
(edit) @59054   9 years vboxsync ASMAtomicXchgU64.asm: fixed unused 64-bit code versions.
(edit) @59053   9 years vboxsync VBoxRTImp.def: Add ASMAtomicXmpChgU8
(edit) @59052   9 years vboxsync build fix
(edit) @59051   9 years vboxsync DevNVMe: More build fixes
(edit) @59050   9 years vboxsync Config.kmk: Enable NVMe controller emulation
(edit) @59049   9 years vboxsync HBDMgmt-darwin.cpp: Log more details about the error if available
(edit) @59048   9 years vboxsync build fix
(edit) @59047   9 years vboxsync build fix for the validation kit
(edit) @59046   9 years vboxsync NetCfg/win: Bind bridging LWF to host-only adapters (bugref:8140)
(edit) @59045   9 years vboxsync Setup audio controller type as recommended for specified OSType. …
(edit) @59044   9 years vboxsync Devices/Storage/NVMe: Fix a few todos like guest pointer alignment …
(edit) @59043   9 years vboxsync FE/Qt: Qt5 migration (part 34): Windows nativeEvent handler …
(edit) @59042   9 years vboxsync FE/Qt: Qt5 migration (part 33): Reordering native stuff in …
(edit) @59041   9 years vboxsync FE/Qt: Qt5 migration (part 32): Refactoring UIHostComboEditor to feat …
(edit) @59040   9 years vboxsync IPRT: trace point build fix.
(edit) @59039   9 years vboxsync IPRT: trace point build fix.
(edit) @59038   9 years vboxsync IPRT: trace point build fix attempt.
(edit) @59037   9 years vboxsync IPRT,VMMR0: trace point fix and cleanups
(edit) @59036   9 years vboxsync IPRT,VMMR0: Added trace points to both the IPRT critical section types.
(edit) @59035   9 years vboxsync VBox/VBoxTpG.h: VTG_TYPE_VALID_MASK correction, missing bit 12.
(edit) @59034   9 years vboxsync NAT: udp_input - fix nits in log.
(edit) @59033   9 years vboxsync Main/Network: fixed regression causing host adapters not to be listed …
(edit) @59032   9 years vboxsync FE/Qt: Qt5 migration (part 31): Adjusting Windows native stuff to Qt5: …
(edit) @59031   9 years vboxsync FE/Qt: Qt5 migration (part 30): Rename Q_WS_WIN32 => Q_WS_WIN, there …
(edit) @59030   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59029   9 years vboxsync Audio: DrvHostDSound.cpp: Also check return values when stopping …
(edit) @59028   9 years vboxsync FE/Qt: Qt5 migration (part 29): No Windows Vista bugfix with Qt5, …
(edit) @59027   9 years vboxsync FE/Qt: Qt5 migration (part 28): No fancy native stuff for Windows in …
(edit) @59026   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59025   9 years vboxsync Main/VirtualBox_rgs: use ForceRemove to ensure that no leftovers …
(edit) @59024   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59023   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59022   9 years vboxsync libs/Makefile: Fixed dependency for libjpeg.
(edit) @59021   9 years vboxsync VMM/HM: Oops.. didn't mean to commit this log line.
(edit) @59020   9 years vboxsync VMM/HM: Log IA32_SMM_MONITOR_CTL for VT-x hosts, useful diagnostic info.
(edit) @59019   9 years vboxsync x86.h: added IA32_SMM_MONITOR_CTL MSR.
(edit) @59018   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59017   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59016   9 years vboxsync gen-slickedit-workspace.sh: openssl 1.0.1q
(edit) @59015   9 years vboxsync openssl 1.0.1q: VBox adaptions (taken from 1.0.1p), adapted path in …
(edit) @59014   9 years vboxsync NetCfg/win: Retry creation of host-only adapter twice for …
(edit) @59013   9 years vboxsync warning
(edit) @59012   9 years vboxsync added Doxygen comment
(edit) @59011   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59010   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59009   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59008   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59007   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59006   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59005   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59004   9 years vboxsync DBGF,VBoxVMM.d,HM: Split the exit probes and events into an intrusive …
(edit) @59003   9 years vboxsync HM: Fixes for the VT-x trace points and debug events.
(edit) @59002   9 years vboxsync iprt/cdefs.h: doxygen fix
(edit) @59001   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @59000   9 years vboxsync DBGF: fixed gcc version of DBGF_IS_EVENT_ENABLED.
(edit) @58999   9 years vboxsync HM: fixed gcc warning.
(edit) @58998   9 years vboxsync HM: Implemented 69 new dtrace probes and DBGF events in the VT-x code.
(edit) @58997   9 years vboxsync VBoxTpG: Add stub macros for the two new ones. Make the indicator …
(edit) @58996   9 years vboxsync CPUM: dtrace library fixes.
(edit) @58995   9 years vboxsync VBox/vmm/dbgf.h: DBGFEVENTTYPE enum value fix. DBGF_IS_EVENT_ENABLED …
(edit) @58994   9 years vboxsync IEM: added two todos regarding alternative TEST opcodes.
(edit) @58993   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @58992   9 years vboxsync Added Ubuntu 15.10 EFI smoketest.
(edit) @58991   9 years vboxsync dtrace.c (cmd): Signal handler variables should be volatile, and one …
(edit) @58990   9 years vboxsync ctf_lookup.c: Fixed read beyond end of string.
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