VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42152   12 years vboxsync DrvHostParallel.cpp: Some cleanups and todos.
(edit) @40707   13 years vboxsync Device\Parallel: Convert string functions to iprt ones. Introduced …
(edit) @40666   13 years vboxsync Devices\parallel: Compilation fix.
(edit) @40665   13 years vboxsync Device/Parallel: incorporation of the review comments
(edit) @40662   13 years vboxsync to fix the compilation issue on Linux system.
(edit) @40658   13 years vboxsync r=bird: comments. Hope it compiles…
(edit) @40639   13 years vboxsync Devices/Parallel/DrvHostParallel: add some review comments, variable …
(edit) @40591   13 years vboxsync Devices/Parallel: DrvHostParallel formatting fixes and some todo's.
(edit) @40585   13 years vboxsync To enable parallel port support on Windows host. Code is disabled, …
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39684   13 years vboxsync Parallel: Some love for the long abandoned parallel port emulation. …
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @32678   14 years vboxsync Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @23989   15 years vboxsync DevParallel: verify config on load.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @11286   16 years vboxsync Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11271   16 years vboxsync DevParallel: Flower boxes.
(edit) @11270   16 years vboxsync #1865: DevParallel. Also fixed some serious GC/R0 alignment bugs and …
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11268   16 years vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8747   17 years vboxsync Parallel: destroy event semaphore
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7321   17 years vboxsync shorten some thread names, looks better as log prefix
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6228   17 years vboxsync Better error reporting
(edit) @6227   17 years vboxsync Allow R0/GCEnabled CFGM values.
(edit) @6226   17 years vboxsync Don't use doxgen comment markers to document code lines.
(edit) @6223   17 years vboxsync We can use poll instead of select and cleanups
(edit) @6222   17 years vboxsync Continue work on the parallel port device: 1. Removed the host device …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4332   17 years vboxsync gcc warning
(edit) @4088   17 years vboxsync opengl/parallel: proper credits to Alexander Eichner.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(add) @3649   17 years vboxsync Added parallel device emulation and host driver. Contributed by: …
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