VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51969   10 years vboxsync SUPLib-win: Make sure to call supR3HardenedWinInitVersion and …
(edit) @51967   10 years vboxsync follow up fix to VBoxSupLib.
(edit) @51958   10 years vboxsync s/ZwReadFile/ZwOpenFile.
(edit) @51955   10 years vboxsync Correct the NtQueryVirtualMemory hack for 32-bit pre-Vista OSes. The …
(edit) @51948   10 years vboxsync SUPLib-win.cpp: Removed unused name defines.
(edit) @51947   10 years vboxsync SUPDrv-win.cpp: Drop the DOS/Windows symlinks.
(edit) @51945   10 years vboxsync Try again for up to 5 seconds when we see STATUS_NO_SUCH_DEVICE and …
(edit) @51941   10 years vboxsync SUPDrv-win.cpp: Use the RTTerm/RTOnce stuff to clean up that default …
(edit) @51936   10 years vboxsync One more define.
(edit) @51921   10 years vboxsync Decode a couple of typical \Devices\VBoxDrvStub failure statuses.
(edit) @51918   11 years vboxsync SUPDrv-win.cpp: Memory leak. Allocation adjustments.
(edit) @51912   11 years vboxsync SUPR3HardenedVerify.cpp: Two more cases of CreateFileW with UTF-16.
(edit) @51911   11 years vboxsync Fixed problem spotted by the verifier.
(edit) @51910   11 years vboxsync one more place
(edit) @51909   11 years vboxsync Testcase fix.
(edit) @51908   11 years vboxsync VBoxNetFlt/win: Unbreak VBoxNetFltUninstall - apparently the previous …
(edit) @51907   11 years vboxsync SUP: NT status code conversion fix + cleanups.
(edit) @51906   11 years vboxsync Fixing testcases on windows.
(edit) @51890   11 years vboxsync forgot to delete these.
(edit) @51871   11 years vboxsync NetFlt (un)installation: Bugfixes, logging.
(edit) @51868   11 years vboxsync Page hash fixes. Somehow using the wrong algorithm for determining how …
(edit) @51866   11 years vboxsync Network/Host-only: Interface type changed to NCF_VIRTUAL on Windows …
(edit) @51860   11 years vboxsync relaxed system32.
(edit) @51857   11 years vboxsync VBoxOpenSslHardened is no longer needed.
(edit) @51851   11 years vboxsync Renamed hash implementations to fit better into the build system, …
(edit) @51850   11 years vboxsync hrmpf
(edit) @51849   11 years vboxsync Build fix.
(edit) @51847   11 years vboxsync Whops.
(edit) @51846   11 years vboxsync SUPDrv.c: gcc warning about unused variable
(edit) @51844   11 years vboxsync NetFlt: Uninstallation logging.
(edit) @51843   11 years vboxsync Renamed md5.cpp to md5-alt.cpp.
(edit) @51841   11 years vboxsync Alternative SHA-512 and SHA-384 implementation.
(edit) @51838   11 years vboxsync Alternative SHA-256 implementation.
(edit) @51828   11 years vboxsync Added alternative SHA-1 code. Extended asm.h with 32-bit and 64-bit …
(edit) @51826   11 years vboxsync Fixed the first timestamp hack.
(edit) @51825   11 years vboxsync use md2-alt.cpp.
(edit) @51824   11 years vboxsync timestamp hack v2.
(edit) @51819   11 years vboxsync timestamp tweak.
(edit) @51818   11 years vboxsync Wrong test.
(edit) @51817   11 years vboxsync quick tweak.
(edit) @51812   11 years vboxsync Fixed a pCert use that I'd missed (pCert / pTaInfo).
(edit) @51808   11 years vboxsync build fix (VBOX_WITH_HARDENING is only in CDEFS, not DEFS, due to some …
(edit) @51803   11 years vboxsync Use CreateFileW instead of CreateFileA when verifying the install …
(edit) @51789   11 years vboxsync build fix
(edit) @51786   11 years vboxsync Merge fix
(edit) @51775   11 years vboxsync Missing check.
(edit) @51772   11 years vboxsync build fix
(edit) @51771   11 years vboxsync build fix
(edit) @51770   11 years vboxsync Merged in iprt++ dev branch.
(edit) @51769   11 years vboxsync Mac OS X host: support driver: partly reverted r94103: reduced amount …
(edit) @51744   11 years vboxsync SUPDrv-win.cpp: pvOutput is the equivalent to the UserBuffer, not pvInput.
(edit) @51742   11 years vboxsync SupDrv-win: Disabled fast IOCTLs as this broke guest SMP.
(edit) @51718   11 years vboxsync VMM: struct/union naming fix.
(edit) @51586   11 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51544   11 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51492   11 years vboxsync Mac OS X host: added temporary instrumentation to see if VBox KEXTs …
(edit) @51488   11 years vboxsync Experiment. Require special cookie to be served to VBoxDrv and VBoxUSB …
(edit) @51480   11 years vboxsync NetFlt/LwfWin: NDIS6 filter driver (#7231)
(edit) @51420   11 years vboxsync Revert r93697: temporary instrumentation for VBoxDRV.kext.
(edit) @51346   11 years vboxsync rename Test Suite => Validation Kit
(edit) @51251   11 years vboxsync Mac OS X host: VBoxDrv.kext: temporary instrumentation: added logging …
(edit) @51229   11 years vboxsync SUPDrv-win.cpp: Use the Fast I/O dispatch interface for noticeably …
(edit) @51210   11 years vboxsync header fix
(edit) @51181   11 years vboxsync VBoxNetCfg: Fixed crash when rolling back in …
(edit) @51153   11 years vboxsync HostDrivers/VBoxNetCfg.cpp: Check for valid pointer in …
(edit) @51151   11 years vboxsync Reverted r93449 and r93413: Mac OS X host: VBoxUSB.kext: temporary …
(edit) @51139   11 years vboxsync Mac OS X host: more logging for VBoxUSB.kext.
(edit) @51116   11 years vboxsync Mac OS X host: VBoxUSB.kext: added extra logging in order track …
(edit) @51107   11 years vboxsync Mac OS X host: host drivers: VBoxUSB.kext: fixed typo: use …
(edit) @51100   11 years vboxsync SUPDrv-darwin.cpp: Fixed buggy g_apSessionHashTab search in …
(edit) @50993   11 years vboxsync SUPDrv: minor typo.
(edit) @50798   11 years vboxsync vboxpci: make vboxPciOsDevInit() a bit less chatty.
(edit) @50797   11 years vboxsync vboxpci: convert some more printk() to vbpci_printk()
(edit) @50794   11 years vboxsync VBoxUSB/VBoxUsbLib-win.cpp: String descriptors are optional, don't …
(edit) @50782   11 years vboxsync Define a printk() wrapper that prints pci device id if device is …
(edit) @50781   11 years vboxsync One semicolon is enough.
(edit) @50780   11 years vboxsync Condition ? 1 : 0 is pleonastic. While here, declare the flag bool.
(edit) @50779   11 years vboxsync vboxpci: current code never calls unmap method, so we end up leaking …
(edit) @50762   11 years vboxsync VBoxNetFlt-darwin.cpp: Don't quit early just because we fail to spot …
(edit) @50761   11 years vboxsync VBoxNetFlt-darwin.cpp: style + only detect p_count offset once.
(edit) @50747   11 years vboxsync Netflt: ifnet::if_pcount offset detection for Darwin (#7279)
(edit) @50718   11 years vboxsync VBoxNetFltBow-solaris: nit.
(edit) @50664   11 years vboxsync Support,VBoxNet[Flt|Adp]/solaris: Fix S10 regression with trunk, …
(edit) @50633   11 years vboxsync solaris/SUPDrv, solaris/VBoxNetAdp: No queisce needed.
(edit) @50630   11 years vboxsync solaris/VBoxUSBMon, solaris/VBoxNetFlt-solaris: No quiesce needed.
(edit) @50541   11 years vboxsync HostDrivers/SUPDrv: It's the user that should be concerned :)
(edit) @50540   11 years vboxsync VMM/HM: Ignore SMX mode and proceed with a warning.
(edit) @50525   11 years vboxsync VBoxNetAdp/solaris: Duplicate define, already defined in …
(edit) @50410   11 years vboxsync OS X host: stuck-in-dock: move include/VBox/VBoxNetSend.h to …
(edit) @50379   11 years vboxsync VBoxNet*darwin: Corrected two function delcarations (use DECL …
(edit) @50349   11 years vboxsync HostDrivers/VBoxUSB/win: Check for USBD_STATUS_DEVICE_GONE, seen …
(edit) @50333   11 years vboxsync VMM, SupDrv: Allow VT-x when in presumed SMX mode when the VMXON bit …
(edit) @50323   11 years vboxsync Vbox => VBox
(edit) @50322   11 years vboxsync VboxNetSendDummy() -> VBoxNetSendDummy().
(edit) @50321   11 years vboxsync Mac OS X host: prevent stuck-in-dock: r91968 is substituted with the …
(edit) @50298   11 years vboxsync Mac OS X host: Networking: prevent stuck-in-dock problem if cable is …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @49965   11 years vboxsync Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake …
(edit) @49955   11 years vboxsync Mac OS X host: HID LEDs sync: avoid system.log flooding on 10.8 host.
(edit) @49917   11 years vboxsync SUPDrv-darwin.cpp: Log rdmsr & wrmsr function addresses.
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