VirtualBox

source: vbox/trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69901   7 years vboxsync DrvHostSerial/Linux: drvHostSerialSetParameters - don't crash if …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69397   7 years vboxsync Serial: Don't switch to polling mode if the TIOCMIWAIT ioctl was …
(edit) @64276   8 years vboxsync Serial,Parallel: Doxygen fixes
(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) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62507   8 years vboxsync (C) 2016
(edit) @62152   8 years vboxsync Devices/Serial: blind fix for host serial port handling on FreeBSD …
(edit) @57910   9 years vboxsync DrvHostSerial.cpp: Should call GetOverlappedResult if ReadFile returns …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @48028   11 years vboxsync Devices: warnings.
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @44528   12 years vboxsync header (C) fixes
(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) @37597   13 years vboxsync darwin build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @35769   14 years vboxsync DrvHostSerial: better fix for timing problems over host serial
(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) @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) @27394   15 years vboxsync Devices/Serial: add code to handle arbitrary baudrates on linux host. …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(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) @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) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(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) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22072   15 years vboxsync DrvHostSerial: fixed raw mode
(edit) @19809   16 years vboxsync Serial/DrvHostSerial/Solaris: ignore IEXTEN characters in line mode …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(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) @12892   16 years vboxsync AssertMsgRC
(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) @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) @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) @6188   17 years vboxsync Set interrupt if states changed
(edit) @6187   17 years vboxsync another one
(edit) @6186   17 years vboxsync stupid mistake
(edit) @6185   17 years vboxsync Add status line monitoring for windows hosts
(edit) @6088   17 years vboxsync Compilation fix
(edit) @6087   17 years vboxsync Change Char interface according to the comments int hte header
(edit) @6016   17 years vboxsync First try to implement monitoring of status lines
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5152   17 years vboxsync #elif defined()
(edit) @5149   17 years vboxsync serial: don't use local stack memory for OVERLAPPED structures
(edit) @5010   17 years vboxsync small fixes
(edit) @5008   17 years vboxsync #elif defined().
(edit) @5007   17 years vboxsync r=bird: NIL_RTFILE != 0, so all RTFILE members must be initialized or …
(edit) @5004   17 years vboxsync serial: use PDMThreads for send/receive. Thread is already a problem …
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