VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58228   9 years vboxsync VBoxSupLib.dll doesn't link against the debug crt, use the retail one …
(edit) @58222   9 years vboxsync VBoxNetAdp/linux: followup fix to r103374 - ethtool_cmd_speed_set() …
(edit) @58220   9 years vboxsync VBoxNetAdp/linux: add rudimentary ethtool_ops with a view to use them …
(edit) @58207   9 years vboxsync VBoxNetAdp/linux: do the ritual netif_carrier_off/netif_carrier_on …
(edit) @58157   9 years vboxsync Doxygen: @todo fixes
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @58107   9 years vboxsync VBoxNetFlt/darwin: code to set MBUF_PROMISC on packets we send to host …
(edit) @58093   9 years vboxsync VBoxNetAdp/darwin: use ether_add_proto/ether_del_proto. We must use …
(edit) @58070   9 years vboxsync VBoxNetAdp/darwin: Handle SIOCADDMULTI/SIOCDELMULTI with NULL argument …
(edit) @58051   9 years vboxsync USB/Win: Keep old configuration if SET INTERFACE fails.
(edit) @58045   9 years vboxsync VBoxUsbRt: typo
(edit) @58036   9 years vboxsync USB/Win: Do not leak memory if request fails.
(edit) @57972   9 years vboxsync VBoxUSB/darwin: Workaround for IOUSBUserClientInit::probe returning …
(edit) @57969   9 years vboxsync Installers/linux: drop DKMS support.
(edit) @57959   9 years vboxsync org_virtualbox_SupDrvClient::initWithTask: Dropped annoying and …
(edit) @57943   9 years vboxsync added utf16.h and latin1.h to the various files_ files
(edit) @57937   9 years vboxsync HostDrivers/NetFlt: added timeout in filter unload for unregistration …
(edit) @57935   9 years vboxsync HostDrivers/USBMonitor: improved comment
(edit) @57934   9 years vboxsync HosDrivers/USBMon: fixed BSOD under driver verifier. Increased timeout …
(edit) @57913   9 years vboxsync VBoxNetAdp/darwin: Common pattern in the kernel code is …
(edit) @57912   9 years vboxsync VBoxNetFlt/darwin, VBoxNetAdp/darwin: increment interface statistic …
(edit) @57911   9 years vboxsync VBoxNetAdp/darwin: we still need to call bpf_tap_out() on outgoing …
(edit) @57907   9 years vboxsync VBoxNetAdp/darwin: use bpfattach() without tap and send callbacks. …
(edit) @57904   9 years vboxsync VBoxNetFlt/darwin, VBoxNetAdp/darwin: Don't leak host-guest traffic to …
(edit) @57896   9 years vboxsync USB/win: Fixed scheduling of high-speed isochronous endpoints.
(edit) @57867   9 years vboxsync VBoxNetFltBow/solaris: log the error code when failing to unload the …
(edit) @57841   9 years vboxsync warning
(edit) @57840   9 years vboxsync unused variable
(edit) @57839   9 years vboxsync HostDrivers/linux: don't check the error code of misc_deregister(), …
(edit) @57831   9 years vboxsync NetFlt/win: Re-worked offloading handling (#8049)
(edit) @57823   9 years vboxsync VBoxStartup.log -> VBoxHardening.log; option renamed likewise.
(edit) @57817   9 years vboxsync VBoxNetFlt/darwin: vboxNetFltDarwinIffInputOutputWorker - when we we …
(edit) @57816   9 years vboxsync VBoxNetFlt/darwin: Cosmetics - fSrc (packet source) is not a bitmask, …
(edit) @57771   9 years vboxsync SUPR0.lib: Experiment.
(edit) @57735   9 years vboxsync SUPDrv.cpp: Fixed SUP_IOCTL_LDR_LOAD regression from the szError info …
(edit) @57707   9 years vboxsync NetAdp/Win: free adapter memory on halt (#8033)
(edit) @57650   9 years vboxsync supHardNt: Adjustment for 64-bit Windows 10 build 10525 and later.
(edit) @57639   9 years vboxsync Main/Network: report errors from VBoxNetCfg back to VBoxManage (#7973)
(edit) @57606   9 years vboxsync HostDrivers/VBoxNetAdp/solaris: check the return value of mod_remove() …
(edit) @57594   9 years vboxsync HostDrivers/VBoxPci: enclose find_module() calls by mutex_lock/unlock …
(edit) @57583   9 years vboxsync vboxDrvCfgInfEnumerationCallback: add missing newlines in debug logs.
(edit) @57576   9 years vboxsync NetFlt/Win: do not restart netlwf filter when VM changes state (#8009)
(edit) @57501   9 years vboxsync VERR_SUP_VP_NOT_BUILD_CERT_IPE: Dump the certificates. This requires …
(edit) @57456   9 years vboxsync SUPDrv-win.cpp: Windows 10 VERR_LDR_MISMATCH_NATIVE fix. Turns out the …
(edit) @57436   9 years vboxsync SUPR3HardenedNoCrt-win.cpp: Some RT_NO_THROW uses I missed.
(edit) @57419   9 years vboxsync tstGIP-2: fix crash.
(edit) @57401   9 years vboxsync warning
(edit) @57400   9 years vboxsync SUPDrv-win.cpp: Must indicate the load address when something doesn't …
(edit) @57379   9 years vboxsync SUPDrv: clear error magic on success.
(edit) @57378   9 years vboxsync SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major …
(edit) @57374   9 years vboxsync SUPDrv-darwin.cpp: An a little bit more.
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57371   9 years vboxsync SUPDrv-darwin.cpp: A few more EFLAGS/AC saves and restores that I …
(edit) @57370   9 years vboxsync HostOnly/win: Move up NetCfgInstanceId error handling (#7973)
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57354   9 years vboxsync tstGIP-2: Build fix.
(edit) @57351   9 years vboxsync tstGIP-2: Hardening.
(edit) @57349   9 years vboxsync tstGIP-2: Only validate data that actually gets updated for invariant …
(edit) @57327   9 years vboxsync HostDrivers/linux/export_modules: disable debugging aids
(edit) @57317   9 years vboxsync Support/Makefile.kmk: Enabled the EFLAGS/AC checks for non-release …
(edit) @57316   9 years vboxsync export_modules fix
(edit) @57315   9 years vboxsync SUPDrv,VBoxNetFlt: More EFLAGS preservation fixes for linux.
(edit) @57313   9 years vboxsync IPRT,SUPDrv: More work on preserving certain EFLAGS for CONFIG_X86_SMAP.
(edit) @57306   9 years vboxsync HostOnly/win: Reverse the order of NetCfgInstanceId and name querying …
(edit) @57305   9 years vboxsync typo
(edit) @57303   9 years vboxsync SUPDrv-win.cpp: Workaround for AudioDG.exe on windows 10 wanting to do …
(edit) @57266   9 years vboxsync SUPDrv-darwin: Add missing EFLAGS save/restore causing the SMAP AC …
(edit) @57260   9 years vboxsync SUPDrvGip: comment typo nits.
(edit) @57256   9 years vboxsync SUPDrv: Temporarily disable VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV for …
(edit) @57255   9 years vboxsync SUPDrv-linux.c: build fix
(edit) @57254   9 years vboxsync SUPDrv: Enabled AC=1 I/O control checks on Linux and extended the …
(edit) @57253   9 years vboxsync VBoxNetFlt/darwin: Save and restore EFLAGS.AC in code that may …
(edit) @57252   9 years vboxsync SUPDrv,VBoxNetFlt,VBoxNetAdp: Include the-darwin-kernel.h to avoid …
(edit) @57251   9 years vboxsync style
(edit) @57244   9 years vboxsync VMMR0.cpp,SUPDrv-darwin.cpp: More AC=0 checks and details.
(edit) @57240   9 years vboxsync tstGIP-2: Also log the GIP mode in compatibility report line to make …
(edit) @57233   9 years vboxsync SUPDrvGip: Comment typos.
(edit) @57229   9 years vboxsync SUPDrv,VMMR0: Added SUPR0BadContext for reporting AC=0 and (on darwin …
(edit) @57224   9 years vboxsync SUPDrv: Try deal more correctly with multiple …
(edit) @57220   9 years vboxsync SUPDrv,asm-amd64-x86.h: More EFLAGS.AC checks.
(edit) @57219   9 years vboxsync tstGIP-2: unintended new-line change.
(edit) @57218   9 years vboxsync SUPDrv, tstGIP-2: Add support for GIP flags and testing TSC frequency …
(edit) @57201   9 years vboxsync windows hardning error reporting improvements.
(edit) @57192   9 years vboxsync pr7933. Temporary decision: added new function …
(edit) @57174   9 years vboxsync supdrvMeasureTscDeltaOne: Shot at the FX-8350 problem - don't measure …
(edit) @57165   9 years vboxsync supHardNtViCheckIfNotSignedOk: apphelp.dll is still not signed in W10, …
(edit) @57161   9 years vboxsync SUPR3HardenedMain-win.cpp: ext-ms-win-devmgmt-policy-l1-1-0.dll and …
(edit) @57147   9 years vboxsync Main: Attempted fix for Win10 host-only interface creation.
(edit) @57143   9 years vboxsync Spelling.
(edit) @57121   9 years vboxsync VBoxNetFlt/linux: #include fix
(edit) @57120   9 years vboxsync VBoxNetFlt/linux: Don't attach to an interface from a different …
(edit) @57118   9 years vboxsync VBoxNetFlt/linux: s/NETDRV/NETDEV/ typo in a log.
(edit) @57108   9 years vboxsync supdrv: Added SUPKERNELFEATURES_SMAP to SUPR0GetKernelFeatures and …
(edit) @57097   9 years vboxsync SUP: Minor changes to SUPIsTscFreqCompatible.
(edit) @57095   9 years vboxsync nit.
(edit) @57093   9 years vboxsync SUP: minor version bump for r101813.
(edit) @57090   9 years vboxsync SUP: Moved SUPIsTscFreqCompatible(Ex) to SUPLibAll.cpp and made it not …
(edit) @57060   9 years vboxsync testcase/tstGIP-2: Allow continuous comparison of computed GIP TSC …
(edit) @57057   9 years vboxsync SUPDrv: unused vars warning.
(edit) @57055   9 years vboxsync SUPDrv: Remove the KVM hack, it only affects <= 3.8 linux kernels, …
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