|
|
@72352
|
7 years |
vboxsync |
Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
|
|
|
@72338
|
7 years |
vboxsync |
DrvDiskIntegrity: Add async flag to indicate whether a request used …
|
|
|
@72336
|
7 years |
vboxsync |
DrvDiskIntegrity: Add async flag to indicate whether a request used …
|
|
|
@72320
|
7 years |
vboxsync |
DevHDA: Fixed two incorrect MMIO status codes causing lost of kernel …
|
|
|
@72312
|
7 years |
vboxsync |
Build fix attempt for 32bit Windows
|
|
|
@72311
|
7 years |
vboxsync |
doxygen
|
|
|
@72310
|
7 years |
vboxsync |
Devices/Storage: Convert DrvDiskIntegrity to use the new trace log …
|
|
|
@72303
|
7 years |
vboxsync |
Devices/Makefile.kmk: Make it work with recent iasl versions, the …
|
|
|
@72302
|
7 years |
vboxsync |
Devices/Makefile.kmk: Make it work with recent iasl versions, the …
|
|
|
@72301
|
7 years |
vboxsync |
Devices/Makefile.kmk: Make it work with recent iasl versions, the …
|
|
|
@72292
|
7 years |
vboxsync |
NAT: sobind - untabify.
|
|
|
@72284
|
7 years |
vboxsync |
NAT: tcp_fconnect - use %RTnaipv4 instead of an artisanal equivalent. …
|
|
|
@72283
|
7 years |
vboxsync |
NAT: sobind - rewrite to also always bind UDP sockets as the old code did.
|
|
|
@72278
|
7 years |
vboxsync |
NAT: udp_attach - gracefull handle getsockname() failure instead of …
|
|
|
@72276
|
7 years |
vboxsync |
NAT: udp_attach - prettify a bit.
|
|
|
@72274
|
7 years |
vboxsync |
NAT: udp_attach - set so_type early.
|
|
|
@72270
|
7 years |
vboxsync |
DevPCI: LogRel nit.
|
|
|
@72241
|
7 years |
vboxsync |
DevVGA-SVGA3d-win.cpp: fixed swapped src and dst in …
|
|
|
@72239
|
7 years |
vboxsync |
nat/udp.c: Shut up annoying assertion in udp_attach till someone have …
|
|
|
@72203
|
7 years |
vboxsync |
make scm happy
|
|
|
@72195
|
7 years |
vboxsync |
Devices/Serial/DevSerialNew: Add 16550A FIFO implementation and some …
|
|
|
@72179
|
7 years |
vboxsync |
Devices/Serial/DevSerialNew: Need to update the IRQ after the THR …
|
|
|
@72132
|
7 years |
vboxsync |
DevSerialNew,DrvHostSerialNew: Some bugfixes
|
|
|
@72120
|
7 years |
vboxsync |
tstDeviceStructSizeRC: Some updates
|
|
|
@72119
|
7 years |
vboxsync |
tstDeviceStructSizeRC: Add new serial port implementation
|
|
|
@72118
|
7 years |
vboxsync |
Serial/DevSerialNew.cpp: Updates, sending data seems to work
|
|
|
@72117
|
7 years |
vboxsync |
DrvCharNew,DrvHostSerialNew: Switch to new serial interface
|
|
|
@72115
|
7 years |
vboxsync |
SCM
|
|
|
@72113
|
7 years |
vboxsync |
PS2K: Place only entire key press/release sequences in queue to avoid …
|
|
|
@72111
|
7 years |
vboxsync |
Audio/DrvAudio: Just return if file isn't valid (anymore) in …
|
|
|
@72110
|
7 years |
vboxsync |
Audio/DrvAudio: Logging adjustments.
|
|
|
@72083
|
7 years |
vboxsync |
Devices/Serial: Updates to the new emulation
|
|
|
@72078
|
7 years |
vboxsync |
DevSerialNew.cpp: Register definitions taken from the spec
|
|
|
@72077
|
7 years |
vboxsync |
grr
|
|
|
@72075
|
7 years |
vboxsync |
Devices/Makefile.kmk: Add VBOX_WITH_NEW_SERIAL to turn on the new …
|
|
|
@72074
|
7 years |
vboxsync |
Devices/Serial: Skeleton for a completely rewritten serial …
|
|
|
@72073
|
7 years |
vboxsync |
Devices/Serial: New version for the character driver while working on …
|
|
|
@72063
|
7 years |
vboxsync |
LogRel nit.
|
|
|
@72060
|
7 years |
vboxsync |
DevVGA_VBVA: pedantic fix (uint32_t(~0)) isn't necessarily the same as …
|
|
|
@72054
|
7 years |
vboxsync |
*: RTListMove no longer need the call to init the destination list to …
|
|
|
@71987
|
7 years |
vboxsync |
Serial/DrvChar: Use critical section to protect send path against …
|
|
|
@71984
|
7 years |
vboxsync |
NAT: trailing spaces
|
|
|
@71982
|
7 years |
vboxsync |
NAT: (re)implement --nataliasmode sameports because the libalias …
|
|
|
@71964
|
7 years |
vboxsync |
Devices/Storage/UsbMsd: Notify lower drivers about suspend (missed …
|
|
|
@71945
|
7 years |
vboxsync |
NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
|
|
|
@71944
|
7 years |
vboxsync |
Applied patch for (bugref:9098) Dev/VirtioNet: no sends on …
|
|
|
@71940
|
7 years |
vboxsync |
slirp: log libalias mode in release log if set.
|
|
|
@71931
|
7 years |
vboxsync |
VMMDev: fixed restoring VMs which do not use HGCM.
|
|
|
@71904
|
7 years |
vboxsync |
3D: bugref:9126, validate location of HGSM flags
|
|
|
@71893
|
7 years |
vboxsync |
DevVGA: Code cleanup in progress. bugref:9094
|
|
|
@71892
|
7 years |
vboxsync |
DevACPI: nit
|
|
|
@71891
|
7 years |
vboxsync |
VMMDev: VMMDevHGCM rewrite
|
|
|
@71853
|
7 years |
vboxsync |
DevIoApic.cpp: paranoia
|
|
|
@71831
|
7 years |
vboxsync |
DevLPC-new: Build fix. bugref:7000
|
|
|
@71829
|
7 years |
vboxsync |
DevLPC-new: Kicked off new LPC implementation. bugref:7000
|
|
|
@71821
|
7 years |
vboxsync |
DevPit: Increased paranoia level a little.
|
|
|
@71820
|
7 years |
vboxsync |
DevPcBios: Increased paranoia level in pcbiosIOPortWrite a little.
|
|
|
@71812
|
7 years |
vboxsync |
DevACPI: fix previous.
|
|
|
@71811
|
7 years |
vboxsync |
DevACPI: check u8SMBusBlkIdx on saved state load.
|
|
|
@71809
|
7 years |
vboxsync |
PC/Dev*: nits
|
|
|
@71808
|
7 years |
vboxsync |
DevParallel: nits
|
|
|
@71807
|
7 years |
vboxsync |
Devices/Storage: Forgot to commit files
|
|
|
@71790
|
7 years |
vboxsync |
DevPCNet: be paranoid about RAP when loading.
|
|
|
@71789
|
7 years |
vboxsync |
DevVirtioNet: More paranoia.
|
|
|
@71788
|
7 years |
vboxsync |
DevVirtioNet: A couple of todos and paranoia.
|
|
|
@71780
|
7 years |
vboxsync |
VirtualKD: Heed PDMDevHlpIOPortRegister status.
|
|
|
@71779
|
7 years |
vboxsync |
USB*: no else after return
|
|
|
@71778
|
7 years |
vboxsync |
GIMDev: function order.
|
|
|
@71777
|
7 years |
vboxsync |
DevEFI: nits
|
|
|
@71776
|
7 years |
vboxsync |
DevSmc: assert on I/O port registration sanity.
|
|
|
@71775
|
7 years |
vboxsync |
Devices/Storage: Properly account for requests currently waiting for …
|
|
|
@71774
|
7 years |
vboxsync |
PCI: Added a tiny bit of paranoia to address splitup.
|
|
|
@71773
|
7 years |
vboxsync |
Msi: docs cleanups
|
|
|
@71772
|
7 years |
vboxsync |
Msi: Some R3 prefixes and some clenaup. [build fix]
|
|
|
@71771
|
7 years |
vboxsync |
Msi: Some R3 prefixes and some clenaup. [build fix]
|
|
|
@71770
|
7 years |
vboxsync |
Msi: Some R3 prefixes and some clenaup. [build fix]
|
|
|
@71769
|
7 years |
vboxsync |
Msi: Some R3 prefixes and some clenaup.
|
|
|
@71768
|
7 years |
vboxsync |
Msi: Some R3 prefixes and some clenaup.
|
|
|
@71767
|
7 years |
vboxsync |
DevHDA: Follow-up to r121836 (hdaTimerSet).
|
|
|
@71766
|
7 years |
vboxsync |
DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.
|
|
|
@71765
|
7 years |
vboxsync |
DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated …
|
|
|
@71763
|
7 years |
vboxsync |
DevSB16: Moved functions around a little to get a more usual grouping.
|
|
|
@71762
|
7 years |
vboxsync |
DevSB16: Moved functions around a little to get a more usual grouping.
|
|
|
@71761
|
7 years |
vboxsync |
DevIchAc97/timer: Paused mplayer fooling me. The timer does stop when …
|
|
|
@71756
|
7 years |
vboxsync |
DevIchAc97: Injected 'R3' into function prefixes where relevant and …
|
|
|
@71754
|
7 years |
vboxsync |
DevHDA: Alignment fixing.
|
|
|
@71753
|
7 years |
vboxsync |
DevIchAc97: Alignment fixing.
|
|
|
@71752
|
7 years |
vboxsync |
DevIchAc97: Alignment fixing.
|
|
|
@71751
|
7 years |
vboxsync |
DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
|
|
|
@71750
|
7 years |
vboxsync |
DevIchAc97: Remove incorrect locking nodes in I/O port handlers.
|
|
|
@71748
|
7 years |
vboxsync |
DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
|
|
|
@71747
|
7 years |
vboxsync |
DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
|
|
|
@71746
|
7 years |
vboxsync |
DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
|
|
|
@71745
|
7 years |
vboxsync |
DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
|
|
|
@71744
|
7 years |
vboxsync |
DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
|
|
|
@71743
|
7 years |
vboxsync |
DevSB16.cpp,DevHDA.cpp: Just put markers on the …
|
|
|
@71742
|
7 years |
vboxsync |
DevSB16.cpp,DevHDA.cpp: Just put markers on the …
|
|
|
@71741
|
7 years |
vboxsync |
DevIchAc97.cpp: some cleanups.
|
|
|
@71740
|
7 years |
vboxsync |
DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
|
|
|
@71738
|
7 years |
vboxsync |
DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as …
|
|
|