VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13998   16 years vboxsync no tabs here though.
(edit) @13983   16 years vboxsync Solaris/vboxnetflt: don't push up messages on promisc stream even when …
(edit) @13979   16 years vboxsync VBoxNetFlt.c: Uninitialized var.
(edit) @13976   16 years vboxsync Linux hostif: Both send and receive are ok now
(edit) @13939   16 years vboxsync siwtch to the older R0 notification mechanism
(edit) @13938   16 years vboxsync Linux hostif: Packet injection works. Mutexless filter intance lookup.
(edit) @13934   16 years vboxsync backed out r38943
(edit) @13929   16 years vboxsync oops.
(edit) @13924   16 years vboxsync vboxdrv: R0 suspend/resume notifier
(edit) @13913   16 years vboxsync spaces
(edit) @13910   16 years vboxsync Solaris/VBoxNetFlt: failure case fixes.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13906   16 years vboxsync Solaris/VBoxNetFlt: unused.
(edit) @13875   16 years vboxsync Solaris/VBoxNetFlt: attempt to fix recursive mutex enters on other …
(edit) @13871   16 years vboxsync VMMR0EntryFast: Always validate idCpu.
(edit) @13867   16 years vboxsync uintptr_t cast is nicer.
(edit) @13866   16 years vboxsync darwin too. (untested)
(edit) @13865   16 years vboxsync SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 …
(edit) @13864   16 years vboxsync build fix
(edit) @13863   16 years vboxsync Typo
(edit) @13862   16 years vboxsync Compile fixes
(edit) @13861   16 years vboxsync Compile fixes
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13854   16 years vboxsync NetFlt/win: VBoxNetFltNf-win.* removed, uppercased WinNetCfg lib …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13787   16 years vboxsync Solaris/VBoxNetFlt: cleanup.
(edit) @13773   16 years vboxsync clean one more file
(edit) @13769   16 years vboxsync Solaris/VBoxNetFlt: Teardown time race fixes.
(edit) @13768   16 years vboxsync some comments.
(edit) @13758   16 years vboxsync The vboxNetFltPortOsIsPromiscuous is a bit vague, refer to the …
(edit) @13746   16 years vboxsync Solaris/VBoxNetFlt: netinfo.
(edit) @13730   16 years vboxsync Solaris/VBoxNetFlt: netinfo for IPFilter compat. disabled.
(edit) @13725   16 years vboxsync VBoxNetFlt/win: subversion properties and some adjustments.
(edit) @13720   16 years vboxsync win/NetFlt: NetConfig functionality moved to a separate lib
(edit) @13715   16 years vboxsync disabled VBOX_USE_INSERT_PAGE by default - somewhat unclear what goes …
(edit) @13707   16 years vboxsync Solaris/VBoxNetFlt: Re-enabled vboxnetflt to resolve iprt from vboxdrv.
(edit) @13693   16 years vboxsync NetFlt: Quickly hacked up linux makefiles based on the stuff from …
(edit) @13690   16 years vboxsync VBoxNetFlt: Early draft of Linux hostif, nothing is working yet
(edit) @13668   16 years vboxsync SUPDrv-linux.c: print g_abExecMemory address for #3280.
(edit) @13654   16 years vboxsync Solaris/VBoxNetFlt: Added IPv6 support (untested).
(edit) @13651   16 years vboxsync set VBOX_USE_INSERT_PAGE = 1 as default linux host kernel module flag
(edit) @13637   16 years vboxsync make ffmpeg work for Linux
(edit) @13630   16 years vboxsync Solaris/VBoxNetFlt: Implemented DLPI Link up/down and MAC address …
(edit) @13626   16 years vboxsync win/NetFlt: sources splitted to several files, protocol-based approach …
(edit) @13573   16 years vboxsync Solaris/driver versions: Added versions for NetFlt and the Guest …
(edit) @13538   16 years vboxsync win NetFlt: memory allocation enhancements, caching host MAC
(edit) @13536   16 years vboxsync Wrong macro
(edit) @13530   16 years vboxsync Solaris/vboxdrv: Added version and svn revision numbers into easily …
(edit) @13529   16 years vboxsync Wrap the RTPowerSignalEvent call.
(edit) @13503   16 years vboxsync SUPR3HardendedMain: fork before calling TrustedError.
(edit) @13497   16 years vboxsync Export RTPowerNotificationRegister & RTPowerNotificationDeregister
(edit) @13496   16 years vboxsync Call RTPowerSignalEvent when detecting a power state change.
(edit) @13495   16 years vboxsync Register power state change callback handler.
(edit) @13494   16 years vboxsync Extra data for upcoming power notification changes.
(edit) @13482   16 years vboxsync SUPLib: Require minimum version 9.0001 now.
(edit) @13479   16 years vboxsync Bump version
(edit) @13473   16 years vboxsync Linux module fixes
(edit) @13471   16 years vboxsync Export the new power management functions.
(edit) @13458   16 years vboxsync SUPR3HardenedMain: Added optional TrustedError callback to the wrapped …
(edit) @13435   16 years vboxsync w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
(edit) @13421   16 years vboxsync win64 VMMR0->VBoxNetFlt and VBoxNetFlt->VMMR0 locate/create marker …
(edit) @13407   16 years vboxsync vboxdrv.ko: don't install it, I'm no longer using it.
(edit) @13344   16 years vboxsync SUPR3HardenedVerify: SharedCrOpenGL.so as optional. Removed …
(edit) @13341   16 years vboxsync Solaris/VBoxNetFlt: Fixed memory leak.
(edit) @13324   16 years vboxsync SUPR3HardenedVerify: VBOX_WITH_CROGL whitelisting.
(edit) @13320   16 years vboxsync small fix
(edit) @13317   16 years vboxsync vboxdrv: removed superflous stubs
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13308   16 years vboxsync Fixed ring-0 release logging for solaris - it wasn't enabled.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13296   16 years vboxsync solaris/mod.sh: unload hack.
(edit) @13284   16 years vboxsync SUPR3HardenedVerify: Added SharedCrOpenGL.so to the verify list.
(edit) @13280   16 years vboxsync Fixed release logging parameter issue (hardening)
(edit) @13271   16 years vboxsync SUPDrv: Disable interrupts when executing supdrvGipUpdate/PerCpu on …
(edit) @13258   16 years vboxsync SupDrv: shot at an S10 issue, disable interrupts while updating the …
(edit) @13137   16 years vboxsync Solaris/VBoxNetFlt: Fixed a rarely triggered but deadly bug in …
(edit) @13124   16 years vboxsync Solaris/vboxnetflt: Fixed minor mem leak.
(edit) @13076   16 years vboxsync Solaris/VBoxNetFlt: small optimization for unplumbed interfaces.
(edit) @13068   16 years vboxsync Solaris/VBoxNetFlt: comments and todo.
(edit) @13061   16 years vboxsync warnings
(edit) @13055   16 years vboxsync Solaris/VBoxNetFlt: Enabled QPAIR instead of PERQ.
(edit) @13052   16 years vboxsync fixed VBOX_WITH_VBOXDRV
(edit) @13033   16 years vboxsync Build fix.
(edit) @13032   16 years vboxsync Solaris/VBoxNetFlt: avoid touching q_first on put procedures.
(edit) @13000   16 years vboxsync Implemented kernel driver build flag to allow better debuggability of …
(edit) @12974   16 years vboxsync protocol-based approach fixes
(edit) @12961   16 years vboxsync suplibOsInit/linux: use local hDevice like the rest of the gang.
(edit) @12941   16 years vboxsync Solaris/vboxnetflt: Optimized loopback handling for getting acceptible …
(edit) @12921   16 years vboxsync Solaris/vboxnetflt: Flush the queues to see if it helps the SetActive race.
(edit) @12908   16 years vboxsync fixed error check (hDevice is unsigned)
(edit) @12883   16 years vboxsync driver refactored to make its bind/unbind functionality reusable for …
(edit) @12863   16 years vboxsync Solaris/vboxnetflt: Fix.
(edit) @12862   16 years vboxsync Solaris/vboxnetflt: Made it possible to use VNICs with NetFlt.
(edit) @12825   16 years vboxsync Solaris/vboxnetflt: Removed some disabled code.
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