VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82894   5 years vboxsync Shared Clipboard: Comment. bugref:9437
(edit) @82893   5 years vboxsync Shared Clipboard: Dealt with event retention for …
(edit) @82892   5 years vboxsync Shared Clipboard: Use RTAssertSetMayPanic() instead of overriding …
(edit) @82891   5 years vboxsync Shared Clipboard: Use RTAssertSetMayPanic() instead of overriding …
(edit) @82890   5 years vboxsync Shared Clipboard: Fixed testcases. bugref:9437
(edit) @82889   5 years vboxsync Shared Clipboard: Generate separate messages in …
(edit) @82888   5 years vboxsync PGMAllPool: More details on corruption.
(edit) @82887   5 years vboxsync tstClipboardServiceHost.cpp: Added explanations why some tests have …
(edit) @82886   5 years vboxsync IPRt/memobj-r0drv-darwin.cpp: Turns out kIOMapPrefault wasn't allowed …
(edit) @82885   5 years vboxsync Shared Clipboard: Warning. bugref:9437
(edit) @82884   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK [Darwin build fix]. bugref:9437
(edit) @82883   5 years vboxsync Devices/testcase: Restarted work on the device testbench/fuzzing work …
(edit) @82882   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK [build fix, forgot file]. …
(edit) @82881   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK [build fix]. bugref:9437
(edit) @82880   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK.
(edit) @82879   5 years vboxsync FE/Qt: bugref:9653: Build fix for r135858.
(edit) @82878   5 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Full UIVirtualMachineItem cleanup.
(edit) @82877   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Only apply the cb += PAGE_SIZE …
(edit) @82876   5 years vboxsync VMM/GMMR0: Working on eliminating legacy-mode (locking user memory …
(edit) @82875   5 years vboxsync Shared Clipboard: Use NIL_SHCLEVENTID everywhere.
(edit) @82874   5 years vboxsync Shared Clipboard/common: Added ShClEventRetain() and ShClEventRelease().
(edit) @82873   5 years vboxsync Shared Clipboard/HostServices: Resolved more todos (logging).
(edit) @82872   5 years vboxsync Shared Clipboard/HostServices: Resolved more todos (removed …
(edit) @82871   5 years vboxsync Shared Clipboard/common: Resolved more todos.
(edit) @82870   5 years vboxsync Shared Clipboard/VBoxTray: Use a better rc here.
(edit) @82869   5 years vboxsync Devices/Serial/DrvChar: aargh
(edit) @82868   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Added support for alignments other than …
(edit) @82867   5 years vboxsync Devices/Serial/DrvChar: Return the actual value of rc instead of …
(edit) @82866   5 years vboxsync VMM/GMMR0: Allow large page in legacy allocation mode too. bugref:5324
(edit) @82865   5 years vboxsync Devices/Serial: Reset the read/write pointers of the read buffers when …
(edit) @82864   5 years vboxsync Move function unused in R0 into R3 guards to fix burn
(edit) @82863   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Builds cleanly. Finished initial tying …
(edit) @82862   5 years vboxsync VMM/GMMR0: Darwin must use critsects for the giant lock too as we can …
(edit) @82861   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: Prefault user mappings too when the …
(edit) @82860   5 years vboxsync IPRT/memobj-r0drv-darwin.cpp: rtR0MemObjNativeMapKernel wasn't forcing …
(edit) @82859   5 years vboxsync IPRT/memcpy.asm: Set up rbp-frame for amd64 in debug builds.
(edit) @82858   5 years vboxsync SUPDrv-darwin: kprint the module addresses and SUPR0Printf stuff.
(edit) @82857   5 years vboxsync FE/Qt: Got the qt.conf path guard the wrong way around. Arrrg.
(edit) @82856   5 years vboxsync IPRT/assert-r0drv-darwin.cpp: Make sure we get the output to the …
(edit) @82855   5 years vboxsync FE/Qt: Don't define the Prefix path in the qt.conf for non-hardened …
(edit) @82853   5 years vboxsync Shared Clipboard: Build fix. bugref:9437
(edit) @82852   5 years vboxsync Shared Clipboard: Added missing / disabled code for negotiating …
(edit) @82851   5 years vboxsync Shared Clipboard: Set the transfer source for all platforms in a …
(edit) @82849   5 years vboxsync Shared Clipboard: More fixes to get the transfer code compiled again. …
(edit) @82848   5 years vboxsync Shared Clipboard: More fixes to get the transfer code compiled again. …
(edit) @82847   5 years vboxsync Shared Clipboard: Renaming, to get the transfer code compiled again. …
(edit) @82846   5 years vboxsync Shared Clipboard: Renaming. bugref:9437
(edit) @82845   5 years vboxsync Installer/Linux: ticketref:18900 openSUSE Tumbleweed: cannot build RPM …
(edit) @82844   5 years vboxsync ValidationKit/linux/testboxscript-service.sh: use vanilla "type" for …
(edit) @82843   5 years vboxsync IPRT/tools/FTPServer: Implemented VFS support for files also. bugref:9646
(edit) @82842   5 years vboxsync IPRT/FTP: Retrieving files in sub directories also works now. bugref:9646
(edit) @82841   5 years vboxsync IPRT/FTP: Implemented support for directory traversing. bugref:9646
(edit) @82840   5 years vboxsync IPRT/FTP: Make sure to only add allowed (supported) FS entries to …
(edit) @82839   5 years vboxsync IPRT/FTP: Build fix. bugref:9646
(edit) @82838   5 years vboxsync IPRT/FTP: More code for listing directories, needed for some more FTP …
(edit) @82837   5 years vboxsync IPRT/file: Added some more thoughts and @todo regarding the …
(edit) @82836   5 years vboxsync IPRT/win: Enabled new RTFileSetSize implementation that works like …
(edit) @82835   5 years vboxsync IPRT/win: Finished the RTFileSetSize reimplementation, still disabled. …
(edit) @82834   5 years vboxsync IPRT/win: Reimplemented RTFileSetSize to support truncating files …
(edit) @82833   5 years vboxsync IPRT/nt: Added OBJECT_BASIC_INFORMATION and promoted …
(edit) @82832   5 years vboxsync tstFile: Converted to new style and added append+truncate testcase …
(edit) @82831   5 years vboxsync Installer/Linux: bugref:9644 phase 1: fix rpm/rules clean fix nit
(edit) @82830   5 years vboxsync Installer/Linux: bugref:9644 phase 1: fix rpm/rules clean
(edit) @82829   5 years vboxsync FE/Qt: bugref:9611: UIAudioControllerEditor: Get rid of hardcoded …
(edit) @82828   5 years vboxsync FE/Qt: bugref:9611: UIAudioHostDriverEditor: Get rid of hardcoded …
(edit) @82827   5 years vboxsync Fix @todo line, wasn't caught by scm on linux
(edit) @82826   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Have gone through the functions and …
(edit) @82825   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsUSB: Get rid of hardcoded USB …
(edit) @82824   5 years vboxsync IPRT/FTP: Doxygen fixes. bugref:9646
(edit) @82823   5 years vboxsync IPRT/FTP: Shut up MSVC. bugref:9646
(edit) @82822   5 years vboxsync IPRT/FTP: More work on directory listing.
(edit) @82821   5 years vboxsync FE/Qt: UICommon must use relative path in non-hardened builds.
(edit) @82820   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSerial: Get rid of hardcoded port …
(edit) @82819   5 years vboxsync PGMInternal.h: doxygen fix.
(edit) @82818   5 years vboxsync SUPDrv/darwin: Adjusted SMAP feature detection and handling to honor …
(edit) @82817   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use x2APIC range defines from x86.h …
(edit) @82814   5 years vboxsync VMM/HM: Implement last-branch-record (LBR) support for guests executed …
(edit) @82813   5 years vboxsync IPRT/FTP: Remember the current working directory per client.
(edit) @82812   5 years vboxsync DevVGA: Don't take the device lock in vgaR3PciIORegionVRamMapUnmap as …
(edit) @82811   5 years vboxsync Validation Kit/testmanager: Added running an Adminer instance for more …
(edit) @82809   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: build fixes.
(edit) @82806   5 years vboxsync IPRT/dbgkrnlinfo-r0drv-darwin.cpp: Implemented using the loaded kernel …
(edit) @82803   5 years vboxsync Validation Kit/testmanager: Some more docs / hints.
(edit) @82802   5 years vboxsync Validation Kit/testmanager: Updated readme.txt.
(edit) @82801   5 years vboxsync VMM/PDMDevHlp: Remove space in timer description to fix debug …
(edit) @82800   5 years vboxsync Validation Kit/testmanager: Added the ability to also specify a user …
(edit) @82799   5 years vboxsync Validation Kit/testmanager: Corrected Makefile target …
(edit) @82798   5 years vboxsync Devices/Serial: Some fixes for unconnected mode where the application …
(edit) @82797   5 years vboxsync FE/Qt: Catalan and Brazilian Portuguese translation update for Qt itself.
(edit) @82796   5 years vboxsync Installer/Windows: Italian WiX translation update.
(edit) @82794   5 years vboxsync FE/Qt: VirtualBox Manager: Few uninit vars in UISnapshotPane.
(edit) @82793   5 years vboxsync Validation Kit/Test Manager: Made connecting to the database a bit …
(edit) @82792   5 years vboxsync VMM/APIC: Add statistics counter for APIC-ID MSR (x2APIC only).
(edit) @82791   5 years vboxsync Devices/Trace: Fix trace IDs
(edit) @82790   5 years vboxsync Devices/Trace: build fix
(edit) @82789   5 years vboxsync Devices/Trace: Tracing driver to log execution of interface callbacks …
(edit) @82788   5 years vboxsync Runtime/tracelogwriter.cpp: Fix passing the trace log description in …
(edit) @82786   5 years vboxsync FE/Qt: Catalan, Italian, Japanese, Brazilian Portuguese and Turkish …
(edit) @82785   5 years vboxsync FE/Qt: Catalan and Chinese translation update for Qt itself.
(edit) @82784   5 years vboxsync FE/Qt: NLS lupdate for changed only qt_*.ts files, performed within Qt …
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