|
|
@68523
|
7 年 |
vboxsync |
DrvChar.cpp: TODO: Arrrrrrrrrrrrrgggggggggggggggggg!!!!!!!!!!!!!!!!!
|
|
|
@64393
|
8 年 |
vboxsync |
PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
|
|
|
@64387
|
8 年 |
vboxsync |
PDM,Devices: Some PCI device type cleanup.
|
|
|
@64373
|
8 年 |
vboxsync |
PDM,Devices: Support for multiple PCI devices/function in a single PDM …
|
|
|
@64276
|
8 年 |
vboxsync |
Serial,Parallel: Doxygen fixes
|
|
|
@63690
|
8 年 |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63591
|
8 年 |
vboxsync |
Serial/Host: Don't try to kick off a thread to monitor the status …
|
|
|
@63583
|
8 年 |
vboxsync |
DrvHostSerial/Linux: fix pegging one CPU if TIOCMIWAIT fails …
|
|
|
@62956
|
8 年 |
vboxsync |
@copydoc -> @interface_method_impl
|
|
|
@62908
|
8 年 |
vboxsync |
Devices: warnings
|
|
|
@62906
|
8 年 |
vboxsync |
Devices: warnings
|
|
|
@62761
|
8 年 |
vboxsync |
Wrap ws2tcpip.h too.
|
|
|
@62679
|
8 年 |
vboxsync |
Use the iprt/win/windows.h wrapper for Windows.h
|
|
|
@62610
|
8 年 |
vboxsync |
Devices: unused parameters.
|
|
|
@62507
|
8 年 |
vboxsync |
(C) 2016
|
|
|
@62152
|
8 年 |
vboxsync |
Devices/Serial: blind fix for host serial port handling on FreeBSD …
|
|
|
@59905
|
9 年 |
vboxsync |
DrvTCP: On Windows call WSAStartup() ourselves, don't rely on another …
|
|
|
@58132
|
9 年 |
vboxsync |
*: Doxygen fixes.
|
|
|
@57910
|
9 年 |
vboxsync |
DrvHostSerial.cpp: Should call GetOverlappedResult if ReadFile returns …
|
|
|
@57882
|
9 年 |
vboxsync |
Serial/NamedPipe: Reorder error checks in the receive code path on …
|
|
|
@57358
|
9 年 |
vboxsync |
*: scm cleanup run.
|
|
|
@56992
|
9 年 |
vboxsync |
Devices: Log & Assertion formatting fixes.
|
|
|
@56292
|
9 年 |
vboxsync |
Devices: Updated (C) year.
|
|
|
@56284
|
9 年 |
vboxsync |
s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
|
|
|
@56028
|
10 年 |
vboxsync |
Devices/Serial: Fix incorrect expression which would never evaluate to true
|
|
|
@55260
|
10 年 |
vboxsync |
5.0.0 Beta 2
|
|
|
@50876
|
11 年 |
vboxsync |
DevSerial.cpp: Added missing bits of state info to the saved state. …
|
|
|
@48028
|
11 年 |
vboxsync |
Devices: warnings.
|
|
|
@45061
|
12 年 |
vboxsync |
Review of PDM driver destructors making sure that variables they use …
|
|
|
@45025
|
12 年 |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44809
|
12 年 |
vboxsync |
DevSerial.cpp: Cleanups.
|
|
|
@44528
|
12 年 |
vboxsync |
header (C) fixes
|
|
|
@41783
|
12 年 |
vboxsync |
Doxygen, comment typos.
|
|
|
@40438
|
13 年 |
vboxsync |
Serial: don't leave the loop on EINTR. We have a similar handling in …
|
|
|
@40282
|
13 年 |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@40280
|
13 年 |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@39855
|
13 年 |
vboxsync |
Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
|
|
|
@37597
|
13 年 |
vboxsync |
darwin build fix
|
|
|
@37596
|
13 年 |
vboxsync |
*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
|
|
|
@37466
|
13 年 |
vboxsync |
VMM,Devices: Automatically use a per-device lock instead of the giant …
|
|
|
@37324
|
13 年 |
vboxsync |
TM,Devices: Fixed default critical section screwup and adjusted its …
|
|
|
@37114
|
14 年 |
vboxsync |
dev/serial: destruct semevent after destructing thread using it
|
|
|
@37102
|
14 年 |
vboxsync |
dev/serial: fix the case pfnWrite returns VERR_TIMEOUT
|
|
|
@37094
|
14 年 |
vboxsync |
tabs
|
|
|
@35772
|
14 年 |
vboxsync |
dev/serial: fix timer callbacks rasing
|
|
|
@35769
|
14 年 |
vboxsync |
DrvHostSerial: better fix for timing problems over host serial
|
|
|
@35725
|
14 年 |
vboxsync |
linux burn fix
|
|
|
@35723
|
14 年 |
vboxsync |
dev/serial: dynamic xmit retry count calculation based on tx success status
|
|
|
@35717
|
14 年 |
vboxsync |
dev/serial: better char lost handling
|
|
|
@35353
|
14 年 |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 年 |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@34215
|
14 年 |
vboxsync |
Serial/host: removed debug output
|
|
|
@34212
|
14 年 |
vboxsync |
Serial/Linux Host: fix status line notification (ticket #812, thanks …
|
|
|
@33755
|
14 年 |
vboxsync |
DrvHostSerial: cosmetical fixes
|
|
|
@33729
|
14 年 |
vboxsync |
Serial/DevHostSerial: properly handle non-blocking I/O
|
|
|
@33728
|
14 年 |
vboxsync |
Serial/DrvHostSerial: on Linux, try to open the serial device in …
|
|
|
@33595
|
14 年 |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33392
|
14 年 |
vboxsync |
DrvNamedPipe: OS/2 build fix.
|
|
|
@32678
|
14 年 |
vboxsync |
Devices/Serial, Devices/Parallel: minor fix (free alloc'd string)
|
|
|
@30013
|
14 年 |
vboxsync |
scm cleanup.
|
|
|
@29892
|
14 年 |
vboxsync |
build fix
|
|
|
@29891
|
14 年 |
vboxsync |
Devices/Serial: allow to force the guest into 16450 mode by CFGM key
|
|
|
@29889
|
14 年 |
vboxsync |
Devices/Serial: SSM state adaption for 16550A emulation
|
|
|
@29846
|
14 年 |
vboxsync |
Devices/Serial: update the implementation to 16550A
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28400
|
15 年 |
vboxsync |
addendum to r60160
|
|
|
@28399
|
15 年 |
vboxsync |
DevSerial: disabled r59817 as it causes regressions
|
|
|
@28258
|
15 年 |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28125
|
15 年 |
vboxsync |
DrvChar.cpp: cosmetics
|
|
|
@28103
|
15 年 |
vboxsync |
build fix
|
|
|
@28101
|
15 年 |
vboxsync |
serial: Let the UART device signal if we are not ready to consume more …
|
|
|
@27937
|
15 年 |
vboxsync |
DrvChar.cpp: typos
|
|
|
@27934
|
15 年 |
vboxsync |
build fix
|
|
|
@27933
|
15 年 |
vboxsync |
DrvNamedPipe.cpp: Don't assume we'll get a PowerOff call. Always wait …
|
|
|
@27932
|
15 年 |
vboxsync |
DrvChar.cpp: Wait for all threads that have been created with the …
|
|
|
@27497
|
15 年 |
vboxsync |
iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
|
|
|
@27394
|
15 年 |
vboxsync |
Devices/Serial: add code to handle arbitrary baudrates on linux host. …
|
|
|
@27265
|
15 年 |
vboxsync |
logging fix
|
|
|
@26173
|
15 年 |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26166
|
15 年 |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26165
|
15 年 |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26163
|
15 年 |
vboxsync |
PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
|
|
|
@26160
|
15 年 |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26157
|
15 年 |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@26001
|
15 年 |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25985
|
15 年 |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25974
|
15 年 |
vboxsync |
pdmifs.h: another batch of _IID changes.
|
|
|
@25971
|
15 年 |
vboxsync |
pdmifs.h: another batch of _IID changes.
|
|
|
@25966
|
15 年 |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25893
|
15 年 |
vboxsync |
PDMDrv,*: multi context drivers, part 2.
|
|
|
@25823
|
15 年 |
vboxsync |
Devices: more -Wshadow
|
|
|
@25732
|
15 年 |
vboxsync |
PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
|
|
|
@25647
|
15 年 |
vboxsync |
Some more doxygen fixes, now for Core.docs.
|
|
|
@24792
|
15 年 |
vboxsync |
DevSerial: No limit to the number of serial devices.
|
|
|
@24382
|
15 年 |
vboxsync |
Serial: forward-port of 54411 (serial/rawfile: don't flush after …
|
|
|
@24265
|
15 年 |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24042
|
15 年 |
vboxsync |
DevSerial.cpp: Verify config on load.
|
|
|
@23973
|
15 年 |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23745
|
15 年 |
vboxsync |
Serial: STAM alignment check and fix.
|
|
|