VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68081   7 years vboxsync TestExecService: Added systemctl service file.
(edit) @68080   7 years vboxsync TestExecService: Added systemctl service file.
(edit) @68079   7 years vboxsync FE/Qt: Using Qt5 signal-slot connection notation for VBox Qt extensions.
(edit) @68078   7 years vboxsync iso9660vfs: Report half sensible default mode flags on files and dirs, …
(edit) @68077   7 years vboxsync vmm/pdmaudioifs.h: Documentation.
(edit) @68076   7 years vboxsync Audio: Implemented optional callbacks StreamPlayBegin / StreamPlayEnd …
(edit) @68075   7 years vboxsync Unattended: debian postinstall script updates.
(edit) @68074   7 years vboxsync VBoxCredProv/VBoxCredProvCredential.cpp: Wiping fixes.
(edit) @68073   7 years vboxsync FE/Qt: bugref:8916: A bit of NLS fixes for Export Appliance wizard.
(edit) @68072   7 years vboxsync Unattended: install postinstall scripts.
(edit) @68071   7 years vboxsync Unattended: Split out the post installation script into a separate …
(edit) @68070   7 years vboxsync iprt/cpp/path.h: Added RTPathAppendCxx and RTPathAppPrivateNoArchCxx.
(edit) @68069   7 years vboxsync whitespace fix
(edit) @68068   7 years vboxsync FE/Qt: bugref:8916: Ability to export VMs into Oracle Public Cloud …
(edit) @68067   7 years vboxsync Audio/DrvAudio.cpp: Implemented handling …
(edit) @68066   7 years vboxsync Installer/win: Unattended installation build fix.
(edit) @68065   7 years vboxsync Installer/win: Unattended installation build debugging.
(edit) @68064   7 years vboxsync Installer/win: Unattended installation build fix.
(edit) @68063   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68062   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68061   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68060   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68059   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68058   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68057   7 years vboxsync Unattended: Moved the unattended templates into Main where they belong …
(edit) @68056   7 years vboxsync AdpCtl: (bugref:8866) Guess missing netmask and bring interface up
(edit) @68055   7 years vboxsync VBoxManage: unattended updates.
(edit) @68054   7 years vboxsync iprt/cpp/path.h: New file with RTCString wrappers for RTPathAbs; more …
(edit) @68053   7 years vboxsync GVMMR0: Fixed assertion in VMMR0TermVM caused by use of the wrong NIL …
(edit) @68052   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @68051   7 years vboxsync HostHardwareLinux.cpp: arch linux build fix (hope everyone has …
(edit) @68050   7 years vboxsync sysfs.cpp: arch linux build fix (hope everyone has sys/sysmacros.h).
(edit) @68049   7 years vboxsync USBGetDevices.cpp: arch linux build fix (hope everyone has …
(edit) @68048   7 years vboxsync Main/Settings.cpp: Use a "Description" XML tag instead of an attribute …
(edit) @68047   7 years vboxsync Main/Settings: bring the XML schema closer to reality (guess many …
(edit) @68046   7 years vboxsync Audio/DrvAudioVRDE: Changed internal counter to subtract played …
(edit) @68045   7 years vboxsync FE/Qt: bugref:8400: Caching medium description in UIMedium more …
(edit) @68044   7 years vboxsync bugref:3809: Linux installer maintenance Try to fix dependencies on …
(edit) @68043   7 years vboxsync Main/Medium: fix lock order violation when setting the medium description
(edit) @68042   7 years vboxsync PyXPCOM: fix python3 syntax issue
(edit) @68041   7 years vboxsync FE/Qt: Download Manager: A bit of wrong code committed with r117063.
(edit) @68040   7 years vboxsync FE/Qt: Download Manager: Make sure checksum file being checked for …
(edit) @68039   7 years vboxsync Audio/DrvHostPulseAudio: Implemented simple overflow callback. Just …
(edit) @68038   7 years vboxsync VirtualBox.xidl: build fix.
(edit) @68037   7 years vboxsync FE/Qt: Updated USB actions icons.
(edit) @68036   7 years vboxsync FE/Qt: Updated Snapshot Manager icons.
(edit) @68035   7 years vboxsync FE/Qt: Forgot something in r117055.
(edit) @68034   7 years vboxsync FE/Qt: Updated screen actions icons.
(edit) @68033   7 years vboxsync FE/Qt: Updated Extra-data Manager icons.
(edit) @68032   7 years vboxsync FE/Qt: Updated Host-only Network Manager icons.
(edit) @68031   7 years vboxsync configure: simplify script, use printf as echo -n replacement
(edit) @68030   7 years vboxsync man_VBoxManage-unattended.xml: kick off
(edit) @68029   7 years vboxsync IUnattended: Added a postInstallCommand attribute (currently ignored).
(edit) @68028   7 years vboxsync IUnattended: Added a postInstallCommand attribute (currently ignored).
(edit) @68027   7 years vboxsync bugref:3809: Linux installer maintenance Clean up unneeded kernel …
(edit) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @68025   7 years vboxsync IPRT/isomaker: Fixed a couple of bugs in the symlink creation code.
(edit) @68024   7 years vboxsync IUnattended,IMachine: Changed IUnattended to a pure action object with …
(edit) @68023   7 years vboxsync Backed out accidental tstVMM change in previous commit.
(edit) @68022   7 years vboxsync TMCpuTickGetDeadlineAndTscOffset: build fix
(edit) @68021   7 years vboxsync Audio: Logging nits.
(edit) @68020   7 years vboxsync TMR3Reset: Must reset TSC to zero to work around windows 8 bug TSC range.
(edit) @68019   7 years vboxsync TMAllCpu.cpp: Removed some weirness from the TSC calc code.
(edit) @68018   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Do not expand tree-widget …
(edit) @68017   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Details widget: Forgot to …
(edit) @68016   7 years vboxsync VirtualBox::createAppliance: Added two missing return code …
(edit) @68015   7 years vboxsync com/ptr.h: no else after return
(edit) @68014   7 years vboxsync rtFsIsoMakerFinalizeIsoDirectoryEntry: fixed block+char dev test.
(edit) @68013   7 years vboxsync VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
(edit) @68012   7 years vboxsync doxyen build fix
(edit) @68011   7 years vboxsync GVMMR0,VMMR0: More cleanups.
(edit) @68010   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68009   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68008   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls. [build fix]
(edit) @68007   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls.
(edit) @68006   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: A bit of layout fixing on macOS.
(edit) @68005   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Details widget: Align …
(edit) @68004   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Details widget: Removing …
(edit) @68003   7 years vboxsync FE/Qt: Reverting r117009 because it's just wrong.
(edit) @68002   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup. [build fix]
(edit) @68001   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup.
(edit) @68000   7 years vboxsync deb/rpm: multiversion python needs more time than I have
(edit) @67999   7 years vboxsync FE/Qt: bugref:8900: A bit of layout fixing on macOS for all the managers.
(edit) @67998   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: A bit of layout fixing on macOS.
(edit) @67997   7 years vboxsync microatl.h: unused code
(edit) @67996   7 years vboxsync deb/rpm: enable multiple python modules
(edit) @67995   7 years vboxsync xpcom: add more python 3.x versions distributions_rpm: add Fedora 26, …
(edit) @67994   7 years vboxsync PGMR0,GVMMR0: Ditto for large page alloc.
(edit) @67993   7 years vboxsync PGMR0Phys*Handy*: Added pGVM parameter and changed the PVMCPU to idCpu.
(edit) @67992   7 years vboxsync GVMMR0: build fix and GVMMR0ValidateGVMandVMandEMT.
(edit) @67991   7 years vboxsync GVMMR0*Statistics*: Pass GVM along with pVM when we got one.
(edit) @67990   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it - part #2.
(edit) @67989   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it.
(edit) @67988   7 years vboxsync GVMMR0: Moved the VMMR0ThreadCtxHookDestroyForEmt calls to the right …
(edit) @67987   7 years vboxsync GVMMR0: Added EMT deregistration API to complement the registration one.
(edit) @67986   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Details widget: A bit of …
(edit) @67985   7 years vboxsync FE/Qt: bugref:8400: Virtual Media Manager: Details widget: Proper …
(edit) @67984   7 years vboxsync Runtime: Linux 4.13 fix
(edit) @67983   7 years vboxsync VMMR0OPERATION: Spread the enum values out so we can safely add new …
(edit) @67982   7 years vboxsync SUPDrvIOC.h: Documented need to skip a version because 5.1 is using it.
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