VirtualBox

source: vbox/trunk/src/VBox/Runtime/r0drv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26492   15 years vboxsync Runtime: whitespace cleanup.
(edit) @26455   15 years vboxsync Fixed regression
(edit) @26436   15 years vboxsync Update
(edit) @26435   15 years vboxsync Disallow non-paged alignment allocation in RTR0MemObjAllocPhysEx for …
(edit) @26434   15 years vboxsync Use MmAllocateContiguousMemorySpecifyCache for specifying the …
(edit) @26432   15 years vboxsync Update function description
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @25951   15 years vboxsync Runtime: gcc warning
(edit) @25759   15 years vboxsync iprt/semaphore.h: RT_LOCK_CHECK_ORDER && IN_RING3 -> wrap …
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25722   15 years vboxsync iprt/RTSemFastMutex: A little cleanup.
(edit) @25721   15 years vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
(edit) @25720   15 years vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 years vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25714   15 years vboxsync iprt: Adjuested the remaining RTSemMutex implementations.
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25591   15 years vboxsync fix for compiling against Linux 2.6.33+
(edit) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(edit) @25533   15 years vboxsync IPRT: Stub missing RTR0AssertPanicSystem implementations.
(edit) @25531   15 years vboxsync RTR0AssertPanicSystem/solaris: bugfix.
(edit) @25530   15 years vboxsync rtR0AssertNativeMsg2V: fixes all over the place.
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25433   15 years vboxsync semmutex-r0drv-nt.cpp: Corrected the RTSemMutexRequest implementation …
(edit) @25427   15 years vboxsync Runtime/r0drv/timer-linux: make the hrtimer code work, requires Linux …
(edit) @25425   15 years vboxsync the-linux-kernel.h: PAGE_KERNEL_EXEC was introduced with 2.6.8.
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25373   15 years vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25183   15 years vboxsync r0drv/Solaris: fix warnings.
(edit) @25160   15 years vboxsync IPRT/R0: Assert messages for spinlock magic.
(edit) @24956   15 years vboxsync Runtime/r0drv/linux: final fix for the prepare_to_wait() / …
(edit) @24902   15 years vboxsync Runtime/r0drv/linux: fix for the finish_wait() fix
(edit) @24885   15 years vboxsync build fix
(edit) @24883   15 years vboxsync Runtime/r0drv/linux: fix finish_wait() for Linux 2.4 kernels
(edit) @24435   15 years vboxsync Solaris/r0drv: Fixed macro redefs defining _MACHDEP for all r0drv …
(edit) @24426   15 years vboxsync Solaris/r0drv: as_pagelock fix typo.
(edit) @24425   15 years vboxsync Solaris/r0drv: fix as_pagelock access error (host/guest common IPRT now).
(edit) @24388   15 years vboxsync Solaris/r0drv, Solaris/Installer: Merge VBI into IPRT. (delete binaries).
(edit) @24386   15 years vboxsync Solaris/r0drv: Merge VBI into IPRT.
(edit) @24287   15 years vboxsync Made the common parts of the OS/2 additions build again.
(edit) @24247   15 years vboxsync Solaris/mem-obj: some missed cleanup on errors.
(edit) @24181   15 years vboxsync VMM,SUPDrv,IPRT: Always initialize RTSPINLOCKTMP structures.
(edit) @24180   15 years vboxsync IPRT: Drop the extra usage counting in powernotification-r0drv.c and …
(edit) @24179   15 years vboxsync iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
(edit) @24034   15 years vboxsync Backed out r53864; will cause too many problems unfortunately.
(edit) @24021   15 years vboxsync Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
(edit) @24014   15 years vboxsync Removed rtMpClearPoke function as it's no longer required. (fixes …
(edit) @23861   15 years vboxsync Check if DPC array was initialized
(edit) @23717   15 years vboxsync Runtime/r0drv/linux: include linux/sched.h directly (was always …
(edit) @23684   15 years vboxsync Compile fix
(edit) @23683   15 years vboxsync Use KeIpiGenericCall on Vista by default as well
(edit) @23611   15 years vboxsync typo
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23546   15 years vboxsync Use KeIpiGenericCall on Windows 7 hosts.
(edit) @23506   16 years vboxsync Use HalSendSoftwareInterrupt in Windows 7 (not exported in Vista)
(edit) @23505   16 years vboxsync Soalris/r0drv-thread: don't call splx as it's fixed in r53110
(edit) @23416   16 years vboxsync Disable HalRequestIpi for Windows 7 again
(edit) @23413   16 years vboxsync Comment added
(edit) @23412   16 years vboxsync Enabled HalRequestIpi usage again. Hopefully works with Windows 7 too …
(edit) @23376   16 years vboxsync Don't use HalRequestIpi. Blue screens on Windows 7.
(edit) @23370   16 years vboxsync Compile fix
(edit) @23367   16 years vboxsync Experiment with HalRequestIpi
(edit) @23216   16 years vboxsync Solaris/thread-r0drv-solaris: try calling splx without really calling splr.
(edit) @23181   16 years vboxsync RTMpPokeCpu: return error if KeInsertQueueDpc fails.
(edit) @23177   16 years vboxsync Compile fix
(edit) @23176   16 years vboxsync Also unqueue the poke dpc.
(edit) @23174   16 years vboxsync Comment added
(edit) @23173   16 years vboxsync Remove the poke DPC from the queue if RTThreadPreemptIsPending is not …
(edit) @23076   16 years vboxsync Solaris/thread-r0drv-solaris: try with IPL/PIL 0 instead of 1.
(edit) @23065   16 years vboxsync Runtime: fixed IPRT_TARGET_NT4.
(edit) @23032   16 years vboxsync FreeBSD build fix
(edit) @22991   16 years vboxsync Solaris/sem-r0drv: fix for #4259 host deadlock.
(edit) @22877   16 years vboxsync Runtime/Powernotification: Add missing initializer for spinlock …
(edit) @22853   16 years vboxsync FreeBSD kernel header fix
(edit) @22821   16 years vboxsync Build fix for Windows
(edit) @22820   16 years vboxsync Runtime/powernotification: Initialize SPINLOCKTMP variables
(edit) @22819   16 years vboxsync FreeBSD: Fix R0 semevent implementation for FreeBSD 7.x
(edit) @22773   16 years vboxsync semevent-r0drv-solaris.c, semeventmulti-r0drv-solaris.c: Added …
(edit) @22770   16 years vboxsync Solaris/semevent-r0drv: prevent deadlock when waking threads from …
(edit) @22680   16 years vboxsync memobj-r0drv-linux.c: the goto police.
(edit) @22679   16 years vboxsync memobj-r0drv-linux.c: polish.
(edit) @22677   16 years vboxsync Runtime/FreeBSD: Initialize spinlock variables and fix panic with …
(edit) @22650   16 years vboxsync spinlock-r0drv-freebsd.c,spinlock.h: quick review w/ bugfixes.
(edit) @22649   16 years vboxsync Solaris/r0drvthread: trying spl level 1 for #4147. temporary.
(edit) @22617   16 years vboxsync build fix 1
(edit) @22616   16 years vboxsync build fix
(edit) @22614   16 years vboxsync Solaris/r0drvthread: temporary #4147
(edit) @22613   16 years vboxsync Runtime/r0drv/linux: introduced hack to properly map pages on PAE …
(edit) @22582   16 years vboxsync Runtime/semevent{multi}-r0drv-freebsd: Replace spin/default …
(edit) @22581   16 years vboxsync Runtime/r0drv/freeBSD: Include needed header files
(edit) @22580   16 years vboxsync Runtime/spinlock-r0drv-freebsd: Replace spin mutexes with our own …
(edit) @22579   16 years vboxsync Runtime/semfastmutex-r0drv-freebsd: Replace mutexes with …
(edit) @22574   16 years vboxsync Runtime/memobj-r0drv-freebsd: rtR0MemObjNativeReserveInMap may remove …
(edit) @22566   16 years vboxsync IPRT/thread/solaris: Backed out changes to RTThreadPreempt* made in …
(edit) @22565   16 years vboxsync Solaris/threadr0drv: temporary for #4147
(edit) @22558   16 years vboxsync RTThreadIsInInterrupt/solaris: Use servicing_interrupt().
(edit) @22557   16 years vboxsync the-solaris-kernel.h: need iprt/types.h for bool.
(edit) @22556   16 years vboxsync RTLogWriteDebugger-r0drv-solaris.c: Don't call cmn_err if interrupts …
(edit) @22550   16 years vboxsync spinlock-r0drv-solaris.c: more assertions, now for the interrupt flag …
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