VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71748   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71747   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71746   7 years vboxsync DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
(edit) @71745   7 years vboxsync DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
(edit) @71744   7 years vboxsync DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
(edit) @71743   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71742   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71741   7 years vboxsync DevIchAc97.cpp: some cleanups.
(edit) @71740   7 years vboxsync DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
(edit) @71739   7 years vboxsync VBox-CodingGuielines.cpp: Better metion the typical 'last' vs 'end' …
(edit) @71738   7 years vboxsync DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as …
(edit) @71737   7 years vboxsync DevAC97: tiny cleanups
(edit) @71736   7 years vboxsync DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less …
(edit) @71735   7 years vboxsync DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was …
(edit) @71734   7 years vboxsync DevHDACommon: Added review comment on some inexplicable code in …
(edit) @71733   7 years vboxsync HDAStreamPeriod.cpp: No point in hdaStreamPeriodCreate returning …
(edit) @71732   7 years vboxsync Devices/testcase: Detect undef/define of DEBUG, LOG_ENABLED, RT_STRICT …
(edit) @71731   7 years vboxsync tstDeviceStructSize,tstHelp.h: Fixed cast in CHECK_SIZE that can cause …
(edit) @71730   7 years vboxsync no need for flowerboxes in headers
(edit) @71729   7 years vboxsync bugref:8345. Several small improvements.
(edit) @71728   7 years vboxsync bugref:8345. Added a check for read-only destination.
(edit) @71727   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71726   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71725   7 years vboxsync DevHDA: Enabled ring-0 and raw-mode MMIO handling.
(edit) @71724   7 years vboxsync DevHDA: I'm not going to fix this.
(edit) @71723   7 years vboxsync DevHDA: Don't crash in the constructor on misconfiguration or other …
(edit) @71722   7 years vboxsync DevHDA: Made it work in raw-mode. [build fix]
(edit) @71721   7 years vboxsync DevHDA: Made it work in raw-mode.
(edit) @71720   7 years vboxsync PATM: Don't try pass stuff to patmRCVirtPagePfHandle that's not …
(edit) @71719   7 years vboxsync RpcChannelHook.cpp: @todo wrt reliablity.
(edit) @71718   7 years vboxsync Main/Makefile.kmk: intent fixes
(edit) @71717   7 years vboxsync s/VBOX_SDS_CLIENT_WATCHER/VBOX_WITH_SDS_CLIENT_WATCHER/g
(edit) @71716   7 years vboxsync VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
(edit) @71715   7 years vboxsync Main/VBoxSVC: add kmk flag to switch off client process watching …
(edit) @71714   7 years vboxsync VirtualBoxClientListImpl.cpp: More todos.
(edit) @71713   7 years vboxsync Fixed hanging indent since responsible developer doesn't seem to care.
(edit) @71712   7 years vboxsync DevHDA: Allocate the CORB / RIRB buffers on device construction and …
(edit) @71711   7 years vboxsync DevHDA: More stuff we can do in R0/RC.
(edit) @71710   7 years vboxsync DevHDA: CORBRP reset fix.
(edit) @71709   7 years vboxsync DevHDA: Locking related adjustments and fix. * hdaRegWriteBase …
(edit) @71708   7 years vboxsync Revert r121784 and 121788: bugref:9112: Linux Additions: fix building …
(edit) @71707   7 years vboxsync DevHDA: Another nit. bugref:9094
(edit) @71706   7 years vboxsync DevHDA: nits. bugref:9094
(edit) @71705   7 years vboxsync VBox-CodingGuidelines.cpp: wrote down unwritten #ifdef rule wrt to …
(edit) @71704   7 years vboxsync DevHDA: hdaTimer + hdaStreamTransferIsScheduled: Please don't make …
(edit) @71703   7 years vboxsync NetworkServices/Dhcpd: untabify.
(edit) @71702   7 years vboxsync VBox-CodingGuidelines: Added an excellent presentation about C/C++ …
(edit) @71701   7 years vboxsync iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
(edit) @71700   7 years vboxsync iprt/asm.h: Use SSE2 fence instructions.
(edit) @71699   7 years vboxsync SUPDrv,VBoxVMM: Require SSE2 to be present.
(edit) @71698   7 years vboxsync DevVGA: Code cleanup in progress. ?bugref:9094
(edit) @71697   7 years vboxsync VMM/HMSVMR0: nit.
(edit) @71696   7 years vboxsync Committed too much previously, revert additional lines. bugref:9112: …
(edit) @71695   7 years vboxsync VBoxGuest: VBGL_HGCM_HDR_INIT_TIMED, consistent use of VbglHGCMParm …
(edit) @71694   7 years vboxsync Make building Linux Additions compatible with old GLIBC versions …
(edit) @71693   7 years vboxsync FE/Qt: bugref:6699 Print out COM errors in the log window of the file …
(edit) @71692   7 years vboxsync VMM/HMSVMR0: Increment RIP on handling PAUSE #VMEXIT and intercept …
(edit) @71691   7 years vboxsync VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file
(edit) @71690   7 years vboxsync vsheriff: Detect another variant of RHEL5 udev hang.
(edit) @71689   7 years vboxsync NetworkServices/Dhcpd: implement reading config from a file.
(edit) @71688   7 years vboxsync HDA: Removed redundant and wrong STATESTS interrupt check to fix …
(edit) @71687   7 years vboxsync indent
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71685   7 years vboxsync VBox-CodingGuidelines: fix typo in previous.
(edit) @71684   7 years vboxsync FE/Qt: bugref:9072 Build Fix
(edit) @71683   7 years vboxsync FE/Qt: bugref:9072 Handle logviewer bookmarks a bit better in case of …
(edit) @71682   7 years vboxsync tdMoveVM1.py: less confusing output when skipping.
(edit) @71681   7 years vboxsync Guest Control/Validation Kit: Adjusted more tests for versions <= 5.2.
(edit) @71680   7 years vboxsync SharedOpenGL: fixed compiler warning. bugref:9094
(edit) @71679   7 years vboxsync FE/Qt: bugref:9049: It actually appeared linking library mocs two …
(edit) @71678   7 years vboxsync Added other currently documented CPUID leaves which depend on ECX.
(edit) @71677   7 years vboxsync ValidationKit/tdUsb1: Turn gadget host connect failures into a reason …
(edit) @71676   7 years vboxsync Comments.
(edit) @71675   7 years vboxsync tstRTInlineAsm.cpp: Test ASMCpuId too.
(edit) @71674   7 years vboxsync tstRTInlineAsm.cpp: leavs 0x0f and 0x10 also depend on ECX input..
(edit) @71673   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71672   7 years vboxsync Guest Control/Validation Kit: Copying files into directories via Main …
(edit) @71671   7 years vboxsync Guest Control/Validation Kit: Copying files into directories via Main …
(edit) @71670   7 years vboxsync FE/Qt: bugref:6699 Create directories with a correct mode
(edit) @71669   7 years vboxsync FE/Qt: bugref:9072: Make sure logviewer shows the correct text when no …
(edit) @71668   7 years vboxsync Guest Control/Validation Kit: Enabled copyTo / copyFrom testcases and …
(edit) @71667   7 years vboxsync Guest Control/Main: Implemented file flag handling for …
(edit) @71666   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 [build fix]
(edit) @71665   7 years vboxsync FE/Qt: bugref:9049: VBoxGlobal library fixed for macOS.
(edit) @71664   7 years vboxsync FE/Qt: bugref:9049: Yet another tiny cleanup for GUI Makefile (s.a. …
(edit) @71663   7 years vboxsync FE/Qt: bugref:9049: Tiny cleanup for GUI Makefile.
(edit) @71662   7 years vboxsync FE/Qt: bugref:9049: Small cleanup for VBoxUtils-darwin stuff.
(edit) @71661   7 years vboxsync FE/Qt: bugref:9049: Full and heavy cleanup for UICocoaApplication.
(edit) @71660   7 years vboxsync Added a section about handling guest input to the general coding guidlines.
(edit) @71659   7 years vboxsync FE/Qt: bugref:9049: Heavy cleanup for DarwinKeyboard stuff.
(edit) @71658   7 years vboxsync WDDM: miniport adjustments for DevExt changes.
(edit) @71657   7 years vboxsync SVN props.
(edit) @71656   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71655   7 years vboxsync FE/Qt: bugref:9049: Large cleanup for CocoaEventHelper stuff.
(edit) @71654   7 years vboxsync FE/Qt: bugref:6699 Some corrections to file copying stuff
(edit) @71653   7 years vboxsync Guest Control/Main: Make sure to terminate guest process tools in …
(edit) @71652   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 [build fix]
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71650   7 years vboxsync SVN props.
(edit) @71649   7 years vboxsync Guest Control/Main: Renamed SessionTaskUpdateAdditions::InstallerFile …
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