|
|
@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
|
16 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20367
|
16 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
|
17 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
|
|
|
@7321
|
17 years |
vboxsync |
shorten some thread names, looks better as log prefix
|
|
|
@6271
|
17 years |
vboxsync |
serial: fixed error handling; be a little bit more verbose on errors
|
|
|
@6268
|
17 years |
vboxsync |
AssertMsgFailed are NOP's in release builds
|
|
|
@6262
|
17 years |
vboxsync |
serial: respect return code of ioctl
|
|
|
@6217
|
17 years |
vboxsync |
serial: don't overwrite VM errors from the driver
|
|
|
@6214
|
17 years |
vboxsync |
another race
|
|
|
@6213
|
17 years |
vboxsync |
fixed race during initialization of DrvNamedPipe
|
|
|
@6194
|
17 years |
vboxsync |
Adjust alignment
|
|
|
@6193
|
17 years |
vboxsync |
Clear MSR changed variable after reading lsr register to clear …
|
|
|
@6189
|
17 years |
vboxsync |
Bump SSM version and fix compilation
|
|
|
@6188
|
17 years |
vboxsync |
Set interrupt if states changed
|
|
|
@6187
|
17 years |
vboxsync |
another one
|
|
|
@6186
|
17 years |
vboxsync |
stupid mistake
|
|
|
@6185
|
17 years |
vboxsync |
Add status line monitoring for windows hosts
|
|
|
@6131
|
17 years |
vboxsync |
Make sure bool is bool.
|
|
|
@6088
|
17 years |
vboxsync |
Compilation fix
|
|
|
@6087
|
17 years |
vboxsync |
Change Char interface according to the comments int hte header
|
|
|
@6073
|
17 years |
vboxsync |
IBase isn't a pointer either (just happens to have the same size).
|
|
|
@6072
|
17 years |
vboxsync |
Fixed a couple of comments so doxygen don't add them to the function …
|
|
|
@6027
|
17 years |
vboxsync |
Reflect interface change in char driver
|
|
|
@6018
|
17 years |
vboxsync |
Fix compilation
|
|
|
@6016
|
17 years |
vboxsync |
First try to implement monitoring of status lines
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5756
|
17 years |
vboxsync |
Client end of named pipe must be opened in overlapped mode, else …
|
|
|
@5152
|
17 years |
vboxsync |
#elif defined()
|
|
|
@5149
|
17 years |
vboxsync |
serial: don't use local stack memory for OVERLAPPED structures
|
|
|
@5010
|
17 years |
vboxsync |
small fixes
|
|
|
@5008
|
17 years |
vboxsync |
#elif defined().
|
|
|
@5007
|
17 years |
vboxsync |
r=bird: NIL_RTFILE != 0, so all RTFILE members must be initialized or …
|
|
|
@5004
|
17 years |
vboxsync |
serial: use PDMThreads for send/receive. Thread is already a problem …
|
|
|
@4993
|
17 years |
vboxsync |
HostSerial: Use pipe for the receive thread to wake it up on shutdown …
|
|
|
@4928
|
17 years |
vboxsync |
Lower the cpu usage pf the serial port on windows hosts
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4749
|
17 years |
vboxsync |
eol style
|
|
|
@4748
|
17 years |
vboxsync |
linestyle native
|
|
|
@4661
|
17 years |
vboxsync |
Use poll for the host serial port driver to reduce cpu useage.
|
|
|