VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9839   17 years vboxsync New implementation of RTTimer... using POSIX timers.
(edit) @9829   17 years vboxsync Runtime/common: handle the EPROTO posix error code as we return this …
(edit) @9786   17 years vboxsync fixed docs.
(edit) @9785   17 years vboxsync Update the return value.
(edit) @9749   17 years vboxsync spaces
(edit) @9744   17 years vboxsync Opps, left some @todos behind.
(edit) @9743   17 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9742   17 years vboxsync Added a todo.
(edit) @9741   17 years vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9740   17 years vboxsync missing assertion.
(edit) @9739   17 years vboxsync typo.
(edit) @9738   17 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9723   17 years vboxsync Runtime: added strtonum.cpp to the mini-runtime
(edit) @9670   17 years vboxsync L4 doesn't currently build anyway
(edit) @9640   17 years vboxsync l4 question.
(edit) @9633   17 years vboxsync More dead stuff.
(edit) @9632   17 years vboxsync Removed the non-VBOX_WITH_64BIT_ADDITIONS bits.
(edit) @9619   17 years vboxsync Fixed darwin bustage.
(edit) @9610   17 years vboxsync Burn fix.
(edit) @9609   17 years vboxsync Todo.
(edit) @9603   17 years vboxsync oops. left a RTR0MpNotificationTerm call there.
(edit) @9602   17 years vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9588   17 years vboxsync Initialize the MP event notifications from initterm-r0drv.cpp after all.
(edit) @9586   17 years vboxsync Fixed missing time unit conversion in RTTimerREquestSystemGranularity.
(edit) @9585   17 years vboxsync warnings
(edit) @9584   17 years vboxsync Inverted test in RTMpOnSpecific.
(edit) @9583   17 years vboxsync Some fixes and adjustments.
(edit) @9582   17 years vboxsync Query the procedures in the init function.
(edit) @9580   17 years vboxsync Raw untested timer code for NT.
(edit) @9567   17 years vboxsync Made the code compile and fixed the g_rtMpNtCpuSet update order.
(edit) @9564   17 years vboxsync 64bit builds.
(edit) @9563   17 years vboxsync Cache the KeQueryActiveProcessors() result at init (see crash reading …
(edit) @9559   17 years vboxsync removed leftover debug crap.
(edit) @9557   17 years vboxsync New timer code for solaris.
(edit) @9556   17 years vboxsync Made it possible to select the mp code on solaris in non-vbi mode.
(edit) @9529   17 years vboxsync Fixed another wrong spinlock release in the MP handler. Taking CPUs …
(edit) @9527   17 years vboxsync Fixed spinlock release in RTMPEVENT_OFFLINE. No need to use the NoIrq …
(edit) @9506   17 years vboxsync fix
(edit) @9504   17 years vboxsync modified the right file now.
(edit) @9503   17 years vboxsync Reverted 31773.
(edit) @9502   17 years vboxsync asm strlen. Added a few more string/mem functions to the windows R0 …
(edit) @9499   17 years vboxsync Preparing 64-bit guest additions building (focusing on windows atm.)
(edit) @9494   17 years vboxsync fixed + re-enabled USE_NEW_OS_INTERFACE_FOR_GIP code for Linux
(edit) @9473   17 years vboxsync fix linux module build
(edit) @9466   17 years vboxsync Fixes and optimizations. The HRTIMER code is still unusable, though. :-/
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9442   17 years vboxsync Fixed TICK_NSEC (1000 times too small).
(edit) @9436   17 years vboxsync Fixed typo (Present -> Possible).
(edit) @9433   17 years vboxsync Fixed build break.
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @9416   17 years vboxsync Return VERR_NOT_SUPPORTED if RTTIMER_FLAGS_CPU_* is set.
(edit) @9372   17 years vboxsync fixed assertion, wonder if that helps the rhel3 gcc SIGSEGV.
(edit) @9371   17 years vboxsync quick reorg.
(edit) @9370   17 years vboxsync comment.
(edit) @9369   17 years vboxsync comment.
(edit) @9368   17 years vboxsync RTCpuSetIsEqual
(edit) @9366   17 years vboxsync New timer code for linux - untested and unused atm.
(edit) @9365   17 years vboxsync moved NTICK_NSEC close to the other jiffie stuff.
(edit) @9358   17 years vboxsync More fun.
(edit) @9357   17 years vboxsync #include <limits.h>; this should drag in NAME_MAX whether even if it's …
(edit) @9355   17 years vboxsync d_name can be defined as <= MAX_PATH (solaris does this). Clearified …
(edit) @9352   17 years vboxsync Added missing pTimer->iTick++.
(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) @9315   17 years vboxsync r0drv/solaris/mpnotification-r0drv-solaris.cpp -> …
(edit) @9314   17 years vboxsync mpnotification-r0drv.cpp -> mpnotification-r0drv.c
(edit) @9313   17 years vboxsync NOTIFY_DONE.
(edit) @9312   17 years vboxsync include notifier for RTMpNotification*.
(edit) @9311   17 years vboxsync props
(edit) @9309   17 years vboxsync Added RTMpNotificationRegister/Deregister that provides notification …
(edit) @9308   17 years vboxsync Comment.
(edit) @9298   17 years vboxsync doxy: be less verbose (with bird's permission)
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9240   17 years vboxsync Use ktime_get_ts() instead of ktime_get() as the latter first appeared …
(edit) @9239   17 years vboxsync Use ktime_get_real_ts() instead of ktime_get_real() as the latter …
(edit) @9238   17 years vboxsync include linux/hrtimer.h too.
(edit) @9237   17 years vboxsync fixed keywords.
(edit) @9236   17 years vboxsync Implemented RTTime for the linux kernel (not used yet).
(edit) @9230   17 years vboxsync missing properties.
(edit) @9229   17 years vboxsync Missing
(edit) @9228   17 years vboxsync More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
(edit) @9226   17 years vboxsync %RRv for RTGCPTR/RTGCUINTPTR/RTGCINTPTR formatting.
(edit) @9224   17 years vboxsync Added '%VRv' string format extension for raw mode pointers (RTRCPTR).
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9187   17 years vboxsync Some kind of number puzzle.
(edit) @9186   17 years vboxsync Better testcases for ASMMemFill32 and ASMMemZero32.
(edit) @9185   17 years vboxsync Added testcase for ASMMemFill32 and ASMMemZero32.
(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) @9166   17 years vboxsync Missing continuation slash.
(edit) @9164   17 years vboxsync No VBI for the solaris guest additions - yet.
(edit) @9152   17 years vboxsync Opps, r0drv/generic/RTMpOn-r0drv-generic.cpp was lost in the previous …
(edit) @9149   17 years vboxsync New VBI code for Solaris.
(edit) @9147   17 years vboxsync export vbi.
(edit) @9138   17 years vboxsync tstFileAppendWin-1 for exploring FILE_APPEND_DATA.
(edit) @9063   17 years vboxsync Workaround for #2833.
(edit) @8954   17 years vboxsync Don't fail on 0 byte files.
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