VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45463   12 years vboxsync header fixes
(edit) @45401   12 years vboxsync BIOS: Removed panic port references.
(edit) @45356   12 years vboxsync tabs
(edit) @45324   12 years vboxsync NAT/dnsproxy: this one big. 1. reduced fragmentation of code of …
(edit) @45323   12 years vboxsync NAT:dnsproxy: handling return from so_timeout callback. 1st condition …
(edit) @45322   12 years vboxsync NAT:udp: using CTL_CHECK shortcut.
(edit) @45321   12 years vboxsync NAT/dnsproxy: cosmetic.
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45302   12 years vboxsync warning
(edit) @45298   12 years vboxsync DevPcBios: Do not panic.
(edit) @45261   12 years vboxsync NAT: dnsproxy crush fix attempt. on return from timeout …
(edit) @45208   12 years vboxsync RTC: Experimental hack for UIP bit being set too long.
(edit) @45191   12 years vboxsync DevRTC: UIP hack.
(edit) @45136   12 years vboxsync Devices/Audio: mangle symbols of libasound and libpulse, otherwise …
(edit) @45089   12 years vboxsync backed out: r84371 and r84372, need to investiagte in Linux case for a …
(edit) @45088   12 years vboxsync NAT: burn fix and blank lines are removed.
(edit) @45087   12 years vboxsync setsockopt(..,SO_NOSIGPIPE,..), it's supposed that instead of …
(edit) @45062   12 years vboxsync build fix
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45055   12 years vboxsync DevVGA.cpp: try fix lock order violation in vgaReset.
(edit) @45047   12 years vboxsync iprt/cidr.h: RTIPV4ADDR -> RTNETADDRIPV4. the dependencies are …
(edit) @45045   12 years vboxsync MakeAlternativeSource.cpp: off-by-one
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @45023   12 years vboxsync DevVGA.cpp: nits.
(edit) @45005   12 years vboxsync DevVirtioNet: DECLCALLBACK
(edit) @44973   12 years vboxsync PS2K: Redo typematic setup when loading state.
(edit) @44961   12 years vboxsync Devices/Storage/LsiLogic: Fix assertion
(edit) @44925   12 years vboxsync Removed unreferenced variable.
(edit) @44915   12 years vboxsync Dev/VirtioNet: Negotiate accepting partial TCP checksums (#4796)
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44895   12 years vboxsync DevPCNet.cpp: Drop the automatic device crit sect in favour of our …
(edit) @44892   12 years vboxsync DevPCNet.cpp: More cleanup.
(edit) @44890   12 years vboxsync DevPCNet.cpp: Started cleanups.
(edit) @44889   12 years vboxsync Undid bad commit.
(edit) @44888   12 years vboxsync BusLogic: Ignore mailbox commands if mailbox not set up.
(edit) @44877   12 years vboxsync DevVGA.cpp: More cleanups.
(edit) @44876   12 years vboxsync DevVGA: Drop the default crit sect in favour of our own (now called …
(edit) @44857   12 years vboxsync DevVirtioNet.cpp: Changed it to do its own locking again. Hope this is …
(edit) @44856   12 years vboxsync DevVirtioNet.cpp: Callback table for I/O port handlers instead of …
(edit) @44854   12 years vboxsync VQUEUE: WRONG (mixed) callback calling convensions again, this time …
(edit) @44853   12 years vboxsync vpciLowerInterrupt: Wrong visibility.
(edit) @44852   12 years vboxsync s/addrIOPort/IOPortBase/g
(edit) @44851   12 years vboxsync DevirtioNet.cpp: WRONG calling convention and visibility for …
(edit) @44849   12 years vboxsync DevirtioNet.cpp: cleanups.
(edit) @44845   12 years vboxsync DevVGA: fix for r83988
(edit) @44844   12 years vboxsync DevVGA: cleanup of the custom BIOS image loading code; doc/manual: …
(edit) @44835   12 years vboxsync Fixed typo in comment.
(edit) @44824   12 years vboxsync Network-service for lwip-driven proxy. additionally enables SrvNat …
(edit) @44821   12 years vboxsync BUGZ:6633 Use RT_H2LE_* instead of cpu_to_le*.
(edit) @44820   12 years vboxsync BUGZ:6633 Expose OEM specific DMI table which contains TSC frequency …
(edit) @44810   12 years vboxsync DevRTC.cpp: cleanups.
(edit) @44809   12 years vboxsync DevSerial.cpp: Cleanups.
(edit) @44808   12 years vboxsync DevFdc.cpp: Cleanups.
(edit) @44807   12 years vboxsync fdc.c -> DevFdc.cpp.
(edit) @44806   12 years vboxsync DevPS2.cpp++: Drop two critsects in favor of the default device …
(edit) @44805   12 years vboxsync DevSMC.cpp: Not worth cleaning up, better redo it and drop the …
(edit) @44804   12 years vboxsync DevPit-i8254.cpp: Cleanups.
(edit) @44801   12 years vboxsync DevPIC.cpp: Cleanups.
(edit) @44796   12 years vboxsync DevPciIch9.cpp: Added a not about a lazy bird.
(edit) @44795   12 years vboxsync DevPCI.cpp: Some cleanups.
(edit) @44792   12 years vboxsync Some nits, use RT_FROM_MEMBER now that we've finally got it.
(edit) @44790   12 years vboxsync VMMDev.cpp: Don't read the request header twice as it may have been …
(edit) @44788   12 years vboxsync VMMDev.cpp: No need to enter the critsect till after we've read the …
(edit) @44785   12 years vboxsync VMMDev.cpp: Delay critsect exit for HGCM requests to avoid race …
(edit) @44782   12 years vboxsync VMMDev.cpp: Build fixes.
(edit) @44781   12 years vboxsync VMMDev: Enter the critical section when resettomg and saving state, …
(edit) @44780   12 years vboxsync VMMDev: Do our own locking entirely.
(edit) @44779   12 years vboxsync Devices/DevLsiLogicSCSI: fixed range
(edit) @44778   12 years vboxsync Sad Dijstra => Happy Dijstra.
(edit) @44777   12 years vboxsync VMMDevState.h: Fixed signed warnings caused by the fix in r83871.
(edit) @44774   12 years vboxsync done
(edit) @44773   12 years vboxsync VMMDev.cpp: Split gigantic switch into functions.
(edit) @44764   12 years vboxsync UsbKbd: Workaround for simulated Ctrl-Alt-Del being sent too fast.
(edit) @44762   12 years vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(edit) @44761   12 years vboxsync DevIchHda.cpp: Make Dijkstra happy.
(edit) @44760   12 years vboxsync DevIchHda.cpp: D'oh!
(edit) @44755   12 years vboxsync UsbKbd: Avoid stuck keys when overrun.
(edit) @44752   12 years vboxsync DMI: update Processor Information table (tyoe 4): do not refer to …
(edit) @44751   12 years vboxsync update alternative system BIOS sources
(edit) @44725   12 years vboxsync Moving the backdoor logging and timesync down so the request handling …
(edit) @44723   12 years vboxsync pVMMDevState -> pThis, like most other devs/drvs do by now.
(edit) @44722   12 years vboxsync VMMDev: More cleanups.
(edit) @44721   12 years vboxsync VMMDev: Removed pointless pThis check in vmmdevIPort_VBVAChange. (The …
(edit) @44720   12 years vboxsync VMMDev: More cleanups.
(edit) @44719   12 years vboxsync BusLogic: More verbose debug info.
(edit) @44718   12 years vboxsync BusLogic: Do not write back the CDB.
(edit) @44717   12 years vboxsync DevIchHda.cpp: Du'h!
(edit) @44709   12 years vboxsync VMMDev: Cleanups.
(edit) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44705   12 years vboxsync PC/DevPcArch.c -> PC/DevPcArch.cpp.
(edit) @44704   12 years vboxsync DevPcArch.c: Some cleanups.
(edit) @44703   12 years vboxsync Forgot this one again.
(edit) @44702   12 years vboxsync DevParallel.cpp: Use the default device critical section to serialize …
(edit) @44701   12 years vboxsync DevParallel.cpp: General cleanups.
(edit) @44700   12 years vboxsync DevParallel.cpp: General cleanups.
(edit) @44699   12 years vboxsync DevOHCI.cpp: pOhci -> pThis, like the rest.
(edit) @44698   12 years vboxsync DevOHCI.cpp: ohciMmioWrite will only get DWORD size+aligned requests …
(edit) @44697   12 years vboxsync DevLsiLogicSCSI.cpp: No default critical section needed according to …
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