VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53184   10 years vboxsync load.sh,loadall.sh: Added -u option.
(edit) @53173   10 years vboxsync IPRT,SUPDrv: Added new 'ringbuf[=size]' log destination for cases …
(edit) @53143   10 years vboxsync HostDrivers/support: sign warning calling ASMAtomicDecU32 with signed var.
(edit) @53142   10 years vboxsync HostDrivers/support: Fix sign while applying TSC deltas, fix GIP timer …
(edit) @53134   10 years vboxsync NetAdp/win: minor cosmetic changes
(edit) @53124   10 years vboxsync NetFlt/win: Version fixes for VBoxNetLwf and VBoxNetAdp6 drivers
(edit) @53109   10 years vboxsync USB: Detect SS devices on Windows.
(edit) @53106   10 years vboxsync HostDrivers/Support: Nominal TSC frequency fixes for Windows.
(edit) @53095   10 years vboxsync HostDrivers/Support: cosmetics, better scoping.
(edit) @53092   10 years vboxsync HostDrivers/Support: 1 ms is sufficient for rollover.
(edit) @53091   10 years vboxsync HostDrivers/support: Added non-busy wait TSC frequency measuring for …
(edit) @53090   10 years vboxsync pr7231. NDIS6 support has been added into the Windows installer.
(edit) @53087   10 years vboxsync HostDrivers/Support: Add code for measuring nominal TSC frequency …
(edit) @53085   10 years vboxsync HostDrivers/Support: Fixes to TSC frequency measurement. Also adds …
(edit) @53082   10 years vboxsync NetFlt/win: NDIS6: no halt on host suspend, hardware id changed to …
(edit) @53069   10 years vboxsync testcase/tstGIP-2: Fix null pointer dereference when the GIP isn't yet up.
(edit) @53064   10 years vboxsync HostDrivers/Support: Do the async. delta measurement from the ioctl …
(edit) @53063   10 years vboxsync HostDrivers/Support: Add TSC-delta measurement ioctl interface, fixed …
(edit) @53059   10 years vboxsync HostDrivers/SUPLib: forgot to bump major version on the client side.
(edit) @53058   10 years vboxsync HostDrivers/support: comment.
(edit) @53054   10 years vboxsync HostDrivers/Support: Kernel thread to service TSC-delta measurement …
(edit) @53051   10 years vboxsync supR3HardenedMonitor_LdrLoadDll: Merged the name mapping log statement …
(edit) @53045   10 years vboxsync SUP: Reduce LdrLoadDll logging. Still one log statement needing …
(edit) @53042   10 years vboxsync SUP: CERT_E_CHANING due to signatures rooted in 'Microsoft Digital …
(edit) @53038   10 years vboxsync pr7489. Fixed RemoveHostOnlyInterfaces(). Function …
(edit) @53036   10 years vboxsync SUP: NtCreateFile requires SYNCHRONIZE access when …
(edit) @53035   10 years vboxsync supHardNtViRdrRead: Cleanup and deal with async i/o in ring-3 just to …
(edit) @53034   10 years vboxsync SUP: Missing two FILE_SYNCHRONOUS_IO_NONALERT flags, one of which …
(edit) @53027   10 years vboxsync Forward ported r96507: SUP: Don't wait for yourself to quit, wait on …
(edit) @53026   10 years vboxsync testcase/tstGIP-2: Print entries for offline CPUs while printing TSC …
(edit) @53025   10 years vboxsync SUP: corrected child error message and fudge the memory replace ment …
(edit) @53024   10 years vboxsync SUP: Removed heap debug code.
(edit) @53022   10 years vboxsync SUP: XP + ATI kludge.
(edit) @53021   10 years vboxsync SUP: Revised the dgmaster.sys/sakfile.sys hack as it didn't quite work …
(edit) @53018   10 years vboxsync SUP: corrected log message.
(edit) @53017   10 years vboxsync SUP: Try to work around sakfile.sys bsod and dgmaster.sys.
(edit) @53016   10 years vboxsync SUPDrv-win.cpp: Trust the system process a little bit more to make …
(edit) @53011   10 years vboxsync SUP: instrumentation for debugging possible heap corruption.
(edit) @53005   10 years vboxsync SUP: Short list of microsoft files that when found not to be signed in …
(edit) @53004   10 years vboxsync SUP: Resolve and call RTLogRelPrintf dynamically to put errors in the …
(edit) @53003   10 years vboxsync SUP: A bit more logging.
(edit) @53002   10 years vboxsync VBoxDrv-win.cpp: Keep the error info string from failed VBoxDrv and …
(edit) @52975   10 years vboxsync build fix
(edit) @52974   10 years vboxsync SUP: Seems ThreadHideFromDebugger on others might require debugger …
(edit) @52973   10 years vboxsync SUP: Handle denormalized command line string pointer and always ignore …
(edit) @52972   10 years vboxsync supR3HardNtChildPurify: Logging improvements.
(edit) @52971   10 years vboxsync fixed a couple of error messages.
(edit) @52969   10 years vboxsync SUP: Restructured the respawn + child purification code to use the …
(edit) @52968   10 years vboxsync build fix
(edit) @52967   10 years vboxsync SUP: simplified the ntdll hooking / patching so we can avoid the jump …
(edit) @52966   10 years vboxsync fixed w8.1 .mrdata hack.
(edit) @52965   10 years vboxsync Another sanity check.
(edit) @52962   10 years vboxsync SUP: Check the entire NTDLL during process verification now that we're …
(edit) @52954   10 years vboxsync Tighten the checks on the stub process a little bit (part 1).
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52950   10 years vboxsync duh
(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) @52945   10 years vboxsync win.x86 build fix
(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) @52911   10 years vboxsync HostDrivers/Support: Disable interrupts per-iteration while measuring …
(edit) @52908   10 years vboxsync supdrvNtProtectRelease: Decrement child reference count, don't …
(edit) @52907   10 years vboxsync SUP: Allow loading of administrator group owned DLLs in addition to …
(edit) @52906   10 years vboxsync SUP: detect ZoneAlarm installs.
(edit) @52905   10 years vboxsync SUPDrv-win.cpp: 32-bit + CSRSS hack for working around ZoneAlarm -104 …
(edit) @52896   10 years vboxsync HostDrivers/support/solaris: Don't assert on unsupported error codes …
(edit) @52895   10 years vboxsync HostDrivers/support: reset the minimum compare-read time variable on …
(edit) @52892   10 years vboxsync typo
(edit) @52877   10 years vboxsync Import NtQuerySystemInformation.
(edit) @52875   10 years vboxsync SUP: Log more details on system dlls and hot patching.
(edit) @52871   10 years vboxsync HostDrivers/support: pick master based on Apic Id, use Apic Id to …
(edit) @52844   10 years vboxsync suplibOsStopService: The rc variable was used uninitialized in one …
(edit) @52840   10 years vboxsync USBTest.cpp: rather use %x instead of %p for pointers
(edit) @52834   10 years vboxsync SUP: Fixed copy and past bug in supR3HardenedWinVerifyCacheIsMatch. …
(edit) @52824   10 years vboxsync pr7489. Added uninstallation inf files and driver packages related to …
(edit) @52818   10 years vboxsync HostDrivers/Support: Don't try measuring TSC deltas if we determined …
(edit) @52815   10 years vboxsync HostDrivers/Support: Comments and use a proper error code for failing …
(edit) @52795   10 years vboxsync SUP: Deal with comodo's ntdll export and getprocaddress modifications. …
(edit) @52790   10 years vboxsync better error message.
(edit) @52780   10 years vboxsync HostDrivers/SupDrv: Function for querying invariant TSC.
(edit) @52750   10 years vboxsync VBoxUSB/solaris: undo temporary change.
(edit) @52748   10 years vboxsync VBoxUSB/solaris: Another shot at getting logging, temporary change.
(edit) @52747   10 years vboxsync VBoxUSB/solaris: revert temporary change.
(edit) @52746   10 years vboxsync VBoxUSB/solaris: temporarily enable release logging for debugging …
(edit) @52745   10 years vboxsync VBoxUSB/solaris: debug nit.
(edit) @52744   10 years vboxsync terrible experiment with kernel32/base and avast.
(edit) @52741   10 years vboxsync SUP: Better adversary detection.
(edit) @52739   10 years vboxsync SUP: Increase fudge factors when there are known trouble makers around.
(edit) @52738   10 years vboxsync SUPDrv-win.cpp: Forgot to initialize g_pAlpcPortObjectType1.
(edit) @52737   10 years vboxsync Document the ALPC hack.
(edit) @52736   10 years vboxsync SUPDrv-win.cpp: Reduce noise.
(edit) @52735   10 years vboxsync SUPDrv-win.cpp: Alternative way of obtaining the ALPC Port object type.
(edit) @52725   10 years vboxsync HostDrivers/Support: Readjust TSC deltas if the master goes offline, …
(edit) @52718   10 years vboxsync HostDrivers/testcase: tstGIP-2 nit.
(edit) @52709   10 years vboxsync SUP: Improve VBoxDrvStub open error reporting.
(edit) @52704   10 years vboxsync SUP: Apply redirection to full paths too.
(edit) @52703   10 years vboxsync SUP: Disable the 2nd ntdll.dll mapping as avast users are seeing …
(edit) @52690   10 years vboxsync SUP: relax trusted installer for winsxs too.
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