VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28093   15 years vboxsync Runtime/r0drv: Solaris, fixed rtr0MemObjNativeAllocCont to be below 4G …
(edit) @28018   15 years vboxsync Solaris/r0drv: memobj, Argh.
(edit) @28017   15 years vboxsync Solaris/r0drv: memobj, Move the Assertion check to common path.
(edit) @27776   15 years vboxsync Solaris/r0drv: vbi fix, unsigned overflow.
(edit) @27740   15 years vboxsync Solaris/r0drv: use our own dummy kernel vnode for page_allocs. kvp …
(edit) @27727   15 years vboxsync vbi.h: missing function prototype.
(edit) @27675   15 years vboxsync r0drv/Solaris: oops.
(edit) @27674   15 years vboxsync r0drv/Solaris: comment.
(edit) @27673   15 years vboxsync r0drv/Solaris: Physical non-contig allocations without kernel mapping.
(edit) @27414   15 years vboxsync Solaris/r0drv: use ddi_umem_alloc for NC pages.
(edit) @27373   15 years vboxsync Solaris/memobj: Try ddi_umem_alloc on the testbox.
(edit) @27115   15 years vboxsync memobj-r0drv-solaris.c: corrected some assertions.
(edit) @27050   15 years vboxsync r0drv/Solaris/alloc-r0drv-solaris: some cleanup.
(edit) @27037   15 years vboxsync r0drv/solaris/memobj-r0drv-solaris: some cleanup.
(edit) @27010   15 years vboxsync solaris/vbi/vbi.c: spaces to tabs.
(edit) @27009   15 years vboxsync r0drv/solaris/memobj-r0drv-solaris: fixed max PHYS address …
(edit) @27004   15 years vboxsync rtR0MemObjNativeAllocPhysNC: removed local debug statement.
(edit) @27003   15 years vboxsync rtR0MemObjNativeAllocPhysNC implementation for Solaris.
(edit) @26847   15 years vboxsync Don't pass uAlignment=0 to rtR0MemObjNativeAllocPhys, resolve the …
(edit) @26666   15 years vboxsync r0drv/solaris: log fix.
(edit) @26643   15 years vboxsync Solaris/R0drv: temporary failure case logging in contig alloc.
(edit) @26430   15 years vboxsync Introducing RTR0MemObjAllocPhysEx
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(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) @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) @25536   15 years vboxsync iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock …
(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) @25183   15 years vboxsync r0drv/Solaris: fix warnings.
(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) @24247   15 years vboxsync Solaris/mem-obj: some missed cleanup on errors.
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23505   15 years vboxsync Soalris/r0drv-thread: don't call splx as it's fixed in r53110
(edit) @23216   15 years vboxsync Solaris/thread-r0drv-solaris: try calling splx without really calling splr.
(edit) @23076   15 years vboxsync Solaris/thread-r0drv-solaris: try with IPL/PIL 0 instead of 1.
(edit) @22991   15 years vboxsync Solaris/sem-r0drv: fix for #4259 host deadlock.
(edit) @22773   15 years vboxsync semevent-r0drv-solaris.c, semeventmulti-r0drv-solaris.c: Added …
(edit) @22770   15 years vboxsync Solaris/semevent-r0drv: prevent deadlock when waking threads from …
(edit) @22649   15 years vboxsync Solaris/r0drvthread: trying spl level 1 for #4147. temporary.
(edit) @22614   15 years vboxsync Solaris/r0drvthread: temporary #4147
(edit) @22566   15 years vboxsync IPRT/thread/solaris: Backed out changes to RTThreadPreempt* made in …
(edit) @22565   15 years vboxsync Solaris/threadr0drv: temporary for #4147
(edit) @22558   15 years vboxsync RTThreadIsInInterrupt/solaris: Use servicing_interrupt().
(edit) @22557   15 years vboxsync the-solaris-kernel.h: need iprt/types.h for bool.
(edit) @22556   15 years vboxsync RTLogWriteDebugger-r0drv-solaris.c: Don't call cmn_err if interrupts …
(edit) @22550   15 years vboxsync spinlock-r0drv-solaris.c: more assertions, now for the interrupt flag …
(edit) @22477   15 years vboxsync vbi/thread-r0drv-solaris.c: see if this makes any difference.
(edit) @22439   15 years vboxsync vbi/mpnotification-r0drv-solaris.c: Removed the racy code.
(edit) @22437   15 years vboxsync thread-r0drv-solaris.c: sys/spl.h already in the-solaris-kernel.h
(edit) @22436   15 years vboxsync vbi/thread-r0drv-solaris.c: sys/spl.h -> the-solaris-kernel.h
(edit) @22435   15 years vboxsync the-solaris-kernel.h: include sys/spl.h
(edit) @22427   15 years vboxsync Solaris/RTThreadPreemptIsEnabled: missing include.
(edit) @22424   15 years vboxsync build fix
(edit) @22422   15 years vboxsync build fix
(edit) @22420   15 years vboxsync IPRT/RTThreadPreemptRestore: restore the spl after kpreempt_enable() …
(edit) @22419   15 years vboxsync build fix
(edit) @22418   15 years vboxsync IPRT: RTThreadPreemptDisble/Restore must work the SPL/PIL as well for …
(edit) @22407   15 years vboxsync RTThreadPreemptIsEnabled: fix.
(edit) @22387   15 years vboxsync Solaris/Preemption: #4147, #4197: Raise PIL for fastcall, check PIL in …
(edit) @22366   15 years vboxsync Solaris/mpnotification: fixed race in mpnotificationinit.
(edit) @22347   15 years vboxsync Solaris/mpnotification: Cache CPU set to avoid recursive calls to …
(edit) @22151   15 years vboxsync IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary …
(edit) @22150   15 years vboxsync IPRT,SUPDrv: Changed RTTHREADPREEMPTSTATE breaking binary …
(edit) @22139   15 years vboxsync IPRT: Corrected RT_ASSERT_PREEMPT_CPUID_SPIN_RELEASE to work around …
(edit) @22134   15 years vboxsync Build fix.
(edit) @22132   15 years vboxsync spinlock-r0drv-solaris.c: build fix.
(edit) @22131   15 years vboxsync spinlock-r0drv-[solaris|linux].c: More preemption assertions.
(edit) @22130   15 years vboxsync spinlock-r0drv-[solaris|linux].c: More preemption assertions.
(edit) @22129   15 years vboxsync spinlock-r0drv-solaris.c: More preemption assertions.
(edit) @22126   15 years vboxsync RTSpinlockAcquireNoInts/solaris: Must disable interrupts.
(edit) @22076   15 years vboxsync build fix.
(edit) @22073   15 years vboxsync iprt/r0drv/solaris: context assertions (RT_MORE_STRICT).
(edit) @22052   15 years vboxsync IPRT: RT_MORE_STRICT for r0rdv and r0drv/darwin.
(edit) @21995   15 years vboxsync RTSemEventSignal/solaris-r0drv: interrupt flag assertions.
(edit) @21633   15 years vboxsync vbi/memobj-r0drv-solaris.c: reserving kernel address space. (Same as …
(edit) @21621   15 years vboxsync memobj-r0drv-solaris.c: Implemented reserving kernel address space.
(edit) @21595   15 years vboxsync grumble
(edit) @21594   15 years vboxsync thread-r0drv-solaris.c: better interrupt context detection?
(edit) @21536   15 years vboxsync iprt/thread.h: Redefined RTThreadPreemptIsEnabled for systems without …
(edit) @21497   15 years vboxsync RTR0MemObj*: correctly reject unsupported alignment requirements …
(edit) @21452   15 years vboxsync Solaris/vbi: Fixed preemption issue for Solaris 10 by hardcoded offsets.
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @21284   15 years vboxsync RTR0MemAreKernelAndUserRangesDifferent -> …
(edit) @21282   15 years vboxsync iprt/mem.h: Added RTR0MemAreKernelAndUserRangesDifferent.
(edit) @21277   15 years vboxsync I'm not paying attention here…
(edit) @21275   15 years vboxsync RTR0MemUser/Kernel implementation for solaris.
(edit) @20793   15 years vboxsync semevent*-r0drv-solaris.c(+spinlock-r0drv-solaris.c+the-solaris-kernel. …
(edit) @20526   16 years vboxsync rtR0MemObjNativeAllocLow/solaris: removed misplaced assertion (it …
(edit) @20525   16 years vboxsync iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
(edit) @20480   16 years vboxsync warning
(edit) @20477   16 years vboxsync fix stupid cut and paste
(edit) @20471   16 years vboxsync xtracker 3945 - allow lowmem allocs to be non-contig
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
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