VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25331   15 years vboxsync SUPDrv-win.cpp/supdrvOSLdrLoad: Ignore mistmatching OriginalFirstThunk …
(edit) @25321   15 years vboxsync tstSupLoadModule: stripped off some more code.
(edit) @25320   15 years vboxsync tstSupLoadModule: new suplib testcase.
(edit) @25308   15 years vboxsync SUPDrv: Lock down the natively loaded image.
(edit) @25307   15 years vboxsync SUPDrv: Use RTSemMutex instead of RTSemFastMutex for the loader on windows.
(edit) @25300   15 years vboxsync SUPDrv: Cleaned up the native loader implmenetation on windows and …
(edit) @25291   15 years vboxsync SUPDrv: nits
(edit) @25278   15 years vboxsync SUPDrv: Major IOC version change - preparing to use the native ring-0 …
(edit) @25275   15 years vboxsync SUPDrv: Added SUPGetGIP and added a fNativeLoader indicator to …
(edit) @25274   15 years vboxsync SUPDrvA-win.asm: export SUPR0Printf.
(edit) @25263   15 years vboxsync SUPDrv/Lib: More hacking
(edit) @25262   15 years vboxsync SUPDrv: Works on vista…
(edit) @25260   15 years vboxsync SUPDRV_USE_NATIVE_LOADER -> VBOX_WITH_NATIVE_R0_LOADER
(edit) @25258   15 years vboxsync SUPDrv: Sketched out support for native module loading. (OS parts are …
(edit) @25181   15 years vboxsync Fix warnings.
(edit) @25180   15 years vboxsync SUPDrv.c: Fixed shadow variable and addressed an todo.
(edit) @25097   15 years vboxsync Linux installer: depmod -ae => depmod -a (the latter is …
(edit) @25090   15 years vboxsync HostDrivers/Support/linux: typo in a message
(edit) @25003   15 years vboxsync tstInt,tstPin: -Wshadow warnings.
(edit) @25002   15 years vboxsync SUPR3HardenedVerify.cpp: Fixed shadowed rc which would cause …
(edit) @24886   15 years vboxsync HostDrivers/FreeBSD: remove the need to overwrite OBJS definition. …
(edit) @24855   15 years vboxsync HostDrivers/FreeBSD: makefile fix
(edit) @24675   15 years vboxsync HostDrivers/**/Makefile.kmk: Quiet linking on darwin.
(edit) @24498   15 years vboxsync SUPDrvIOC.h: Note about the major version consumed by the 3.0 branch.
(edit) @24183   15 years vboxsync SUPDrv-darwin.cpp: RTR0Term -> RTR0TermForced.
(edit) @24181   15 years vboxsync VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
(edit) @24179   15 years vboxsync iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
(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) @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   16 years vboxsync Darwin: case-sensitive FS burns fixes.
(edit) @23473   16 years vboxsync OSE header fixes
(edit) @23430   16 years vboxsync Experiment with KeSetSystemAffinityThread instead of raising the IRQL …
(edit) @23316   16 years vboxsync warning
(edit) @23171   16 years vboxsync Missing export
(edit) @22678   16 years vboxsync HostDrivers/Support/FreeBSD: Unlock the giant before cleaning up. …
(edit) @22632   16 years vboxsync fixed wrong Linux host kernel version check
(edit) @22618   16 years vboxsync build fix 2
(edit) @22615   16 years vboxsync refined r51666
(edit) @22611   16 years vboxsync Export SUPR0QueryVTxSupport (windows host)
(edit) @22609   16 years vboxsync disable VT-x on Linux < 2.6.13
(edit) @22438   16 years vboxsync SUPDrv-solaris.c: splr/splx is now done by RTThreadPreemptDisable/Restore.
(edit) @22387   16 years vboxsync Solaris/Preemption: #4147, #4197: Raise PIL for fastcall, check PIL in …
(edit) @22236   16 years vboxsync Grab TSC as quickly as possible; minor accuracy improvement
(edit) @22224   16 years vboxsync Backed out 51023/24/25.
(edit) @22222   16 years vboxsync Calculate delta between two timer callbacks.
(edit) @22196   16 years vboxsync support driver: remove check for VBoxSettings.so which has been removed
(edit) @22150   16 years vboxsync IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary …
(edit) @22078   16 years vboxsync freebsd/SUPDrv-freebsd.def: LF
(edit) @22077   16 years vboxsync HostDrivers/Support: header and svn props cleanup.
(edit) @22066   16 years vboxsync darwin/load.sh: generate dSYM directory on snow leopard. added missing …
(edit) @22053   16 years vboxsync SUPDrv-darwin.cpp: props
(edit) @21991   16 years vboxsync SUPDrv.c: Fixed matching bug in SUPR0PageProtect.
(edit) @21962   16 years vboxsync SUPLib: touch ring-3 mappings so darwin.amd64 doesn't #PF when …
(edit) @21955   16 years vboxsync Linux host driver: workaround for the 2.6.31 performance counter …
(edit) @21949   16 years vboxsync Linux host kernel module: adapted platform power management interface …
(edit) @21948   16 years vboxsync Solaris/vboxdrv,vboxnet,vboxusbmon: fixed dependencies to vboxdrv.
(edit) @21720   16 years vboxsync iprt/stdint.h: Replaced by stdint-new.h.
(edit) @21719   16 years vboxsync HostDrv-Linux: fix building
(edit) @21701   16 years vboxsync drop/change some iprt/stdint.h usage.
(edit) @21682   16 years vboxsync HostDrivers: xstr -> RT_XSTR.
(edit) @21605   16 years vboxsync Solaris/vboxdrv: remove all created properties on unload explicitly.
(edit) @21604   16 years vboxsync Solaris/vboxdrv: log change.
(edit) @21566   16 years vboxsync Solaris/vboxdrv: Suspend-resume notification again.
(edit) @21549   16 years vboxsync iprt/log.h: Use the spinning mutexes.
(edit) @21547   16 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21546   16 years vboxsync SUPDrv: Export RTThreadIsInInterrupt and RTThreadPreemptIsPossible.
(edit) @21354   16 years vboxsync typo
(edit) @21351   16 years vboxsync HstDrv: Made vboxnetadp and vboxnetflt use IPRT from vboxdrv.
(edit) @21337   16 years vboxsync IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel …
(edit) @21292   16 years vboxsync svn:eol-style native
(edit) @21285   16 years vboxsync SUPDrv: Export the RTR0MemUser/Kernel APIs. (Needed for the …
(edit) @21136   16 years vboxsync SUPDrv.c: todo.
(edit) @21096   16 years vboxsync Solaris/Drivers: Use RT_XSTR and spaces
(edit) @20982   16 years vboxsync supdrvSessionObjHandleRetain: Must use SUPR0ObjAddRefEx and indicate …
(edit) @20954   16 years vboxsync SUPDrvInternal.h: comment cleanup.
(edit) @20905   16 years vboxsync tstSupSem-Zombie: minor adjustments.
(edit) @20904   16 years vboxsync build fix.
(edit) @20903   16 years vboxsync SUP: Added a testcase to make sure threads exit when the process exits.
(edit) @20866   16 years vboxsync SUP: Removed two obsolete allocation APIs.
(edit) @20864   16 years vboxsync SUP,*: API cleanup.
(edit) @20862   16 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20861   16 years vboxsync SUPLib.cpp: removed outdated SUPPageAlloc/windows hack, SUPPageAlloc …
(edit) @20860   16 years vboxsync SUP: Bumped major version because of layout changes in RTLOGGER. …
(edit) @20791   16 years vboxsync SUPR3PageProtect: don't call mprotect on locked memory.
(edit) @20602   16 years vboxsync fixed tstInt
(edit) @20528   16 years vboxsync SUP: SUPR0PageProtect & SUPR0PageProtect - for creating guard (hyper) …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette