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) @16722   16 years vboxsync runtime fix for solaris shared folders
(edit) @16720   16 years vboxsync handle upcoming xc_call() change and can build as part of VirtualBox
(edit) @16200   16 years vboxsync Solaris/vboxdrv: Use rwlock instead of mutex (#3021).
(edit) @15907   16 years vboxsync Solaris/vbi: implemented RTMpCpuWorkIsPending.
(edit) @15843   16 years vboxsync RTMpIsCpuWorkPending() -> RTMpIsCpuWorkPending(void), corrected …
(edit) @15837   16 years vboxsync Added RTMpIsCpuWorkPending stub.
(edit) @14824   16 years vboxsync IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
(edit) @14318   16 years vboxsync Fix a couple of words doubled in comments. No code changes.
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13323   16 years vboxsync vbi: fixes to vbi_stimer_begin.
(edit) @13314   16 years vboxsync Created assert-r0drv-linux.c (finally).
(edit) @13313   16 years vboxsync fixed warnings.
(edit) @13309   16 years vboxsync hrmpf. forgot iprt/asm.h, C compilers rock…
(edit) @13307   16 years vboxsync assert-r0drv-solaris: minor adjustments.
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13299   16 years vboxsync iprt: removed code duplicated in r0drv/solaris/vbi, copy back later …
(edit) @13298   16 years vboxsync iprt/r0drv/solaris/RTTimerCreateEx: initialize fAllCpu(s) and …
(edit) @13297   16 years vboxsync Runtime/vbi: Use MUTEX_SPIN for vbi too.
(edit) @13262   16 years vboxsync iprt: RTThreadPreemptIsEanbled - check the interrupt flags too.
(edit) @13254   16 years vboxsync IPRT: Added RTThreadPreemptIsEnabled, RTThreadPreemptDisable and …
(edit) @13248   16 years vboxsync Runtime/Solaris: Use MUTEX_SPIN with dispatch level. (Temporary …
(edit) @12945   16 years vboxsync vbi v3
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11873   16 years vboxsync Runtime/r0drv: Solaris non-vbi code build fix.
(edit) @11770   16 years vboxsync iprt: Pass TS_RUN to thread_create (non-vbi, solaris ring-0).
(edit) @11769   16 years vboxsync vbi thread fix.
(edit) @11768   16 years vboxsync vbi thread fix.
(edit) @11528   16 years vboxsync Solaris build fix.
(edit) @11032   16 years vboxsync iprt: Added missing locking to rtR0MpNotificationNativeInit/Term on …
(edit) @11029   16 years vboxsync IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)
(edit) @10954   16 years vboxsync IPRT: Integrated vbi v2 changes (r0drv/solaris/vbi).
(edit) @10457   16 years vboxsync Solaris/r0drv: fixed lockkernel. Found this while exploring vboxvfs …
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9557   17 years vboxsync New timer code for solaris.
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9318   17 years vboxsync Use the-solaris-kernel.h.
(edit) @9317   17 years vboxsync NOREF(pvOS);
(edit) @9316   17 years vboxsync build fixes.
(edit) @9311   17 years vboxsync props
(edit) @9176   17 years vboxsync Tabs.
(edit) @9173   17 years vboxsync export
(edit) @9172   17 years vboxsync export
(edit) @9171   17 years vboxsync export
(edit) @9149   17 years vboxsync New VBI code for Solaris.
(edit) @9147   17 years vboxsync export vbi.
(edit) @8921   17 years vboxsync Solaris vboxdrv: fixed to use thread_change_pri instead of incorrect macro.
(edit) @8528   17 years vboxsync Remove unused code and spaces.
(edit) @8527   17 years vboxsync Solaris vboxdrv: some memobj cleanups and added assertions.
(edit) @8330   17 years vboxsync Solaris vboxdrv: some memobj error handling fixes and cleanups.
(edit) @8327   17 years vboxsync r=bird: Plugged two more leaks in the error handling. (there are more, …
(edit) @8326   17 years vboxsync Don't leak memory.
(edit) @8307   17 years vboxsync Solaris vboxdrv: added an AssertReturn for MemObjNativeLockUser.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8023   17 years vboxsync solaris mp: Explicitly disable/enable preemption, fix for r29671.
(edit) @8013   17 years vboxsync Use X_CALL_LOPRI since X_CALL_HIPRI seems to imply that we've taken …
(edit) @7966   17 years vboxsync soalris vboxdrv: proper priority values and locking in …
(edit) @7913   17 years vboxsync Check for NIL_CPUID in RTMpOnSpecific.
(edit) @7419   17 years vboxsync Added missing RTMpGetMaxCpuId.
(edit) @7331   17 years vboxsync Solaris RTMp implementation (untested).
(edit) @7254   17 years vboxsync Sketched out RTMp*. (All the platform specific code is disabled.)
(edit) @7062   17 years vboxsync build fix.
(edit) @7042   17 years vboxsync Fence the r0drv heap routines for strict builds.
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @6147   17 years vboxsync Solaris RTLogWriteDebugger and guest r0 logging changes.
(edit) @6033   17 years vboxsync vboxadd changes.
(edit) @6021   17 years vboxsync Solaris 64-bit vboxadd fix.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5948   17 years vboxsync drv_usectohz returns clock_t not int.
(edit) @5947   17 years vboxsync Use default sysclass priority for threads.
(edit) @5358   17 years vboxsync pThis
(edit) @5355   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5354   17 years vboxsync Solaris patch 18 (handle cMillies == RT_INDEFINITE_WAIT).
(edit) @5351   17 years vboxsync page align the segkmem_alloc/free size.
(edit) @5349   17 years vboxsync need to take the cpu_lock before calling into cyclic.
(edit) @5335   17 years vboxsync all threads must wakeup on destroy; check for the right macro (bug …
(edit) @5333   17 years vboxsync all threads must wakeup on destroy
(edit) @5325   17 years vboxsync use segkmem_alloc on 64-bit solaris because of gcc and its kernel code …
(edit) @5305   17 years vboxsync fixed rtR0MemObjNativeGetPagePhysAddr prototype mismatch.
(edit) @5212   17 years vboxsync Solaris.
(edit) @5125   17 years vboxsync solaris build fix.
(edit) @4981   17 years vboxsync as locking... hope it works.
(edit) @4869   17 years vboxsync warning
(edit) @4867   17 years vboxsync Drop noisy logging.
(edit) @4850   17 years vboxsync removed annoying message.
(edit) @4717   17 years vboxsync Solaris changes.
(edit) @4544   17 years vboxsync 'u' is #defined by sys/user.h when in _KERNEL mode, that's great since …
(edit) @4543   17 years vboxsync Spaces.
(edit) @4474   17 years vboxsync Solaris.
(edit) @4287   17 years vboxsync Solaris
(edit) @4179   17 years vboxsync Solaris changes.
(edit) @4178   17 years vboxsync Solaris changes.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3990   17 years vboxsync
(edit) @3989   17 years vboxsync export
(edit) @3985   17 years vboxsync export
(edit) @3984   17 years vboxsync grr
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