VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette