VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13814   16 years vboxsync OSE build fix.
(edit) @13811   16 years vboxsync win build fix
(edit) @13808   16 years vboxsync -Wno-sign-compare for slirp
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13776   16 years vboxsync loop edge checks in delayed deletion loops
(edit) @13771   16 years vboxsync do {} while (0)
(edit) @13756   16 years vboxsync Compile fixes for the VM request changes.
(edit) @13740   16 years vboxsync lock order fixed
(edit) @13739   16 years vboxsync delayed deletion in _poll part of polling
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13737   16 years vboxsync AHCI: Bugfix, use pgm page lock structure and not a pointer to a pgm …
(edit) @13736   16 years vboxsync AHCI: add some statistics for profiling
(edit) @13735   16 years vboxsync AHCI: Fix buffer sizes which are not sector aligned, fixes #3263
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13727   16 years vboxsync Enother yet portion of macrofied if/ifndef orgy will finish soon
(edit) @13720   16 years vboxsync win/NetFlt: NetConfig functionality moved to a separate lib
(edit) @13712   16 years vboxsync win build fixed
(edit) @13710   16 years vboxsync mid point in replacing on VBOX_SLIRP_LOCK/UNLOCK macroces resolved deadlock
(edit) @13704   16 years vboxsync TCP sync was intoducedTCP sync was intoduced
(edit) @13670   16 years vboxsync Resolved locks in UDP Some mutex operations checked with …
(edit) @13663   16 years vboxsync serial: use the new RTThreadPoke() runtime function to interrupt the …
(edit) @13640   16 years vboxsync comments was added to slirp global mutexes
(edit) @13639   16 years vboxsync mutex creation moved in allocation part of m_get
(edit) @13623   16 years vboxsync slirp:typo
(edit) @13622   16 years vboxsync slirp:typo
(edit) @13621   16 years vboxsync slirp: typo
(edit) @13620   16 years vboxsync slirp:typo
(edit) @13617   16 years vboxsync slirp:typo
(edit) @13616   16 years vboxsync slirp:typo
(edit) @13612   16 years vboxsync slirp:typo
(edit) @13611   16 years vboxsync typo
(edit) @13610   16 years vboxsync slirp: typo
(edit) @13604   16 years vboxsync Synchronized slirp was inroduced
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13571   16 years vboxsync VHD: Backout r38444. Caused another problem and #3263 will be fixed in …
(edit) @13570   16 years vboxsync AHCI: Temporary solution for #3263 until this is really fixed.
(edit) @13568   16 years vboxsync VHD: fix case of unaligned access to the image #3263
(edit) @13519   16 years vboxsync fixed return type (gcc found this bug)
(edit) @13510   16 years vboxsync warning
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13432   16 years vboxsync build fix
(edit) @13430   16 years vboxsync build fix
(edit) @13429   16 years vboxsync Correction
(edit) @13428   16 years vboxsync Compile fix
(edit) @13427   16 years vboxsync #3230: Nearly forgot to commit VDI backend fixes for memory leaks.
(edit) @13425   16 years vboxsync compile fix
(edit) @13424   16 years vboxsync linux32 fix
(edit) @13423   16 years vboxsync Compile fix
(edit) @13422   16 years vboxsync Enabled VGA page aliasing to speed up real and protected mode without …
(edit) @13421   16 years vboxsync win64 VMMR0->VBoxNetFlt and VBoxNetFlt->VMMR0 locate/create marker …
(edit) @13416   16 years vboxsync DrvIntNet: Expose the promisc ignore flags.
(edit) @13404   16 years vboxsync DevPCI: Put the bridge cache array on the normal heap.
(edit) @13402   16 years vboxsync Accidental commit
(edit) @13401   16 years vboxsync Cleaned up
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13365   16 years vboxsync pcnet: don't crash if the link state changes while no driver is attached
(edit) @13363   16 years vboxsync small clean fixes
(edit) @13340   16 years vboxsync #3230: Memory leaks fixed in VHD backend
(edit) @13304   16 years vboxsync Forgotten testcase update
(edit) @13303   16 years vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @13302   16 years vboxsync PCI: put bridges on a separate array to speed up searching for the …
(edit) @13295   16 years vboxsync #3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
(edit) @13286   16 years vboxsync win NetFlt Vista64-related fixes, UI/config fixes
(edit) @13270   16 years vboxsync Deliver event notifications to the guest only when the VM is running …
(edit) @13268   16 years vboxsync #3230: First bunch of integrated VMDK backend fixes by xVM Server …
(edit) @13237   16 years vboxsync swithed to PDMDrv timers and VBox/tm.h API for timer management
(edit) @13234   16 years vboxsync UI/config part of win NetFlt
(edit) @13233   16 years vboxsync PCI: Remove assertion because it fails if there is a region registered …
(edit) @13223   16 years vboxsync Device/Storage: Fix incorrect translation between image type enums. …
(edit) @13220   16 years vboxsync DevPCI: a little review comment for later.
(edit) @13217   16 years vboxsync pciinternal: drop unnecessary alignments.
(edit) @13201   16 years vboxsync Could return uninitialized variable in the bridging case
(edit) @13192   16 years vboxsync PCI: Forgotten variable initialization
(edit) @13191   16 years vboxsync PCI: fix alignment on 32bit
(edit) @13190   16 years vboxsync BIOS: Detect devices behind bridges
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @13158   16 years vboxsync biossums: set checksum of DMI+SMBIOS as well
(edit) @13155   16 years vboxsync re-applied the biossums merge
(edit) @13153   16 years vboxsync backed out r37647, r37650
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13142   16 years vboxsync rewritten biossums
(edit) @13141   16 years vboxsync unify biossums
(edit) @13081   16 years vboxsync added missing test
(edit) @13080   16 years vboxsync warnings
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @13078   16 years vboxsync - saved state compatibility
(edit) @13074   16 years vboxsync - remaining bits of x2APIC, some SMP refinements in LAPIC
(edit) @13057   16 years vboxsync i386->x86 in makefile variables suffixes
(edit) @13056   16 years vboxsync initial implementation of i386 version of IP checksum calculation
(edit) @13039   16 years vboxsync forwarding was enabled in firewall default rule to accept loop and …
(edit) @13024   16 years vboxsync installation fixes, NetFlt initialization fixes for filter approach
(edit) @13020   16 years vboxsync Knut-compatibility fixes
(edit) @13016   16 years vboxsync warning
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