VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29892   15 years vboxsync build fix
(edit) @29891   15 years vboxsync Devices/Serial: allow to force the guest into 16450 mode by CFGM key
(edit) @29889   15 years vboxsync Devices/Serial: SSM state adaption for 16550A emulation
(edit) @29846   15 years vboxsync Devices/Serial: update the implementation to 16550A
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28400   15 years vboxsync addendum to r60160
(edit) @28399   15 years vboxsync DevSerial: disabled r59817 as it causes regressions
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28125   15 years vboxsync DrvChar.cpp: cosmetics
(edit) @28103   15 years vboxsync build fix
(edit) @28101   15 years vboxsync serial: Let the UART device signal if we are not ready to consume more …
(edit) @27937   15 years vboxsync DrvChar.cpp: typos
(edit) @27934   15 years vboxsync build fix
(edit) @27933   15 years vboxsync DrvNamedPipe.cpp: Don't assume we'll get a PowerOff call. Always wait …
(edit) @27932   15 years vboxsync DrvChar.cpp: Wait for all threads that have been created with the …
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27394   15 years vboxsync Devices/Serial: add code to handle arbitrary baudrates on linux host. …
(edit) @27265   15 years vboxsync logging fix
(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) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(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) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(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) @24792   15 years vboxsync DevSerial: No limit to the number of serial devices.
(edit) @24382   15 years vboxsync Serial: forward-port of 54411 (serial/rawfile: don't flush after …
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24042   15 years vboxsync DevSerial.cpp: Verify config on load.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23745   15 years vboxsync Serial: STAM alignment check and fix.
(edit) @23160   15 years vboxsync Serial: Add support for break conditions. On Windows it also possible …
(edit) @22876   15 years vboxsync FreeBSD: Enable host serial support. Untested but it compiles
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22653   15 years vboxsync OSE headers fixes
(edit) @22584   15 years vboxsync Devices: tab
(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) @22072   15 years vboxsync DrvHostSerial: fixed raw mode
(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) @19809   16 years vboxsync Serial/DrvHostSerial/Solaris: ignore IEXTEN characters in line mode …
(edit) @19626   16 years vboxsync polished r47206
(edit) @19624   16 years vboxsync added raw file serial driver
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18443   16 years vboxsync DrvNamedPipe: Fixed (?) undefined variable in odd error case in …
(edit) @16583   16 years vboxsync CFGM option YieldOnLSRRead for the virtual COM device, helps with …
(edit) @16527   16 years vboxsync Linux HostSerial: typo
(edit) @16217   16 years vboxsync Devices/Serial: Data unavaiable while reading shouldn't terminate thread.
(edit) @15836   16 years vboxsync Devices/Serial: Enabled Host serial support for Solaris.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13663   16 years vboxsync serial: use the new RTThreadPoke() runtime function to interrupt the …
(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) @12892   16 years vboxsync AssertMsgRC
(edit) @12425   16 years vboxsync DevSerial: reverted accidental commit (r36492).
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12384   16 years vboxsync DrvHostSerial: review.
(edit) @12381   16 years vboxsync DrvHostSerial: Open a new descriptor for reading the device to get …
(edit) @12380   16 years vboxsync DrvHostSerial: darwin hacking.
(edit) @12363   16 years vboxsync DrvHostSerial: polling back to 1 sec.
(edit) @12362   16 years vboxsync typo
(edit) @12361   16 years vboxsync DrvHostSerial: volatile vars and atomic set/get is required on the …
(edit) @12355   16 years vboxsync build fix.
(edit) @12354   16 years vboxsync build fix.
(edit) @12352   16 years vboxsync Host serial: fix compile error
(edit) @12351   16 years vboxsync Host serial: Fix a bug which could cause a thread to exit after …
(edit) @12349   16 years vboxsync DrvHostSerial: darwin fix.
(edit) @12348   16 years vboxsync DrvHostSerial: build fixes.
(edit) @12347   16 years vboxsync DrvHostSerial: poll is busted on darwin/x86, so use select for the …
(edit) @12334   16 years vboxsync DrvHostSerial: darwin fix.
(edit) @12325   16 years vboxsync DrvHostSerial: Ported to darwin (untested).
(edit) @12300   16 years vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @11451   16 years vboxsync Host Serial: Hardware independent way of wking up the status line …
(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) @11277   16 years vboxsync #1865: DevSerial. Also cleaned up the constructor mess.
(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) @10902   16 years vboxsync Fix ioctl error on guest shutdown in the serial device
(edit) @9387   16 years vboxsync 64-bit GC alignment fixes
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(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) @6271   17 years vboxsync serial: fixed error handling; be a little bit more verbose on errors
(edit) @6268   17 years vboxsync AssertMsgFailed are NOP's in release builds
(edit) @6262   17 years vboxsync serial: respect return code of ioctl
(edit) @6217   17 years vboxsync serial: don't overwrite VM errors from the driver
(edit) @6214   17 years vboxsync another race
(edit) @6213   17 years vboxsync fixed race during initialization of DrvNamedPipe
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