VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49871   11 years vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49870   11 years vboxsync VMM/HMVMXR0: Four consecutive NOT operators is a tad too redundant.
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49867   11 years vboxsync Solaris/Installer: Fix vboxdrvu to work in zones.
(edit) @49866   11 years vboxsync Main/Medium: fix regression in the wrapper conversion which caused …
(edit) @49865   11 years vboxsync pxping_recv4: comment update for previous after testing - OS X really …
(edit) @49864   11 years vboxsync VMM/HMVMXR0: Minor nit while checking PAE PDPTEs in …
(edit) @49863   11 years vboxsync pxping_recv4: according to ping sources at www.opensource.apple.com …
(edit) @49862   11 years vboxsync pxping_pmgr_icmp6_error: g/c unused variable.
(edit) @49861   11 years vboxsync Use either IP_HDRINCL or OS-specific socket option to deal with IPv4 …
(edit) @49860   11 years vboxsync proxy_sendto: return negated error code.
(edit) @49859   11 years vboxsync VBoxNetDHCP.cpp: G/c nukes trailing whitespaces.
(edit) @49858   11 years vboxsync VBoxNetDHCP: extraction of configGetBoundryAddress function. (todo)
(edit) @49857   11 years vboxsync socklen_t is already defined in <ws2tcpip.h>, drop local definition.
(edit) @49856   11 years vboxsync Redefine a few more socket errno values without WSA prefix. Note …
(edit) @49855   11 years vboxsync SUPDrv-win.cpp: experimenting with amd msrs.
(edit) @49854   11 years vboxsync "IP_HDRINCL" is a name of a socket option and the #undef of it is a …
(edit) @49853   11 years vboxsync VMM/HMVMXR0: Save guest-control registers on CRX-read exits.
(edit) @49852   11 years vboxsync VMM/HMVMXR0: Add guest-state checks for PAE PDPTEs.
(edit) @49851   11 years vboxsync FE/Qt: deleting inaccessible VMs fell through, turning it into a noop
(edit) @49850   11 years vboxsync OS X host: HID LEDs sync: resync kbd device when it awake from auto-sleep.
(edit) @49849   11 years vboxsync VMM: Use EFER.LMA in PAE-paging mode check rather than EFER.LME.
(edit) @49848   11 years vboxsync duh!
(edit) @49846   11 years vboxsync HGCM: check size.
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49844   11 years vboxsync DevE1000: if we disable the link state, always disable phy even if …
(edit) @49843   11 years vboxsync SUPDrv-solaris.c: rdmsr/wrmsr hints
(edit) @49842   11 years vboxsync DHCP/NAT and NAT are acting in the same manner: polling for events on …
(edit) @49841   11 years vboxsync Frontends/VBoxShell: fix SDK path autodetection
(edit) @49840   11 years vboxsync Support/solaris: Use /dev/vboxdrv[u] for non-global zones.
(edit) @49839   11 years vboxsync NetworkServices/NAT: windows build fix
(edit) @49838   11 years vboxsync VBoxNetDHCP.cpp: G/c: -lines and todo.
(edit) @49837   11 years vboxsync VBoxNetDHCP.cpp: adds listener for host DNS change event.
(edit) @49836   11 years vboxsync VBoxNetLwipNAT.cpp: extract fetchNatPortForwardRules() to fetch ipv4 …
(edit) @49835   11 years vboxsync VBoxNetLwipNAT.cpp: uses exported functions and listener declaration.
(edit) @49834   11 years vboxsync VBoxNetLwipNAT.cpp: G/c extra lines.
(edit) @49832   11 years vboxsync VBoxNetBaseService.h: G/c -line.
(edit) @49831   11 years vboxsync VBoxNetBaseService.cpp: G/c nuke trailing whitespaces.
(edit) @49830   11 years vboxsync ComHostUtils.cpp: +line.
(edit) @49829   11 years vboxsync typo in comment
(edit) @49828   11 years vboxsync ComHostUtils.cpp: createNatListener warning [-Wreturn-type].
(edit) @49827   11 years vboxsync VBoxNetDHCP: G/c -line.
(edit) @49826   11 years vboxsync VBoxNetDHCP: usage of exported functions.
(edit) @49825   11 years vboxsync NetLib: 'const' is commented out because of compilation erro on …
(edit) @49824   11 years vboxsync VBoxNetDHCP: exposed fetchAndUpdateDnsInfo() used in listener(not …
(edit) @49823   11 years vboxsync VBoxNetLwipNAT: G/c removes uniused members and its initializarion: …
(edit) @49822   11 years vboxsync NetLib/ComHostUtils.cpp: defines VBOX_COM_OUTOFPROC_MODULE to create …
(edit) @49821   11 years vboxsync VBoxNetDHCP/Config.h uses shared declaration of "<" operator.
(edit) @49820   11 years vboxsync Functions and operators to let some IPRT types meet STL container …
(edit) @49819   11 years vboxsync extracts Main-helper functions and listener declaration for sharing …
(edit) @49818   11 years vboxsync HostDnsService.cpp: adds helper routines to dump fetched host DNS …
(edit) @49817   11 years vboxsync Fix darwin burn
(edit) @49816   11 years vboxsync Try to fix solaris burn
(edit) @49815   11 years vboxsync Try to fix burn
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49813   11 years vboxsync DevPCNet: register a dummy MMIO2 region to be compatible to old saved …
(edit) @49812   11 years vboxsync VMM: fixed assertion in PDMDevHelpMMIO2Deregister()
(edit) @49811   11 years vboxsync OS X host: HID LEDs sync: prevent LEDs flickering.
(edit) @49809   11 years vboxsync Devices/PCNet: for now register a dummy MMIO2 region for the obsolete …
(edit) @49808   11 years vboxsync PATMSSM.cpp: Don't try convert non-patch memory addresses to offsets. …
(edit) @49807   11 years vboxsync depend build fix, 2nd try.
(edit) @49806   11 years vboxsync SerialPortImpl: fixed regression from r91125.
(edit) @49805   11 years vboxsync Another non-kBuild target property.
(edit) @49804   11 years vboxsync depend build fix
(edit) @49803   11 years vboxsync Main: tstCollector need to require the wrapper generated header files …
(edit) @49802   11 years vboxsync Main/Makefile.kmk: kmk clean fix
(edit) @49801   11 years vboxsync fix warning
(edit) @49800   11 years vboxsync SSM: Sticky failure statuses for SSMR3PutStruct, SSMR3PutStructEx, …
(edit) @49799   11 years vboxsync Missed the else in the FIXUP_ABSOLUTE case.
(edit) @49798   11 years vboxsync Main/Makefile.kmk: Please, DO NOT invent your own kBuild target …
(edit) @49797   11 years vboxsync Main: build fixes.
(edit) @49796   11 years vboxsync PATMSSM.cpp: Must clear rec.Core.key when not used to ensure it fits …
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @49794   11 years vboxsync PATMSSM.cpp: RTAvlU32DoWithAll rc fix.
(edit) @49793   11 years vboxsync Backed out r91121: Wrong fix.
(edit) @49792   11 years vboxsync VMM/PATM: fixed SSM fields for RELOCREC (both members contain host …
(edit) @49791   11 years vboxsync Mac OS X host: HID LEDs sync: remove forgotten stuff after switching …
(edit) @49790   11 years vboxsync Main: unsigned width/height
(edit) @49789   11 years vboxsync VMM: don't ignore the error code of RTAvl*DoWithAll() if the callback …
(edit) @49788   11 years vboxsync Runtime: AVL callback functions return an IPRT status code and so do …
(edit) @49787   11 years vboxsync OS X host: HID LEDs sync: move built-in keyboard resume code from …
(edit) @49786   11 years vboxsync HostDrivers: Fix SUPR0QueryVTCaps() to be preemption safe.
(edit) @49785   11 years vboxsync Main/ConsoleImpl2: always expose the DmiMemoryTable for Windows 2012 guests
(edit) @49784   11 years vboxsync HostDrivers: Fix SUPR0QueryVTCaps() to be preemption safe.
(edit) @49783   11 years vboxsync DisplayImpl: DevVGA must not access framebuffer which has incorrect size.
(edit) @49782   11 years vboxsync pxping_recv4, pxping_recv6: free incoming pbuf after reporting time …
(edit) @49781   11 years vboxsync iSCSI: Fix release logging (missed one thing)
(edit) @49780   11 years vboxsync iSCSI: Fix release logging
(edit) @49779   11 years vboxsync Mac OS X host: HID LEDs sync: resume built-in kbd before set its LEDs …
(edit) @49778   11 years vboxsync Main/Host: actually return the host only and progress objects, plus …
(edit) @49777   11 years vboxsync DevVGA: framebuffer access check.
(edit) @49776   11 years vboxsync VMM/HMVMXR0: Comment.
(edit) @49775   11 years vboxsync More granular assertions.
(edit) @49774   11 years vboxsync VMM/HMVMXR0: Handle #DB from ICEBP instruction which is undocumented …
(edit) @49773   11 years vboxsync crOpenGL/infrastructure: headers
(edit) @49772   11 years vboxsync crOpenGL/infrastructure: new files
(edit) @49771   11 years vboxsync DevVGA: Reset VBVA when enabling/disabling VBE.
(edit) @49770   11 years vboxsync VMM/HM: Fix typo in TRPPatchingAllowed member.
(edit) @49769   11 years vboxsync Main/ConsoleImpl2: don't allow 64-bit guests on hosts without VT-x/AMD-V
(edit) @49768   11 years vboxsync rtDbgModExportsAddSegmentsCallback: Tweak.
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