VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12011   16 years vboxsync #3076: hrmpf. typo, needs retesting.
(edit) @12008   16 years vboxsync code formating, comments added to structureas and types definitions
(edit) @12003   16 years vboxsync Solaris/vboxnetflt: removed obsolete comment.
(edit) @12000   16 years vboxsync supdrv: Prototyped the fix for the PspGetSetContextInternal / …
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11970   16 years vboxsync Solaris/vboxnetflt: minor changes.
(edit) @11966   16 years vboxsync Solaris/vboxdrv: fixed reboot issue with vboxnetflt and vboxdrv.
(edit) @11957   16 years vboxsync filemuncher spaces
(edit) @11935   16 years vboxsync VBoxNetFlt for Darwin and Solaris to OSE
(edit) @11927   16 years vboxsync Solaris/vboxdrv: Prevent auto-unloading, logging.
(edit) @11889   16 years vboxsync VMM/SUP: Added SUPR3HardenedVerifyFile and use it to verify files we load.
(edit) @11879   16 years vboxsync SUPDrv-linux: Re-enabled root check (#3076).
(edit) @11878   16 years vboxsync Support/Makefile: Reformat linux/Makefile when VBOX_WITH_HARDENING changes.
(edit) @11877   16 years vboxsync Support/Makefile: Reformat linux/Makefile when VBOX_WITH_HARDENING changes.
(edit) @11866   16 years vboxsync typo fixed, and hardening partially disabled
(edit) @11865   16 years vboxsync #3076: check in VBoxDrvLinuxCreate that the caller euid is root.
(edit) @11849   16 years vboxsync Merged VBOX_WITH_NETFLT_WINDOWS into VBOX_WITH_NETFLT. Made the GUIs, …
(edit) @11843   16 years vboxsync #3076: Deal with /proc/self/exe becomming inaccessible on some systems.
(edit) @11824   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11814   16 years vboxsync Initial commit of the NetFlt driver for Windows
(edit) @11805   16 years vboxsync - rearranged SDK-only stuff in makefiles per Knut advise
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11752   16 years vboxsync #3076: edit linux/Makefile so VBOX_WITH_HARDENING is defined correctly.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11703   16 years vboxsync Documentation: implement VBOX_ONLY_DOCS
(edit) @11636   16 years vboxsync #3105: Implemented editing of DriverVer in driver .inf files.
(edit) @11544   16 years vboxsync solaris/mod.sh: Fixed typo.
(edit) @11476   16 years vboxsync Linux support: define VBOX_WITH_64_BITS_GUESTS on AMD64 hosts; added …
(edit) @11448   16 years vboxsync DrvTAP: Increased buffer sizes to 16384 in Windows and OS/2. Increased …
(edit) @11432   16 years vboxsync Solaris/vboxnetflt: Enabled building it.
(edit) @11423   16 years vboxsync Solaris/vboxdrv: cleaned up logging.
(edit) @11405   16 years vboxsync VBoxNetFlt not exported to OSE
(edit) @11334   16 years vboxsync SUPLib: Build fix.
(edit) @11332   16 years vboxsync SUPLib: build fix.
(edit) @11319   16 years vboxsync suplib: Use RTMpGetCount and RTMpGetOnlineSet instead of …
(edit) @10935   16 years vboxsync More moving around of files in Linux 2.6.27
(edit) @10877   16 years vboxsync cosmetics.
(edit) @10876   16 years vboxsync cosmetics.
(edit) @10875   16 years vboxsync Fixed uninitialized variable error (rc).
(edit) @10836   16 years vboxsync supdrv: Fixed missing session clean on the mac when more than one …
(edit) @10805   16 years vboxsync VMM+SUPDrv: Changed the VMMR0EntryEx interface to also take the …
(edit) @10736   16 years vboxsync Fixed two bugs introduced in r33448. Test changes like this before …
(edit) @10732   16 years vboxsync The branch was bumped up to 8.0, so we have to be 8.1 and make the …
(edit) @10731   16 years vboxsync comment.
(edit) @10729   16 years vboxsync Drop the prc parameter. fixed the wrong cbParm/Data values in the fast …
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10722   16 years vboxsync Forgot the os2 driver.
(edit) @10720   16 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10714   16 years vboxsync darwin has AssertMsg1/2 in IPRT as everyone should.
(edit) @10712   16 years vboxsync Made the mac os x load*.sh scripts produce symbols and a copy of the …
(edit) @10697   16 years vboxsync Do *NOT* invoke the logger when inside a spinlock because it may block …
(edit) @10694   16 years vboxsync Note about missing input validation pvVMMR0.
(edit) @10680   16 years vboxsync Increase minor version, needed some timestamp functions.
(edit) @10666   16 years vboxsync Forgot to export the new functions via the import lib.
(edit) @10662   16 years vboxsync Increased the IOC version to 7.4 with the exporting of …
(edit) @10603   16 years vboxsync *grpmf* copy & past error in the session counting code :/
(edit) @10556   16 years vboxsync SUPR0ObjAddRef: Deal with destruction race in a predictable manner …
(edit) @10455   16 years vboxsync Solaris/vboxdrv: pre-allocate; forgot we use states on open rather …
(edit) @10454   16 years vboxsync Solaris/VBoxDrv: Don't preallocate 8 soft states. Fixup comments.
(edit) @10392   16 years vboxsync display fOptions too.
(edit) @10391   16 years vboxsync Override IOService::terminate to prevent a busy VBoxDrv from being …
(edit) @10389   16 years vboxsync Hide _antimain, _realmain and _kext_apple_cc using DECLHIDDEN since …
(edit) @10388   16 years vboxsync Added OSBundleCompatibleVersion and set it to the current version …
(edit) @10387   16 years vboxsync Mixed the IOC and IDC versions in SUPDRV_IDC_REQ_CONNECT.
(edit) @10380   16 years vboxsync Build VBoxNetFlt on darwin.
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10313   16 years vboxsync left a test change in (26 instead of 24).
(edit) @10303   16 years vboxsync lose the space in ifeq.
(edit) @10267   16 years vboxsync inverted 2.4 check.
(edit) @10266   16 years vboxsync EXPORT_SYMTAB on 2.4
(edit) @10265   16 years vboxsync Some more IDC code.
(edit) @10264   16 years vboxsync bad constant.
(edit) @10263   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10262   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10261   16 years vboxsync Set FileObject.
(edit) @10260   16 years vboxsync docs.
(edit) @10258   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10257   16 years vboxsync space
(edit) @10256   16 years vboxsync SUPDRVIOC.h -> (../)SUPDrvIOC.h
(edit) @10255   16 years vboxsync SUPDRVShared.c -> SUPDrv.c
(edit) @10254   16 years vboxsync Renamed SUPDRV.h to SUPDrvInternal.h.
(edit) @10253   16 years vboxsync todo.
(edit) @10252   16 years vboxsync Missed the VBOXKTIMER stuff for linux in the cleanup just now.
(edit) @10251   16 years vboxsync fixed comment.
(edit) @10250   16 years vboxsync Cleaned out the last bits of the USE_NEW_OS_* stuff.
(edit) @10249   16 years vboxsync Removed non-USE_NEW_OS_INTERFACE_FOR_MM code.
(edit) @10248   16 years vboxsync Removed the non-USE_NEW_OS_INTERFACE_FOR_GIP code.
(edit) @10049   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9992   16 years vboxsync HostDrivers/Support: fixed a typo in the Linux kernel module build script
(edit) @9978   16 years vboxsync Some WDK hacks (amd64).
(edit) @9977   16 years vboxsync is needed for some older kernels/distros
(edit) @9962   16 years vboxsync supdrv: Re-enabled the new GIP code for windows.
(edit) @9961   16 years vboxsync Extended the testcase.
(edit) @9960   16 years vboxsync Don't bother changing the timer granularity for now.
(edit) @9831   16 years vboxsync Backed out r31929. #2962: "Major slowdown on 32bit hosts".
(edit) @9694   17 years vboxsync typos.
(edit) @9621   17 years vboxsync The TSC checks are now fully done in the generic code.
(edit) @9608   17 years vboxsync Enabled the new gip code on windows too.
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