|
|
@93873
|
3 years |
vboxsync |
VGABIOS: Implemented INT 10h/112xH functions (graphical font set).
|
|
|
@93841
|
3 years |
vboxsync |
VGABIOS: Reworked save area management, added support for font …
|
|
|
@93840
|
3 years |
vboxsync |
DevVGA: Changing blink enable or underline location needs to trigger a …
|
|
|
@93832
|
3 years |
vboxsync |
DevPIC: Must handle at least some 16-bit accesses. Existing software …
|
|
|
@93828
|
3 years |
vboxsync |
VGABIOS: Set DS correctly before calling into C POST code.
|
|
|
@93827
|
3 years |
vboxsync |
DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.
|
|
|
@93796
|
3 years |
vboxsync |
DevVGA: Implemented text mode underline.
|
|
|
@93739
|
3 years |
vboxsync |
Devices/DevVGA-SVGA3d-win-dx: Fix possible call of RTMemFree(*ppvData) …
|
|
|
@93675
|
3 years |
vboxsync |
Dev3C501/DevDP8390: Fixed saved state loading; force link restore …
|
|
|
@93668
|
3 years |
vboxsync |
Dev3C501: Minor saved state fixing.
|
|
|
@93652
|
3 years |
vboxsync |
VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
|
|
|
@93650
|
3 years |
vboxsync |
VMM/PGM,*: Split the physical access handler type registration into …
|
|
|
@93636
|
3 years |
vboxsync |
VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
|
|
|
@93635
|
3 years |
vboxsync |
VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
|
|
|
@93628
|
3 years |
vboxsync |
VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
|
|
|
@93614
|
3 years |
vboxsync |
fix formatting burn from copying code from online changeset diff into …
|
|
|
@93613
|
3 years |
vboxsync |
Only wake worker after pause/resume if queue enabled by driver
|
|
|
@93601
|
3 years |
vboxsync |
Dev3C501/DevDP8390: Reworked code to split R3/R0 data.
|
|
|
@93591
|
3 years |
vboxsync |
Comment.
|
|
|
@93590
|
3 years |
vboxsync |
DevDP8390: Manual 0xff loop write optimization (gcc 10+ does this on …
|
|
|
@93567
|
3 years |
vboxsync |
DevDP8390/3C501: Fixed type mismatch.
|
|
|
@93566
|
3 years |
vboxsync |
DevDP8390: Removed stray percent signs from debug info formatting strings.
|
|
|
@93565
|
3 years |
vboxsync |
DevDP8390: Logging fixes.
|
|
|
@93564
|
3 years |
vboxsync |
DevDP8390/3C501: Removed unneeded inline functions.
|
|
|
@93563
|
3 years |
vboxsync |
Dev3C501: Removed extraneous printf argument.
|
|
|
@93562
|
3 years |
vboxsync |
Build fix, somehow forgot to merge compilation fixes.
|
|
|
@93560
|
3 years |
vboxsync |
Added emulation of several classic Ethernet adapters.
|
|
|
@93528
|
3 years |
vboxsync |
Devices/DevFwCommon.cpp: comment typo
|
|
|
@93506
|
3 years |
vboxsync |
/Config.kmk,Devices/Makefile.kmk: Define LIBSSH_STATIC in the VBOX_SSH …
|
|
|
@93503
|
3 years |
vboxsync |
Devices/Makefile.kmk: Use VBOX_OPENSSL2 instead of VBOX_OPENSSL so get …
|
|
|
@93498
|
3 years |
vboxsync |
Devices/Graphics/libWineStub/debug.c: Tweaked stupid guest-side debug …
|
|
|
@93492
|
3 years |
vboxsync |
EFI: Revert r139958 as it breaks booting from FreeBSD ISO images with …
|
|
|
@93491
|
3 years |
vboxsync |
Devices/testcases/tstDevice: Quick and dirty testcase to debug …
|
|
|
@93450
|
3 years |
vboxsync |
Devices: Drop linking with LIB_VMM and LIB_REM linking. bugref:10074
|
|
|
@93441
|
3 years |
vboxsync |
Comment typo.
|
|
|
@93424
|
3 years |
vboxsync |
*.kmk: Try contain VBOX_WITH_VMNET to darwin in the makefile usage. …
|
|
|
@93419
|
3 years |
vboxsync |
*.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
|
|
|
@93415
|
3 years |
vboxsync |
BIOS: Added comment about WDCTRL.386.
|
|
|
@93411
|
3 years |
vboxsync |
DevATA: Keep track of current LBA for ATA R/W commands, too, not just …
|
|
|
@93394
|
3 years |
vboxsync |
DrvCloudTunnel: Must thorougly wipe the buffer with the ssh password …
|
|
|
@93363
|
3 years |
vboxsync |
VMNet: bugref:9932 Increased timeout to 1 minute when waiting for …
|
|
|
@93361
|
3 years |
vboxsync |
Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
|
|
|
@93359
|
3 years |
vboxsync |
Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
|
|
|
@93357
|
3 years |
vboxsync |
Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp: Some compile fixes on non …
|
|
|
@93313
|
3 years |
vboxsync |
Build fixes for r149382.
|
|
|
@93312
|
3 years |
vboxsync |
CloudNet: bugref:9469 Replace local gateway with DrvCloudTunnel. …
|
|
|
@93307
|
3 years |
vboxsync |
Devices: VC++ 19.2 update 11 build adjustments (lossy floating point …
|
|
|
@93305
|
3 years |
vboxsync |
Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers …
|
|
|
@93228
|
3 years |
vboxsync |
NAT/tftp: bugref:9350 - Fix the ".." check.
|
|
|
@93217
|
3 years |
vboxsync |
HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is …
|
|
|
@93165
|
3 years |
vboxsync |
Devices/VirtIONet_1_0: Fixed warnings-as-errors caused by …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@93110
|
3 years |
vboxsync |
Devices/tstDevice: Make it compile again after the latest callback …
|
|
|
@93070
|
3 years |
vboxsync |
Added ArcaOS to the list of OS/2 variants. ticketref:20741
|
|
|
@93014
|
3 years |
vboxsync |
Devices/Network/DevVirtioNet_1_0: Try fixing mac burns
|
|
|
@93013
|
3 years |
vboxsync |
Fix burn
|
|
|
@93012
|
3 years |
vboxsync |
Fix burn
|
|
|
@93009
|
3 years |
vboxsync |
Fix burn. Dang this is what I get starting close to bed time
|
|
|
@93008
|
3 years |
vboxsync |
Fix burn (8)
|
|
|
@93007
|
3 years |
vboxsync |
Fix burn (8)
|
|
|
@93004
|
3 years |
vboxsync |
Fix burn (8)
|
|
|
@93003
|
3 years |
vboxsync |
Fix burn (7)
|
|
|
@93002
|
3 years |
vboxsync |
Fix burn (6)
|
|
|
@93001
|
3 years |
vboxsync |
Fix burn (5)
|
|
|
@93000
|
3 years |
vboxsync |
Fix burn (4)
|
|
|
@92999
|
3 years |
vboxsync |
Fix burn (3)
|
|
|
@92998
|
3 years |
vboxsync |
Fix burn (2)
|
|
|
@92997
|
3 years |
vboxsync |
Fix burn
|
|
|
@92996
|
3 years |
vboxsync |
virtio-net works on linux in local testing, and virtio-scsi works on …
|
|
|
@92995
|
3 years |
vboxsync |
Fix virtio-scsi and virtio-net device name until switchover to …
|
|
|
@92994
|
3 years |
vboxsync |
Temporarily revert this symbol until testing is complete and can …
|
|
|
@92969
|
3 years |
vboxsync |
Devices/Makefile.kmk: Use VBOX_WIN_NEWDEV. bugref:10116
|
|
|
@92961
|
3 years |
vboxsync |
Devices/Makefile.kmk: dxguid.lib doesn't appear to be necessary for …
|
|
|
@92951
|
3 years |
vboxsync |
Fix error handling bug and a few typos
|
|
|
@92950
|
3 years |
vboxsync |
VirtioCore: pcszMmioName -> szMmioName and pcszPortIoName -> …
|
|
|
@92949
|
3 years |
vboxsync |
VirtioCore: VIRTIOCORER3::pfnFeatureNegotiationComplete must be …
|
|
|
@92945
|
3 years |
vboxsync |
Fix burns (7)
|
|
|
@92944
|
3 years |
vboxsync |
Fix burns (6)
|
|
|
@92943
|
3 years |
vboxsync |
Fix burns (5)
|
|
|
@92942
|
3 years |
vboxsync |
Fix burns (4)
|
|
|
@92941
|
3 years |
vboxsync |
Fix burns (3)
|
|
|
@92940
|
3 years |
vboxsync |
Attempt 1 burn fix. virtioCoreFormatDeviceStatus() saying undefined. …
|
|
|
@92939
|
3 years |
vboxsync |
Improve transitional behavior, and save/load exec code. Some Rx …
|
|
|
@92903
|
3 years |
vboxsync |
libWineStub: Don't include wrapper headers on non-windows platforms. …
|
|
|
@92901
|
3 years |
vboxsync |
Devices/USB: GCC 11 build fix.
|
|
|
@92864
|
3 years |
vboxsync |
Dev/E1000: bugref:10114 Introduces device attachment flag to resolve …
|
|
|
@92783
|
3 years |
vboxsync |
tstUsbMouse: Fixed breakage from r147684.
|
|
|
@92760
|
3 years |
vboxsync |
DrvHostAudioOss: Remove unconditional enabling of debug logging. …
|
|
|
@92749
|
3 years |
vboxsync |
DevFdc: Re-added inadvertently deleted line.
|
|
|
@92748
|
3 years |
vboxsync |
DevFDC: Allow more command codes for READ TRACK to fix Vines 5.0 …
|
|
|
@92747
|
3 years |
vboxsync |
DevFDC: Added a basic debug info handler.
|
|
|
@92724
|
3 years |
vboxsync |
DrvIntNet: Refuse to load in driverless mode. bugref:10138
|
|
|
@92550
|
3 years |
vboxsync |
DevATA: Reduced the size of MODE_SENSE_CD_STATUS response to match …
|
|
|
@92548
|
3 years |
vboxsync |
DevATA: Removed MODE SENSE (6) support. This is not needed for ATAPI …
|
|
|
@92528
|
3 years |
vboxsync |
VMMDev: Added a command for querying configuration values, with 10 …
|
|
|
@92463
|
3 years |
vboxsync |
Audio/Validation Kit: Syntax help massaging. bugref:10008
|
|
|
@92452
|
3 years |
vboxsync |
Audio/Validation Kit: Fixes for going to the next recording / playing …
|
|
|
@92450
|
3 years |
vboxsync |
Audio/Validation Kit: More capturing code for the Validation Kit audio …
|
|
|
@92438
|
3 years |
vboxsync |
Audio/Validation Kit: Logging nits. bugref:10008
|
|
|
@92396
|
3 years |
vboxsync |
Audio/Validation Kit: Implemented test ID encoding into the pre / post …
|
|
|