VirtualBox

source: vbox/trunk/src/VBox/Devices/Parallel

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @64276   8 年 vboxsync Serial,Parallel: Doxygen fixes
(edit) @64010   8 年 vboxsync LPT: Unbroke enumeration on Windows.
(edit) @63218   8 年 vboxsync Devices: warnings (gcc)
(edit) @62993   8 年 vboxsync Devices: warnings
(edit) @62925   8 年 vboxsync Devices: warnings
(edit) @62906   8 年 vboxsync Devices: warnings
(edit) @62686   8 年 vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62679   8 年 vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62620   8 年 vboxsync DrvHostParallel: Ring-0 needs to check whether ports are configured …
(edit) @62619   8 年 vboxsync DrvHostParallel: Cleaned up some toally bonkers windows code, untested …
(edit) @62618   8 年 vboxsync Devices: unused parameter warnings.
(edit) @62610   8 年 vboxsync Devices: unused parameters.
(edit) @62510   8 年 vboxsync (C) 2016
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57979   9 年 vboxsync Parallel ports: Several fixes for multiple parallel ports. Make the …
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56292   9 年 vboxsync Devices: Updated (C) year.
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @48947   11 年 vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48028   11 年 vboxsync Devices: warnings.
(edit) @45061   12 年 vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45025   12 年 vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44702   12 年 vboxsync DevParallel.cpp: Use the default device critical section to serialize …
(edit) @44701   12 年 vboxsync DevParallel.cpp: General cleanups.
(edit) @44700   12 年 vboxsync DevParallel.cpp: General cleanups.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43458   12 年 vboxsync Devices/Parallel: reverted all the extra debug logs that were added to …
(edit) @43454   12 年 vboxsync Devices/Parallel: Compilation error fix.
(edit) @43451   12 年 vboxsync Devices/Parallel: Compilation error fix
(edit) @43450   12 年 vboxsync Device/Parallel: Increased instrumentation for debugging parallel port …
(edit) @43436   12 年 vboxsync Devices/Parallel: Increased instrumentation for debugging parallel …
(edit) @43428   12 年 vboxsync Devices/Parallel: Extra Debug statements to debug issue with user. …
(edit) @43393   12 年 vboxsync Devices/Parallel: Reverted the changes related to extra debug …
(edit) @43383   12 年 vboxsync Devices/Parallel: Added more debug statements for enhanced logging.. …
(edit) @43093   12 年 vboxsync Devices/DrvHostParallel: Addressing all the todos.
(edit) @42376   12 年 vboxsync Devices/Parallel: DrvHostParallel.cpp fixed compilation errors on Windows.
(edit) @42375   12 年 vboxsync Devices/Parallel: Fixing more todos in DrvHostParallel.cpp as …
(edit) @42349   12 年 vboxsync Devices/Parallel: Addressing some of todos as identified by Knut.
(edit) @42201   12 年 vboxsync Devices/Parallel/DrvHostparallel: fix for indentation.
(edit) @42152   12 年 vboxsync DrvHostParallel.cpp: Some cleanups and todos.
(edit) @40707   13 年 vboxsync Device\Parallel: Convert string functions to iprt ones. Introduced …
(edit) @40666   13 年 vboxsync Devices\parallel: Compilation fix.
(edit) @40665   13 年 vboxsync Device/Parallel: incorporation of the review comments
(edit) @40662   13 年 vboxsync to fix the compilation issue on Linux system.
(edit) @40658   13 年 vboxsync r=bird: comments. Hope it compiles…
(edit) @40639   13 年 vboxsync Devices/Parallel/DrvHostParallel: add some review comments, variable …
(edit) @40591   13 年 vboxsync Devices/Parallel: DrvHostParallel formatting fixes and some todo's.
(edit) @40585   13 年 vboxsync To enable parallel port support on Windows host. Code is disabled, …
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39684   13 年 vboxsync Parallel: Some love for the long abandoned parallel port emulation. …
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @32678   14 年 vboxsync Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28258   15 年 vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @26173   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 年 vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 年 vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 年 vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 年 vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 年 vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 年 vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25971   15 年 vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 年 vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 年 vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25823   15 年 vboxsync Devices: more -Wshadow
(edit) @25732   15 年 vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25647   15 年 vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @24265   15 年 vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @23989   15 年 vboxsync DevParallel: verify config on load.
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @22793   15 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   15 年 vboxsync PDMDRVREG change (big changeset).
(edit) @20961   15 年 vboxsync fixed typo, it means occurred, not occured
(edit) @20374   15 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 年 vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @12978   16 年 vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @11286   16 年 vboxsync Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
(edit) @11284   16 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11271   16 年 vboxsync DevParallel: Flower boxes.
(edit) @11270   16 年 vboxsync #1865: DevParallel. Also fixed some serious GC/R0 alignment bugs and …
(edit) @11269   16 年 vboxsync Devices: pData -> pThis.
(edit) @11268   16 年 vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11267   16 年 vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @9212   16 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8747   17 年 vboxsync Parallel: destroy event semaphore
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7321   17 年 vboxsync shorten some thread names, looks better as log prefix
(edit) @6300   17 年 vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6228   17 年 vboxsync Better error reporting
(edit) @6227   17 年 vboxsync Allow R0/GCEnabled CFGM values.
(edit) @6226   17 年 vboxsync Don't use doxgen comment markers to document code lines.
(edit) @6223   17 年 vboxsync We can use poll instead of select and cleanups
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette