VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52962   10 years vboxsync SUP: Check the entire NTDLL during process verification now that we're …
(edit) @52956   10 years vboxsync Additions/common/VBoxGuestLib: combine VbglR3GetDisplayChangeRequest() …
(edit) @52955   10 years vboxsync build fix
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52949   10 years vboxsync SUP: Do the early init thing on the stub process too.
(edit) @52947   10 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   10 years vboxsync SUP: The child side of early VM process init.
(edit) @52941   10 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   10 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52935   10 years vboxsync VBox/DragAndDrop: fixed condition
(edit) @52929   10 years vboxsync iprt/asm.h: fixed warning, volatile not nececessary here
(edit) @52921   10 years vboxsync IMouse::PointerShape
(edit) @52893   10 years vboxsync Additions/VBoxService: add first skeleton of display service.
(edit) @52876   10 years vboxsync SUP: Log more details on system dlls and hot patching.
(edit) @52867   10 years vboxsync VBoxGuest.h: turn an IOCtl definition into a template.
(edit) @52830   10 years vboxsync Main: missing MediumVariant.
(edit) @52824   10 years vboxsync pr7489. Added uninstallation inf files and driver packages related to …
(edit) @52815   10 years vboxsync HostDrivers/Support: Comments and use a proper error code for failing …
(edit) @52789   10 years vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @52778   10 years vboxsync iprt/x86.h: add EFER.TCE bit.
(edit) @52760   10 years vboxsync nits. (Please just don't bother tagging the outer #endif of a header, …
(edit) @52749   10 years vboxsync Added define.
(edit) @52743   10 years vboxsync Main/USB: Fix darwin assertion on Macbooks with USB 3.0 (Superspeed) …
(edit) @52742   10 years vboxsync iprt/nt/nt.h: FILE_BASIC_INFORMATION.
(edit) @52740   10 years vboxsync Forgot VBox/err.h.
(edit) @52699   10 years vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52691   10 years vboxsync Provide missing Log2Func to Log6Func. Fix already defined Log4Func to …
(edit) @52675   10 years vboxsync VMM/GIM: Fix circular dependency between PDM and GIM init. routines.
(edit) @52670   10 years vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52644   10 years vboxsync s/RT_OS_WINDOWS/!RT_OS_LINUX/
(edit) @52643   10 years vboxsync iprt/thread.h: workaround for genksyms crash
(edit) @52632   10 years vboxsync bugfix in previous commit with some new parent watcher code (disabled).
(edit) @52627   10 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52622   10 years vboxsync 3D: Mac OS X host: enable support for offline rendering.
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52606   10 years vboxsync build fix
(edit) @52605   10 years vboxsync build fix
(edit) @52604   10 years vboxsync build fix
(edit) @52603   10 years vboxsync build fix
(edit) @52602   10 years vboxsync build fix
(edit) @52601   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52600   10 years vboxsync IPRT: Added support for microsoft timestamp counter signatures. This …
(edit) @52596   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52582   10 years vboxsync iprt/cpuset.h: missed committing file changes for r95853.
(edit) @52580   10 years vboxsync algorithm or something it needs is missing in one of the additions …
(edit) @52573   10 years vboxsync VMM/HMVMXR0: Fix a wrong invalid-guest-state check with regards to …
(edit) @52565   10 years vboxsync include/iprt/cdefs.h: try fixing the internal compiler error exposed …
(edit) @52554   10 years vboxsync VBox/Main: #1909: Bug & coding style fixes.
(edit) @52549   10 years vboxsync VBox/Main: #1909: Further compilation & coding style fixes.
(edit) @52548   10 years vboxsync Main: #1909: Compilation fixes
(edit) @52546   10 years vboxsync VBox/Main: #1909: Independent QMTranslator implementation. Some fixes …
(edit) @52543   10 years vboxsync IntNet: follow up to r85262 - refactor rewriting of link-level address …
(edit) @52539   10 years vboxsync build fix
(edit) @52537   10 years vboxsync IPRT,SUP: First part of timestamp counter signatures support.
(edit) @52533   10 years vboxsync ASN.1 decoding: limit nesting.
(edit) @52519   10 years vboxsync Provide names for all types of IPv6 Neighbor Discovery. Provide …
(edit) @52503   10 years vboxsync Started working on PKCS #7 attributes.
(edit) @52495   10 years vboxsync Runtime: cdefs.h changes to avoid warnings from some g++ versions …
(edit) @52466   10 years vboxsync VMM: Nit for r95680.
(edit) @52465   10 years vboxsync VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode …
(edit) @52458   10 years vboxsync ASMMultU32ByU32DivByU32 / ASMMultU64ByU32DivByU32: no need to set …
(edit) @52455   10 years vboxsync Updated ASMMultU32ByU32DivByU32 and ASMMultU64ByU32DivByU32 …
(edit) @52454   10 years vboxsync ASMMultU32ByU32DivByU32: Cleaned up mess. Tested on x86 and amd64-msc.
(edit) @52443   10 years vboxsync Runtime: added ASMMultU32ByU32DivByU32() and fixed early clobber …
(edit) @52438   10 years vboxsync SUP: Some more confusing trickery.
(edit) @52429   10 years vboxsync crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
(edit) @52428   10 years vboxsync asm.h: Fix broken ASMAtomicUoIncU32 assembly.
(edit) @52424   10 years vboxsync Only VirtualBox.dll has a TrustedError method, so add a flag to …
(edit) @52422   10 years vboxsync Fix typo in comment.
(edit) @52419   10 years vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52403   10 years vboxsync SUP,IPRT: Extended RTLdrQueryPropEx with a pvBits parameter, …
(edit) @52394   10 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @52393   10 years vboxsync intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
(edit) @52392   10 years vboxsync sup.h: doxygen nit
(edit) @52366   10 years vboxsync SUP: Cache images for process verficiation.
(edit) @52365   10 years vboxsync sup: Check for TrustedInstaller; accept ProgramFiles and CommonFiles.
(edit) @52364   10 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52358   10 years vboxsync Storage/VD,VHD: Fix crash with certain VHD images with only partial …
(edit) @52354   10 years vboxsync nt.h: TEB fix.
(edit) @52345   10 years vboxsync Runtime: Implemented ASMAtomicUo[Inc|Dec]U32() with updated testcase. …
(edit) @52341   10 years vboxsync build fix
(edit) @52340   10 years vboxsync build fix
(edit) @52335   10 years vboxsync RTBigNum: Added shift APIs, implemented a faster division algorithm, …
(edit) @52312   10 years vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @52301   10 years vboxsync USB: Move the URB cancellation work to the per device I/O thread, fix …
(edit) @52294   10 years vboxsync asm-math.h: build fix
(edit) @52292   10 years vboxsync RTBigNum/asmdefs.mac: Forgot another file.
(edit) @52290   10 years vboxsync RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use …
(edit) @52282   10 years vboxsync VMM: build fix.
(edit) @52247   10 years vboxsync VMM/GIM: Keep Minimal GIM provider guest agnostic.
(edit) @52213   10 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52205   10 years vboxsync VBox/err.h: four VERR_SUP_VP_* status codes for the latest SUP changes.
(edit) @52192   10 years vboxsync HostDrivers/Support, VMM: support CONFIG_PAX_KERNEXEC Linux kernels
(edit) @52189   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @52178   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @52163   10 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52161   10 years vboxsync <VBox/intnet.h>: typo
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