VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24044   15 years vboxsync 2d accel: fix unnecessary unlock g->h commands
(edit) @24035   15 years vboxsync Backed out dead, but incorrect code
(edit) @24022   15 years vboxsync Wrap RTThreadPreemptDisable
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23927   15 years vboxsync netflt/win: alternative loopback handling mechanism (disabled for now)
(edit) @23850   15 years vboxsync Linux installer: cleanup after module compilation
(edit) @23834   15 years vboxsync typo, errno.
(edit) @23832   15 years vboxsync SUPLib-solaris.cpp: don't return VERR_TRY_AGAIN, return VERR_NO_MEMORY.
(edit) @23728   15 years vboxsync SUPDrv: Moving more stuff over.
(edit) @23726   15 years vboxsync SUPDrv: Moving more stuff over.
(edit) @23725   15 years vboxsync SUPDrv: Started splitting out platform agonstic code to avoid clashes …
(edit) @23711   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23710   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23704   15 years vboxsync Fake version of SUPR0QueryVTCaps
(edit) @23700   15 years vboxsync COmpile fix
(edit) @23699   15 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23538   15 years vboxsync Fixed warning about undefined PATH_vboxdrv-mod.
(edit) @23526   15 years vboxsync HostDrivers/FreeBSD: Use the same method to build the kernel drivers …
(edit) @23491   15 years vboxsync Darwin: case-sensitive FS burns fixes.
(edit) @23473   15 years vboxsync OSE header fixes
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23430   15 years vboxsync Experiment with KeSetSystemAffinityThread instead of raising the IRQL …
(edit) @23361   15 years vboxsync Solaris/VBoxNetFlt: fixed crash with kcred deallocation behind our back.
(edit) @23325   15 years vboxsync Solaris/VBoxNetFlt: compile time scope fix.
(edit) @23316   15 years vboxsync warning
(edit) @23301   15 years vboxsync VBoxNetFlt-solaris.c: be bolder in the claims wrt …
(edit) @23293   15 years vboxsync Solaris/VBoxNetFlt: moved global lock to bracket insert/remove ioctls …
(edit) @23281   15 years vboxsync Solaris/VBoxNetFlt: fixed host panic due to wrong reference counting …
(edit) @23171   15 years vboxsync Missing export
(edit) @23159   15 years vboxsync FreeBSD: Fix build break
(edit) @23082   15 years vboxsync VBoxNetAdp: Darwin: fix missing vboxNetAdpFindByName, use common code, …
(edit) @23079   15 years vboxsync spaces
(edit) @23068   15 years vboxsync VBoxNetAdp: ioctl cleanup.
(edit) @23062   15 years vboxsync Solaris/VBoxNetFlt: paranoia.
(edit) @22989   15 years vboxsync Solaris/VBoxNetFlt: minor.
(edit) @22918   15 years vboxsync Solaris/VBoxNetFlt: debug statement fix.
(edit) @22902   15 years vboxsync fix OSE
(edit) @22899   15 years vboxsync FreeBSD/VBoxNetFlt: Fix export to OSE
(edit) @22875   15 years vboxsync FreeBSD: Add support for bridged and hostonly networking. Contributed …
(edit) @22799   15 years vboxsync Solaris/VBoxNetFlt: IPv6 poll fixes.
(edit) @22791   15 years vboxsync Solaris/VBoxNetFlt: dynamic IPv6 attachment.
(edit) @22790   15 years vboxsync Solaris/VBoxNetFlt: fixes to dynamic IPv6 attachment.
(edit) @22782   15 years vboxsync Solaris/VBoxNetFlt: fixed missing semicolon in vboxflt.conf
(edit) @22769   15 years vboxsync Solaris/VBoxNetFlt: backed out r51933.
(edit) @22768   15 years vboxsync Solaris/VBoxNetFlt: fixed the deadlock in #4259
(edit) @22678   15 years vboxsync HostDrivers/Support/FreeBSD: Unlock the giant before cleaning up. …
(edit) @22632   15 years vboxsync fixed wrong Linux host kernel version check
(edit) @22618   15 years vboxsync build fix 2
(edit) @22615   15 years vboxsync refined r51666
(edit) @22611   15 years vboxsync Export SUPR0QueryVTxSupport (windows host)
(edit) @22609   15 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22599   15 years vboxsync netflt-adp/win: additional bugfix
(edit) @22491   15 years vboxsync netadp/win: actual inf deletion with NetAdpUninstall, (not yet added …
(edit) @22485   15 years vboxsync netadp/win: functionality to uninstall NetAdp packages (second step in …
(edit) @22472   15 years vboxsync netadp/win: install from specified inf (first step to pure non-DIFX …
(edit) @22441   15 years vboxsync netflt/win: wait for pending ops to complete before switching netflt …
(edit) @22438   15 years vboxsync SUPDrv-solaris.c: splr/splx is now done by RTThreadPreemptDisable/Restore.
(edit) @22409   15 years vboxsync Solaris/VBoxNetFlt: enabled ipv6 dynamic polling and attachment.
(edit) @22393   15 years vboxsync Solaris/VBoxNetFlt: Timed polling for dynamic Ipv6 stream attachment …
(edit) @22389   15 years vboxsync netflt/win: fix for proper cleaning of rx packet array on power change
(edit) @22387   15 years vboxsync Solaris/Preemption: #4147, #4197: Raise PIL for fastcall, check PIL in …
(edit) @22285   15 years vboxsync Solaris/VBoxNetAdp: fixed default MAC address.
(edit) @22236   15 years vboxsync Grab TSC as quickly as possible; minor accuracy improvement
(edit) @22224   15 years vboxsync Backed out 51023/24/25.
(edit) @22222   15 years vboxsync Calculate delta between two timer callbacks.
(edit) @22196   15 years vboxsync support driver: remove check for VBoxSettings.so which has been removed
(edit) @22150   15 years vboxsync IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary …
(edit) @22078   15 years vboxsync freebsd/SUPDrv-freebsd.def: LF
(edit) @22077   15 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @22066   15 years vboxsync darwin/load.sh: generate dSYM directory on snow leopard. added missing …
(edit) @22053   15 years vboxsync SUPDrv-darwin.cpp: props
(edit) @22012   15 years vboxsync VBoxNetAdp/Makefile.kmk: Killed the extremely annoying W2K3DDK and …
(edit) @22009   15 years vboxsync Solaris/VBoxNetFlt: debugging change
(edit) @22008   15 years vboxsync Solaris/VBoxNetFlt: disabled some unused code and minor failure case …
(edit) @21991   15 years vboxsync SUPDrv.c: Fixed matching bug in SUPR0PageProtect.
(edit) @21967   15 years vboxsync Solaris/VBoxNetAdp: fixed memory leak.
(edit) @21962   15 years vboxsync SUPLib: touch ring-3 mappings so darwin.amd64 doesn't #PF when …
(edit) @21955   15 years vboxsync Linux host driver: workaround for the 2.6.31 performance counter …
(edit) @21949   15 years vboxsync Linux host kernel module: adapted platform power management interface …
(edit) @21948   15 years vboxsync Solaris/vboxdrv,vboxnet,vboxusbmon: fixed dependencies to vboxdrv.
(edit) @21909   15 years vboxsync Solaris/VBoxUSB, Solaris/VBoxNetAdp: minor clean up.
(edit) @21908   15 years vboxsync Solaris/VBoxUSBMon, Solaris/VBoxNetAdp: make release logging work.
(edit) @21904   15 years vboxsync VBoxNetFlt-win: comment
(edit) @21720   15 years vboxsync iprt/stdint.h: Replaced by stdint-new.h.
(edit) @21719   15 years vboxsync HostDrv-Linux: fix building
(edit) @21701   15 years vboxsync drop/change some iprt/stdint.h usage.
(edit) @21682   15 years vboxsync HostDrivers: xstr -> RT_XSTR.
(edit) @21605   15 years vboxsync Solaris/vboxdrv: remove all created properties on unload explicitly.
(edit) @21604   15 years vboxsync Solaris/vboxdrv: log change.
(edit) @21596   15 years vboxsync video hw accel: interrupt support in guest video adapter & driver, …
(edit) @21566   15 years vboxsync Solaris/vboxdrv: Suspend-resume notification again.
(edit) @21549   15 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21547   15 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21546   15 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21530   15 years vboxsync Solaris/VBoxNetFlt: minor change.
(edit) @21453   15 years vboxsync Linux host kernel modules: typo in the VBoxNetAdp dkms.conf script
(edit) @21407   15 years vboxsync OSE headers
(edit) @21368   15 years vboxsync Net[Flt,Adp]/win: missing file
(edit) @21366   15 years vboxsync Net[Flt,Adp]/win: missing file
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