VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92882   3 years vboxsync ValKit/common/utils.py: Read 'comm' when 'exe' is inaccessible on linux.
(edit) @92881   3 years vboxsync VBoxCreateUSBNode.sh: USB class is a two-digit hex number, use string …
(edit) @92880   3 years vboxsync Guest Control/Main: Resolved @todo: Implemented mode handling and …
(edit) @92879   3 years vboxsync Guest Control/Main: Resolved @todo: Shortened fFlags check in …
(edit) @92878   3 years vboxsync Guest Control/Main: Resolved @todos: Renamed (plus removed) …
(edit) @92877   3 years vboxsync ValKit/tdAddGuestCtrl.py: Temporarily disabled the 'Session w/ Guest …
(edit) @92876   3 years vboxsync Main/GuestSessionImpl: Comment update, two todos. bugref:9320
(edit) @92875   3 years vboxsync ValKit/tdAddGuestCtrl.py: Fixed regression from r148744 which assumed …
(edit) @92874   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment nit.
(edit) @92873   3 years vboxsync IPRT/timer-r0drv-nt.cpp,mp-r0drv-nt.cpp: Work around …
(edit) @92872   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Corrected the CPU parameter for …
(edit) @92871   3 years vboxsync IPRT/rtMpNtSetTargetProcessorDpc: Use AssertLogRel so we can hopefully …
(edit) @92870   3 years vboxsync VMM/GVMMR0: Added more LogRel statements to failure paths of …
(edit) @92869   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Get precision system time for the …
(edit) @92868   3 years vboxsync ValKit/tdAddGuestCtrl.py: Fixed regression from r148744 which assumed …
(edit) @92867   3 years vboxsync VBoxDbg: Fixed bug in iterateStatsByPattern making it skip the first …
(edit) @92866   3 years vboxsync Guest Control/Main: When processing service callback messages for …
(edit) @92865   3 years vboxsync Guest Control/VBoxManage: Also register …
(edit) @92864   3 years vboxsync Dev/E1000: bugref:10114 Introduces device attachment flag to resolve …
(edit) @92863   3 years vboxsync Guest Control/VBoxManage: Follow-up fix for r148802 -- we need to …
(edit) @92862   3 years vboxsync Guest Control/VBoxManage: Don't release stored ComPtr for the Guest …
(edit) @92861   3 years vboxsync Guest Control/VBoxManage: Fixed signal handling regression within the …
(edit) @92860   3 years vboxsync FE/Qt: bugref:9371. Better state management for file manager.
(edit) @92859   3 years vboxsync Guest Control/VBoxManage: Resolved @todos: Support more than one …
(edit) @92858   3 years vboxsync VMM/GVMMR0: Enable the periodic preemption timer code for windows too …
(edit) @92857   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Implemented RTTimerChangeInterval, improved …
(edit) @92855   3 years vboxsync Validation Kit/testdriver: whitespace bugref:9896
(edit) @92854   3 years vboxsync Host Services: Shared Clipboard: convert HTML content into CF_HTML …
(edit) @92853   3 years vboxsync Main/idl: Fix broken link in documentation.
(edit) @92852   3 years vboxsync Validation Kit/testdriver: Add logging of localhostReachable attribute …
(edit) @92851   3 years vboxsync Main/idl: Fix naming of 2 recently added attributes to match the …
(edit) @92850   3 years vboxsync Validation Kit/testdriver: Fix condition for calling …
(edit) @92849   3 years vboxsync FE/Qt: bugref:10166: An X11 fix for r148777; Linux as usually async in …
(edit) @92848   3 years vboxsync FE/Qt: bugref:10166: UIMiniToolBar: Reworking old machine-window focus …
(edit) @92847   3 years vboxsync FE/Qt: bugref:9371. Replacing session create panel with a simple widget.
(edit) @92846   3 years vboxsync Additions: Shared Clipboard: VBoxTray: unwrap CF_HTML content, …
(edit) @92845   3 years vboxsync Additions: Shared Clipboard: fix HTML content conversion, …
(edit) @92844   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 INVEPT instruction support.
(edit) @92843   3 years vboxsync VMM: Nested VMX: bugref:10092 For upcoming INVEPT instruction support.
(edit) @92842   3 years vboxsync Main: bugref:1909: Fixed type conversion for atomic variable
(edit) @92841   3 years vboxsync VMM: Nested VMX: bugref:10092 Guest mode in enmGuestMode can't be EPT, …
(edit) @92840   3 years vboxsync Validation Kit/testdriver: Remove use of adapter name in error …
(edit) @92839   3 years vboxsync Validation Kit/testdriver: Typo fix. bugref:9896
(edit) @92838   3 years vboxsync Validation Kit/testdriver: Move call …
(edit) @92837   3 years vboxsync SUP: Made SUPR3IsDriverless return true if the support library hasn't …
(edit) @92836   3 years vboxsync ValKit/tdUnitTest1.py: The lovely tstClipboardQt testcase is in the …
(edit) @92835   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92834   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92833   3 years vboxsync X11: Shared Clipboard: extend list of mime types, bugref:10160. Add …
(edit) @92832   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92831   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92830   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92829   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92828   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92827   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92826   3 years vboxsync Main: bugref:1909: Fixed compilation errors
(edit) @92825   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Implemented high resolution timers using the …
(edit) @92824   3 years vboxsync Main: bugref:1909: Added handling built-in docbook help for languages …
(edit) @92822   3 years vboxsync Guest Control: Resolved a @todo: Implemented …
(edit) @92821   3 years vboxsync FE/Qt: bugref:10168: Network Manager: Initial implementation for new …
(edit) @92820   3 years vboxsync FE/Qt: bugref:10163: Network Manager: Simplify layout for Cloud …
(edit) @92819   3 years vboxsync FE/Qt: bugref:9371. Build fix.
(edit) @92818   3 years vboxsync IPRT/semeventmulti-nt: Converted semeventmulti-r0drv-nt.cpp into …
(edit) @92817   3 years vboxsync Guest Control/Main: Fixed bogus comment in …
(edit) @92816   3 years vboxsync FE/Qt: bugref:9371. Build fix.
(edit) @92815   3 years vboxsync FE/Qt: bugref:9871: Few NLS changes for UINotificationMessage related …
(edit) @92814   3 years vboxsync FE/Qt: bugref:9371. More fixes foron the session management stuff.
(edit) @92813   3 years vboxsync Guest Control/Main: Corrected more (outdated) docs for FileCopyFlag.
(edit) @92812   3 years vboxsync Guest Control/Main: Corrected (outdated) docs for FileCopyFlag / …
(edit) @92811   3 years vboxsync FE/Qt: bugref:9871: A bit of cleanup for Network Manager and Host …
(edit) @92810   3 years vboxsync FE/Qt: bugref:9871: Fixing regression after moving NAT networks code …
(edit) @92809   3 years vboxsync Disasm: Better packing of DISOPCODE in DIS_CORE_ONLY mode. Build …
(edit) @92808   3 years vboxsync Disasm: Removed a few bogus RT_UNLIKELY predictions and inverted the …
(edit) @92807   3 years vboxsync Disasm: Better just use the OPCODES enum type.
(edit) @92806   3 years vboxsync Disasm: Fixed wrong type for enum OPCODES in disInstrWorker, uint8_t …
(edit) @92805   3 years vboxsync Disasm: Pack DISOPCODE in DIS_CORE_ONLY mode on x86 and amd64 to save …
(edit) @92804   3 years vboxsync VirtualBox/Makefile.kmk: add -bigobj to UICommon_CXXFLAGS.win to help …
(edit) @92802   3 years vboxsync ValKit/audio/Makefile.kmk: No HOSTSUFF_EXE in a NAME attrib, or you'll …
(edit) @92799   3 years vboxsync iprt/asmdefs.h,IPRT//*asm: Added a RT_BEGINPROC macro that takes …
(edit) @92798   3 years vboxsync GA/pam_vbox.cpp: Fixed some more RTDECL/DECLEXPORT confusion.
(edit) @92797   3 years vboxsync GA/pam_vbox.cpp: Corrected RTAssertMsg1Weak declaration.
(edit) @92795   3 years vboxsync Unattended: Previous fix made reg.exe unhappy, it wants the /f option …
(edit) @92794   3 years vboxsync IPRT/semevent-nt.cpp: Split out the RTSemEventGetResolution function …
(edit) @92793   3 years vboxsync Unattended: The previous fix exposed a dormant bug: reg.exe by default …
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
(edit) @92790   3 years vboxsync FE/Qt: bugref:9371. Working on cleaning stuff.
(edit) @92789   3 years vboxsync Shared Clipboard/testcases: Skip running tstClipboardQt on testboxes; …
(edit) @92788   3 years vboxsync FE/Qt: bugref:9371. Build fix.
(edit) @92787   3 years vboxsync FE/Qt: bugref:9371 - Adding missing enumeration to string …
(edit) @92786   3 years vboxsync ApplianceImplImport.cpp: Fix typo in comment.
(edit) @92785   3 years vboxsync Host Services: Shared Clipboard: reference counting extra fix for …
(edit) @92784   3 years vboxsync IPRT/semevent*-linux: Share more code between the single-release and …
(edit) @92783   3 years vboxsync tstUsbMouse: Fixed breakage from r147684.
(edit) @92782   3 years vboxsync IPRT/semevent*-linux: Share more code between the single-release and …
(edit) @92781   3 years vboxsync IPRT/posix/semwait.h: Build fix. bugref:10138
(edit) @92780   3 years vboxsync IPRT/posix/semwait.h: Doxygen fix; removed unused function. bugref:10138
(edit) @92779   3 years vboxsync IPRT/semevent*-linux: Share some common bits between the …
(edit) @92778   3 years vboxsync IPRT/testcase: Added tstRTSemEvent, though currently disabled because …
(edit) @92777   3 years vboxsync IPRT/semevent-linux: Implemented missing RTSemEventWaitEx and made use …
(edit) @92776   3 years vboxsync IPRT/r3/posix: Implemented RTSemEventWaitEx. bugref:10138
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