VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54250   10 years vboxsync SUPDrv must be compiled with -DSUPDRV_WITH_RELEASE_LOGGER on linux too.
(edit) @54249   10 years vboxsync copy & pastry.
(edit) @54227   10 years vboxsync build fix
(edit) @54226   10 years vboxsync grr
(edit) @54225   10 years vboxsync copy & past…
(edit) @54224   10 years vboxsync SUP,IPRT: Started as a build fix ended up as a cleanup (mostly …
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54214   10 years vboxsync HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.
(edit) @54208   10 years vboxsync IPRT,SUPDrv: Support more than 255 CPUs via RTTIME_FLAGS_XXX, bumping …
(edit) @54205   10 years vboxsync HostDrivers/Support: comment.
(edit) @54204   10 years vboxsync HostDrivers/Support: bump IOC minor version and declaration of var. fix.
(edit) @54201   10 years vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54181   10 years vboxsync HostDrivers/support: fix reinit of GipCpu data where TSC-delta isn't …
(edit) @54144   10 years vboxsync HostDrivers/Support/linux: don't prevent VBox R0 code from touching R3 …
(edit) @54139   10 years vboxsync SUPR3HardenedMain-win.cpp: Workaround for a process deadlock caused by …
(edit) @54046   10 years vboxsync win-ose build fix (silly to try build hardenend windows without code …
(edit) @54013   10 years vboxsync Support: added SUPR3LockDownLoader()
(edit) @53955   10 years vboxsync SpcRoot-MicrosoftDevelopmentRootCertificateAuthority2014-078f0a9d03df11 …
(edit) @53948   10 years vboxsync header fixes
(edit) @53843   10 years vboxsync HostDrivers/Support: Fixed invalid assertion.
(edit) @53822   10 years vboxsync not optional.
(edit) @53821   10 years vboxsync SUPR3HardenedMain-win.cpp: Handle the case where someone uses …
(edit) @53820   10 years vboxsync SUPHardenedVerfiyImage-win.cpp: Tell RTLdr to disregard the specified …
(edit) @53800   10 years vboxsync HostDrivers/Support: Moved fOsTscDeltasInSync to the GIP, fix …
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53604   10 years vboxsync kext test signing for development purposes (requires kmk r2742).
(edit) @53568   10 years vboxsync SUPDrv.c: Disabled annoying assertion in i64TSCDelta init code.
(edit) @53506   10 years vboxsync HostDrivers/support: paranoia.
(edit) @53505   10 years vboxsync HostDrivers/Support: Unbreak invariant laptops with huge deltas for now.
(edit) @53480   10 years vboxsync HostDrivers/support: freebsd fix.
(edit) @53477   10 years vboxsync HostDrivers/Support: nits.
(edit) @53476   10 years vboxsync HostDrivers/support: Use 128-bit unsigned int math as mentioned in r97204.
(edit) @53474   10 years vboxsync SUPDrv.c: ASMMultU64ByU32DivByU32 could be replaced by 128-bit …
(edit) @53473   10 years vboxsync build fix and warnings.
(edit) @53469   10 years vboxsync doc typos.
(edit) @53468   10 years vboxsync no else after return.
(edit) @53464   10 years vboxsync HostDrivers/Support: Move certain globals into the device extension, …
(edit) @53459   10 years vboxsync SUPDrv.c: Removed RTTimeSystemNanoTS() CPU burning loop from …
(edit) @53458   10 years vboxsync SUPDrv: Must increase the host timer frequence before we determin the …
(edit) @53455   10 years vboxsync tstGIP-2: Made the spinning mode not read GIP data in the middle of …
(edit) @53444   10 years vboxsync HostDrivers/Support: fix using uninitialized variable, code not yet used.
(edit) @53430   10 years vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53396   10 years vboxsync HostDrivers/Support: Don't try measuring TSC deltas on OSes that …
(edit) @53369   10 years vboxsync HostDrivers/Support: minimize interrupt disabled time while measuring …
(edit) @53358   10 years vboxsync tstGIP-2: Skip GIP transactions until history is populated once.
(edit) @53357   10 years vboxsync tstGIP-2: use dedicated sample counter for overall deviation
(edit) @53356   10 years vboxsync tstGIP-2: use reference CPU for determining the relative CpuHz …
(edit) @53355   10 years vboxsync tstGIP-2: added CpuHzRef to testcase output header line.
(edit) @53352   10 years vboxsync tstGIP-2: CpuHz deviation in percent
(edit) @53351   10 years vboxsync tstGIP-2: print the deviation of CpuHz to a reference value in a …
(edit) @53339   10 years vboxsync HostDrivers/Support: Logging nits.
(edit) @53331   10 years vboxsync SUPLibLdr.cpp: Lazily make sure SUPR3HardenedLdrLoad and …
(edit) @53329   10 years vboxsync SUPDrv-win.cpp: Must reset enmProcessKind before releasing pNtChild in …
(edit) @53288   10 years vboxsync HostDrivers/Support: Don't bother with deltas just yet while measuring …
(edit) @53269   10 years vboxsync HostDrivers/Support: Enabled global TSC rate calculation and …
(edit) @53230   10 years vboxsync HostDrivers/Support: doxygen.
(edit) @53229   10 years vboxsync HostDrivers/Support: worry about future changes later.
(edit) @53228   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53226   10 years vboxsync HostDrivers/Support: Recalc freq. casting.
(edit) @53220   10 years vboxsync SUP: Relax image architecture restrictions so 32-bit resource DLLs …
(edit) @53218   10 years vboxsync HostDrivers/Support: less paranoia on release builds.
(edit) @53217   10 years vboxsync HostDrivers/Support: I hate C90.
(edit) @53216   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53215   10 years vboxsync HostDrivers/Support: build fix.
(edit) @53213   10 years vboxsync HostDrivers/Support: More accurate and reusable error code, more paranoia.
(edit) @53212   10 years vboxsync HostDrivers/Support: Add infrastructure for delta-adjusted TSC reads …
(edit) @53209   10 years vboxsync HostDrivers/Support: Fix recalc. frequency code, eliminate u32UpdateHz …
(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) @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) @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) @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) @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.
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