VirtualBox

source: vbox/trunk/src/VBox/HostDrivers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5989   17 years vboxsync
(edit) @5986   17 years vboxsync a little bit more specific
(edit) @5985   17 years vboxsync Linux support module: print version of module into kernel log when …
(edit) @5929   17 years vboxsync Spaces.
(edit) @5886   17 years vboxsync Avoid printing vboxdrv message to stdout in release builds.
(edit) @5697   17 years vboxsync Solaris: protect the GIP using the GIP mutex during suspend/resume.
(edit) @5678   17 years vboxsync Solaris: Added Suspend/Resume for vboxdrv (Untested, needs build snv_77)
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5584   17 years vboxsync Consistency with the others.
(edit) @5565   17 years vboxsync Link USBLib into VBoxDDU.
(edit) @5564   17 years vboxsync Link USBLib into VBoxDDU.
(edit) @5425   17 years vboxsync IPRT reorg
(edit) @5379   17 years vboxsync New driver location: /platform/i86pc/kernel/drv
(edit) @5345   17 years vboxsync sudo.
(edit) @5331   17 years vboxsync Use mmap/munmap instead of RTMemPage* (valloc/free).
(edit) @5330   17 years vboxsync
(edit) @5311   17 years vboxsync 64-bit solaris.
(edit) @5257   17 years vboxsync less magic
(edit) @5234   17 years vboxsync improve kernel version check
(edit) @5231   17 years vboxsync Export the multiple release event semaphores.
(edit) @5227   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5177   17 years vboxsync disable IDT_PATCHING code in the Linux vboxdrv module
(edit) @5169   17 years vboxsync Use unlocked_ioctl when available, otherwise leave the kernel lock.
(edit) @5168   17 years vboxsync RTSemEventWaitNoResume
(edit) @5166   17 years vboxsync RTSemEventWaitNoResume
(edit) @5138   17 years vboxsync vboxdrv: TICK_NSEC as macro
(edit) @5133   17 years vboxsync added some missing dummy function entries for the fake mode
(edit) @5031   17 years vboxsync Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
(edit) @5021   17 years vboxsync Removed obsolete memory reservation during suplibOsInit (Windows host)
(edit) @5019   17 years vboxsync No IDT patching on OS/2 - stack isn't flat, remember.
(edit) @4988   17 years vboxsync did the freebsd device skeleton. the cloning doesn't seem quiet stable …
(edit) @4987   17 years vboxsync Reading the GIP request rc from the wrong place.
(edit) @4985   17 years vboxsync RTAssertDoBreakpoint
(edit) @4974   17 years vboxsync RTThreadNativeSelf
(edit) @4973   17 years vboxsync export SUPR0LowAlloc/Free.
(edit) @4971   17 years vboxsync GVM.
(edit) @4965   17 years vboxsync Allow allocations up to the maximum guest VRAM size.
(edit) @4963   17 years vboxsync Compile fix
(edit) @4962   17 years vboxsync Don't turn off interrupts here
(edit) @4961   17 years vboxsync Tabs
(edit) @4960   17 years vboxsync Raise IRQL to DISPATCH_LEVEL to prevent Windows from rescheduling us …
(edit) @4946   17 years vboxsync error code corrections and better release logging.
(edit) @4942   17 years vboxsync Backed out 24688
(edit) @4941   17 years vboxsync Backed out 24691
(edit) @4940   17 years vboxsync Backed out 24688
(edit) @4939   17 years vboxsync Correction
(edit) @4938   17 years vboxsync 1.5: Backported r24649: do not turn off interrupts in GIP timer handler
(edit) @4937   17 years vboxsync Todo added
(edit) @4935   17 years vboxsync build fixes / warnings.
(edit) @4925   17 years vboxsync Added a LogRel with additional driver open info. Return the …
(edit) @4922   17 years vboxsync Log everything that's opened or loaded into ring-0 with .reload …
(edit) @4911   17 years vboxsync Raise irql to DISPATCH_LEVEl (should already be at that level though) …
(edit) @4898   17 years vboxsync Log the address of VMMR0EntryEx into the release log. Makes debugging …
(edit) @4897   17 years vboxsync oops.
(edit) @4882   17 years vboxsync Fixed casing of suplibOsIOCtlFast.
(edit) @4873   17 years vboxsync rc not errno.
(edit) @4872   17 years vboxsync freebsd too.
(edit) @4871   17 years vboxsync The vboxdrv descriptor must be marked close on exec.
(edit) @4870   17 years vboxsync Log open and close, something isn't going right when we crash…
(edit) @4868   17 years vboxsync More logical grouping.
(edit) @4851   17 years vboxsync Difference approach to instance data, hope this fixes some of the issues…
(edit) @4835   17 years vboxsync a quick hack.
(edit) @4834   17 years vboxsync Unbroke solaris.
(edit) @4833   17 years vboxsync use SUPR0Printf as uprintf doesn't seem to grok half of the string we …
(edit) @4831   17 years vboxsync Removed the old MM code.
(edit) @4830   17 years vboxsync not os/2.
(edit) @4829   17 years vboxsync inverted VBOX_WITHOUT_IDT_PATCHING.
(edit) @4828   17 years vboxsync pvReq not &cbReq.
(edit) @4827   17 years vboxsync fixed for high ksoftireq load.
(edit) @4826   17 years vboxsync Made OS/2 build.
(edit) @4825   17 years vboxsync warning
(edit) @4824   17 years vboxsync stricter checks.
(edit) @4823   17 years vboxsync not &pvReq but pvReq.
(edit) @4821   17 years vboxsync Fixed bug in SUP_IOCTL_CALL_VMMR0.
(edit) @4820   17 years vboxsync blanks.
(edit) @4818   17 years vboxsync IOC_VOID fixes.
(edit) @4817   17 years vboxsync Made darwin build again.
(edit) @4815   17 years vboxsync one 'f' to many.
(edit) @4812   17 years vboxsync silly me, left logging enabled.
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4806   17 years vboxsync SUPLDRLOAD eEPType mess
(edit) @4805   17 years vboxsync grr.
(edit) @4804   17 years vboxsync 64-bit fix.
(edit) @4803   17 years vboxsync Compile fixes.
(edit) @4800   17 years vboxsync Redid the supdrv interface. works on windows and linux while the other …
(edit) @4792   17 years vboxsync Disable interrupts before call the VMMR0 entrypoint.
(edit) @4791   17 years vboxsync make vboxdrv compile on older 2.6er Linux kernels
(edit) @4765   17 years vboxsync Added SUPPageFreeLocked & SUPPageAllocLocked
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4717   17 years vboxsync Solaris changes.
(edit) @4705   17 years vboxsync Corrected log message
(edit) @4704   17 years vboxsync Compile fix
(edit) @4614   17 years vboxsync Don't bother about unresolved externals in fake mode. And please, do …
(edit) @4550   17 years vboxsync another place 'u' needs to be undefined.
(edit) @4547   17 years vboxsync Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin.
(edit) @4489   17 years vboxsync OSE
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