VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63591   8 years vboxsync Serial/Host: Don't try to kick off a thread to monitor the status …
(edit) @63583   8 years vboxsync DrvHostSerial/Linux: fix pegging one CPU if TIOCMIWAIT fails …
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62908   8 years vboxsync Devices: warnings
(edit) @62906   8 years vboxsync Devices: warnings
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62610   8 years vboxsync Devices: unused parameters.
(edit) @62507   8 years vboxsync (C) 2016
(edit) @62152   8 years vboxsync Devices/Serial: blind fix for host serial port handling on FreeBSD …
(edit) @59905   9 years vboxsync DrvTCP: On Windows call WSAStartup() ourselves, don't rely on another …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57910   9 years vboxsync DrvHostSerial.cpp: Should call GetOverlappedResult if ReadFile returns …
(edit) @57882   9 years vboxsync Serial/NamedPipe: Reorder error checks in the receive code path on …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56028   10 years vboxsync Devices/Serial: Fix incorrect expression which would never evaluate to true
(edit) @55260   10 years vboxsync 5.0.0 Beta 2
(edit) @50876   11 years vboxsync DevSerial.cpp: Added missing bits of state info to the saved state. …
(edit) @48028   11 years vboxsync Devices: warnings.
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44809   12 years vboxsync DevSerial.cpp: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @40438   13 years vboxsync Serial: don't leave the loop on EINTR. We have a similar handling in …
(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) @39855   13 years vboxsync Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
(edit) @37597   13 years vboxsync darwin build fix
(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) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37114   14 years vboxsync dev/serial: destruct semevent after destructing thread using it
(edit) @37102   14 years vboxsync dev/serial: fix the case pfnWrite returns VERR_TIMEOUT
(edit) @37094   14 years vboxsync tabs
(edit) @35772   14 years vboxsync dev/serial: fix timer callbacks rasing
(edit) @35769   14 years vboxsync DrvHostSerial: better fix for timing problems over host serial
(edit) @35725   14 years vboxsync linux burn fix
(edit) @35723   14 years vboxsync dev/serial: dynamic xmit retry count calculation based on tx success status
(edit) @35717   14 years vboxsync dev/serial: better char lost handling
(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) @34215   14 years vboxsync Serial/host: removed debug output
(edit) @34212   14 years vboxsync Serial/Linux Host: fix status line notification (ticket #812, thanks …
(edit) @33755   14 years vboxsync DrvHostSerial: cosmetical fixes
(edit) @33729   14 years vboxsync Serial/DevHostSerial: properly handle non-blocking I/O
(edit) @33728   14 years vboxsync Serial/DrvHostSerial: on Linux, try to open the serial device in …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33392   14 years vboxsync DrvNamedPipe: OS/2 build fix.
(edit) @32678   14 years vboxsync Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)
(edit) @30013   15 years vboxsync scm cleanup.
(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
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