|
|
@33729
|
14 years |
vboxsync |
Serial/DevHostSerial: properly handle non-blocking I/O
|
|
|
@33728
|
14 years |
vboxsync |
Serial/DrvHostSerial: on Linux, try to open the serial device in …
|
|
|
@33595
|
14 years |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33392
|
14 years |
vboxsync |
DrvNamedPipe: OS/2 build fix.
|
|
|
@32678
|
14 years |
vboxsync |
Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)
|
|
|
@30013
|
15 years |
vboxsync |
scm cleanup.
|
|
|
@29892
|
15 years |
vboxsync |
build fix
|
|
|
@29891
|
15 years |
vboxsync |
Devices/Serial: allow to force the guest into 16450 mode by CFGM key
|
|
|
@29889
|
15 years |
vboxsync |
Devices/Serial: SSM state adaption for 16550A emulation
|
|
|
@29846
|
15 years |
vboxsync |
Devices/Serial: update the implementation to 16550A
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28400
|
15 years |
vboxsync |
addendum to r60160
|
|
|
@28399
|
15 years |
vboxsync |
DevSerial: disabled r59817 as it causes regressions
|
|
|
@28258
|
15 years |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28125
|
15 years |
vboxsync |
DrvChar.cpp: cosmetics
|
|
|
@28103
|
15 years |
vboxsync |
build fix
|
|
|
@28101
|
15 years |
vboxsync |
serial: Let the UART device signal if we are not ready to consume more …
|
|
|
@27937
|
15 years |
vboxsync |
DrvChar.cpp: typos
|
|
|
@27934
|
15 years |
vboxsync |
build fix
|
|
|
@27933
|
15 years |
vboxsync |
DrvNamedPipe.cpp: Don't assume we'll get a PowerOff call. Always wait …
|
|
|
@27932
|
15 years |
vboxsync |
DrvChar.cpp: Wait for all threads that have been created with the …
|
|
|
@27497
|
15 years |
vboxsync |
iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
|
|
|
@27394
|
15 years |
vboxsync |
Devices/Serial: add code to handle arbitrary baudrates on linux host. …
|
|
|
@27265
|
15 years |
vboxsync |
logging fix
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26166
|
15 years |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26163
|
15 years |
vboxsync |
PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25974
|
15 years |
vboxsync |
pdmifs.h: another batch of _IID changes.
|
|
|
@25971
|
15 years |
vboxsync |
pdmifs.h: another batch of _IID changes.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25893
|
15 years |
vboxsync |
PDMDrv,*: multi context drivers, part 2.
|
|
|
@25823
|
15 years |
vboxsync |
Devices: more -Wshadow
|
|
|
@25732
|
15 years |
vboxsync |
PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
|
|
|
@25647
|
15 years |
vboxsync |
Some more doxygen fixes, now for Core.docs.
|
|
|
@24792
|
15 years |
vboxsync |
DevSerial: No limit to the number of serial devices.
|
|
|
@24382
|
15 years |
vboxsync |
Serial: forward-port of 54411 (serial/rawfile: don't flush after …
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24042
|
15 years |
vboxsync |
DevSerial.cpp: Verify config on load.
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23745
|
15 years |
vboxsync |
Serial: STAM alignment check and fix.
|
|
|
@23160
|
15 years |
vboxsync |
Serial: Add support for break conditions. On Windows it also possible …
|
|
|
@22876
|
15 years |
vboxsync |
FreeBSD: Enable host serial support. Untested but it compiles
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22653
|
15 years |
vboxsync |
OSE headers fixes
|
|
|
@22584
|
15 years |
vboxsync |
Devices: tab
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@22072
|
15 years |
vboxsync |
DrvHostSerial: fixed raw mode
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20367
|
15 years |
vboxsync |
Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@19809
|
16 years |
vboxsync |
Serial/DrvHostSerial/Solaris: ignore IEXTEN characters in line mode …
|
|
|
@19626
|
16 years |
vboxsync |
polished r47206
|
|
|
@19624
|
16 years |
vboxsync |
added raw file serial driver
|
|
|
@18645
|
16 years |
vboxsync |
VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
|
|
|
@18443
|
16 years |
vboxsync |
DrvNamedPipe: Fixed (?) undefined variable in odd error case in …
|
|
|
@16583
|
16 years |
vboxsync |
CFGM option YieldOnLSRRead for the virtual COM device, helps with …
|
|
|
@16527
|
16 years |
vboxsync |
Linux HostSerial: typo
|
|
|
@16217
|
16 years |
vboxsync |
Devices/Serial: Data unavaiable while reading shouldn't terminate thread.
|
|
|
@15836
|
16 years |
vboxsync |
Devices/Serial: Enabled Host serial support for Solaris.
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13663
|
16 years |
vboxsync |
serial: use the new RTThreadPoke() runtime function to interrupt the …
|
|
|
@12978
|
16 years |
vboxsync |
PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
|
|
|
@12977
|
16 years |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12892
|
16 years |
vboxsync |
AssertMsgRC
|
|
|
@12425
|
16 years |
vboxsync |
DevSerial: reverted accidental commit (r36492).
|
|
|
@12423
|
16 years |
vboxsync |
IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
|
|
|
@12384
|
16 years |
vboxsync |
DrvHostSerial: review.
|
|
|
@12381
|
16 years |
vboxsync |
DrvHostSerial: Open a new descriptor for reading the device to get …
|
|
|
@12380
|
16 years |
vboxsync |
DrvHostSerial: darwin hacking.
|
|
|
@12363
|
16 years |
vboxsync |
DrvHostSerial: polling back to 1 sec.
|
|
|
@12362
|
16 years |
vboxsync |
typo
|
|
|
@12361
|
16 years |
vboxsync |
DrvHostSerial: volatile vars and atomic set/get is required on the …
|
|
|
@12355
|
16 years |
vboxsync |
build fix.
|
|
|
@12354
|
16 years |
vboxsync |
build fix.
|
|
|
@12352
|
16 years |
vboxsync |
Host serial: fix compile error
|
|
|
@12351
|
16 years |
vboxsync |
Host serial: Fix a bug which could cause a thread to exit after …
|
|
|
@12349
|
16 years |
vboxsync |
DrvHostSerial: darwin fix.
|
|
|
@12348
|
16 years |
vboxsync |
DrvHostSerial: build fixes.
|
|
|
@12347
|
16 years |
vboxsync |
DrvHostSerial: poll is busted on darwin/x86, so use select for the …
|
|
|
@12334
|
16 years |
vboxsync |
DrvHostSerial: darwin fix.
|
|
|
@12325
|
16 years |
vboxsync |
DrvHostSerial: Ported to darwin (untested).
|
|
|
@12300
|
16 years |
vboxsync |
Devices and VMM: cosmetics: removed full stops at the end of …
|
|
|
@11451
|
16 years |
vboxsync |
Host Serial: Hardware independent way of wking up the status line …
|
|
|
@11286
|
16 years |
vboxsync |
Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
|
|
|
@11284
|
16 years |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11277
|
16 years |
vboxsync |
#1865: DevSerial. Also cleaned up the constructor mess.
|
|
|
@11269
|
16 years |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11268
|
16 years |
vboxsync |
Devices: ELEMENTS -> RT_ELEMENTS.
|
|
|
@11267
|
16 years |
vboxsync |
Devices: PDMINS2DATA -> PDMINS_2_DATA.
|
|
|
@11266
|
16 years |
vboxsync |
Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
|
|
|
@10902
|
16 years |
vboxsync |
Fix ioctl error on guest shutdown in the serial device
|
|
|
@9387
|
16 years |
vboxsync |
64-bit GC alignment fixes
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|