VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62666   9 years vboxsync SUPDrv-win.cpp: Fixed supdrvOSMsrProberWrite to do writing instead of …
(edit) @62665   9 years vboxsync SUPDrv: warnings
(edit) @62664   9 years vboxsync SUPDrv: warnings
(edit) @62663   9 years vboxsync RuntimeR0Drv: warnings
(edit) @62662   9 years vboxsync iprt/nt/nt.h: wdw.h warning supression
(edit) @62661   9 years vboxsync asm.h: warnings
(edit) @62660   9 years vboxsync Config.kmk: Made VBoxR3DllNoPic use VBOX_VCC_WARN_ALL. (Affects …
(edit) @62659   9 years vboxsync VMMR3: warnings
(edit) @62658   9 years vboxsync VMMR3: warnings
(edit) @62657   9 years vboxsync ssmR3StrmLogUnitContent: Restored the wrong rc, oops.
(edit) @62656   9 years vboxsync VMMR3: warnings
(edit) @62655   9 years vboxsync VMMR3: warnings
(edit) @62654   9 years vboxsync VMMR3: warnings
(edit) @62653   9 years vboxsync VMMR3: warnings
(edit) @62652   9 years vboxsync VMMR3: warnings
(edit) @62651   9 years vboxsync VMMR3: warnings
(edit) @62650   9 years vboxsync VMMR3: warnings
(edit) @62649   9 years vboxsync VMMR3: warnings
(edit) @62648   9 years vboxsync VMMR3: warnings
(edit) @62647   9 years vboxsync VMMR3: warnings
(edit) @62646   9 years vboxsync TRPM: drop the pragma pack on struct TRPM too, and make sure GuestIdtr …
(edit) @62645   9 years vboxsync TRPM: Fixed ancient TRPMCPU structure misalignment caught by MSC …
(edit) @62644   9 years vboxsync VMMR3: warnings
(edit) @62643   9 years vboxsync VMMR3: warnings
(edit) @62642   9 years vboxsync gimR3HvInit: Check VendorID length or we'll pick up random stack bits …
(edit) @62641   9 years vboxsync GIM: Please refrain from using 'c' as 'const', 'c' always means 'count …
(edit) @62640   9 years vboxsync VMM: warnings.
(edit) @62639   9 years vboxsync VMMR3: warnings
(edit) @62638   9 years vboxsync VMMR3: warnings
(edit) @62637   9 years vboxsync VMMR3: warnings
(edit) @62636   9 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62635   9 years vboxsync warnings
(edit) @62634   9 years vboxsync includes: Workaround for C4668 & C4255 warnings in MSC and WDK headers.
(edit) @62633   9 years vboxsync Config.kmk: VBoxRC + VBoxR0 templates get -Wall on windows.
(edit) @62632   9 years vboxsync Devices: unused parameter warnings.
(edit) @62631   9 years vboxsync ich9pciConfigWriteDev: Put the '~' operator outside the UINT32_C() …
(edit) @62630   9 years vboxsync Devices: unused parameter warnings.
(edit) @62629   9 years vboxsync pci_default_write_config: Put the '~' operator outside the UINT32_C() …
(edit) @62628   9 years vboxsync Devices: unused parameter warnings.
(edit) @62627   9 years vboxsync unused parameter warnings.
(edit) @62626   9 years vboxsync unused parameter warnings.
(edit) @62625   9 years vboxsync Devices: unused parameter warnings.
(edit) @62624   9 years vboxsync iprt/cdefs.h: Added 6 RT_NOREFn(...) macros as shorthand for RT_NOREF_PV.
(edit) @62623   9 years vboxsync s/ahci/pAhci/
(edit) @62622   9 years vboxsync Devices: unused parameter warnings.
(edit) @62621   9 years vboxsync Devices: Fixed 3 instances of incorrect preprocessor macro usage …
(edit) @62620   9 years vboxsync DrvHostParallel: Ring-0 needs to check whether ports are configured …
(edit) @62619   9 years vboxsync DrvHostParallel: Cleaned up some toally bonkers windows code, untested …
(edit) @62618   9 years vboxsync Devices: unused parameter warnings.
(edit) @62617   9 years vboxsync Devices: unused parameter warnings.
(edit) @62616   9 years vboxsync Devices: unused parameter warnings.
(edit) @62615   9 years vboxsync bugref:1815: Keyboard mapping broken: add additional logging, so that …
(edit) @62614   9 years vboxsync hdaRegWriteSDCTL: Todo about IN_RING3/VINF_IOM_R3_MMIO_WRITE mess that …
(edit) @62613   9 years vboxsync Please, don't use RTStrPrintf to copy strings, RTStrCopy does that …
(edit) @62612   9 years vboxsync DevIchHda: Need to call hdaRegWriteSDUnlock in hdaRegWriteSDFMT when …
(edit) @62611   9 years vboxsync bugref:6417 further checkins - VboxManage controlvm and modifyvm..
(edit) @62610   9 years vboxsync Devices: unused parameters.
(edit) @62609   9 years vboxsync oops
(edit) @62608   9 years vboxsync DTrace: unused parameters.
(edit) @62607   9 years vboxsync DrvAudio.cpp: Too much cleaned up -- leave rc initialized.
(edit) @62606   9 years vboxsync VMM: Unused parameters.
(edit) @62605   9 years vboxsync Audio: Documentation, misc. cleanup.
(edit) @62604   9 years vboxsync xml typo
(edit) @62603   9 years vboxsync VMM: Unused parameters.
(edit) @62602   9 years vboxsync Main/xml/Settings.cpp: parse the version of the VirtualBox settings …
(edit) @62601   9 years vboxsync VMM: Unused parameters.
(edit) @62600   9 years vboxsync changelog
(edit) @62599   9 years vboxsync FE/Qt: bugref:7312: Rework session-information window: show VM uptime …
(edit) @62598   9 years vboxsync Main/MachineDebugger: add method for getting the VM uptime
(edit) @62597   9 years vboxsync kStuff: 77 -> 79: warning fixes.
(edit) @62596   9 years vboxsync VMM/TM: new functions for getting virtual time from R3
(edit) @62595   9 years vboxsync Config.kmk: VBoxBldProg: -Wall for MSC
(edit) @62594   9 years vboxsync warnings
(edit) @62593   9 years vboxsync kStuff related warnings
(edit) @62592   9 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62591   9 years vboxsync VMM/GIM, CPUM: Retire "EnableHVP" CFGM option and the unconditional …
(edit) @62590   9 years vboxsync Audio: Handle last read/written/iteration timestamps.
(edit) @62589   9 years vboxsync Audio: Also define VBOX_WITH_AUDIO_DEBUG for VBoxC.
(edit) @62588   9 years vboxsync FE/Qt: bugref:8438: UISession::setPointerShape Qt5 fixes for Windows host.
(edit) @62587   9 years vboxsync DevE1000.cpp: Disabled an assertion for myself.
(edit) @62586   9 years vboxsync Audio/VBoxDD: Cleanup.
(edit) @62585   9 years vboxsync Audio: Cleanup: Renamed VBOX_WITH_[OSS|ALSA|PULSE] -> …
(edit) @62584   9 years vboxsync IPRT: Unused parameters on windows.
(edit) @62583   9 years vboxsync Unusued parameter warnings.
(edit) @62582   9 years vboxsync Audio/Config.kmk: Do not enable debug audio backend yet.
(edit) @62581   9 years vboxsync Audio: Committed too much.
(edit) @62580   9 years vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62579   9 years vboxsync Audio/AudioMixer.cpp: Assertions.
(edit) @62578   9 years vboxsync Audio: One more leftover (VBOX_WITH_AUDIO_50).
(edit) @62577   9 years vboxsync Build fix.
(edit) @62576   9 years vboxsync Audio: Removed temporary 5.0 sources again (VBOX_WITH_AUDIO_50).
(edit) @62575   9 years vboxsync Hmm, why did I change that…
(edit) @62574   9 years vboxsync Oops.
(edit) @62573   9 years vboxsync Cleanup: Removed VBOX_WITH_NEW_PS2M switch.
(edit) @62572   9 years vboxsync Audio: Devices/Makefile.kmk: Cleanup.
(edit) @62571   9 years vboxsync IPRT: More unused parameters.
(edit) @62570   9 years vboxsync IPRT: More unused parameters.
(edit) @62569   9 years vboxsync FE/Qt: updated Bulgarian translation. Thank you Stoyan Marinov.
(edit) @62568   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: fix regression …
(edit) @62567   9 years vboxsync IPRT: More unused parameters.
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