VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10225   16 years vboxsync VBOX_SINGLE_MAKEFILE fixes.
(edit) @10218   16 years vboxsync POSIX timers, take two. No signals at all.
(edit) @10177   16 years vboxsync Added the generic uuid stuff to the ring-0 driver runtime.
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10136   16 years vboxsync shut up warnings.
(edit) @10135   16 years vboxsync Added kup file.
(edit) @10106   16 years vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @10048   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @10023   16 years vboxsync Solaris vboxvfs: resolved symbols and updated the VBOXGUESTR0 …
(edit) @9979   16 years vboxsync g_MpPendingOfflineSet is only used when CPU_DOWN_FAILED is defined.
(edit) @9963   16 years vboxsync More pretty printing.
(edit) @9959   16 years vboxsync ring-0 nt: fixed typo in RTTimerStart that caused timers to run at a …
(edit) @9958   16 years vboxsync comment.
(edit) @9950   16 years vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(edit) @9935   16 years vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9932   16 years vboxsync r=bird: (todo) Must dedicate a thread for taking the signals, we …
(edit) @9931   16 years vboxsync VERR_UNRESOLVED_ERROR is *never* the right translation of an error …
(edit) @9909   16 years vboxsync fixed spelling (r32159)
(edit) @9906   16 years vboxsync build fixes for undefined VERR_NOT_IMPLEMENTED
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9839   16 years vboxsync New implementation of RTTimer... using POSIX timers.
(edit) @9829   16 years vboxsync Runtime/common: handle the EPROTO posix error code as we return this …
(edit) @9786   16 years vboxsync fixed docs.
(edit) @9785   16 years vboxsync Update the return value.
(edit) @9749   16 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.
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