VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14496   16 years vboxsync SUPDrv: Export RTR0MemObjEnterPhys (darwin needs it).
(edit) @14495   16 years vboxsync darwin/load.sh: Unload VBoxNetFlt too.
(edit) @14443   16 years vboxsync OpenGL installer fix
(edit) @14436   16 years vboxsync deb/rpm: fixed vboxnetflt module compilation
(edit) @14435   16 years vboxsync warnings
(edit) @14432   16 years vboxsync fix linux builds
(edit) @14430   16 years vboxsync OSE: enable/export netflt for linux
(edit) @14421   16 years vboxsync more room
(edit) @14417   16 years vboxsync more space
(edit) @14410   16 years vboxsync try to fix 64-bit Linux builds
(edit) @14373   16 years vboxsync SUPDrv: expose SUPR0GetPagingMode.
(edit) @14334   16 years vboxsync SUPDrv.c: build fix.
(edit) @14332   16 years vboxsync SUPDrv,SUPLib: generic ring-0 service interface.
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @14300   16 years vboxsync NetFlt/win: Install/Uninstall cmd line tools
(edit) @14280   16 years vboxsync Solaris/VBoxNetFlt: minor bits.
(edit) @14242   16 years vboxsync NetFlt/win: Make build boxes happy (SMP issue).
(edit) @14236   16 years vboxsync Compile fix for win64.
(edit) @14226   16 years vboxsync NetFlt/win: cleaning/bugfixing for rediscovery/reconnect functionality
(edit) @14211   16 years vboxsync Solaris/VBoxNetFlt: Fixed ipsec 1 byte keep_alive causing panic.
(edit) @14208   16 years vboxsync Linux hostif & e1000: Fixed non-existing device attachment problem
(edit) @14127   16 years vboxsync Solaris/VBoxNetFlt: comments and log.
(edit) @14125   16 years vboxsync netflt: linux.amd64 build fix
(edit) @14112   16 years vboxsync Linux hostif: Fixed memory leak. Event handlers added: promiscuous …
(edit) @14100   16 years vboxsync win/NetFlt: some VBOXNETFLT_STATIC_CONFIG-related commenting
(edit) @14097   16 years vboxsync win/NetFlt: switched to using VBOXNETFLT_STATIC_CONFIG
(edit) @14078   16 years vboxsync fix OSE
(edit) @14027   16 years vboxsync solaris build fix
(edit) @14015   16 years vboxsync added vboxnetflt to the installer + some cleanup
(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.
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