VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63677   8 years vboxsync shut up gcc for complaining about readdir_r() with glibc 2.24+
(edit) @63676   8 years vboxsync NAT: soread - errno is valid only when syscall indicates failure, so …
(edit) @63675   8 years vboxsync NAT: soread - check FIONREAD only when necessary.
(edit) @63674   8 years vboxsync build fix
(edit) @63673   8 years vboxsync HostDrivers/Support: make setting capabilities compatible for newer kernels
(edit) @63672   8 years vboxsync NAT: soread - save errno from recv(2) that we check later on as it may …
(edit) @63671   8 years vboxsync Audio/DrvAudio: Renamed drvAudioStreamDestroyInternal() -> …
(edit) @63670   8 years vboxsync Audio/AudioMixer: Leave critical section in any case in …
(edit) @63669   8 years vboxsync Dev/Net/Virtio: Move packet dumper into common header and use it in virtio.
(edit) @63668   8 years vboxsync slirp: Spell "initialized" correctly.
(edit) @63667   8 years vboxsync Not intended.
(edit) @63666   8 years vboxsync Not so strict.
(edit) @63665   8 years vboxsync PCI: Take into account amount of RAM below/above 4GB when mapping …
(edit) @63664   8 years vboxsync Typo.
(edit) @63663   8 years vboxsync DevPCI,DevPciIch9: sketched getting memory sizes above & below 4GB.
(edit) @63662   8 years vboxsync PCI: added missing test variable
(edit) @63661   8 years vboxsync build fix
(edit) @63660   8 years vboxsync MM: Added MMR3PhysGet4GBRamHoleSize, MMPhysGetRamSizeAbove4GB, and …
(edit) @63659   8 years vboxsync PCI: Enable mapping 64-bit BARs above 4GB.
(edit) @63658   8 years vboxsync PCI: Enable mapping 64-bit BARs above 4GB.
(edit) @63657   8 years vboxsync VBoxSCSI: fix loading a saved state from before r104155 (or r104311
(edit) @63654   8 years vboxsync Audio/AudioMixer.cpp: Additional check in AudioMixerStreamIsValid().
(edit) @63653   8 years vboxsync Main/MediumImpl: Don't expost stream optimized images as preferred …
(edit) @63652   8 years vboxsync 3D: Skip the second VBOXCMDVBVA_RESIZE which hides disabled Virtual …
(edit) @63651   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63650   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63649   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63648   8 years vboxsync VMM/GIM/HyperV: Add partial support for synthetic interrupt controller …
(edit) @63646   8 years vboxsync 3D: Reverted r110321, more simple solution found for bugref:8387
(edit) @63645   8 years vboxsync Linux installer: allow to overwrite the (fixed) installation directory …
(edit) @63644   8 years vboxsync VMDK: Fix possible endless loop when reading when processing the grain …
(edit) @63643   8 years vboxsync VBoxC: VirtualBoxClient need to go away ASAP nobody is using it any …
(edit) @63641   8 years vboxsync dllmain.cpp: forgotten debug variable.
(edit) @63640   8 years vboxsync PGMInternal.h: comment typo.
(edit) @63639   8 years vboxsync VBoxC: Looks like VirtualBoxClient::Data::m_pEventSource is holding in …
(edit) @63637   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @63636   8 years vboxsync Storage/QED: Check that the filename size for the backing file is in …
(edit) @63635   8 years vboxsync Storage/QCOW,Parallels: Fix a few possible crashes possible when …
(edit) @63634   8 years vboxsync VMM/APIC: doxygen fix.
(edit) @63633   8 years vboxsync VMM/APIC: unused param fix.
(edit) @63632   8 years vboxsync VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
(edit) @63631   8 years vboxsync rpm: attempt to fix docs path
(edit) @63630   8 years vboxsync Dev/Net/E1000: Do not mask ICR bits during read (bugref:8560)
(edit) @63629   8 years vboxsync Audio/DrvHostDebugAudio.cpp: Use RTPathTemp() for retrieving the …
(edit) @63628   8 years vboxsync Audio/AudioMixer.cpp: Destroy critical sections for mixer streams.
(edit) @63627   8 years vboxsync BIOS: update alternative sources (this time without local modifications)
(edit) @63626   8 years vboxsync FE/Qt: bugref:8308: Aggregate VirtualBoxClient and VirtualBox events …
(edit) @63625   8 years vboxsync BIOS: update alternative sources
(edit) @63624   8 years vboxsync Audio/DrvAudio.cpp: Fixed capturing input data.
(edit) @63623   8 years vboxsync Audio/AudioMixer.cpp: Do not return an error in AudioMixerSinkRead() …
(edit) @63622   8 years vboxsync EFI/Firmware: get gcc warnings under control
(edit) @63621   8 years vboxsync NAT/TFTP: avoid writing 64-bit size_t to a 32-bit int.
(edit) @63619   8 years vboxsync SharedFolders: removed unnecessary assertion
(edit) @63618   8 years vboxsync DevIoApic: Comment regarding remote IRR bit and corresponding bugref.
(edit) @63617   8 years vboxsync VGA BIOS: Fixed 4bpp scanline calculation, see bugref:8558.
(edit) @63616   8 years vboxsync Build fix.
(edit) @63615   8 years vboxsync Audio/AudioMixer: Added critical sections for thread safety.
(edit) @63613   8 years vboxsync Audio/DrvAudio.cpp: Some release assertions.
(edit) @63612   8 years vboxsync FE/Qt: bugref:8151: Runtime UI: Finally, we can again unify all the …
(edit) @63611   8 years vboxsync 3D: Special handling of PM events in DdiCommitVidPn by introducing …
(edit) @63610   8 years vboxsync FE/Qt: bugref:8151: Runtime UI: Move the X11 Qt4 keyboard capture code …
(edit) @63609   8 years vboxsync FE/Qt: bugref:8151: Runtime UI: Use the 'delayed keyboard capture' …
(edit) @63608   8 years vboxsync FE/Qt: bugref:8151: Runtime UI: Use the 'delayed keyboard capture' …
(edit) @63606   8 years vboxsync PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
(edit) @63605   8 years vboxsync rpm: make the existence of tools/.../chrpath optional
(edit) @63602   8 years vboxsync FE/Qt: when logging the Qt version, do it later in case we are a VM …
(edit) @63601   8 years vboxsync FE/Qt: bugref:8151: X11: Runtime UI: Move mouse-related logic from …
(edit) @63600   8 years vboxsync Typo.
(edit) @63599   8 years vboxsync FE/Qt: bugref:8151: X11: Runtime UI: Improve user experience with the …
(edit) @63595   8 years vboxsync revert r110292 as it causes triple faults with certain guests
(edit) @63594   8 years vboxsync Devices/Graphics/BIOS: do not report a physical base pointer for …
(edit) @63593   8 years vboxsync Audio/AudioMixer.cpp: Shorter.
(edit) @63592   8 years vboxsync bugref:7179. Shifted the function handler() into the private section.
(edit) @63591   8 years vboxsync Serial/Host: Don't try to kick off a thread to monitor the status …
(edit) @63590   8 years vboxsync warning about explicit braces
(edit) @63589   8 years vboxsync 2 yasm warnings
(edit) @63587   8 years vboxsync bugref:8151: FE/Qt: improve X11 keyboard capturing: try to fix …
(edit) @63586   8 years vboxsync FE/Qt: bugref:8552: Mac OS X: VMStarter: Using NSRunningApplication …
(edit) @63585   8 years vboxsync bugref:8482. Accidentally removed the header tchar.h. Fixed.
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63583   8 years vboxsync DrvHostSerial/Linux: fix pegging one CPU if TIOCMIWAIT fails …
(edit) @63582   8 years vboxsync bugref:4323. Added a new subcommand for changing medium description.
(edit) @63581   8 years vboxsync bugref:4323. First implementation of Medium::setDescription().
(edit) @63580   8 years vboxsync Build fix for r110268.
(edit) @63579   8 years vboxsync FE/Qt: bugref:7846: Runtime UI: Implementing mouse native event filter …
(edit) @63578   8 years vboxsync FE/Qt: bugref:7846: Runtime UI: Moving native event filter code from …
(edit) @63577   8 years vboxsync FE/Qt: bugref:8090: UIMessageCenter: UIUpdateManager: Implementing …
(edit) @63574   8 years vboxsync Shut up the other two aiGrpNms instances as well.
(edit) @63573   8 years vboxsync supR3HardenedOpenLog: RT_NOREF shouldn't be used on global variables, …
(edit) @63571   8 years vboxsync 5.1.4
(edit) @63570   8 years vboxsync doxy fixes
(edit) @63568   8 years vboxsync scm: cleaning up todos
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63566   8 years vboxsync scm: cleaning up todos
(edit) @63565   8 years vboxsync scm: cleaning up todos
(edit) @63564   8 years vboxsync scm: cleaning up todos
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @63560   8 years vboxsync scm: cleaning up todos
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